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
ThisWorkflowInboxService
simply delegates to another instance.- Author:
- jschwarz
-
-
Constructor Summary
Constructors Constructor Description WorkflowInboxDelegateService(WorkflowInboxService delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WorkflowInboxService
getDelegate()
-
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 Detail
-
WorkflowInboxDelegateService
public WorkflowInboxDelegateService(WorkflowInboxService delegate)
-
-
Method Detail
-
getDelegate
protected WorkflowInboxService getDelegate()
- Specified by:
getDelegate
in classAbstractDelegateService<WorkflowInboxService>
-
-