com.bea.wli.sb.management.query
Class ArchiveResourceQuery

java.lang.Object
  extended by com.bea.wli.config.resource.BaseQuery
      extended by com.bea.wli.config.resource.ResourceQuery
          extended by com.bea.wli.sb.management.query.ArchiveResourceQuery
All Implemented Interfaces:
Serializable

public class ArchiveResourceQuery
extends ResourceQuery

Query object for searching archive resources.

See Also:
Serialized Form

Field Summary
static String KEY_NUM_CLASSES
          Search key for number of classes in the archive file
static String KEY_SIZE
          Search key for archive size
static String KEY_TYPE
          Search key for searching based on service account type.
static long serialVersionUID
           
 
Constructor Summary
ArchiveResourceQuery()
           
 
Method Summary
 void setArchiveType(ArchiveType type)
          Adds a predicate to return only archive resources of the given type
 void setAttrsToReturn(Collection<String> attrsToReturn)
          Sets additional attributes to return.
 
Methods inherited from class com.bea.wli.config.resource.ResourceQuery
addKeySearch, addSubQuery, getAttrsToReturn, getFilter, getLocalName, getPath, getSubQueries, getTypeId, getUpdatedAfter, getUpdatedBefore, isChangedInSessionOnly, lastUpdatedBetween, setChangedInSessionOnly, setLocalName, setPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

KEY_TYPE

public static final String KEY_TYPE
Search key for searching based on service account type.

See Also:
Constant Field Values

KEY_SIZE

public static final String KEY_SIZE
Search key for archive size

See Also:
Constant Field Values

KEY_NUM_CLASSES

public static final String KEY_NUM_CLASSES
Search key for number of classes in the archive file

See Also:
Constant Field Values
Constructor Detail

ArchiveResourceQuery

public ArchiveResourceQuery()
Method Detail

setArchiveType

public void setArchiveType(ArchiveType type)
Adds a predicate to return only archive resources of the given type

Parameters:
type - the type of the archive resource to be returned.

setAttrsToReturn

public void setAttrsToReturn(Collection<String> attrsToReturn)
Description copied from class: ResourceQuery
Sets additional attributes to return. If null or empty no additional attributes are returned.

Overrides:
setAttrsToReturn in class ResourceQuery