Uses of Class
io.vertigo.orchestra.domain.definition.OProcess
-
Packages that use OProcess Package Description io.vertigo.orchestra.dao.definition io.vertigo.orchestra.domain.definition io.vertigo.orchestra.domain.execution io.vertigo.orchestra.domain.planification -
-
Uses of OProcess in io.vertigo.orchestra.dao.definition
Methods in io.vertigo.orchestra.dao.definition that return types with arguments of type OProcess Modifier and Type Method Description Optional<OProcess>
OProcessDAO. getActiveProcessByName(String name)
Execute la tache TkGetActiveProcessByName.io.vertigo.datamodel.structure.model.DtList<OProcess>
OProcessDAO. getAllActiveProcesses()
Execute la tache TkGetAllActiveProcesses. -
Uses of OProcess in io.vertigo.orchestra.domain.definition
Methods in io.vertigo.orchestra.domain.definition that return types with arguments of type OProcess Modifier and Type Method Description io.vertigo.datamodel.structure.model.UID<OProcess>
OProcess. getUID()
StoreVAccessor<OProcess>
OActivity. process()
Association : Processus. -
Uses of OProcess in io.vertigo.orchestra.domain.execution
Methods in io.vertigo.orchestra.domain.execution that return types with arguments of type OProcess Modifier and Type Method Description StoreVAccessor<OProcess>
OProcessExecution. process()
Association : Processus. -
Uses of OProcess in io.vertigo.orchestra.domain.planification
Methods in io.vertigo.orchestra.domain.planification that return types with arguments of type OProcess Modifier and Type Method Description StoreVAccessor<OProcess>
OProcessPlanification. processus()
Association : Processus.
-