Uses of Interface
com.sap.ip.me.api.persist.meta.AttributeDescriptor

Packages that use AttributeDescriptor
com.sap.ip.me.api.persist.meta   
com.sap.ip.me.api.persist.query   
com.sap.ip.me.api.smartsync   
 

Uses of AttributeDescriptor in com.sap.ip.me.api.persist.meta
 

Methods in com.sap.ip.me.api.persist.meta that return AttributeDescriptor
 AttributeDescriptor InternalDescriptorRuntime.createAttributeDescriptor(java.lang.String name, AttributeType type, int mult, int length)
          Deprecated. Description of the Method
 AttributeDescriptor InternalDescriptorRuntime.createAttributeDescriptor(java.lang.String name, AttributeType type, int mult, int length, boolean isIndex)
          Deprecated.  
 AttributeDescriptor InternalDescriptorRuntime.createAttributeDescriptor(java.lang.String name, AttributeType type, int mult, int length, int dec, boolean isIndex)
          Deprecated.  
abstract  AttributeDescriptor DescriptorRuntime.createAttributeDescriptor(java.lang.String name, AttributeType type, int mult, int length)
          Creates an instance of AttributeDescriptor.
abstract  AttributeDescriptor DescriptorRuntime.createAttributeDescriptor(java.lang.String name, AttributeType type, int mult, int length, int dec, boolean isIndex)
          Creates an instance of AttributeDescriptor.
abstract  AttributeDescriptor DescriptorRuntime.createAttributeDescriptor(java.lang.String name, AttributeType type, int mult, int length, boolean isIndex)
          Creates an instance of AttributeDescriptor.
 AttributeDescriptor ClassDescriptor.getAttributeDescriptor(int no)
          Returns the AttributeDescriptor for the given position.
 AttributeDescriptor[] ClassDescriptor.getAttributeDescriptorArray()
          Returns all AttributeDescriptors of this ClassDescriptor
 AttributeDescriptor ClassDescriptor.getKeyAttributeDescriptor()
          Returns the key AttributeDescriptor
 

Methods in com.sap.ip.me.api.persist.meta with parameters of type AttributeDescriptor
 ClassDescriptor InternalDescriptorRuntime.createClassDescriptor(java.lang.String classtype, AttributeDescriptor[] attributes, LinkDescriptor[] links)
          Deprecated. Description of the Method
 ClassDescriptor InternalDescriptorRuntime.createClassDescriptor(java.lang.String classtype, AttributeDescriptor[] attributes, LinkDescriptor[] links, int keyLen)
          Deprecated.  
 ClassDescriptor InternalDescriptorRuntime.createClassDescriptor(java.lang.String classtype, AttributeDescriptor[] attributes)
          Deprecated.  
abstract  ClassDescriptor DescriptorRuntime.createClassDescriptor(java.lang.String classtype, AttributeDescriptor[] attributes)
          Creates an instance of ClassDescriptor without links.
abstract  ClassDescriptor DescriptorRuntime.createClassDescriptor(java.lang.String classtype, AttributeDescriptor[] atts, LinkDescriptor[] links, int keyLen)
          Creates an instance of ClassDescriptor.
abstract  ClassDescriptor DescriptorRuntime.createClassDescriptor(java.lang.String classtype, AttributeDescriptor[] attributes, LinkDescriptor[] links)
          Creates an instance of ClassDescriptor.
 int ClassDescriptor.getPosition(AttributeDescriptor descriptor)
          Returns the position of an attribute in the ClassDescriptor.
 

Uses of AttributeDescriptor in com.sap.ip.me.api.persist.query
 

Methods in com.sap.ip.me.api.persist.query that return AttributeDescriptor
 AttributeDescriptor SingleSortOrder.getAttributeDescriptor()
          Gets the fieldDescriptor attribute of the SingleSortOrder object
 AttributeDescriptor SingleCondition.getAttributeDescriptor()
          Gets the fieldDescriptor attribute of the SingleCondition object
 AttributeDescriptor JQueryAttribute.getAttributeDescriptor()
          Get underlying persistence attribute descriptor.
 

Methods in com.sap.ip.me.api.persist.query with parameters of type AttributeDescriptor
 Condition QueryRuntime.createCondition(AttributeDescriptor attribute, RelationalOperatorType relationalOperator, java.lang.Object value)
          Creates a Condition which is used to create a Query.
 SortOrder QueryRuntime.createSortOrder(AttributeDescriptor attrib, boolean isAscending)
          Creates a SortOrder instance.
abstract  JQueryAttribute JQueryFactory.createAttribute(ClassDescriptor candidateClass, AttributeDescriptor fieldName)
          Create a query attribute.
abstract  JQueryAttribute JQueryFactory.createAttribute(ClassDescriptor candidateClass, AttributeDescriptor fieldName, java.lang.Object tag)
          Create a query attribute.
 Condition InternalQueryRuntime.createCondition(AttributeDescriptor attribute, RelationalOperatorType relationalOperator, java.lang.Object value)
          Creates a condition
 SortOrder InternalQueryRuntime.createSortOrder(AttributeDescriptor attrib, boolean isAscending)
          Creates a SortOrder
 

Uses of AttributeDescriptor in com.sap.ip.me.api.smartsync
 

Subinterfaces of AttributeDescriptor in com.sap.ip.me.api.smartsync
 interface FieldDescriptor
          The FieldDescriptor provides read access to field's metadata description.
 



Copyright © 2005 SAP AG. All Rights Reserved.