Package microsoft.dynamics.crm.entity
Class Workflow
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Workflow
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Workflow extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkflow.Builder
-
Field Summary
-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWorkflow()
-
Method Summary
-
-
-
Field Detail
-
deletestage
protected Integer deletestage
-
iscustomprocessingstepallowedforotherpublishers
protected BooleanManagedProperty iscustomprocessingstepallowedforotherpublishers
-
iscustomizable
protected BooleanManagedProperty iscustomizable
-
processtriggerscope
protected Integer processtriggerscope
-
processtriggerformid
protected UUID processtriggerformid
-
name
protected String name
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
versionnumber
protected Long versionnumber
-
entityimage
protected byte[] entityimage
-
scope
protected Integer scope
-
inputparameters
protected String inputparameters
-
_modifiedby_value
protected UUID _modifiedby_value
-
createstage
protected Integer createstage
-
runas
protected Integer runas
-
ondemand
protected Boolean ondemand
-
uiflowtype
protected Integer uiflowtype
-
rendererobjecttypecode
protected String rendererobjecttypecode
-
workflowid
protected UUID workflowid
-
modifiedon
protected OffsetDateTime modifiedon
-
entityimage_timestamp
protected Long entityimage_timestamp
-
syncworkflowlogonfailure
protected Boolean syncworkflowlogonfailure
-
createdon
protected OffsetDateTime createdon
-
iscrmuiworkflow
protected Boolean iscrmuiworkflow
-
triggeroncreate
protected Boolean triggeroncreate
-
processroleassignment
protected String processroleassignment
-
businessprocesstype
protected Integer businessprocesstype
-
formid
protected UUID formid
-
updatestage
protected Integer updatestage
-
rank
protected Integer rank
-
type
protected Integer type
-
_owningbusinessunit_value
protected UUID _owningbusinessunit_value
-
uidata
protected String uidata
-
_plugintypeid_value
protected UUID _plugintypeid_value
-
category
protected Integer category
-
statecode
protected Integer statecode
-
_activeworkflowid_value
protected UUID _activeworkflowid_value
-
_owningteam_value
protected UUID _owningteam_value
-
asyncautodelete
protected Boolean asyncautodelete
-
triggeronupdateattributelist
protected String triggeronupdateattributelist
-
description
protected String description
-
uniquename
protected String uniquename
-
statuscode
protected Integer statuscode
-
ismanaged
protected Boolean ismanaged
-
workflowidunique
protected UUID workflowidunique
-
overwritetime
protected OffsetDateTime overwritetime
-
processorder
protected Integer processorder
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
_createdby_value
protected UUID _createdby_value
-
subprocess
protected Boolean subprocess
-
entityimage_url
protected String entityimage_url
-
solutionid
protected UUID solutionid
-
_parentworkflowid_value
protected UUID _parentworkflowid_value
-
_owninguser_value
protected UUID _owninguser_value
-
languagecode
protected Integer languagecode
-
introducedversion
protected String introducedversion
-
xaml
protected String xaml
-
istransacted
protected Boolean istransacted
-
componentstate
protected Integer componentstate
-
clientdata
protected String clientdata
-
mode
protected Integer mode
-
triggerondelete
protected Boolean triggerondelete
-
entityimageid
protected UUID entityimageid
-
primaryentity
protected String primaryentity
-
_ownerid_value
protected UUID _ownerid_value
-
_sdkmessageid_value
protected UUID _sdkmessageid_value
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderWorkflow
public static Workflow.Builder builderWorkflow()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
getIscustomprocessingstepallowedforotherpublishers
public Optional<BooleanManagedProperty> getIscustomprocessingstepallowedforotherpublishers()
-
withIscustomprocessingstepallowedforotherpublishers
public Workflow withIscustomprocessingstepallowedforotherpublishers(BooleanManagedProperty iscustomprocessingstepallowedforotherpublishers)
-
getIscustomizable
public Optional<BooleanManagedProperty> getIscustomizable()
-
withIscustomizable
public Workflow withIscustomizable(BooleanManagedProperty iscustomizable)
-
with_createdonbehalfby_value
public Workflow with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
getEntityimage
public Optional<byte[]> getEntityimage()
-
withEntityimage
public Workflow withEntityimage(byte[] entityimage)
-
withRendererobjecttypecode
public Workflow withRendererobjecttypecode(String rendererobjecttypecode)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Workflow withModifiedon(OffsetDateTime modifiedon)
-
withSyncworkflowlogonfailure
public Workflow withSyncworkflowlogonfailure(Boolean syncworkflowlogonfailure)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Workflow withCreatedon(OffsetDateTime createdon)
-
with_owningbusinessunit_value
public Workflow with_owningbusinessunit_value(UUID _owningbusinessunit_value)
-
with_activeworkflowid_value
public Workflow with_activeworkflowid_value(UUID _activeworkflowid_value)
-
withTriggeronupdateattributelist
public Workflow withTriggeronupdateattributelist(String triggeronupdateattributelist)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Workflow withOverwritetime(OffsetDateTime overwritetime)
-
with_modifiedonbehalfby_value
public Workflow with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
with_parentworkflowid_value
public Workflow with_parentworkflowid_value(UUID _parentworkflowid_value)
-
withUnmappedField
public Workflow withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getSlabase_workflowid
public SlaCollectionRequest getSlabase_workflowid()
-
getOwningbusinessunit
public BusinessunitRequest getOwningbusinessunit()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getOwnerid
public PrincipalRequest getOwnerid()
-
getLk_asyncoperation_workflowactivationid
public AsyncoperationCollectionRequest getLk_asyncoperation_workflowactivationid()
-
getParentworkflowid
public WorkflowRequest getParentworkflowid()
-
getWorkflow_parent_workflow
public WorkflowCollectionRequest getWorkflow_parent_workflow()
-
getWorkflow_expiredprocess
public ExpiredprocessCollectionRequest getWorkflow_expiredprocess()
-
getSlaitembase_workflowid
public SlaitemCollectionRequest getSlaitembase_workflowid()
-
getWorkflow_translationprocess
public TranslationprocessCollectionRequest getWorkflow_translationprocess()
-
getProcess_processtrigger
public ProcesstriggerCollectionRequest getProcess_processtrigger()
-
getOwningteam
public TeamRequest getOwningteam()
-
getWorkflow_Annotation
public AnnotationCollectionRequest getWorkflow_Annotation()
-
getLk_processsession_processid
public ProcesssessionCollectionRequest getLk_processsession_processid()
-
getProcess_processstage
public ProcessstageCollectionRequest getProcess_processstage()
-
getWorkflow_SyncErrors
public SyncerrorCollectionRequest getWorkflow_SyncErrors()
-
getWorkflow_newprocess
public NewprocessCollectionRequest getWorkflow_newprocess()
-
getActiveworkflowid
public WorkflowRequest getActiveworkflowid()
-
getWorkflow_active_workflow
public WorkflowCollectionRequest getWorkflow_active_workflow()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getOwninguser
public SystemuserRequest getOwninguser()
-
getRegardingobjectid_process
public FlowsessionCollectionRequest getRegardingobjectid_process()
-
getWorkflow_workflowbinary_Process
public WorkflowbinaryCollectionRequest getWorkflow_workflowbinary_Process()
-
getMsdyn_retrainworkflow_msdyn_toaimodel
public Msdyn_aimodelCollectionRequest getMsdyn_retrainworkflow_msdyn_toaimodel()
-
getMsdyn_workflow_msdyn_solutionhealthrule_Workflow
public Msdyn_solutionhealthruleCollectionRequest getMsdyn_workflow_msdyn_solutionhealthrule_Workflow()
-
getMsdyn_workflow_msdyn_solutionhealthrule_resolutionaction
public Msdyn_solutionhealthruleCollectionRequest getMsdyn_workflow_msdyn_solutionhealthrule_resolutionaction()
-
getMsdyn_scheduleinferenceworkflow_msdyn_toaimodel
public Msdyn_aimodelCollectionRequest getMsdyn_scheduleinferenceworkflow_msdyn_toaimodel()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Workflow patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Workflow put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
createWorkflowFromTemplate
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Workflow> createWorkflowFromTemplate(String workflowName)
-
executeWorkflow
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation> executeWorkflow(UUID entityId, InputArgumentCollection inputArguments)
-
initializeModernFlowFromAsyncWorkflow
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Workflow> initializeModernFlowFromAsyncWorkflow()
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-