|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
oracle.clex.tools.addin.activitymodel.generator.jdev.ActivityStructure
Constructor Summary | |
ActivityStructure(oracle.bm.data.DataElement activity)
The Constructor |
Method Summary | |
oracle.bm.data.DataElement |
getActivity()
The getter for Activity |
java.lang.String |
getLongDescription()
Returns description |
java.lang.String |
getShortDescription()
Returns description |
java.util.List |
getSubStructures()
Does nothing |
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 activity should store the errors or warnings in a list |
Constructor Detail |
public ActivityStructure(oracle.bm.data.DataElement activity)
activity
- The activity data element found on the activity modelMethod Detail |
public oracle.bm.data.DataElement getActivity()
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 |