Class ValidateSynchronizedContentFunction

All Implemented Interfaces:
com.opensymphony.workflow.FunctionProvider, Initializable, LogEnabled, Serviceable

OSWorkflow function for validating a synchronizable content.
  • Constructor Details

  • Method Details

    • execute

      public void execute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps) throws com.opensymphony.workflow.WorkflowException
      Specified by:
      execute in interface com.opensymphony.workflow.FunctionProvider
      Overrides:
      execute in class ValidateContentFunction
      Throws:
      com.opensymphony.workflow.WorkflowException
    • _setCurrentStepIdAndNotify

      protected void _setCurrentStepIdAndNotify(WorkflowAwareContent content, Map transientVars) throws com.opensymphony.workflow.WorkflowException
      Description copied from class: AbstractContentFunction
      Set the content's current step ID and notify the observers that the content's workflow has changed.
      Overrides:
      _setCurrentStepIdAndNotify in class AbstractContentFunction
      Parameters:
      content - the content.
      transientVars - The workflow transient vars.
      Throws:
      com.opensymphony.workflow.WorkflowException - if an error occurs.