Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1)

E16598-01


com.flashline.registry.openapi.query
Class SFIDCandidateCriteria

java.lang.Object
  extended by com.flashline.registry.openapi.query.SearchTermGroup
      extended by com.flashline.registry.openapi.query.SFIDCandidateCriteria

All Implemented Interfaces:
java.io.Serializable

public class SFIDCandidateCriteria
extends SearchTermGroup
implements java.io.Serializable

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.

See Also:
Serialized Form

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

SFIDCandidateCriteria

public SFIDCandidateCriteria()

SFIDCandidateCriteria

public SFIDCandidateCriteria(java.lang.String[] SFIDValueCriteria)

Method Detail

getSFIDValueCriteria

public java.lang.String[] getSFIDValueCriteria()
Gets the SFIDValueCriteria value for this SFIDCandidateCriteria.
Returns:
SFIDValueCriteria

setSFIDValueCriteria

public void setSFIDValueCriteria(java.lang.String[] SFIDValueCriteria)
Sets the search criteria for finding a candidate that generated a specific SFID value.

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"});
 
Parameters:
pCrit -
Throws:
OpenAPIException

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class SearchTermGroup

hashCode

public int hashCode()
Overrides:
hashCode in class SearchTermGroup

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer

Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1)

E16598-01


Copyright © 2004-2010, Oracle and/or its affiliates. All rights reserved.