Package com.bea.wli.config.resource
Class DependencyQuery
java.lang.Object
com.bea.wli.config.resource.BaseQuery
com.bea.wli.config.resource.DependencyQuery
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
DependencyQuery
- Parameters:
refs
- list of resources/projects/folders for which the dependencies or dependent need to be returned as a result of this querydependents
- if true, as a result of this query dependents/parents are returned. else, dependencies/Childs are returned.
-
-
Method Details
-
getRefs
-
isDependents
public boolean isDependents()
-