Uses of Class
org.nuclos.api.businessobject.Process
-
Uses of Process in org.nuclos.api.provider
Modifier and TypeMethodDescriptionstatic <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 process -
Uses of Process in org.nuclos.api.service
Modifier and TypeMethodDescription<PK,
T extends Stateful & BusinessObject<PK>>
List<T>QueryService.getByProcess
(Process<T> process, Process<T>... additionalProcesses) -
Uses of Process in org.nuclos.api.webclient