Uses of Enum
org.apache.olingo.ext.proxy.context.AttachedEntityStatus
Packages that use AttachedEntityStatus
-
Uses of AttachedEntityStatus in org.apache.olingo.ext.proxy.commons
Methods in org.apache.olingo.ext.proxy.commons with parameters of type AttachedEntityStatusModifier and TypeMethodDescriptionprotected void
AbstractStructuredInvocationHandler.attach
(AttachedEntityStatus status) protected void
AbstractStructuredInvocationHandler.attach
(AttachedEntityStatus status, boolean override) -
Uses of AttachedEntityStatus in org.apache.olingo.ext.proxy.context
Methods in org.apache.olingo.ext.proxy.context that return AttachedEntityStatusModifier and TypeMethodDescriptionAttachedEntity.getStatus()
EntityContext.getStatus
(EntityInvocationHandler entity) Gets entity status.static AttachedEntityStatus
Returns the enum constant of this type with the specified name.static AttachedEntityStatus[]
AttachedEntityStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.olingo.ext.proxy.context with parameters of type AttachedEntityStatusModifier and TypeMethodDescriptionvoid
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.setStatus
(EntityInvocationHandler entity, AttachedEntityStatus status) Changes attached entity status.Constructors in org.apache.olingo.ext.proxy.context with parameters of type AttachedEntityStatusModifierConstructorDescriptionAttachedEntity
(EntityInvocationHandler entity, AttachedEntityStatus status)