Uses of Class
io.vertigo.orchestra.domain.execution.ONode
-
Packages that use ONode Package Description io.vertigo.orchestra.dao.execution io.vertigo.orchestra.domain.execution io.vertigo.orchestra.domain.planification -
-
Uses of ONode in io.vertigo.orchestra.dao.execution
Methods in io.vertigo.orchestra.dao.execution that return types with arguments of type ONode Modifier and Type Method Description Optional<ONode>ONodeDAO. getNodeByName(String nodeName)Execute la tache TkGetNodeByName. -
Uses of ONode in io.vertigo.orchestra.domain.execution
Methods in io.vertigo.orchestra.domain.execution that return types with arguments of type ONode Modifier and Type Method Description io.vertigo.datamodel.structure.model.UID<ONode>ONode. getUID()StoreVAccessor<ONode>OActivityExecution. node()Association : Node. -
Uses of ONode in io.vertigo.orchestra.domain.planification
Methods in io.vertigo.orchestra.domain.planification that return types with arguments of type ONode Modifier and Type Method Description StoreVAccessor<ONode>OProcessPlanification. node()Association : Node.
-