Class PilotageStatusCheckCondition

    • Method Detail

      • passesCondition

        public boolean passesCondition​(Map transientVars,
                                       Map args,
                                       com.opensymphony.module.propertyset.PropertySet ps)
                                throws com.opensymphony.workflow.WorkflowException
        Specified by:
        passesCondition in interface com.opensymphony.workflow.Condition
        Throws:
        com.opensymphony.workflow.WorkflowException
      • passesPilotageStatusCondition

        protected boolean passesPilotageStatusCondition​(Map transientVars)
                                                 throws com.opensymphony.workflow.WorkflowException
        Return true if the pilotage status passes conditions
        Parameters:
        transientVars - the transient vars
        Returns:
        true if the pilotage status passes conditions
        Throws:
        com.opensymphony.workflow.WorkflowException - if an error occurred
      • getContent

        protected WorkflowAwareContent getContent​(Map transientVars)
                                           throws com.opensymphony.workflow.WorkflowException
        Retrieve the content associated with the workflow.
        Parameters:
        transientVars - the parameters from the call.
        Returns:
        the content.
        Throws:
        com.opensymphony.workflow.WorkflowException - if the content is not found.