|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.wsm.policymanager.SearchCriteria
public class SearchCriteria
Constructor Summary | |
---|---|
SearchCriteria() |
Method Summary | |
---|---|
void |
addAndCriteria(IQueryService.Attributes attribute, String value) Add an attribute-value pair to the list of attributes to be ANDed with each other |
void |
addOrCriteria(IQueryService.Attributes attribute, String value) Add an attribute-value pair to the list of attributes to be ORed with each other |
Map<IQueryService.Attributes,String> |
getAndMap() |
String |
getId() |
Map<IQueryService.Attributes,String> |
getOrMap() |
String |
getPath() |
boolean |
isExpandAttachTo() |
boolean |
isfetchSlimPolicies() Returns true if light weight PolicyManager artifact is expected to be returned |
boolean |
isFetchSubjectCount() Returns flag that specifies if subject count should be computed and added to the queried policies |
boolean |
isOrFinalResult() The search criteria has two sets of conditions, OR and AND. |
void |
setExpandAttachTo(boolean expandAttachTo) Set flag to specify if the attachTo search needs to be expanded The default value is true |
void |
setfetchSlimPolicies(boolean fetchSlimPolicies) |
void |
setFetchSubjectCount(boolean fetchSubjectCount) |
void |
setId(String id) |
void |
setOrFinalResult(boolean orFinalResult) Sets the behavior of the joining of search attributes. |
void |
setPath(String path) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchCriteria()
Method Detail |
---|
public void addAndCriteria(IQueryService.Attributes attribute, String value)
attribute
-value
-public void addOrCriteria(IQueryService.Attributes attribute, String value)
attribute
-value
-public boolean isfetchSlimPolicies()
public void setfetchSlimPolicies(boolean fetchSlimPolicies)
public boolean isFetchSubjectCount()
public void setFetchSubjectCount(boolean fetchSubjectCount)
public boolean isOrFinalResult()
public void setOrFinalResult(boolean orFinalResult)
orFinalResult
-public Map<IQueryService.Attributes,String> getAndMap()
public Map<IQueryService.Attributes,String> getOrMap()
public String getPath()
public void setPath(String path)
public String getId()
public void setId(String id)
public boolean isExpandAttachTo()
public void setExpandAttachTo(boolean expandAttachTo)
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |