Uses of Class
io.vertigo.orchestra.domain.definition.OActivity
-
Packages that use OActivity Package Description io.vertigo.orchestra.dao.definition io.vertigo.orchestra.domain.definition io.vertigo.orchestra.domain.execution -
-
Uses of OActivity in io.vertigo.orchestra.dao.definition
Methods in io.vertigo.orchestra.dao.definition that return OActivity Modifier and Type Method Description OActivity
OActivityDAO. getFirstActivityByProcess(Long proId)
Execute la tache TkGetFirstActivityByProcess.Methods in io.vertigo.orchestra.dao.definition that return types with arguments of type OActivity Modifier and Type Method Description io.vertigo.datamodel.structure.model.DtList<OActivity>
OActivityDAO. getActivitiesByProId(Long proId)
Execute la tache TkGetActivitiesByProId.io.vertigo.datamodel.structure.model.DtList<OActivity>
OActivityDAO. getAllActivitiesInActiveProcesses()
Execute la tache TkGetAllActivitiesInActiveProcesses.Optional<OActivity>
OActivityDAO. getNextActivityByActId(Long actId)
Execute la tache TkGetNextActivityByActId. -
Uses of OActivity in io.vertigo.orchestra.domain.definition
Methods in io.vertigo.orchestra.domain.definition that return types with arguments of type OActivity Modifier and Type Method Description io.vertigo.datamodel.structure.model.UID<OActivity>
OActivity. getUID()
-
Uses of OActivity in io.vertigo.orchestra.domain.execution
Methods in io.vertigo.orchestra.domain.execution that return types with arguments of type OActivity Modifier and Type Method Description StoreVAccessor<OActivity>
OActivityExecution. activity()
Association : Activity.
-