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 MetadataEntryCriteria

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

All Implemented Interfaces:
java.io.Serializable

public class MetadataEntryCriteria
extends SearchTermGroup
implements java.io.Serializable

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.

See Also:
Serialized Form

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

MetadataEntryCriteria

public MetadataEntryCriteria()

MetadataEntryCriteria

public MetadataEntryCriteria(KeyValuePair entityCriteria,
                             long entryTypeCriteria)

Method Detail

getEntityCriteria

public KeyValuePair getEntityCriteria()
Returns the associated entity of the MetadataEntry to search for.
Returns:
The associated entity of the MetadataEntry to search for.

setEntityCriteria

public void setEntityCriteria(KeyValuePair entityCriteria)
Sets the associated entity of the MetadataEntry to search for.
Parameters:
pEntityTypeAndID -

getEntryTypeCriteria

public long getEntryTypeCriteria()
Returns the type id of the MetadataEntry to search for.
Returns:
The type id of the MetadataEntry to search for.

setEntryTypeCriteria

public void setEntryTypeCriteria(long entryTypeCriteria)
Sets the type of the MetadataEntry to search for.
Parameters:
pEntryType -

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.