|
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.MetadataEntryCriteria
public class MetadataEntryCriteria
Criteria to use when searching for MetadataEntry objects
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 MetadataEntryType subsystem only directly evaluates the MetadataEntryTypeCriteria, and does not make use of the extended capabilities of the underlying SearchTermGroup, unless otherwise noted in this documentation.
| Constructor Summary | |
|---|---|
MetadataEntryCriteria() |
|
MetadataEntryCriteria(KeyValuePair entityCriteria, long entryTypeCriteria) |
|
| 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 |
KeyValuePair |
getEntityCriteria()Returns the associated entity of the MetadataEntry to search for. |
long |
getEntryTypeCriteria()Returns the type id of the MetadataEntry to search for. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()Return type metadata object |
int |
hashCode() |
void |
setEntityCriteria(KeyValuePair entityCriteria)Sets the associated entity of the MetadataEntry to search for. |
void |
setEntryTypeCriteria(long entryTypeCriteria)Sets the type of the MetadataEntry to search for. |
| 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 MetadataEntryCriteria()
public MetadataEntryCriteria(KeyValuePair entityCriteria,
long entryTypeCriteria)
| Method Detail |
|---|
public KeyValuePair getEntityCriteria()
public void setEntityCriteria(KeyValuePair entityCriteria)
pEntityTypeAndID -public long getEntryTypeCriteria()
public void setEntryTypeCriteria(long entryTypeCriteria)
pEntryType -public 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 | ||||||||