Uses of Interface
com.saperion.intf.wf.CommandInfo
-
Packages that use CommandInfo Package Description com.saperion.connector This package contains the main classic connector classes.com.saperion.connector.rmi Package for connector RMI client classes.com.saperion.connector.wf This package contains the main classic workflow connector classes.com.saperion.rmi.common This package contains the classes for the LARIX RMI Server.com.saperion.wf 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 CommandInfo Modifier and Type Method Description java.util.Collection<CommandInfo>
SaClassicConnectorImpl. getCommandInfos(java.lang.String docUID)
Reads all possible transitions for this task.java.util.Collection<CommandInfo>
SaClassicConnectorImpl. getCommandInfos(java.lang.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 CommandInfo Modifier and Type Method Description java.util.Collection<CommandInfo>
AbstractWfRMIClientCommand. getCommandInfos(java.lang.String taskUID)
Reads all possible transitions for this task.java.util.Collection<CommandInfo>
AbstractWfRMIClientCommand. getCommandInfos(java.lang.String taskUID, boolean transitionsOnly)
Reads all possible transitions and optional other possible commands for this task.java.util.Collection<CommandInfo>
SaRMIClientCommand. getCommandInfos(java.lang.String taskUID)
Reads all possible transitions for this task.java.util.Collection<CommandInfo>
SaRMIClientCommand. getCommandInfos(java.lang.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 CommandInfo Modifier and Type Method Description CommandInfo[]
SaWFTask. getCommandInfos()
Reads all possible transitions for this task.CommandInfo[]
SaWFTask. getCommandInfos(boolean transitionsOnly)
Reads all possible transitions and optional other possible commands for this task.CommandInfo[]
SaWFTaskImpl. getCommandInfos()
Reads all possible transitions for this task.CommandInfo[]
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 CommandInfo Modifier and Type Method Description void
SaWFTask. executeCommand(CommandInfo command, java.lang.String definition, ActorInfo nextActor, java.lang.String comment, java.util.Date escalationDate, int activity)
Performs the given command.void
SaWFTaskImpl. executeCommand(CommandInfo command, java.lang.String processName, ActorInfo nextActor, java.lang.String commentString, java.util.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 CommandInfo Modifier and Type Method Description java.util.Collection<CommandInfo>
SaRMIServerCommand. getCommandInfos(int token, java.lang.String docUID)
Reads all possible transitions for this task.java.util.Collection<CommandInfo>
SaRMIServerCommand. getCommandInfos(int token, java.lang.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 Modifier and Type Class Description class
CommandInfoImpl
-