Uses of Enum Class
com.saperion.constants.SaWFConstants.CommandId
Packages that use SaWFConstants.CommandId
Package
Description
This package contains the constant definitions for the SAPERION LARIX system.
This package contains the common used workflow interfaces for the LARIX components.
This package contains the classes for the LARIX RMI client wrapper components.
This package contains the common used workflow classes.
-
Uses of SaWFConstants.CommandId in com.saperion.constants
Methods in com.saperion.constants that return SaWFConstants.CommandIdModifier and TypeMethodDescriptionstatic SaWFConstants.CommandId
SaWFConstants.CommandId.fromInt
(int reqId) Converts from int.static SaWFConstants.CommandId
Returns the enum constant of this class with the specified name.static SaWFConstants.CommandId[]
SaWFConstants.CommandId.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SaWFConstants.CommandId in com.saperion.intf.wf
Methods in com.saperion.intf.wf that return SaWFConstants.CommandIdMethods in com.saperion.intf.wf with parameters of type SaWFConstants.CommandId -
Uses of SaWFConstants.CommandId in com.saperion.rmi
Methods in com.saperion.rmi with parameters of type SaWFConstants.CommandIdConstructors in com.saperion.rmi with parameters of type SaWFConstants.CommandIdModifierConstructorDescriptionContextInfoImpl
(String actorName, String processName, SaWFConstants.CommandId cmd) Constructor. -
Uses of SaWFConstants.CommandId in com.saperion.wf
Methods in com.saperion.wf that return SaWFConstants.CommandIdConstructors in com.saperion.wf with parameters of type SaWFConstants.CommandIdModifierConstructorDescriptionCommandInfoImpl
(SaWFConstants.CommandId cmd, String desc, boolean isEnabled, int trans) CommandInfoImpl
(SaWFConstants.CommandId cmd, String desc, boolean isEnabled, int trans, boolean reasonRequired, boolean nextReceiverRequired) Constructor.