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
ThisWorkflowDefinitionService
simply delegates to another instance.- Author:
- jschwarz
-
-
Constructor Summary
Constructors Constructor Description WorkflowDefinitionDelegateService(WorkflowDefinitionService delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WorkflowDefinitionService
getDelegate()
-
Methods inherited from class com.lexmark.saperion.delegate.AbstractWorkflowDefinitionDelegateService
getInitialTransition, getWorkflowDefinitionById, search, startWorkflowProcess
-
Methods inherited from class com.lexmark.saperion.delegate.AbstractDelegateService
wrapSearchExecutionService
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.lexmark.saperion.workflow.WorkflowDefinitionService
getInitialTransition, getWorkflowDefinitionById, search, startWorkflowProcess, startWorkflowProcess
-
-
-
-
Constructor Detail
-
WorkflowDefinitionDelegateService
public WorkflowDefinitionDelegateService(WorkflowDefinitionService delegate)
-
-
Method Detail
-
getDelegate
protected WorkflowDefinitionService getDelegate()
- Specified by:
getDelegate
in classAbstractDelegateService<WorkflowDefinitionService>
-
-