Uses of Interface
com.lexmark.saperion.client.workflow.WorkflowDefinitionClient
-
Packages that use WorkflowDefinitionClient Package Description com.lexmark.saperion.client.implementation.workflow com.lexmark.saperion.client.workflow -
-
Uses of WorkflowDefinitionClient in com.lexmark.saperion.client.implementation.workflow
Classes in com.lexmark.saperion.client.implementation.workflow that implement WorkflowDefinitionClient Modifier and Type Class Description classWorkflowDefinitionClientImplThis is the default implementation ofWorkflowDefinitionClient.Methods in com.lexmark.saperion.client.implementation.workflow that return WorkflowDefinitionClient Modifier and Type Method Description WorkflowDefinitionClientWorkflowServiceClientImpl. getWorkflowDefinition(WorkflowDefinitionReferenceType reference)WorkflowDefinitionClientWorkflowServiceClientImpl. getWorkflowDefinition(java.lang.String definition) -
Uses of WorkflowDefinitionClient in com.lexmark.saperion.client.workflow
Methods in com.lexmark.saperion.client.workflow that return WorkflowDefinitionClient Modifier and Type Method Description WorkflowDefinitionClientWorkflowServiceClient. getWorkflowDefinition(WorkflowDefinitionReferenceType reference)This method returns a client for the workflow definition with the provided id.WorkflowDefinitionClientWorkflowServiceClient. getWorkflowDefinition(java.lang.String definition)This method returns a client for the definition with the given name.
-