Uses of Class
lumis.content.workflow.ContentWorkflowMetaData
-
Packages that use ContentWorkflowMetaData Package Description lumis.content.control.workflow lumis.content.workflow Provides workflow support for the content framework.lumis.content.workflow.action lumis.service.autoadministration.control -
-
Uses of ContentWorkflowMetaData in lumis.content.control.workflow
Methods in lumis.content.control.workflow that return ContentWorkflowMetaData Modifier and Type Method Description protected ContentWorkflowMetaData
WorkflowMetaDataControl. getContentWorkflowMetaData()
Returns the content workflow metadata.protected ContentWorkflowMetaData
WorkflowMetaDataControl. getContentWorkflowMetaData(ContentTableSource source)
-
Uses of ContentWorkflowMetaData in lumis.content.workflow
Methods in lumis.content.workflow that return ContentWorkflowMetaData Modifier and Type Method Description ContentWorkflowMetaData
ContentWorkflowMetaData. clone()
Returns a clone of this ContentWorkflowMetaData instance.ContentWorkflowMetaData
IWorkflowManager. getContentWorkflowMetaData(SessionConfig sessionConfig, String itemId, String serviceInstanceId, String sourceId, ITransaction transaction)
Deprecated.Since 4.2.0, replaced byIWorkflowManager.getContentWorkflowMetaData(SessionConfig, ContentLocale, ITransaction)
.ContentWorkflowMetaData
IWorkflowManager. getContentWorkflowMetaData(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
Returns the content workflow metadata for a content locale.ContentWorkflowMetaData
WorkflowManager. getContentWorkflowMetaData(SessionConfig sessionConfig, String itemId, String serviceInstanceId, String sourceId, ITransaction transaction)
Deprecated.ContentWorkflowMetaData
WorkflowManager. getContentWorkflowMetaData(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
ContentWorkflowMetaData
WorkflowActionExecutedEvent. getOriginalContentWorkflowMetaData()
Returns theContentWorkflowMetaData
value that existed before the action being executed.ContentWorkflowMetaData
WorkflowActionExecutedEvent. getUpdatedContentWorkflowMetaData()
Returns theContentWorkflowMetaData
value after the action was executed.Methods in lumis.content.workflow with parameters of type ContentWorkflowMetaData Modifier and Type Method 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.Constructors in lumis.content.workflow with parameters of type ContentWorkflowMetaData Constructor Description WorkflowActionExecutedEvent(SessionConfig sessionConfig, ContentLocale contentLocale, ContentWorkflowMetaData originalContentWorkflowMetaData, ContentWorkflowMetaData updatedContentWorkflowMetaData, ITransaction transaction)
-
Uses of ContentWorkflowMetaData in lumis.content.workflow.action
Methods in lumis.content.workflow.action with parameters of type ContentWorkflowMetaData Modifier and Type Method Description void
WorkflowSendMailActionHandler. preProcessAction(SessionConfig sessionConfig, ContentLocale contentLocale, WorkflowTransitionConfig transition, ContentWorkflowMetaData newWorkflowMetaData, ITransaction transaction)
-
Uses of ContentWorkflowMetaData in lumis.service.autoadministration.control
Methods in lumis.service.autoadministration.control that return ContentWorkflowMetaData Modifier and Type Method 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.
-