public class PropertyAccessContext extends AccessContext<org.apache.isis.applib.events.PropertyAccessEvent>
InteractionContext for overview; analogous to
PropertyAccessEvent.| Constructor and Description |
|---|
PropertyAccessContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter target,
org.apache.isis.applib.Identifier id,
ObjectAdapter value) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.isis.applib.events.PropertyAccessEvent |
createInteractionEvent()
Factory method to create corresponding
InteractionEvent. |
ObjectAdapter |
getValue()
The current value for a property.
|
getContributeeAsMap, getDeploymentCategory, getIdentifier, getInteractionType, getInvocationMethod, getSession, getTarget, isProgrammatic, putContributeepublic PropertyAccessContext(DeploymentCategory deploymentCategory, AuthenticationSession session, InteractionInvocationMethod invocationMethod, ObjectAdapter target, org.apache.isis.applib.Identifier id, ObjectAdapter value)
public ObjectAdapter getValue()
public org.apache.isis.applib.events.PropertyAccessEvent createInteractionEvent()
InteractionContextInteractionEvent.createInteractionEvent in class InteractionContext<org.apache.isis.applib.events.PropertyAccessEvent>Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.