Class ViewWorkflowStep

All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class ViewWorkflowStep extends AbstractWorkflowStep
Created by IntelliJ IDEA. User: amazkovoi Date: 13/09/2004 Time: 13:09:08
See Also:
  • Constructor Details

  • Method Details

    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • getStep

      public com.opensymphony.workflow.loader.StepDescriptor getStep()
    • getInboundTransitions

      public Collection getInboundTransitions()
    • getOutboundTransitions

      public Collection getOutboundTransitions()
    • isGlobal

      public boolean isGlobal(com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
    • isCommon

      public boolean isCommon(com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
    • isInitial

      public boolean isInitial(com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
    • getStepsForTransition

      public Collection getStepsForTransition(com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
    • getStatus

      public Status getStatus(String id)
    • getStatusObject

      public Status getStatusObject(String id)