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