Package com.lexmark.saperion.delegate
Class WorkflowInboxDelegateService
java.lang.Object
com.lexmark.saperion.delegate.AbstractDelegateService<WorkflowInboxService>
com.lexmark.saperion.delegate.AbstractWorkflowInboxDelegateService
com.lexmark.saperion.delegate.WorkflowInboxDelegateService
- All Implemented Interfaces:
com.lexmark.saperion.search.SearchExecutionService<InboxListItemType>
,WorkflowInboxService
public class WorkflowInboxDelegateService
extends AbstractWorkflowInboxDelegateService
implements WorkflowInboxService
This
WorkflowInboxService
simply delegates to another instance.- Author:
- jschwarz
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.lexmark.saperion.delegate.AbstractWorkflowInboxDelegateService
getInbox, getPersonalInbox, newInboxTypeSearchService, newTaskSearchService, search
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.WorkflowInboxService
getInbox, getPersonalInbox, newInboxTypeSearchService, newTaskSearchService, search
-
Constructor Details
-
WorkflowInboxDelegateService
-
-
Method Details
-
getDelegate
- Specified by:
getDelegate
in classAbstractDelegateService<WorkflowInboxService>
-