microsoft.dynamics.crm.entity.collection.request.WorkflowCollectionRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata-client-microsoft-dynamics Show documentation
Show all versions of odata-client-microsoft-dynamics Show documentation
Java client as template for Microsoft Dynamics organisation endpoints
package microsoft.dynamics.crm.entity.collection.request;
import com.github.davidmoten.odata.client.CollectionPageEntityRequest;
import com.github.davidmoten.odata.client.ContextPath;
import com.github.davidmoten.odata.client.NameValue;
import microsoft.dynamics.crm.entity.Workflow;
import microsoft.dynamics.crm.entity.request.AnnotationRequest;
import microsoft.dynamics.crm.entity.request.AsyncoperationRequest;
import microsoft.dynamics.crm.entity.request.ExpiredprocessRequest;
import microsoft.dynamics.crm.entity.request.FlowsessionRequest;
import microsoft.dynamics.crm.entity.request.Msdyn_aimodelRequest;
import microsoft.dynamics.crm.entity.request.Msdyn_solutionhealthruleRequest;
import microsoft.dynamics.crm.entity.request.NewprocessRequest;
import microsoft.dynamics.crm.entity.request.ProcesssessionRequest;
import microsoft.dynamics.crm.entity.request.ProcessstageRequest;
import microsoft.dynamics.crm.entity.request.ProcesstriggerRequest;
import microsoft.dynamics.crm.entity.request.SlaRequest;
import microsoft.dynamics.crm.entity.request.SlaitemRequest;
import microsoft.dynamics.crm.entity.request.SyncerrorRequest;
import microsoft.dynamics.crm.entity.request.TranslationprocessRequest;
import microsoft.dynamics.crm.entity.request.WorkflowRequest;
import microsoft.dynamics.crm.entity.request.WorkflowbinaryRequest;
import microsoft.dynamics.crm.schema.SchemaInfo;
public class WorkflowCollectionRequest extends CollectionPageEntityRequest{
protected ContextPath contextPath;
public WorkflowCollectionRequest(ContextPath contextPath) {
super(contextPath, Workflow.class, cp -> new WorkflowRequest(cp), SchemaInfo.INSTANCE);
this.contextPath = contextPath;
}
public SlaCollectionRequest slabase_workflowid() {
return new SlaCollectionRequest(contextPath.addSegment("slabase_workflowid"));
}
public SlaRequest slabase_workflowid(String slaid) {
return new SlaRequest(contextPath.addSegment("slabase_workflowid").addKeys(new NameValue(slaid.toString())));
}
public AsyncoperationCollectionRequest lk_asyncoperation_workflowactivationid() {
return new AsyncoperationCollectionRequest(contextPath.addSegment("lk_asyncoperation_workflowactivationid"));
}
public AsyncoperationRequest lk_asyncoperation_workflowactivationid(String asyncoperationid) {
return new AsyncoperationRequest(contextPath.addSegment("lk_asyncoperation_workflowactivationid").addKeys(new NameValue(asyncoperationid.toString())));
}
public WorkflowCollectionRequest workflow_parent_workflow() {
return new WorkflowCollectionRequest(contextPath.addSegment("workflow_parent_workflow"));
}
public WorkflowRequest workflow_parent_workflow(String workflowid) {
return new WorkflowRequest(contextPath.addSegment("workflow_parent_workflow").addKeys(new NameValue(workflowid.toString())));
}
public ExpiredprocessCollectionRequest workflow_expiredprocess() {
return new ExpiredprocessCollectionRequest(contextPath.addSegment("workflow_expiredprocess"));
}
public ExpiredprocessRequest workflow_expiredprocess(String businessprocessflowinstanceid) {
return new ExpiredprocessRequest(contextPath.addSegment("workflow_expiredprocess").addKeys(new NameValue(businessprocessflowinstanceid.toString())));
}
public SlaitemCollectionRequest slaitembase_workflowid() {
return new SlaitemCollectionRequest(contextPath.addSegment("slaitembase_workflowid"));
}
public SlaitemRequest slaitembase_workflowid(String slaitemid) {
return new SlaitemRequest(contextPath.addSegment("slaitembase_workflowid").addKeys(new NameValue(slaitemid.toString())));
}
public TranslationprocessCollectionRequest workflow_translationprocess() {
return new TranslationprocessCollectionRequest(contextPath.addSegment("workflow_translationprocess"));
}
public TranslationprocessRequest workflow_translationprocess(String businessprocessflowinstanceid) {
return new TranslationprocessRequest(contextPath.addSegment("workflow_translationprocess").addKeys(new NameValue(businessprocessflowinstanceid.toString())));
}
public ProcesstriggerCollectionRequest process_processtrigger() {
return new ProcesstriggerCollectionRequest(contextPath.addSegment("process_processtrigger"));
}
public ProcesstriggerRequest process_processtrigger(String processtriggerid) {
return new ProcesstriggerRequest(contextPath.addSegment("process_processtrigger").addKeys(new NameValue(processtriggerid.toString())));
}
public AnnotationCollectionRequest workflow_Annotation() {
return new AnnotationCollectionRequest(contextPath.addSegment("Workflow_Annotation"));
}
public AnnotationRequest workflow_Annotation(String annotationid) {
return new AnnotationRequest(contextPath.addSegment("Workflow_Annotation").addKeys(new NameValue(annotationid.toString())));
}
public ProcesssessionCollectionRequest lk_processsession_processid() {
return new ProcesssessionCollectionRequest(contextPath.addSegment("lk_processsession_processid"));
}
public ProcesssessionRequest lk_processsession_processid(String processsessionid) {
return new ProcesssessionRequest(contextPath.addSegment("lk_processsession_processid").addKeys(new NameValue(processsessionid.toString())));
}
public ProcessstageCollectionRequest process_processstage() {
return new ProcessstageCollectionRequest(contextPath.addSegment("process_processstage"));
}
public ProcessstageRequest process_processstage(String processstageid) {
return new ProcessstageRequest(contextPath.addSegment("process_processstage").addKeys(new NameValue(processstageid.toString())));
}
public SyncerrorCollectionRequest workflow_SyncErrors() {
return new SyncerrorCollectionRequest(contextPath.addSegment("Workflow_SyncErrors"));
}
public SyncerrorRequest workflow_SyncErrors(String syncerrorid) {
return new SyncerrorRequest(contextPath.addSegment("Workflow_SyncErrors").addKeys(new NameValue(syncerrorid.toString())));
}
public NewprocessCollectionRequest workflow_newprocess() {
return new NewprocessCollectionRequest(contextPath.addSegment("workflow_newprocess"));
}
public NewprocessRequest workflow_newprocess(String businessprocessflowinstanceid) {
return new NewprocessRequest(contextPath.addSegment("workflow_newprocess").addKeys(new NameValue(businessprocessflowinstanceid.toString())));
}
public WorkflowCollectionRequest workflow_active_workflow() {
return new WorkflowCollectionRequest(contextPath.addSegment("workflow_active_workflow"));
}
public WorkflowRequest workflow_active_workflow(String workflowid) {
return new WorkflowRequest(contextPath.addSegment("workflow_active_workflow").addKeys(new NameValue(workflowid.toString())));
}
public FlowsessionCollectionRequest regardingobjectid_process() {
return new FlowsessionCollectionRequest(contextPath.addSegment("regardingobjectid_process"));
}
public FlowsessionRequest regardingobjectid_process(String flowsessionid) {
return new FlowsessionRequest(contextPath.addSegment("regardingobjectid_process").addKeys(new NameValue(flowsessionid.toString())));
}
public WorkflowbinaryCollectionRequest workflow_workflowbinary_Process() {
return new WorkflowbinaryCollectionRequest(contextPath.addSegment("workflow_workflowbinary_Process"));
}
public WorkflowbinaryRequest workflow_workflowbinary_Process(String workflowbinaryid) {
return new WorkflowbinaryRequest(contextPath.addSegment("workflow_workflowbinary_Process").addKeys(new NameValue(workflowbinaryid.toString())));
}
public Msdyn_aimodelCollectionRequest msdyn_retrainworkflow_msdyn_toaimodel() {
return new Msdyn_aimodelCollectionRequest(contextPath.addSegment("msdyn_retrainworkflow_msdyn_toaimodel"));
}
public Msdyn_aimodelRequest msdyn_retrainworkflow_msdyn_toaimodel(String msdyn_aimodelid) {
return new Msdyn_aimodelRequest(contextPath.addSegment("msdyn_retrainworkflow_msdyn_toaimodel").addKeys(new NameValue(msdyn_aimodelid.toString())));
}
public Msdyn_solutionhealthruleCollectionRequest msdyn_workflow_msdyn_solutionhealthrule_Workflow() {
return new Msdyn_solutionhealthruleCollectionRequest(contextPath.addSegment("msdyn_workflow_msdyn_solutionhealthrule_Workflow"));
}
public Msdyn_solutionhealthruleRequest msdyn_workflow_msdyn_solutionhealthrule_Workflow(String msdyn_solutionhealthruleid) {
return new Msdyn_solutionhealthruleRequest(contextPath.addSegment("msdyn_workflow_msdyn_solutionhealthrule_Workflow").addKeys(new NameValue(msdyn_solutionhealthruleid.toString())));
}
public Msdyn_solutionhealthruleCollectionRequest msdyn_workflow_msdyn_solutionhealthrule_resolutionaction() {
return new Msdyn_solutionhealthruleCollectionRequest(contextPath.addSegment("msdyn_workflow_msdyn_solutionhealthrule_resolutionaction"));
}
public Msdyn_solutionhealthruleRequest msdyn_workflow_msdyn_solutionhealthrule_resolutionaction(String msdyn_solutionhealthruleid) {
return new Msdyn_solutionhealthruleRequest(contextPath.addSegment("msdyn_workflow_msdyn_solutionhealthrule_resolutionaction").addKeys(new NameValue(msdyn_solutionhealthruleid.toString())));
}
public Msdyn_aimodelCollectionRequest msdyn_scheduleinferenceworkflow_msdyn_toaimodel() {
return new Msdyn_aimodelCollectionRequest(contextPath.addSegment("msdyn_scheduleinferenceworkflow_msdyn_toaimodel"));
}
public Msdyn_aimodelRequest msdyn_scheduleinferenceworkflow_msdyn_toaimodel(String msdyn_aimodelid) {
return new Msdyn_aimodelRequest(contextPath.addSegment("msdyn_scheduleinferenceworkflow_msdyn_toaimodel").addKeys(new NameValue(msdyn_aimodelid.toString())));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy