Uses of Class
org.nuclos.api.businessobject.Process
Packages that use Process
-
Uses of Process in org.nuclos.api.provider
Methods in org.nuclos.api.provider with parameters of type ProcessModifier and TypeMethodDescriptionQueryProvider.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
Methods in org.nuclos.api.service with parameters of type ProcessModifier and TypeMethodDescriptionQueryService.getByProcess
(Process<T> process, Process<T>... additionalProcesses) -
Uses of Process in org.nuclos.api.webclient
Methods in org.nuclos.api.webclient with parameters of type Process