| |
|
| org.tigris.scarab.om.BaseTransitionManager org.tigris.scarab.om.TransitionManager
TransitionManager | public class TransitionManager extends BaseTransitionManager (Code) | | This class manages Transition objects.
The skeleton for this class was autogenerated by Torque * You should add additional methods to this class to meet the
application requirements. This class will only be generated as
long as it does not already exist in the output directory.
|
Constructor Summary | |
public | TransitionManager() Creates a new TransitionManager instance. |
GET_ALL_TRANSITIONS | final public static String GET_ALL_TRANSITIONS(Code) | | |
GET_CONDITIONS | final public static String GET_CONDITIONS(Code) | | |
TransitionManager | public TransitionManager() throws TorqueException(Code) | | Creates a new TransitionManager instance.
exception: TorqueException - if an error occurs |
getAllTransitions | public static List getAllTransitions(Attribute attribute)(Code) | | Returns every transition defined for the given Attribute. The list is cached to improve
performance in complex setups.
Parameters: attribute - |
|
|
|