Class DependencyQuery

java.lang.Object
com.bea.wli.config.resource.BaseQuery
com.bea.wli.config.resource.DependencyQuery
All Implemented Interfaces:
Serializable

public class DependencyQuery extends BaseQuery implements Serializable
Class for making a query to get the Parents/Childs based on the dependency graph established by the references from one resource to another.
See Also:
  • Field Details

  • Constructor Details

    • DependencyQuery

      public DependencyQuery(Collection<Ref> refs, boolean dependents)
      Parameters:
      refs - list of resources/projects/folders for which the dependencies or dependent need to be returned as a result of this query
      dependents - if true, as a result of this query dependents/parents are returned. else, dependencies/Childs are returned.
  • Method Details

    • getRefs

      public Set<Ref> getRefs()
    • isDependents

      public boolean isDependents()