|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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)
Description of the Method |
AttributeDescriptor |
InternalDescriptorRuntime.createAttributeDescriptor(java.lang.String name,
AttributeType type,
int mult,
int length,
boolean isIndex)
|
AttributeDescriptor |
InternalDescriptorRuntime.createAttributeDescriptor(java.lang.String name,
AttributeType type,
int mult,
int length,
int dec,
boolean isIndex)
|
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)
|
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)
gets attribute with no. |
AttributeDescriptor[] |
ClassDescriptor.getAttributeDescriptorArray()
Gets the attributeDescriptors attribute of the ClassDescriptor object |
AttributeDescriptor |
ClassDescriptor.getKeyAttributeDescriptor()
|
| 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)
Description of the Method |
ClassDescriptor |
InternalDescriptorRuntime.createClassDescriptor(java.lang.String classtype,
AttributeDescriptor[] attributes,
LinkDescriptor[] links,
int keyLen)
|
ClassDescriptor |
InternalDescriptorRuntime.createClassDescriptor(java.lang.String classtype,
AttributeDescriptor[] attributes)
|
abstract ClassDescriptor |
DescriptorRuntime.createClassDescriptor(java.lang.String classtype,
AttributeDescriptor[] attributes)
Creates an instance of ClassDescriptor. |
abstract ClassDescriptor |
DescriptorRuntime.createClassDescriptor(java.lang.String classtype,
AttributeDescriptor[] a,
LinkDescriptor[] l,
int keyLen)
|
abstract ClassDescriptor |
DescriptorRuntime.createClassDescriptor(java.lang.String classtype,
AttributeDescriptor[] attributes,
LinkDescriptor[] links)
Creates an instance of ClassDescriptor. |
int |
ClassDescriptor.getPosition(AttributeDescriptor descriptor)
Gets the position attribute of the ClassDescriptor object |
| 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)
Description of the Method |
SortOrder |
InternalQueryRuntime.createSortOrder(AttributeDescriptor attrib,
boolean isAscending)
Description of the Method |
| 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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||