Package | Description |
---|---|
com.saperion.connector.wf |
This package contains the main classic workflow connector classes.
|
com.saperion.operations.workflow |
This package defines the different workflow-operations, that can be invoked by rmi.
|
Modifier and Type | Method and Description |
---|---|
static TaskUserSelection |
TaskUserSelection.create(Collection<UserNameIdPair> userRestriction)
Creates a TaskUserSelection that indicates that the receiver of the task has to be selected from the given users
|
static TaskUserSelection |
TaskUserSelection.create(TaskUserSelection.SelectionType selectionType)
Creates a TaskUserSelection that indicates the given selection type except for
SelectionType.RESTRICTED_SELECTABLE in this case use create(Collection<UserNameIdPair>)
|
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 |
SaWFTaskImpl.readSelectableUsersForTransition(int transition)
Obtains the next tasks
TaskUserSelection for the given transition. |
TaskUserSelection |
SaWFTask.readSelectableUsersForTransition(int transition)
Obtains the next tasks
TaskUserSelection for the given transition. |
Modifier and Type | Method and Description |
---|---|
TaskUserSelection |
ReadSelectableUsersForTransition.invoke() |
Copyright © 2016 SAPERION AG. All rights reserved.