public class Flow extends Object
Flow()
Flow(String name, List<FlowState> states)
String
getName()
List<FlowState>
getStates()
void
setName(String name)
setStates(List<FlowState> states)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Flow()
public Flow(String name, List<FlowState> states)
public String getName()
public void setName(String name)
public List<FlowState> getStates()
public void setStates(List<FlowState> states)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.