Package com.lexmark.saperion.delegate
Class WorkflowProcessDelegateService
- java.lang.Object
-
- com.lexmark.saperion.delegate.AbstractDelegateService<WorkflowProcessService>
-
- com.lexmark.saperion.delegate.AbstractWorkflowProcessDelegateService
-
- com.lexmark.saperion.delegate.WorkflowProcessDelegateService
-
- All Implemented Interfaces:
com.lexmark.saperion.search.SearchExecutionService<WorkflowProcessListItemType>
,WorkflowProcessService
public class WorkflowProcessDelegateService extends AbstractWorkflowProcessDelegateService implements WorkflowProcessService
ThisWorkflowProcessService
simply delegates to another instance.- Author:
- jschwarz
-
-
Constructor Summary
Constructors Constructor Description WorkflowProcessDelegateService(WorkflowProcessService delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WorkflowProcessService
getDelegate()
-
Methods inherited from class com.lexmark.saperion.delegate.AbstractWorkflowProcessDelegateService
loadProcess, search, terminate
-
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.WorkflowProcessService
loadProcess, terminate
-
-
-
-
Constructor Detail
-
WorkflowProcessDelegateService
public WorkflowProcessDelegateService(WorkflowProcessService delegate)
-
-
Method Detail
-
getDelegate
protected WorkflowProcessService getDelegate()
- Specified by:
getDelegate
in classAbstractDelegateService<WorkflowProcessService>
-
-