public interface InboxRenderService<T extends StateAware>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getAssignedWorkflowItems(Long userId,
List<Long> owners)
Returns a list of workflow items that are assigned to the given position where the workflow
has not ended.
|
List<T> |
getDraftWorkflowItems(Long userId,
List<Long> owners)
Returns a list of workflow items that are created by the given position and the state in
'NEW'.
|
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.