Package | Description |
---|---|
lumis.content.control.workflow | |
lumis.content.workflow |
Provides workflow support for the content framework.
|
lumis.content.workflow.action | |
lumis.service.autoadministration.control |
Modifier and Type | Method and Description |
---|---|
protected ContentWorkflowMetaData |
WorkflowMetaDataControl.getContentWorkflowMetaData()
Returns the content workflow metadata.
|
protected ContentWorkflowMetaData |
WorkflowMetaDataControl.getContentWorkflowMetaData(ContentTableSource source) |
Modifier and Type | Method and Description |
---|---|
ContentWorkflowMetaData |
ContentWorkflowMetaData.clone()
Returns a clone of this ContentWorkflowMetaData instance.
|
ContentWorkflowMetaData |
IWorkflowManager.getContentWorkflowMetaData(SessionConfig sessionConfig,
ContentLocale contentLocale,
ITransaction transaction)
Returns the content workflow metadata for a content locale.
|
ContentWorkflowMetaData |
WorkflowManager.getContentWorkflowMetaData(SessionConfig sessionConfig,
ContentLocale contentLocale,
ITransaction transaction) |
ContentWorkflowMetaData |
IWorkflowManager.getContentWorkflowMetaData(SessionConfig sessionConfig,
String itemId,
String serviceInstanceId,
String sourceId,
ITransaction transaction)
Deprecated.
Since 4.2.0, replaced by
IWorkflowManager.getContentWorkflowMetaData(SessionConfig, ContentLocale, ITransaction) . |
ContentWorkflowMetaData |
WorkflowManager.getContentWorkflowMetaData(SessionConfig sessionConfig,
String itemId,
String serviceInstanceId,
String sourceId,
ITransaction transaction)
Deprecated.
|
ContentWorkflowMetaData |
WorkflowActionExecutedEvent.getOriginalContentWorkflowMetaData()
Returns the
ContentWorkflowMetaData value that existed before the action being executed. |
ContentWorkflowMetaData |
WorkflowActionExecutedEvent.getUpdatedContentWorkflowMetaData()
Returns the
ContentWorkflowMetaData value after the action was executed. |
Modifier and Type | Method and Description |
---|---|
void |
IWorkflowActionHandler.preProcessAction(SessionConfig sessionConfig,
ContentLocale contentLocale,
WorkflowTransitionConfig transition,
ContentWorkflowMetaData newWorkflowMetaData,
ITransaction transaction)
Method called when a workflow action is performed, before its changes
are applied to the persistence layer.
|
Constructor and Description |
---|
WorkflowActionExecutedEvent(SessionConfig sessionConfig,
ContentLocale contentLocale,
ContentWorkflowMetaData originalContentWorkflowMetaData,
ContentWorkflowMetaData updatedContentWorkflowMetaData,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowSendMailActionHandler.preProcessAction(SessionConfig sessionConfig,
ContentLocale contentLocale,
WorkflowTransitionConfig transition,
ContentWorkflowMetaData newWorkflowMetaData,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
protected ContentWorkflowMetaData |
WorkflowMetaDataControl.getContentWorkflowMetaData()
Returns the content workflow metadata.
|
protected ContentWorkflowMetaData |
WorkflowMetaDataControl.getContentWorkflowMetaData(ContentTableSource source)
Returns the content workflow meta data from the given source and control's itemId.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.