Class WorkflowActionExecutedEvent

    • Method Detail

      • getContentLocale

        public ContentLocale getContentLocale()
        Returns the ContentLocale on which the workflow action was executed.
        Returns:
        the ContentLocale.
        Since:
        10.0.0
      • getOriginalContentWorkflowMetaData

        public ContentWorkflowMetaData getOriginalContentWorkflowMetaData()
        Returns the ContentWorkflowMetaData value that existed before the action being executed.
        Returns:
        the original ContentWorkflowMetaData, or null if there was none.
        Since:
        10.0.0
      • getUpdatedContentWorkflowMetaData

        public ContentWorkflowMetaData getUpdatedContentWorkflowMetaData()
        Returns the ContentWorkflowMetaData value after the action was executed.
        Returns:
        the updated ContentWorkflowMetaData.
        Since:
        10.0.0