|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionResult | |
wt.container.batch | |
wt.container.batch.impl | |
wt.container.batch.service | |
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 TransactionResult in wt.container.batch |
Methods in wt.container.batch with parameters of type TransactionResult | |
boolean |
TransactionContainer.setTransactionResults(TransactionResult[] results)
Operation setTransactionResults is used to record the results of submitting the assertions to a server. |
Uses of TransactionResult in wt.container.batch.impl |
Methods in wt.container.batch.impl with parameters of type TransactionResult | |
boolean |
TransactionContainerImpl.setTransactionResults(TransactionResult[] results)
Supported API: false |
Uses of TransactionResult in wt.container.batch.service |
Methods in wt.container.batch.service that return TransactionResult | |
TransactionResult[] |
BatchContainerService.submitTransaction(TransactionContainer txnContainer)
This operation loops over the TransactionContainer and its associate Assertions and applies them. |
Uses of TransactionResult in wt.effectivity |
Methods in wt.effectivity that return TransactionResult | |
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 TransactionResult in wt.lifecycle |
Methods in wt.lifecycle that return TransactionResult | |
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. |
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. |
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. |
Uses of TransactionResult in wt.workflow.definer |
Methods in wt.workflow.definer that return TransactionResult | |
private TransactionResult |
WfDefinitionHandler.doSave(WTContainerRef context_ref)
Process the 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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |