public class StateMachineManager extends Object
| Constructor and Description | 
|---|
| StateMachineManager() | 
| Modifier and Type | Method and Description | 
|---|---|
| com.edorasware.commons.core.entity.State | getInitialState(com.edorasware.commons.core.entity.Type workObjectType) | 
| void | setStateMachines(List<StateMachine> stateMachines) | 
| void | validateStateChange(com.edorasware.commons.core.entity.Type workObjectType,
                   com.edorasware.commons.core.entity.State oldState,
                   com.edorasware.commons.core.entity.State newState) | 
public void setStateMachines(List<StateMachine> stateMachines)
public com.edorasware.commons.core.entity.State getInitialState(com.edorasware.commons.core.entity.Type workObjectType)
public void validateStateChange(com.edorasware.commons.core.entity.Type workObjectType,
                       com.edorasware.commons.core.entity.State oldState,
                       com.edorasware.commons.core.entity.State newState)
Copyright © 2010 - 2016 edorasware ag. All Rights Reserved.