static TaskUserSelection |
TaskUserSelection.create(TaskUserSelection.SelectionType selectionType,
boolean singleUserSelection) |
Creates a TaskUserSelection that indicates the given selection type except for
SelectionType.RESTRICTED_SELECTABLE in this case use create(Collection<UserNameIdPair>)
|
static TaskUserSelection |
TaskUserSelection.create(java.util.Collection<UserNameIdPair> userRestriction,
boolean singleUserSelection) |
Creates a TaskUserSelection that indicates that the receiver of the task has to be selected from the given users
|
static TaskUserSelection |
TaskUserSelection.fromNative(com.saperion.jna.applsrv.m2j.natives.DfNodeDescr node) |
Creates a TaskUserSelection that matches the given instance of the native type DfNodeDescription
|
static TaskUserSelection |
TaskUserSelection.fromNative(com.saperion.jna.applsrv.m2j.natives.NodeInfoRecord node) |
Creates a TaskUserSelection that matches the given instance of the native type NodeInfoRecord
|
TaskUserSelection |
SaWFTask.readSelectableUsersForTransition(int transition) |
|
TaskUserSelection |
SaWFTaskImpl.readSelectableUsersForTransition(int transition) |
|