Package com.saperion.wf
Class CommandInfoImpl
java.lang.Object
com.saperion.wf.CommandInfoImpl
- All Implemented Interfaces:
- CommandInfo,- Serializable
- Author:
- rbo
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCommandInfoImpl(SaWFConstants.CommandId cmd, String desc, boolean isEnabled, int trans) CommandInfoImpl(SaWFConstants.CommandId cmd, String desc, boolean isEnabled, int trans, boolean reasonRequired, boolean nextReceiverRequired) Constructor.
- 
Method Summary
- 
Constructor Details- 
CommandInfoImpl
- 
CommandInfoImplpublic CommandInfoImpl(SaWFConstants.CommandId cmd, String desc, boolean isEnabled, int trans, boolean reasonRequired, boolean nextReceiverRequired) Constructor.- Parameters:
- cmd- Command
- desc- Description
- isEnabled- Is enabled
- trans-
- reasonRequired-
- nextReceiverRequired-
 
 
- 
- 
Method Details- 
getCommand- Specified by:
- getCommandin interface- CommandInfo
- Returns:
- the command
- See Also:
 
- 
getTransitionpublic int getTransition()- Specified by:
- getTransitionin interface- CommandInfo
- Returns:
- the transition
- See Also:
 
- 
isEnabledpublic boolean isEnabled()- Specified by:
- isEnabledin interface- CommandInfo
- Returns:
- the enabled
- See Also:
 
- 
getTransitionDescription- Specified by:
- getTransitionDescriptionin interface- CommandInfo
- Returns:
- the description of the transition
- See Also:
 
- 
equals
- 
hashCodepublic int hashCode()
- 
isReasonRequiredpublic boolean isReasonRequired()- Specified by:
- isReasonRequiredin interface- CommandInfo
- Returns:
- whether the user has to give a reason to invoking this command
 
- 
isNextReceiverRequiredpublic boolean isNextReceiverRequired()- Specified by:
- isNextReceiverRequiredin interface- CommandInfo
- Returns:
- whether the user has to select the next receiver
 
- 
toString
 
-