public class TaskInvolvementDelegate
extends java.lang.Object
| Constructor and Description |
|---|
TaskInvolvementDelegate() |
| Modifier and Type | Method and Description |
|---|---|
protected TenantServiceAccessor |
getTenantServiceAccessor() |
boolean |
hasUserPendingOrAssignedTasks(long userId,
java.lang.Long processInstanceId) |
boolean |
isExecutorOfArchivedTaskOfProcess(long userId,
java.lang.Long rootProcessInstanceId) |
boolean |
isInvolvedInHumanTaskInstance(long userId,
long humanTaskInstanceId) |
org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.bpm.flownode.HumanTaskInstance> |
searchPendingTasksManagedBy(long managerUserId,
org.bonitasoft.engine.search.SearchOptions searchOptions) |
protected TenantServiceAccessor getTenantServiceAccessor()
public boolean isExecutorOfArchivedTaskOfProcess(long userId,
java.lang.Long rootProcessInstanceId)
throws SBonitaReadException
SBonitaReadExceptionpublic boolean isInvolvedInHumanTaskInstance(long userId,
long humanTaskInstanceId)
throws org.bonitasoft.engine.bpm.flownode.ActivityInstanceNotFoundException
org.bonitasoft.engine.bpm.flownode.ActivityInstanceNotFoundExceptionpublic boolean hasUserPendingOrAssignedTasks(long userId,
java.lang.Long processInstanceId)
throws SExecutionException
SExecutionExceptionpublic org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.bpm.flownode.HumanTaskInstance> searchPendingTasksManagedBy(long managerUserId,
org.bonitasoft.engine.search.SearchOptions searchOptions)
throws org.bonitasoft.engine.exception.SearchException
org.bonitasoft.engine.exception.SearchException