Uses of Interface
com.saperion.intf.wf.CommandInfo
Packages that use CommandInfo
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package contains the main classic workflow connector classes.
This package contains the classes for the LARIX RMI Server.
This package contains the common used workflow classes.
-
Uses of CommandInfo in com.saperion.connector
Methods in com.saperion.connector that return types with arguments of type CommandInfoModifier and TypeMethodDescriptionSaClassicConnectorImpl.getCommandInfos
(String docUID) Reads all possible transitions for this task.SaClassicConnectorImpl.getCommandInfos
(String docUID, boolean transitionsOnly) Reads all possible transitions and optional other possible commands for this task. -
Uses of CommandInfo in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return types with arguments of type CommandInfoModifier and TypeMethodDescriptionAbstractWfRMIClientCommand.getCommandInfos
(String taskUID) Reads all possible transitions for this task.AbstractWfRMIClientCommand.getCommandInfos
(String taskUID, boolean transitionsOnly) Reads all possible transitions and optional other possible commands for this task.SaRMIClientCommand.getCommandInfos
(String taskUID) Reads all possible transitions for this task.SaRMIClientCommand.getCommandInfos
(String taskUID, boolean transitionsOnly) Reads all possible transitions and optional other possible commands for this task. -
Uses of CommandInfo in com.saperion.connector.wf
Methods in com.saperion.connector.wf that return CommandInfoModifier and TypeMethodDescriptionSaWFTask.getCommandInfos()
Reads all possible transitions for this task.SaWFTask.getCommandInfos
(boolean transitionsOnly) Reads all possible transitions and optional other possible commands for this task.SaWFTaskImpl.getCommandInfos()
Reads all possible transitions for this task.SaWFTaskImpl.getCommandInfos
(boolean transitionsOnly) Reads all possible transitions and optional other possible commands for this task.Methods in com.saperion.connector.wf with parameters of type CommandInfoModifier and TypeMethodDescriptionvoid
SaWFTask.executeCommand
(CommandInfo command, String definition, ActorInfo nextActor, String comment, Date escalationDate, int activity) Performs the given command.void
SaWFTaskImpl.executeCommand
(CommandInfo command, String processName, ActorInfo nextActor, String commentString, Date escalationDate, int activity) Performs the given command. -
Uses of CommandInfo in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return types with arguments of type CommandInfoModifier and TypeMethodDescriptionSaRMIServerCommand.getCommandInfos
(int token, String docUID) Reads all possible transitions for this task.SaRMIServerCommand.getCommandInfos
(int token, String docUID, boolean transitionsOnly) Reads all possible transitions for this task. -
Uses of CommandInfo in com.saperion.wf
Classes in com.saperion.wf that implement CommandInfo