Uses of Interface
com.lexmark.saperion.client.workflow.WorkflowDefinitionClient
Packages that use WorkflowDefinitionClient
Package
Description
-
Uses of WorkflowDefinitionClient in com.lexmark.saperion.client.implementation.workflow
Classes in com.lexmark.saperion.client.implementation.workflow that implement WorkflowDefinitionClientModifier and TypeClassDescriptionclass
This is the default implementation ofWorkflowDefinitionClient
.Methods in com.lexmark.saperion.client.implementation.workflow that return WorkflowDefinitionClientModifier and TypeMethodDescriptionWorkflowServiceClientImpl.getWorkflowDefinition
(WorkflowDefinitionReferenceType reference) WorkflowServiceClientImpl.getWorkflowDefinition
(String definition) -
Uses of WorkflowDefinitionClient in com.lexmark.saperion.client.workflow
Methods in com.lexmark.saperion.client.workflow that return WorkflowDefinitionClientModifier and TypeMethodDescriptionWorkflowServiceClient.getWorkflowDefinition
(WorkflowDefinitionReferenceType reference) This method returns a client for the workflow definition with the provided id.WorkflowServiceClient.getWorkflowDefinition
(String definition) This method returns a client for the definition with the given name.