| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.wli.config.resource.BaseQuery
com.bea.wli.config.resource.ResourceQuery
com.bea.wli.sb.management.query.ArchiveResourceQuery
public class ArchiveResourceQuery
Query object for searching archive resources.
| Field Summary | |
|---|---|
| static String | KEY_NUM_CLASSESSearch key for number of classes in the archive file | 
| static String | KEY_SIZESearch key for archive size | 
| static String | KEY_TYPESearch 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 | 
|---|
public static final long serialVersionUID
public static final String KEY_TYPE
public static final String KEY_SIZE
public static final String KEY_NUM_CLASSES
| Constructor Detail | 
|---|
public ArchiveResourceQuery()
| Method Detail | 
|---|
public void setArchiveType(ArchiveType type)
type - the type of the archive resource to be returned.public void setAttrsToReturn(Collection<String> attrsToReturn)
ResourceQuery
setAttrsToReturn in class ResourceQuery| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||