Class TicketStatusFlowService

java.lang.Object
org.exoplatform.cs.service.tickets.TicketStatusFlowService
All Implemented Interfaces:
org.picocontainer.Startable

public class TicketStatusFlowService extends Object implements org.picocontainer.Startable
Created by IntelliJ IDEA. User: ali Date: 27/12/16 Time: 17:57
  • Field Details

  • Constructor Details

    • TicketStatusFlowService

      public TicketStatusFlowService()
  • Method Details

    • addFlow

      public void addFlow(org.exoplatform.container.component.ComponentPlugin flowPlugin)
    • getSuccessors

      public List<FlowStateSuccessor> getSuccessors(String status, String flowName)
    • getAllStatuses

      public Map<String,List<FlowState>> getAllStatuses()
    • getFlowbyName

      public Flow getFlowbyName(String name)
    • start

      public void start()
      Specified by:
      start in interface org.picocontainer.Startable
    • stop

      public void stop()
      Specified by:
      stop in interface org.picocontainer.Startable
    • getFlows

      public Map<String,Flow> getFlows()