|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Deprecated. 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)
Returns the LinkDescriptor for the given position. |
LinkDescriptor[] |
ClassDescriptor.getLinkDescriptorArray()
Returns all LinkDescriptors of this ClassDescriptor |
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)
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,
LinkDescriptor[] links)
Deprecated. Description of the Method |
abstract ClassDescriptor |
DescriptorRuntime.createClassDescriptor(java.lang.String classtype,
LinkDescriptor[] links)
Deprecated. no usecase for this type |
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(LinkDescriptor descriptor)
Returns the position of a link in the ClassDescriptor. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |