Uses of Class
org.nuclos.api.statemodel.State
Package
Description
-
Uses of State in org.nuclos.api.businessobject.facade.thin
-
Uses of State in org.nuclos.api.context
Modifier and TypeMethodDescriptionStateChangeContext.getSourceState()
This method returns the state that has to be changedStateChangeContext.getTargetState()
This method returns the state the user wants to change to -
Uses of State in org.nuclos.api.provider
Modifier and TypeMethodDescriptionstatic <T extends Stateful>
voidStatemodelProvider.changeState
(T t, State sState) Deprecated.static <PK,
T extends Stateful & BusinessObject<PK>>
List<T>QueryProvider.getByState
(Class<T> type, State state, State... additionalStates) This method returns allBusinessObject
s that contain one of the given states;
AState
is always assigned to one statemodel, that can be used by several entities. -
Uses of State in org.nuclos.api.service
Modifier and TypeMethodDescription<T extends Stateful>
voidStatemodelService.changeState
(T t, State sState) Method changes the state of the BusinessObject t.<PK,
T extends Stateful & BusinessObject<PK>>
List<T>QueryService.getByState
(Class<T> type, State state, State... additionalStates)
Stateful.changeStatus(State)