E
- data object the worfklow is aboutF
- transition choice used for the lifecycle of the objectpublic class SimpleAuthorityUserSelectionForTask<E extends DataObject<E> & LifecycleInterface<E,F>,F extends TransitionFieldChoiceDefinition<F>> extends UserSelectionForTask<E,F>
Constructor and Description |
---|
SimpleAuthorityUserSelectionForTask(java.lang.String authoritynumber)
allows users to select one user inside a constant authority
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<DataObjectId<Appuser>> |
select(DataObjectId<Workflow> workflowid,
E object)
generates the list of potential users for the workflow task
|
public SimpleAuthorityUserSelectionForTask(java.lang.String authoritynumber)
authoritynumber
- constant authority to choose users insidepublic java.util.ArrayList<DataObjectId<Appuser>> select(DataObjectId<Workflow> workflowid, E object)
UserSelectionForTask
select
in class UserSelectionForTask<E extends DataObject<E> & LifecycleInterface<E,F>,F extends TransitionFieldChoiceDefinition<F>>
workflowid
- object id of workflowobject
- parent data object