Class WorkflowRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<Workflow>
-
- microsoft.dynamics.crm.entity.request.WorkflowRequest
-
public class WorkflowRequest extends com.github.davidmoten.odata.client.EntityRequest<Workflow>
-
-
Constructor Summary
Constructors Constructor Description WorkflowRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
-
-
-
Method Detail
-
slabase_workflowid
public SlaCollectionRequest slabase_workflowid()
-
slabase_workflowid
public SlaRequest slabase_workflowid(String slaid)
-
owningbusinessunit
public BusinessunitRequest owningbusinessunit()
-
createdonbehalfby
public SystemuserRequest createdonbehalfby()
-
ownerid
public PrincipalRequest ownerid()
-
lk_asyncoperation_workflowactivationid
public AsyncoperationCollectionRequest lk_asyncoperation_workflowactivationid()
-
lk_asyncoperation_workflowactivationid
public AsyncoperationRequest lk_asyncoperation_workflowactivationid(String asyncoperationid)
-
parentworkflowid
public WorkflowRequest parentworkflowid()
-
workflow_parent_workflow
public WorkflowCollectionRequest workflow_parent_workflow()
-
workflow_parent_workflow
public WorkflowRequest workflow_parent_workflow(String workflowid)
-
workflow_expiredprocess
public ExpiredprocessCollectionRequest workflow_expiredprocess()
-
workflow_expiredprocess
public ExpiredprocessRequest workflow_expiredprocess(String businessprocessflowinstanceid)
-
slaitembase_workflowid
public SlaitemCollectionRequest slaitembase_workflowid()
-
slaitembase_workflowid
public SlaitemRequest slaitembase_workflowid(String slaitemid)
-
workflow_translationprocess
public TranslationprocessCollectionRequest workflow_translationprocess()
-
workflow_translationprocess
public TranslationprocessRequest workflow_translationprocess(String businessprocessflowinstanceid)
-
process_processtrigger
public ProcesstriggerCollectionRequest process_processtrigger()
-
process_processtrigger
public ProcesstriggerRequest process_processtrigger(String processtriggerid)
-
owningteam
public TeamRequest owningteam()
-
workflow_Annotation
public AnnotationCollectionRequest workflow_Annotation()
-
workflow_Annotation
public AnnotationRequest workflow_Annotation(String annotationid)
-
lk_processsession_processid
public ProcesssessionCollectionRequest lk_processsession_processid()
-
lk_processsession_processid
public ProcesssessionRequest lk_processsession_processid(String processsessionid)
-
process_processstage
public ProcessstageCollectionRequest process_processstage()
-
process_processstage
public ProcessstageRequest process_processstage(String processstageid)
-
workflow_SyncErrors
public SyncerrorCollectionRequest workflow_SyncErrors()
-
workflow_SyncErrors
public SyncerrorRequest workflow_SyncErrors(String syncerrorid)
-
workflow_newprocess
public NewprocessCollectionRequest workflow_newprocess()
-
workflow_newprocess
public NewprocessRequest workflow_newprocess(String businessprocessflowinstanceid)
-
activeworkflowid
public WorkflowRequest activeworkflowid()
-
workflow_active_workflow
public WorkflowCollectionRequest workflow_active_workflow()
-
workflow_active_workflow
public WorkflowRequest workflow_active_workflow(String workflowid)
-
modifiedonbehalfby
public SystemuserRequest modifiedonbehalfby()
-
createdby
public SystemuserRequest createdby()
-
modifiedby
public SystemuserRequest modifiedby()
-
owninguser
public SystemuserRequest owninguser()
-
regardingobjectid_process
public FlowsessionCollectionRequest regardingobjectid_process()
-
regardingobjectid_process
public FlowsessionRequest regardingobjectid_process(String flowsessionid)
-
workflow_workflowbinary_Process
public WorkflowbinaryCollectionRequest workflow_workflowbinary_Process()
-
workflow_workflowbinary_Process
public WorkflowbinaryRequest workflow_workflowbinary_Process(String workflowbinaryid)
-
msdyn_retrainworkflow_msdyn_toaimodel
public Msdyn_aimodelCollectionRequest msdyn_retrainworkflow_msdyn_toaimodel()
-
msdyn_retrainworkflow_msdyn_toaimodel
public Msdyn_aimodelRequest msdyn_retrainworkflow_msdyn_toaimodel(String msdyn_aimodelid)
-
msdyn_workflow_msdyn_solutionhealthrule_Workflow
public Msdyn_solutionhealthruleCollectionRequest msdyn_workflow_msdyn_solutionhealthrule_Workflow()
-
msdyn_workflow_msdyn_solutionhealthrule_Workflow
public Msdyn_solutionhealthruleRequest msdyn_workflow_msdyn_solutionhealthrule_Workflow(String msdyn_solutionhealthruleid)
-
msdyn_workflow_msdyn_solutionhealthrule_resolutionaction
public Msdyn_solutionhealthruleCollectionRequest msdyn_workflow_msdyn_solutionhealthrule_resolutionaction()
-
msdyn_workflow_msdyn_solutionhealthrule_resolutionaction
public Msdyn_solutionhealthruleRequest msdyn_workflow_msdyn_solutionhealthrule_resolutionaction(String msdyn_solutionhealthruleid)
-
msdyn_scheduleinferenceworkflow_msdyn_toaimodel
public Msdyn_aimodelCollectionRequest msdyn_scheduleinferenceworkflow_msdyn_toaimodel()
-
msdyn_scheduleinferenceworkflow_msdyn_toaimodel
public Msdyn_aimodelRequest msdyn_scheduleinferenceworkflow_msdyn_toaimodel(String msdyn_aimodelid)
-
createWorkflowFromTemplate
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Workflow> createWorkflowFromTemplate(String workflowName)
-
executeWorkflow
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation> executeWorkflow(String entityId, InputArgumentCollection inputArguments)
-
initializeModernFlowFromAsyncWorkflow
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Workflow> initializeModernFlowFromAsyncWorkflow()
-
-