Uses of Interface
com.lexmark.saperion.client.workflow.WorkflowServiceClient
-
Packages that use WorkflowServiceClient Package Description com.lexmark.saperion.client com.lexmark.saperion.client.implementation com.lexmark.saperion.client.implementation.workflow -
-
Uses of WorkflowServiceClient in com.lexmark.saperion.client
Methods in com.lexmark.saperion.client that return WorkflowServiceClient Modifier and Type Method Description WorkflowServiceClient
SaperionClient. getWorkflowService()
This method returns a client offering workflow functionality. -
Uses of WorkflowServiceClient in com.lexmark.saperion.client.implementation
Methods in com.lexmark.saperion.client.implementation that return WorkflowServiceClient Modifier and Type Method Description WorkflowServiceClient
SaperionClientImpl. getWorkflowService()
-
Uses of WorkflowServiceClient in com.lexmark.saperion.client.implementation.workflow
Classes in com.lexmark.saperion.client.implementation.workflow that implement WorkflowServiceClient Modifier and Type Class Description class
WorkflowServiceClientImpl
This is the default implementation ofWorkflowServiceClient
.
-