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

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

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

Methods in com.sap.ip.me.api.persist.meta that return LinkDescriptor
 LinkDescriptor InternalDescriptorRuntime.createLinkDescriptor(java.lang.String name, java.lang.String classtype, MultiplicityType multiplicity, boolean isDependent)
          Description of the Method
abstract  LinkDescriptor DescriptorRuntime.createLinkDescriptor(java.lang.String name, java.lang.String classtype, MultiplicityType multiplicity, boolean isDependent)
          Creates an instance of LinkDescriptor
 LinkDescriptor ClassDescriptor.getLinkDescriptor(int no)
          gets link with no.
 LinkDescriptor[] ClassDescriptor.getLinkDescriptorArray()
          Gets the linkDescriptors attribute of the ClassDescriptor object
 

Methods in com.sap.ip.me.api.persist.meta with parameters of type LinkDescriptor
 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, LinkDescriptor[] links)
          Description of the Method
abstract  ClassDescriptor DescriptorRuntime.createClassDescriptor(java.lang.String classtype, LinkDescriptor[] links)
          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(LinkDescriptor descriptor)
          Gets the position attribute of the ClassDescriptor object
 

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

Methods in com.sap.ip.me.api.persist.query with parameters of type LinkDescriptor
abstract  JQueryLinkAttribute JQueryFactory.createAttribute(ClassDescriptor candidateClass, LinkDescriptor fieldName)
          Create a query attribute for links between tables.
 



Copyright © 2003 SAP AG. All Rights Reserved.