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
This
WorkflowProcessService
simply delegates to another instance.- Author:
- jschwarz
-
Constructor Summary
Constructors -
Method Summary
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.search.SearchExecutionService
search
Methods inherited from interface com.lexmark.saperion.workflow.WorkflowProcessService
loadProcess, terminate
-
Constructor Details
-
WorkflowProcessDelegateService
-
-
Method Details
-
getDelegate
- Specified by:
getDelegate
in classAbstractDelegateService<WorkflowProcessService>
-