|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchContainer | |
wt.clients.beans.contentholder | |
wt.clients.lifecycle.administrator | |
wt.clients.workflow.definer | |
wt.container.batch | |
wt.container.batch.impl | |
wt.lifecycle |
Uses of BatchContainer in wt.clients.beans.contentholder |
Fields in wt.clients.beans.contentholder declared as BatchContainer | |
private BatchContainer |
WTContentHolder.contentBatchContainer
Maintains the current state of the ContentItems as the
manipulations are applied to them. |
Uses of BatchContainer in wt.clients.lifecycle.administrator |
Fields in wt.clients.lifecycle.administrator declared as BatchContainer | |
(package private) BatchContainer |
CLifeCycleTemplate.mainBatchContainer
|
Methods in wt.clients.lifecycle.administrator that return BatchContainer | |
protected BatchContainer |
CPhaseTemplate.getMainBatchContainer()
Returns the BatchContainer of this CPhaseTemplate. |
protected BatchContainer |
CLifeCycleTemplate.getMainBatchContainer()
Returns the main batch container for a update or create. |
Uses of BatchContainer in wt.clients.workflow.definer |
Fields in wt.clients.workflow.definer declared as BatchContainer | |
(package private) BatchContainer |
WfNodeTemplateEditor.batch
|
(package private) BatchContainer |
NodeTemplateLinkEditor.batch
|
Methods in wt.clients.workflow.definer that return BatchContainer | |
BatchContainer |
WfTemplateEditor.getBatchContainer()
|
BatchContainer |
WfNodeTemplateEditor.getBatchContainer()
|
BatchContainer |
NodeTemplateLinkEditor.getBatchContainer()
|
Methods in wt.clients.workflow.definer with parameters of type BatchContainer | |
void |
WfTemplateEditor.setBatchContainer(BatchContainer batch)
|
void |
WfNodeTemplateEditor.setBatchContainer(BatchContainer batch)
|
void |
NodeTemplateLinkEditor.setBatchContainer(BatchContainer batch)
|
Uses of BatchContainer in wt.container.batch |
Subinterfaces of BatchContainer in wt.container.batch | |
interface |
AttributedRoleBatchContainer
Interface AttributedRoleBatchCotnainer is a RoleBatchContainer that supports attributes on an association. |
interface |
RoleBatchContainer
Interface RoleBatchCotnainer is a BatchContainer that is used to make assertions about which objects play the "other" role in an association. |
Fields in wt.container.batch declared as BatchContainer | |
private BatchContainer |
Assertion.container
|
Methods in wt.container.batch that return BatchContainer | |
BatchContainer |
TransactionContainer.getBatchContainer(String name)
Operation getBatchContainer returns the BatchContainer for the specified name. |
BatchContainer |
BatchContainerFactoryIfc.instantiateGeneralBatchContainer(TransactionContainer txnContainer,
String name)
Operation to instantiate a general purpose BatchContainer. |
static BatchContainer |
BatchContainerFactory.instantiateGeneralBatchContainer(TransactionContainer txnContainer,
String name)
Factory method used to create BatchContainers. |
BatchContainer |
Assertion.getContainer()
Get the BatchContainer which was the target of this Assertion. |
Methods in wt.container.batch with parameters of type BatchContainer | |
boolean |
TransactionContainer.addBatchContainer(String name,
BatchContainer batchContainer)
Operation addBatchContainer is used to associate a BatchContainer with the transaction. |
Constructors in wt.container.batch with parameters of type BatchContainer | |
ReplaceAssertion(BatchContainer container,
Object target)
Create an ReplaceAssertion against the BatchContainer and target object. |
|
RemoveAssertion(BatchContainer container,
Object target)
Create a RemoveAssertion against the BatchContainer and target object. |
|
Assertion(BatchContainer container,
Object target)
Constructor which forms an assertion against a BatchContainer and a target Object. |
|
AddAssertion(BatchContainer container,
Object target)
Create an AddAssertion against the BatchContainer and target object. |
Uses of BatchContainer in wt.container.batch.impl |
Classes in wt.container.batch.impl that implement BatchContainer | |
class |
AttributedRoleBatchContainerImpl
Supported API: true Extendable: false |
class |
BatchContainerImpl
Class used to implement a general purpose BatchContainer. |
class |
RoleBatchContainerImpl
Class used to implement a RoleBatchContainer. |
Methods in wt.container.batch.impl that return BatchContainer | |
BatchContainer |
TransactionContainerImpl.getBatchContainer(String name)
Supported API: false |
BatchContainer |
BatchContainerFactoryImpl.instantiateGeneralBatchContainer(TransactionContainer txnContainer,
String name)
Supported API: false |
Methods in wt.container.batch.impl with parameters of type BatchContainer | |
boolean |
TransactionContainerImpl.addBatchContainer(String name,
BatchContainer batchContainer)
Supported API: false |
private Assertion |
TransactionContainerImpl.getLastAssertion(BatchContainer container,
Object target)
Return the last assertion for the container and target object. |
Uses of BatchContainer in wt.lifecycle |
Classes in wt.lifecycle that implement BatchContainer | |
class |
PhaseSuccessionContainer
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |