| |
|
| org.tigris.scarab.om.BaseTransition org.tigris.scarab.om.Transition
getConditions | public List getConditions() throws TorqueException(Code) | | Returns the conditions associated to this Transition
|
getConditionsArray | public Integer[] getConditionsArray()(Code) | | Returns the array of attributeOptionIds that will force the requiment of this
attribute if set. Used by templates to load the combo.
|
getRole | public Role getRole()(Code) | | |
isConditioned | public boolean isConditioned()(Code) | | |
isRequiredIf | public boolean isRequiredIf(Integer optionID) throws TorqueException(Code) | | |
setConditionsArray | public void setConditionsArray(Integer aOptionId) throws TorqueException(Code) | | Load the attribute options' IDs from the template combo.
Parameters: aOptionId - throws: TorqueException - |
Fields inherited from org.tigris.scarab.om.BaseTransition | protected List collConditions(Code)(Java Doc)
|
|
|
|