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 class
WorkflowDefinitionClientImpl
This is the default implementation ofWorkflowDefinitionClient
.Methods in com.lexmark.saperion.client.implementation.workflow that return WorkflowDefinitionClient Modifier and Type Method Description WorkflowDefinitionClient
WorkflowServiceClientImpl. getWorkflowDefinition(WorkflowDefinitionReferenceType reference)
WorkflowDefinitionClient
WorkflowServiceClientImpl. 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 WorkflowDefinitionClient
WorkflowServiceClient. getWorkflowDefinition(WorkflowDefinitionReferenceType reference)
This method returns a client for the workflow definition with the provided id.WorkflowDefinitionClient
WorkflowServiceClient. getWorkflowDefinition(java.lang.String definition)
This method returns a client for the definition with the given name.
-