Uses of Interface
com.ibm.workflow.api.ContainerElement

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.
 



© Copyright IBM Corporation 1999, 2008. All Rights Reserved.