Package com.saperion.intf.wf
Interface CommandInfo
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CommandInfoImpl
Command interface.
- Author:
- rbo
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
boolean
-
Method Details
-
getCommand
SaWFConstants.CommandId getCommand()- Returns:
- the command
-
getTransition
int getTransition()- Returns:
- the transition
-
isEnabled
boolean isEnabled()- Returns:
- the enabled
-
getTransitionDescription
String getTransitionDescription()- Returns:
- the description of the transition
-
isReasonRequired
boolean isReasonRequired()- Returns:
- whether the user has to give a reason to invoking this command
-
isNextReceiverRequired
boolean isNextReceiverRequired()- Returns:
- whether the user has to select the next receiver
-