public class DependencyQuery extends BaseQuery implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
DependencyQuery(java.util.Collection<Ref> refs, boolean dependents) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Ref> |
getRefs() |
boolean |
isDependents() |
public static final long serialVersionUID
public DependencyQuery(java.util.Collection<Ref> refs, boolean dependents)
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.public java.util.Set<Ref> getRefs()
public boolean isDependents()