Uses of Class
org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
Packages that use EntityInvocationHandler
Package
Description
-
Uses of EntityInvocationHandler in org.apache.olingo.ext.proxy.commons
Fields in org.apache.olingo.ext.proxy.commons declared as EntityInvocationHandlerModifier and TypeFieldDescriptionprotected EntityInvocationHandler
AbstractStructuredInvocationHandler.entityHandler
Methods in org.apache.olingo.ext.proxy.commons that return EntityInvocationHandlerModifier and TypeMethodDescriptionAbstractStructuredInvocationHandler.getEntityHandler()
static EntityInvocationHandler
EntityInvocationHandler.getInstance
(Class<?> typeRef, AbstractService<?> service) static EntityInvocationHandler
EntityInvocationHandler.getInstance
(URI entityURI, Class<?> typeRef, AbstractService<?> service) static EntityInvocationHandler
EntityInvocationHandler.getInstance
(ClientEntity entity, URI entitySetURI, Class<?> typeRef, AbstractService<?> service) static EntityInvocationHandler
EntityInvocationHandler.getInstance
(ClientEntity entity, URI entitySetURI, URI entityURI, Class<?> typeRef, AbstractService<?> service) Methods in org.apache.olingo.ext.proxy.commons that return types with arguments of type EntityInvocationHandlerMethods in org.apache.olingo.ext.proxy.commons with parameters of type EntityInvocationHandlerModifier and TypeMethodDescriptionvoid
PersistenceChanges.addChange
(ODataBatchableRequest request, EntityInvocationHandler handler) boolean
TransactionItems.contains
(EntityInvocationHandler key) TransactionItems.get
(EntityInvocationHandler key) static ComplexInvocationHandler
ComplexInvocationHandler.getInstance
(EntityInvocationHandler handler, Class<?> typeRef) void
TransactionItems.put
(EntityInvocationHandler key, Integer value) void
TransactionItems.remove
(EntityInvocationHandler key) void
AbstractStructuredInvocationHandler.setEntityHandler
(EntityInvocationHandler entityHandler) Constructors in org.apache.olingo.ext.proxy.commons with parameters of type EntityInvocationHandlerModifierConstructorDescriptionprotected
AbstractStructuredInvocationHandler
(Class<?> typeRef, Object internal, EntityInvocationHandler entityHandler) AnnotatableInvocationHandler
(AbstractService<?> service, String propName, String navPropName, EntityInvocationHandler entityHandler, AbstractStructuredInvocationHandler targetHandler) -
Uses of EntityInvocationHandler in org.apache.olingo.ext.proxy.context
Methods in org.apache.olingo.ext.proxy.context that return EntityInvocationHandlerModifier and TypeMethodDescriptionAttachedEntity.getEntity()
EntityContext.getEntity
(EntityUUID uuid) Searches an entity with the specified key.EntityLinkDesc.getSource()
Methods in org.apache.olingo.ext.proxy.context that return types with arguments of type EntityInvocationHandlerMethods in org.apache.olingo.ext.proxy.context with parameters of type EntityInvocationHandlerModifier and TypeMethodDescriptionvoid
EntityContext.attach
(EntityInvocationHandler entity) Attaches an existing entity with status ATTACHED.void
EntityContext.attach
(EntityInvocationHandler entity, AttachedEntityStatus status) Attaches an entity with specified status.void
EntityContext.attach
(EntityInvocationHandler entity, AttachedEntityStatus status, boolean force) Attaches an entity with specified status.void
EntityContext.attachNew
(EntityInvocationHandler entity) Attaches an entity with status NEW.void
EntityContext.detach
(EntityInvocationHandler entity) Detaches entity.EntityContext.getStatus
(EntityInvocationHandler entity) Gets entity status.boolean
EntityContext.isAttached
(EntityInvocationHandler entity) Checks if an entity is already attached.void
EntityContext.setStatus
(EntityInvocationHandler entity, AttachedEntityStatus status) Changes attached entity status.Constructors in org.apache.olingo.ext.proxy.context with parameters of type EntityInvocationHandlerModifierConstructorDescriptionAttachedEntity
(EntityInvocationHandler entity, AttachedEntityStatus status) EntityLinkDesc
(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) Constructor parameters in org.apache.olingo.ext.proxy.context with type arguments of type EntityInvocationHandlerModifierConstructorDescriptionEntityLinkDesc
(String sourceName, EntityInvocationHandler source, Collection<EntityInvocationHandler> target, ClientLinkType type) -
Uses of EntityInvocationHandler in org.apache.olingo.ext.proxy.utils
Methods in org.apache.olingo.ext.proxy.utils with parameters of type EntityInvocationHandlerModifier and TypeMethodDescriptionstatic Object
ProxyUtils.getComplexProxy
(AbstractService<?> service, String name, ClientValue value, Class<?> ref, EntityInvocationHandler handler, URI baseURI, boolean collectionItem) static Object
CoreUtils.getKey
(EdmEnabledODataClient client, EntityInvocationHandler typeHandler, Class<?> entityTypeRef, ClientEntity entity)