|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContainerElement | |
---|---|
com.ibm.workflow.api |
Uses of ContainerElement in com.ibm.workflow.api |
---|
Methods in com.ibm.workflow.api that return ContainerElement | |
ContainerElement[] |
ContainerElement.arrayElements()
Returns the array elements of the container element. |
ContainerElement[] |
ContainerElement.leaves()
Returns all leaf elements of the container element. |
ContainerElement[] |
ContainerElement.structMembers()
Returns the structural members of the container element. |
ContainerElement |
ContainerElement.getElement(java.lang.String qualifiedName)
Provides access to an element of the container element. |
ContainerElement[] |
Container.allLeaves()
Returns all leaf elements of the container including the MQ Workflow predefined members. |
ContainerElement[] |
Container.leaves()
Returns all user-defined leaf elements of the container. |
ContainerElement[] |
Container.structMembers()
Returns the structural members of the container. |
ContainerElement |
Container.getElement(java.lang.String qualifiedName)
Provides access to a container element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |