public class OwnerQuery
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description | 
|---|
OwnerQuery(java.util.Set<java.lang.String> resourceTypes, java.util.Set<Ref> refsToSearch)
Constuctor for creating a query for finding env values that conform to a particular criteria as constituted by the parameters given. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object obj)  | 
java.util.Set<Ref> | 
getRefsToSearch()  | 
java.util.Set<java.lang.String> | 
getResourceTypes()  | 
int | 
hashCode()  | 
public OwnerQuery(java.util.Set<java.lang.String> resourceTypes,
                  java.util.Set<Ref> refsToSearch)
resourceTypes - Types of resources to consider. if null the search is performed accross all resource types.refsToSearch - references to projects, folders or resources to consider. All project and folder references are expanded into resources that are in those projects / folders. This set can contain a mixture of projects/ folders and resources. If the value is null, the search is performed on all the resources subject to other search criteria. a partial match (contains)public java.util.Set<java.lang.String> getResourceTypes()
public java.util.Set<Ref> getRefsToSearch()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object