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.wfMethods in com.saperion.connector.wf that return TaskUserSelectionModifier and TypeMethodDescriptionstatic TaskUserSelectionTaskUserSelection.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 TaskUserSelectionTaskUserSelection.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 TaskUserSelectionTaskUserSelection.fromNative(com.saperion.jna.applsrv.m2j.natives.DfNodeDescr node) Creates a TaskUserSelection that matches the given instance of the native type DfNodeDescriptionstatic TaskUserSelectionTaskUserSelection.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 tasksTaskUserSelectionfor the given transition.SaWFTaskImpl.readSelectableUsersForTransition(int transition) Obtains the next tasksTaskUserSelectionfor the given transition.
- 
Uses of TaskUserSelection in com.saperion.operations.workflowMethods in com.saperion.operations.workflow that return TaskUserSelection