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