|
Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository 11g Release 1 (11.1.1) E16598-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.flashline.registry.openapi.query.SearchTermGroup
com.flashline.registry.openapi.query.SFIDCandidateCriteria
public class SFIDCandidateCriteria
Criteria for finding SFIDCandidates.
NOTE: The criteria object model is currently moving to a more flexible representation of terms and grouping. As they occur, these changes will affect the availability of certain API features when executing a query using a criteria object. The SFIDCandidate subsystem only directly evaluates the SFIDCandidateCriteria, and does not make use of the extended capabilities of the underlying SearchTermGroup, unless otherwise noted in this documentation.
| Constructor Summary | |
|---|---|
SFIDCandidateCriteria() |
|
SFIDCandidateCriteria(java.lang.String[] SFIDValueCriteria) |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Deserializer |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Serializer |
java.lang.String[] |
getSFIDValueCriteria()Gets the SFIDValueCriteria value for this SFIDCandidateCriteria. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()Return type metadata object |
int |
hashCode() |
void |
setSFIDValueCriteria(java.lang.String[] SFIDValueCriteria)Sets the search criteria for finding a candidate that generated a specific SFID value. |
| Methods inherited from class com.flashline.registry.openapi.query.SearchTermGroup |
|---|
getOrderBy, getQualifier, getSearchTermGroups, getSearchTerms, getSupportedKeys, setOrderBy, setQualifier, setSearchTermGroups, setSearchTerms, setSupportedKeys |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SFIDCandidateCriteria()
public SFIDCandidateCriteria(java.lang.String[] SFIDValueCriteria)
| Method Detail |
|---|
public java.lang.String[] getSFIDValueCriteria()
public void setSFIDValueCriteria(java.lang.String[] SFIDValueCriteria)
The array must be one or elements long. Only the first two elements are used, and represent the operator and the criteria value for those criteria.
For exmaple:
SFIDCriteria lCrit = new SFIDCriteria();
lCrit.setSFIDValueCriteria(new String[]{"neq", "foobar"});
pCrit -OpenAPIExceptionpublic boolean equals(java.lang.Object obj)
equals in class SearchTermGrouppublic int hashCode()
hashCode in class SearchTermGrouppublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository 11g Release 1 (11.1.1) E16598-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||