Uses of Class
org.exoplatform.cs.service.tickets.FlowState
-
Packages that use FlowState Package Description org.exoplatform.cs.service.tickets -
-
Uses of FlowState in org.exoplatform.cs.service.tickets
Methods in org.exoplatform.cs.service.tickets that return types with arguments of type FlowState Modifier and Type Method Description Map<String,List<FlowState>>TicketStatusFlowService. getAllStatuses()List<FlowState>Flow. getStates()Method parameters in org.exoplatform.cs.service.tickets with type arguments of type FlowState Modifier and Type Method Description voidFlow. setStates(List<FlowState> states)Constructor parameters in org.exoplatform.cs.service.tickets with type arguments of type FlowState Constructor Description Flow(String name, String defaultState, List<FlowState> states)
-