Uses of Class
com.saperion.connector.wf.TaskUserSelection
Packages that use TaskUserSelection
Package
Description
This package contains the main classic workflow connector classes.
This package defines the different workflow-operations, that can be invoked by rmi.
-
Uses of TaskUserSelection in com.saperion.connector.wf
Methods in com.saperion.connector.wf that return TaskUserSelectionModifier and TypeMethodDescriptionstatic 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
(Collection<UserNameIdPair> userRestriction, boolean singleUserSelection) Creates a TaskUserSelection that indicates that the receiver of the task has to be selected from the given usersstatic TaskUserSelection
TaskUserSelection.fromNative
(com.saperion.jna.applsrv.m2j.natives.DfNodeDescr node) Creates a TaskUserSelection that matches the given instance of the native type DfNodeDescriptionstatic TaskUserSelection
TaskUserSelection.fromNative
(com.saperion.jna.applsrv.m2j.natives.NodeInfoRecord node) Creates a TaskUserSelection that matches the given instance of the native type NodeInfoRecordSaWFTask.readSelectableUsersForTransition
(int transition) Obtains the next tasksTaskUserSelection
for the given transition.SaWFTaskImpl.readSelectableUsersForTransition
(int transition) Obtains the next tasksTaskUserSelection
for the given transition. -
Uses of TaskUserSelection in com.saperion.operations.workflow
Methods in com.saperion.operations.workflow that return TaskUserSelection