Uses of Interface
org.nuclos.api.businessobject.facade.thin.Stateful
Package
Description
-
Uses of Stateful in org.nuclos.api.businessobject
-
Uses of Stateful in org.nuclos.api.businessobject.facade
-
Uses of Stateful in org.nuclos.api.context
Modifier and TypeMethodDescription<T extends Stateful>
TStateChangeContext.getBusinessObject
(Class<T> t) This method returns theBusinessObject
that State should be changed -
Uses of Stateful in org.nuclos.api.provider
Modifier and TypeMethodDescriptionstatic <T extends Stateful>
voidStatemodelProvider.changeState
(T t, int iNumeral) Deprecated.static <T extends Stateful>
voidStatemodelProvider.changeState
(T t, State sState) Deprecated.- UsechangeStatus(State)
static <PK,
T extends Stateful & BusinessObject<PK>>
List<T>QueryProvider.getByProcess
(Process<T> process, Process<T>... additionalProcesses) This method returns allBusinessObject
s that contain one of the given processes;
AProcess
is always assigned to one entity, so the type of the BusinessObject does not have to be mentioned explicitly;
There must be at least one processstatic <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 Stateful in org.nuclos.api.service
Modifier and TypeMethodDescription<T extends Stateful>
voidStatemodelService.changeState
(T t, int iNumeral) Deprecated.- Please use method changeState(T t, State state) for type-safety<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.getByProcess
(Process<T> process, Process<T>... additionalProcesses) <PK,
T extends Stateful & BusinessObject<PK>>
List<T>QueryService.getByState
(Class<T> type, State state, State... additionalStates)
changeStatus(State)
to ensure type-safety