Class EntityLinkDesc
java.lang.Object
org.apache.olingo.ext.proxy.context.EntityLinkDesc
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityLinkDesc
(String sourceName, EntityInvocationHandler source, String targetRef) EntityLinkDesc
(String sourceName, EntityInvocationHandler source, Collection<EntityInvocationHandler> target, ClientLinkType type) EntityLinkDesc
(String sourceName, EntityInvocationHandler source, EntityInvocationHandler target, ClientLinkType type) -
Method Summary
-
Constructor Details
-
EntityLinkDesc
public EntityLinkDesc(String sourceName, EntityInvocationHandler source, Collection<EntityInvocationHandler> target, ClientLinkType type) -
EntityLinkDesc
public EntityLinkDesc(String sourceName, EntityInvocationHandler source, EntityInvocationHandler target, ClientLinkType type) -
EntityLinkDesc
-
-
Method Details