Uses of Class
org.nuclos.api.statemodel.State
Packages that use State
Package
Description
-
Uses of State in org.nuclos.api.businessobject.facade.thin
Methods in org.nuclos.api.businessobject.facade.thin with parameters of type State -
Uses of State in org.nuclos.api.context
Methods in org.nuclos.api.context that return StateModifier 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
Methods in org.nuclos.api.provider with parameters of type StateModifier and TypeMethodDescriptionstatic <T extends Stateful>
voidStatemodelProvider.changeState
(T t, State sState) Deprecated.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
Methods in org.nuclos.api.service with parameters of type StateModifier and TypeMethodDescription<T extends Stateful>
voidStatemodelService.changeState
(T t, State sState) Method changes the state of the BusinessObject t.QueryService.getByState
(Class<T> type, State state, State... additionalStates)
Stateful.changeStatus(State)