Class TicketStatusFlowService
java.lang.Object
org.exoplatform.cs.service.tickets.TicketStatusFlowService
- All Implemented Interfaces:
org.picocontainer.Startable
Created by IntelliJ IDEA.
User: ali
Date: 27/12/16
Time: 17:57
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFlow(org.exoplatform.container.component.ComponentPlugin flowPlugin) getFlowbyName(String name) getFlows()getSuccessors(String status, String flowName) voidstart()voidstop()
-
Field Details
-
STATUS_CHANGED
- See Also:
-
INITIAL_STATE
-
-
Constructor Details
-
TicketStatusFlowService
public TicketStatusFlowService()
-
-
Method Details
-
addFlow
public void addFlow(org.exoplatform.container.component.ComponentPlugin flowPlugin) -
getSuccessors
-
getAllStatuses
-
getFlowbyName
-
start
public void start()- Specified by:
startin interfaceorg.picocontainer.Startable
-
stop
public void stop()- Specified by:
stopin interfaceorg.picocontainer.Startable
-
getFlows
-