|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionContainer | |
wt.clients.beans.contentholder | |
wt.clients.content | |
wt.clients.lifecycle.administrator | |
wt.clients.workflow.definer | |
wt.container.batch | |
wt.container.batch.impl | |
wt.container.batch.service | |
wt.content |
content package — Content Handling Service The content package allows content — files, URL links, and aggregates (multiple pieces of content that behave as a single file — to be associated with business objects. |
wt.effectivity | Provides an out-of-the-box reference implementation of the generic base effectivity functionality defined in wt.eff
to assert that a PDM object is effective under certain conditions,
but this package's EffectivityService is not normally used
(instead use wt.eff 's EffService , EffConfigSpecAssistant and EffGroupAssistant ). |
wt.lifecycle | |
wt.workflow.definer |
Provides workflow classes responsible for the definition of
processes, activities, and the other objects that compose the workflow network. |
Uses of TransactionContainer in wt.clients.beans.contentholder |
Fields in wt.clients.beans.contentholder declared as TransactionContainer | |
private TransactionContainer |
WTContentHolder.transactionContainer
Maintains all of the transactions (manipulations) made on the ContentHolder object -- provides for the saving of
multiple manipulations in one transaction to the server |
Uses of TransactionContainer in wt.clients.content |
Methods in wt.clients.content with parameters of type TransactionContainer | |
static boolean |
UploadDownloadTaskLogic.hasContentChanges(TransactionContainer transaction_container)
Method hasContentChanges determines if the given
TransactionContainer is non-empty. |
static ContentHolder |
UploadDownloadTaskLogic.saveContentChanges(TransactionContainer transaction_container,
ContentHolder content_holder,
String http_operation)
Method saveContentChanges makes the given changes to the given
ContentHolder persistent. |
static ContentHolder |
UploadDownloadTaskLogic.saveContentChanges(TransactionContainer transaction_container,
ContentHolder content_holder)
Method saveContentChanges makes the given changes to the given
ContentHolder persistent. |
Uses of TransactionContainer in wt.clients.lifecycle.administrator |
Fields in wt.clients.lifecycle.administrator declared as TransactionContainer | |
(package private) TransactionContainer |
CLifeCycleTemplate.lifeCycleTransaction
|
Methods in wt.clients.lifecycle.administrator that return TransactionContainer | |
protected TransactionContainer |
CLifeCycleTemplate.getTransactionContainer()
Returns the transaction container for the life cycle template. |
Uses of TransactionContainer in wt.clients.workflow.definer |
Fields in wt.clients.workflow.definer declared as TransactionContainer | |
(package private) TransactionContainer |
WfNodeTemplateEditor.transaction
|
Methods in wt.clients.workflow.definer that return TransactionContainer | |
TransactionContainer |
WfTemplateEditor.getTransactionContainer()
|
TransactionContainer |
WfNodeTemplateEditor.getTransactionContainer()
|
Methods in wt.clients.workflow.definer with parameters of type TransactionContainer | |
void |
WfTemplateEditor.setTransactionContainer(TransactionContainer transaction)
|
void |
WfNodeTemplateEditor.setTransactionContainer(TransactionContainer transaction)
|
Uses of TransactionContainer in wt.container.batch |
Methods in wt.container.batch that return TransactionContainer | |
TransactionContainer |
BatchContainerFactoryIfc.instantiateTransactionContainer()
Operation to instantiate a TransactionContainer. |
static TransactionContainer |
BatchContainerFactory.instantiateTransactionContainer()
Factory method used to create TransactionContainers. |
Methods in wt.container.batch with parameters of type TransactionContainer | |
BatchContainer |
BatchContainerFactoryIfc.instantiateGeneralBatchContainer(TransactionContainer txnContainer,
String name)
Operation to instantiate a general purpose BatchContainer. |
RoleBatchContainer |
BatchContainerFactoryIfc.instantiateRoleBatchContainer(TransactionContainer txnContainer,
String name,
String assocName,
String roleName,
Object fromObj)
Operation to instantiate a RoleBatchContainer. |
AttributedRoleBatchContainer |
BatchContainerFactoryIfc.instantiateAttributedRoleBatchContainer(TransactionContainer txnContainer,
String name,
String assocName,
String roleName,
Object fromObj)
Operation to instantiate a AttributedRoleBatchContainer. |
static BatchContainer |
BatchContainerFactory.instantiateGeneralBatchContainer(TransactionContainer txnContainer,
String name)
Factory method used to create BatchContainers. |
static RoleBatchContainer |
BatchContainerFactory.instantiateRoleBatchContainer(TransactionContainer txnContainer,
String name,
String assocName,
String roleName,
Object fromObj)
Factory method used to create RoleBatchContainers. |
static AttributedRoleBatchContainer |
BatchContainerFactory.instantiateAttributedRoleBatchContainer(TransactionContainer txnContainer,
String name,
String assocName,
String roleName,
Object fromObj)
Factory method used to create AttributedRoleBatchContainers. |
Uses of TransactionContainer in wt.container.batch.impl |
Classes in wt.container.batch.impl that implement TransactionContainer | |
class |
TransactionContainerImpl
A reference implementation of a TransactionContainer. |
Methods in wt.container.batch.impl that return TransactionContainer | |
TransactionContainer |
BatchContainerFactoryImpl.instantiateTransactionContainer()
Supported API: false |
Methods in wt.container.batch.impl with parameters of type TransactionContainer | |
BatchContainer |
BatchContainerFactoryImpl.instantiateGeneralBatchContainer(TransactionContainer txnContainer,
String name)
Supported API: false |
RoleBatchContainer |
BatchContainerFactoryImpl.instantiateRoleBatchContainer(TransactionContainer txnContainer,
String name,
String assocName,
String roleName,
Object fromObj)
Supported API: false |
AttributedRoleBatchContainer |
BatchContainerFactoryImpl.instantiateAttributedRoleBatchContainer(TransactionContainer txnContainer,
String name,
String assocName,
String roleName,
Object fromObj)
Supported API: false |
Constructors in wt.container.batch.impl with parameters of type TransactionContainer | |
RoleBatchContainerImpl(TransactionContainer txnContainer,
String assocName,
String roleName,
Object fromObject)
Supported API: false |
|
BatchContainerImpl(TransactionContainer txnContainer)
Supported API: false |
|
AttributedRoleBatchContainerImpl(TransactionContainer txnContainer,
String assocName,
String roleName,
Object fromObject)
Supported API: false |
Uses of TransactionContainer in wt.container.batch.service |
Methods in wt.container.batch.service with parameters of type TransactionContainer | |
TransactionResult[] |
BatchContainerService.submitTransaction(TransactionContainer txnContainer)
This operation loops over the TransactionContainer and its associate Assertions and applies them. |
Uses of TransactionContainer in wt.content |
Methods in wt.content with parameters of type TransactionContainer | |
ContentHolder |
StandardContentService.contentUpdate(ContentHolder holder,
TransactionContainer txnCntr)
This method adds, removes, and updates content based on a ContentHolder and a TransactionContainer object. |
ContentHolder |
StandardContentService.contentUpdateUpload(ContentHolder holder,
TransactionContainer txnCntr)
Deprecated. |
ContentHolder |
StandardContentService.contentUpdateDownload(ContentHolder holder,
TransactionContainer txnCntr)
Deprecated. |
ContentHolder |
ContentServiceFwd.contentUpdate(ContentHolder holder,
TransactionContainer txnCntr)
This method adds, removes, and updates content based on a ContentHolder and a TransactionContainer object. |
ContentHolder |
ContentServiceFwd.contentUpdateUpload(ContentHolder holder,
TransactionContainer txnCntr)
Deprecated. |
ContentHolder |
ContentServiceFwd.contentUpdateDownload(ContentHolder holder,
TransactionContainer txnCntr)
Deprecated. |
ContentHolder |
ContentService.contentUpdate(ContentHolder holder,
TransactionContainer txnCntr)
This method adds, removes, and updates content based on a ContentHolder and a TransactionContainer object. |
ContentHolder |
ContentService.contentUpdateUpload(ContentHolder holder,
TransactionContainer txnCntr)
Deprecated. |
ContentHolder |
ContentService.contentUpdateDownload(ContentHolder holder,
TransactionContainer txnCntr)
Deprecated. |
Uses of TransactionContainer in wt.effectivity |
Methods in wt.effectivity with parameters of type TransactionContainer | |
TransactionResult |
StandardEffectivityService.persistEffectivityBatch(TransactionContainer aTran)
Perform Insert, Modify, or Delete operations on any number of Effectivity objects. |
TransactionResult |
EffectivityServiceFwd.persistEffectivityBatch(TransactionContainer aTran)
Perform Insert, Modify, or Delete operations on any number of Effectivity objects. |
TransactionResult |
EffectivityService.persistEffectivityBatch(TransactionContainer aTran)
Perform Insert, Modify, or Delete operations on any number of Effectivity objects. |
Uses of TransactionContainer in wt.lifecycle |
Methods in wt.lifecycle with parameters of type TransactionContainer | |
TransactionResult |
StandardLifeCycleService.saveLifeCycleTemplate(TransactionContainer aTran)
Store or update a LifeCycleTemplate. |
TransactionResult |
StandardLifeCycleService.saveLifeCycleTemplate(TransactionContainer aTran,
WTContainerRef context)
Store or update a LifeCycleTemplate. |
TransactionResult |
StandardLifeCycleService.saveLifeCycleTemplate(TransactionContainer aTran,
WTContainerRef context,
boolean bypassDefaultTransitions)
Store or update a LifeCycleTemplate. |
RoleBatchContainer |
PhaseSuccessionContainerFactory.instantiateRoleBatchContainer(TransactionContainer txnContainer,
String name,
String assocName,
String roleName,
Object fromObj)
|
AttributedRoleBatchContainer |
PhaseSuccessionContainerFactory.instantiateAttributedRoleBatchContainer(TransactionContainer txnContainer,
String name,
String assocName,
String roleName,
Object fromObj)
|
TransactionResult |
LifeCycleServiceFwd.saveLifeCycleTemplate(TransactionContainer aTran)
Store or update a LifeCycleTemplate. |
TransactionResult |
LifeCycleServiceFwd.saveLifeCycleTemplate(TransactionContainer aTran,
WTContainerRef context)
Store or update a LifeCycleTemplate. |
TransactionResult |
LifeCycleServiceFwd.saveLifeCycleTemplate(TransactionContainer aTran,
WTContainerRef context,
boolean bypassDefaultTransitions)
Store or update a LifeCycleTemplate. |
TransactionResult |
LifeCycleService.saveLifeCycleTemplate(TransactionContainer aTran)
Store or update a LifeCycleTemplate. |
TransactionResult |
LifeCycleService.saveLifeCycleTemplate(TransactionContainer aTran,
WTContainerRef context)
Store or update a LifeCycleTemplate. |
TransactionResult |
LifeCycleService.saveLifeCycleTemplate(TransactionContainer aTran,
WTContainerRef context,
boolean bypassDefaultTransitions)
Store or update a LifeCycleTemplate. |
protected static TransactionResult |
LifeCycleDefinitionHandler.processLifeCycleTemplateTransaction(TransactionContainer aTran)
Process the TransactionContainer. |
TransactionResult |
StandardLifeCycleService.saveLifeCycleTemplate(TransactionContainer aTran)
Store or update a LifeCycleTemplate. |
TransactionResult |
StandardLifeCycleService.saveLifeCycleTemplate(TransactionContainer aTran,
WTContainerRef context)
Store or update a LifeCycleTemplate. |
TransactionResult |
StandardLifeCycleService.saveLifeCycleTemplate(TransactionContainer aTran,
WTContainerRef context,
boolean bypassDefaultTransitions)
Store or update a LifeCycleTemplate. |
RoleBatchContainer |
PhaseSuccessionContainerFactory.instantiateRoleBatchContainer(TransactionContainer txnContainer,
String name,
String assocName,
String roleName,
Object fromObj)
|
AttributedRoleBatchContainer |
PhaseSuccessionContainerFactory.instantiateAttributedRoleBatchContainer(TransactionContainer txnContainer,
String name,
String assocName,
String roleName,
Object fromObj)
|
TransactionResult |
LifeCycleServiceFwd.saveLifeCycleTemplate(TransactionContainer aTran)
Store or update a LifeCycleTemplate. |
TransactionResult |
LifeCycleServiceFwd.saveLifeCycleTemplate(TransactionContainer aTran,
WTContainerRef context)
Store or update a LifeCycleTemplate. |
TransactionResult |
LifeCycleServiceFwd.saveLifeCycleTemplate(TransactionContainer aTran,
WTContainerRef context,
boolean bypassDefaultTransitions)
Store or update a LifeCycleTemplate. |
TransactionResult |
LifeCycleService.saveLifeCycleTemplate(TransactionContainer aTran)
Store or update a LifeCycleTemplate. |
TransactionResult |
LifeCycleService.saveLifeCycleTemplate(TransactionContainer aTran,
WTContainerRef context)
Store or update a LifeCycleTemplate. |
TransactionResult |
LifeCycleService.saveLifeCycleTemplate(TransactionContainer aTran,
WTContainerRef context,
boolean bypassDefaultTransitions)
Store or update a LifeCycleTemplate. |
protected static TransactionResult |
LifeCycleDefinitionHandler.processLifeCycleTemplateTransaction(TransactionContainer aTran)
Process the TransactionContainer. |
Constructors in wt.lifecycle with parameters of type TransactionContainer | |
PhaseSuccessionContainer(TransactionContainer txnContainer,
String assocName,
String roleName,
Object fromObject)
|
|
PhaseSuccessionContainer(TransactionContainer txnContainer,
String assocName,
String roleName,
Object fromObject)
|
Uses of TransactionContainer in wt.workflow.definer |
Fields in wt.workflow.definer declared as TransactionContainer | |
private TransactionContainer |
WfDefinitionHandler.aTran
|
Methods in wt.workflow.definer with parameters of type TransactionContainer | |
protected static TransactionResult |
WfDefinitionHandler.doSave(TransactionContainer aTran,
WTContainerRef context_ref)
Process the TransactionContainer. |
TransactionResult |
WfDefinerServiceFwd.saveProcessTemplate(TransactionContainer aTran)
Store or update a WfProcessTemplate. |
TransactionResult |
WfDefinerServiceFwd.saveProcessTemplate(TransactionContainer aTran,
WTContainerRef context_ref)
Store or update a WfProcessTemplate. |
TransactionResult |
WfDefinerService.saveProcessTemplate(TransactionContainer aTran)
Store or update a WfProcessTemplate. |
TransactionResult |
WfDefinerService.saveProcessTemplate(TransactionContainer aTran,
WTContainerRef context_ref)
Store or update a WfProcessTemplate. |
TransactionResult |
StandardWfDefinerService.saveProcessTemplate(TransactionContainer aTran)
Store or update a WfProcessTemplate. |
TransactionResult |
StandardWfDefinerService.saveProcessTemplate(TransactionContainer aTran,
WTContainerRef context_ref)
Store or update a WfProcessTemplate. |
Constructors in wt.workflow.definer with parameters of type TransactionContainer | |
WfDefinitionHandler(TransactionContainer container)
Creates a definition handler. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |