@StableMinor(version="12.3", sinceVersion="10.0") public class WorkflowActionExecutedEvent extends AbstractTransactionalPortalEvent
IWorkflowManager.executeAction(SessionConfig, ContentLocale, String, String, ITransaction)
,
IPortalEventObserver
,
IPortalEventManager.notifyObservers(lumis.portal.event.IPortalEvent)
Constructor and Description |
---|
WorkflowActionExecutedEvent(SessionConfig sessionConfig,
ContentLocale contentLocale,
ContentWorkflowMetaData originalContentWorkflowMetaData,
ContentWorkflowMetaData updatedContentWorkflowMetaData,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
ContentLocale |
getContentLocale()
Returns the ContentLocale on which the workflow action was executed.
|
ContentWorkflowMetaData |
getOriginalContentWorkflowMetaData()
Returns the
ContentWorkflowMetaData value that existed before the action being executed. |
ContentWorkflowMetaData |
getUpdatedContentWorkflowMetaData()
Returns the
ContentWorkflowMetaData value after the action was executed. |
getSessionConfig, getTransaction
getEventGroups, getOperationType, setEventGroups, setOperationType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
public WorkflowActionExecutedEvent(SessionConfig sessionConfig, ContentLocale contentLocale, ContentWorkflowMetaData originalContentWorkflowMetaData, ContentWorkflowMetaData updatedContentWorkflowMetaData, ITransaction transaction)
public ContentLocale getContentLocale()
public ContentWorkflowMetaData getOriginalContentWorkflowMetaData()
ContentWorkflowMetaData
value that existed before the action being executed.ContentWorkflowMetaData
, or null
if there was none.public ContentWorkflowMetaData getUpdatedContentWorkflowMetaData()
ContentWorkflowMetaData
value after the action was executed.ContentWorkflowMetaData
.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.