Package com.lexmark.saperion.delegate
Class WorkflowDefinitionDelegateService
java.lang.Object
com.lexmark.saperion.delegate.AbstractDelegateService<WorkflowDefinitionService>
com.lexmark.saperion.delegate.AbstractWorkflowDefinitionDelegateService
com.lexmark.saperion.delegate.WorkflowDefinitionDelegateService
- All Implemented Interfaces:
com.lexmark.saperion.search.SearchExecutionService<WorkflowDefinitionListItemType>,WorkflowDefinitionService
public class WorkflowDefinitionDelegateService
extends AbstractWorkflowDefinitionDelegateService
implements WorkflowDefinitionService
This
WorkflowDefinitionService simply delegates to another instance.- Author:
- jschwarz
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.lexmark.saperion.delegate.AbstractWorkflowDefinitionDelegateService
getInitialTransition, getWorkflowDefinitionById, search, startWorkflowProcessMethods inherited from class com.lexmark.saperion.delegate.AbstractDelegateService
wrapSearchExecutionServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.lexmark.saperion.workflow.WorkflowDefinitionService
getInitialTransition, getWorkflowDefinitionById, search, startWorkflowProcess, startWorkflowProcess
-
Constructor Details
-
WorkflowDefinitionDelegateService
-
-
Method Details
-
getDelegate
- Specified by:
getDelegatein classAbstractDelegateService<WorkflowDefinitionService>
-