Uses of Interface
com.github.devmix.process.acto.ActiveObjectDependency
Packages that use ActiveObjectDependency
-
Uses of ActiveObjectDependency in com.github.devmix.process.acto
Methods in com.github.devmix.process.acto that return ActiveObjectDependencyModifier and TypeMethodDescriptionActiveObjectContext.addDependsOn(Object objectId, boolean optional) Adds a dependency on another active object with specified optional flag.ActiveObjectContext.findDependsOn(Object objectId) Finds a dependency on another active object by its identifier.ActiveObjectContext.findRequiredFor(Object objectId) Finds a required dependency for another active object by its identifier.ActiveObjectContext.getDependsOn(Object objectId) Retrieves a dependency on another active object by its identifier.Method parameters in com.github.devmix.process.acto with type arguments of type ActiveObjectDependencyModifier and TypeMethodDescriptionvoidActiveObjectContext.forEachDependency(java.util.function.Consumer<ActiveObjectDependency> fn, ActiveObjectDependency.Type filterByType) Applies a function to each dependency, optionally filtering by type.