wt.lifecycle
Class PhaseSuccessionContainer
java.lang.Object
wt.container.batch.impl.BatchContainerImpl
wt.container.batch.impl.RoleBatchContainerImpl
wt.container.batch.impl.AttributedRoleBatchContainerImpl
wt.lifecycle.PhaseSuccessionContainer
- All Implemented Interfaces:
- AttributedRoleBatchContainer, BatchContainer, RoleBatchContainer, Serializable
- public class PhaseSuccessionContainer
- extends AttributedRoleBatchContainerImpl
- See Also:
- Serialized Form
PhaseSuccessionContainer
public PhaseSuccessionContainer(TransactionContainer txnContainer,
String assocName,
String roleName,
Object fromObject)
add
public boolean add(PhaseTemplate template,
Transition name)
contains
public boolean contains(PhaseTemplate template,
Transition name)
populate
public boolean populate(PhaseTemplate template,
Transition name)
remove
public boolean remove(PhaseTemplate template,
Transition name)
add
public boolean add(Object element)
- Description copied from class:
AttributedRoleBatchContainerImpl
Supported API: false
- Specified by:
add
in interface BatchContainer
- Overrides:
add
in class AttributedRoleBatchContainerImpl
- Parameters:
element
-
- Returns:
- boolean
contains
public boolean contains(Object element)
- Description copied from class:
AttributedRoleBatchContainerImpl
Supported API: false
- Specified by:
contains
in interface BatchContainer
- Overrides:
contains
in class AttributedRoleBatchContainerImpl
- Parameters:
element
-
- Returns:
- boolean
populate
public boolean populate(Enumeration a_Elements)
- Description copied from class:
AttributedRoleBatchContainerImpl
Supported API: false
- Specified by:
populate
in interface BatchContainer
- Overrides:
populate
in class AttributedRoleBatchContainerImpl
- Parameters:
a_Elements
-
- Returns:
- boolean
populate
public boolean populate(Object a_Element)
- Description copied from class:
AttributedRoleBatchContainerImpl
- Operation to allow the pre-population of container elements. This
allows objects to be added to the container without creating a corresponding
Assertion. Returns true if this AttributedRoleBatchContainer changed
due to this operation.
Supported API: true
- Specified by:
populate
in interface BatchContainer
- Overrides:
populate
in class AttributedRoleBatchContainerImpl
- Parameters:
a_Element
-
- Returns:
- boolean
remove
public boolean remove(Object element)
- Description copied from class:
AttributedRoleBatchContainerImpl
Supported API: false
- Specified by:
remove
in interface BatchContainer
- Overrides:
remove
in class AttributedRoleBatchContainerImpl
- Parameters:
element
-
- Returns:
- boolean
replace
public boolean replace(Object element)
- Description copied from class:
AttributedRoleBatchContainerImpl
Supported API: false
- Specified by:
replace
in interface BatchContainer
- Overrides:
replace
in class AttributedRoleBatchContainerImpl
- Parameters:
element
-
- Returns:
- boolean