Uses of Class
com.saperion.constants.SaWFConstants.CommandId
-
Packages that use SaWFConstants.CommandId Package Description com.saperion.constants This package contains the constant definitions for the SAPERION LARIX system.com.saperion.intf.wf This package contains the common used workflow interfaces for the LARIX components.com.saperion.rmi This package contains the classes for the LARIX RMI client wrapper components.com.saperion.wf This package contains the common used workflow classes. -
-
Uses of SaWFConstants.CommandId in com.saperion.constants
Methods in com.saperion.constants that return SaWFConstants.CommandId Modifier and Type Method Description static SaWFConstants.CommandId
SaWFConstants.CommandId. fromInt(int reqId)
Converts from int.static SaWFConstants.CommandId
SaWFConstants.CommandId. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaWFConstants.CommandId[]
SaWFConstants.CommandId. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SaWFConstants.CommandId in com.saperion.intf.wf
Methods in com.saperion.intf.wf that return SaWFConstants.CommandId Modifier and Type Method Description SaWFConstants.CommandId
CommandInfo. getCommand()
Methods in com.saperion.intf.wf with parameters of type SaWFConstants.CommandId Modifier and Type Method Description void
ContextInfo. setCommand(SaWFConstants.CommandId command)
-
Uses of SaWFConstants.CommandId in com.saperion.rmi
Methods in com.saperion.rmi with parameters of type SaWFConstants.CommandId Modifier and Type Method Description void
ContextInfoImpl. setCommand(SaWFConstants.CommandId cmd)
Constructors in com.saperion.rmi with parameters of type SaWFConstants.CommandId Constructor Description ContextInfoImpl(java.lang.String actorName, java.lang.String processName, SaWFConstants.CommandId cmd)
Constructor. -
Uses of SaWFConstants.CommandId in com.saperion.wf
Methods in com.saperion.wf that return SaWFConstants.CommandId Modifier and Type Method Description SaWFConstants.CommandId
CommandInfoImpl. getCommand()
Constructors in com.saperion.wf with parameters of type SaWFConstants.CommandId Constructor Description CommandInfoImpl(SaWFConstants.CommandId cmd, java.lang.String desc, boolean isEnabled, int trans)
CommandInfoImpl(SaWFConstants.CommandId cmd, java.lang.String desc, boolean isEnabled, int trans, boolean reasonRequired, boolean nextReceiverRequired)
Constructor.
-