|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
oracle.clex.tools.addin.activitymodel.generator.jdev.TransitionStructure
Constructor Summary | |
TransitionStructure(oracle.bm.data.DataElement transition)
The Constructor |
Method Summary | |
java.lang.String |
getLongDescription()
Returns description |
java.lang.String |
getShortDescription()
Returns description |
java.util.List |
getSubStructures()
Does nothing |
oracle.bm.data.DataElement |
getTransition()
The getter for Transition |
java.util.List |
getValidationWarnings()
Does nothing |
void |
invokeWizard(java.util.List structures)
Does nothing |
boolean |
isSelected()
Checks and returns if structure was selected on the diagram |
boolean |
isValid()
Checks and returns if the activity is valid or not |
void |
validate()
The method validates the transition and stores the errors or warnings in a list |
Constructor Detail |
public TransitionStructure(oracle.bm.data.DataElement transition)
transition
- The transition data element found on the activity modelMethod Detail |
public oracle.bm.data.DataElement getTransition()
public void validate()
public boolean isValid()
public boolean isSelected()
public void invokeWizard(java.util.List structures)
public java.util.List getValidationWarnings()
public java.lang.String getShortDescription()
public java.lang.String getLongDescription()
public java.util.List getSubStructures()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |