|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.apps.fnd.wf.common.Element | +--oracle.apps.fnd.wf.common.BaseComponent
BaseComponent provides the heirachical data structure that is observed in most of Workflow components at both runtime and design time. This is an internal class that should not be used directly by application developers.
Field Summary | |
static java.lang.String |
RCS_ID
|
static boolean |
RCS_ID_RECORDED
|
Fields inherited from class oracle.apps.fnd.wf.common.Element |
ELEMENT_DB_CREATED, ELEMENT_DB_CREATING, ELEMENT_DB_DIRTY, ELEMENT_DB_LOADED, ELEMENT_DB_LOADING, ELEMENT_DB_NOT_INITIALIZED, ELEMENT_DB_SAVED, ELEMENT_DB_SAVING |
Method Summary | |
void |
addChild(BaseComponent child)
Add a child to this component, will set parent to be this component. |
BaseComponent |
getChildByTypeAndName(java.lang.Class type,
java.lang.String name)
Return a list of child components with the same type |
java.util.List |
getChildren()
Returns all the children. |
java.util.List |
getChildrenByName(java.lang.Object name)
Return a list of child components with the same name |
java.util.List |
getChildrenByType(java.lang.Class type)
Return a list of child components with the same type |
java.lang.String |
getName()
A convenient method for Id |
BaseComponent |
getParent()
Return parent of this object. |
void |
removeChild(BaseComponent child)
Remove a child from this component, will set parent to be null. |
void |
removeChildren()
Remove all children from its child list. |
Methods inherited from class oracle.apps.fnd.wf.common.Element |
create, getDBStatus, getId, load, save, setStore, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String RCS_ID
public static final boolean RCS_ID_RECORDED
Method Detail |
public BaseComponent getParent()
public void removeChild(BaseComponent child)
child
- : BaseComponent child to be removed.public void addChild(BaseComponent child)
child
- : BaseComponent child to be added.public java.util.List getChildren()
public java.util.List getChildrenByType(java.lang.Class type)
type
- : Class Type of component interested inpublic BaseComponent getChildByTypeAndName(java.lang.Class type, java.lang.String name)
type
- : Class Type of component interested inpublic java.util.List getChildrenByName(java.lang.Object name)
name
- : String name of component interested inpublic void removeChildren()
public java.lang.String getName()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |