Uses of Class
com.jk.services.client.workflow.models.WorkflowEntityModel
Packages that use WorkflowEntityModel
-
Uses of WorkflowEntityModel in com.jk.services.client.workflow
Methods in com.jk.services.client.workflow that return WorkflowEntityModelModifier and TypeMethodDescriptionJKWorkflowServiceClient.getWorkflowEntity
(String system, String code, String className) This method retrieves a workflow entity model by using system, code, and class name. -
Uses of WorkflowEntityModel in com.jk.services.client.workflow.models
Methods in com.jk.services.client.workflow.models that return WorkflowEntityModelModifier and TypeMethodDescriptionThis method sets the model code and return this instance.WorkflowEntityModel.withDescription
(String description) This method sets the model description and return this instance.This method sets the model identifier (ID) and return this instance.This method sets the model name and return this instance.WorkflowEntityModel.withWorkflowClass
(String workflowClass) This method sets the model workflow class and return this instance.