Package wt.container.batch.impl
Class AttributedRoleBatchContainerImpl
java.lang.Object
wt.container.batch.impl.BatchContainerImpl
wt.container.batch.impl.RoleBatchContainerImpl
wt.container.batch.impl.AttributedRoleBatchContainerImpl
- All Implemented Interfaces:
Serializable,AttributedRoleBatchContainer,BatchContainer,RoleBatchContainer
public class AttributedRoleBatchContainerImpl
extends wt.container.batch.impl.RoleBatchContainerImpl
implements AttributedRoleBatchContainer, Serializable
Supported API: true
Extendable: false
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface wt.container.batch.AttributedRoleBatchContainer
AttributedRoleBatchContainer.AssertionTarget -
Field Summary
Fields inherited from interface wt.container.batch.BatchContainer
ELEMENTSFields inherited from interface wt.container.batch.RoleBatchContainer
ASSOCIATION_NAME, FROM_OBJECT, ROLE_NAME -
Method Summary
Methods inherited from class wt.container.batch.impl.RoleBatchContainerImpl
getAssociationName, getFromObject, getRoleNameMethods inherited from class wt.container.batch.impl.BatchContainerImpl
clearAll, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.container.batch.BatchContainer
sizeMethods inherited from interface wt.container.batch.RoleBatchContainer
getAssociationName, getFromObject, getRoleName
-
Method Details
-
populate
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:
populatein interfaceBatchContainer- Overrides:
populatein classwt.container.batch.impl.BatchContainerImpl- Parameters:
a_Element-- Returns:
- boolean
-