|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of InteractionInvocationMethod in org.nakedobjects.metamodel.consent |
|---|
| Methods in org.nakedobjects.metamodel.consent that return InteractionInvocationMethod | |
|---|---|
static InteractionInvocationMethod |
InteractionInvocationMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static InteractionInvocationMethod[] |
InteractionInvocationMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of InteractionInvocationMethod in org.nakedobjects.metamodel.interactions |
|---|
| Methods in org.nakedobjects.metamodel.interactions that return InteractionInvocationMethod | |
|---|---|
InteractionInvocationMethod |
InteractionContext.getInvocationMethod()
How the interaction was initiated. |
| Uses of InteractionInvocationMethod in org.nakedobjects.metamodel.runtimecontext.spec |
|---|
| Methods in org.nakedobjects.metamodel.runtimecontext.spec with parameters of type InteractionInvocationMethod | |
|---|---|
ObjectTitleContext |
IntrospectableSpecificationAbstract.createTitleInteractionContext(AuthenticationSession session,
InteractionInvocationMethod interactionMethod,
NakedObject targetNakedObject)
|
ObjectValidityContext |
IntrospectableSpecificationAbstract.createValidityInteractionContext(AuthenticationSession session,
InteractionInvocationMethod interactionMethod,
NakedObject targetNakedObject)
Create an InteractionContext representing an attempt to save the object. |
| Uses of InteractionInvocationMethod in org.nakedobjects.metamodel.runtimecontext.spec.feature |
|---|
| Methods in org.nakedobjects.metamodel.runtimecontext.spec.feature with parameters of type InteractionInvocationMethod | |
|---|---|
ActionInvocationContext |
NakedObjectActionSet.createActionInvocationInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
NakedObject object,
NakedObject[] candidateArguments)
|
UsabilityContext<?> |
NakedObjectActionSet.createUsableInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
NakedObject target)
|
VisibilityContext<?> |
NakedObjectActionSet.createVisibleInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
NakedObject targetNakedObject)
Does nothing, but shouldn't be called. |
| Uses of InteractionInvocationMethod in org.nakedobjects.metamodel.spec |
|---|
| Methods in org.nakedobjects.metamodel.spec with parameters of type InteractionInvocationMethod | |
|---|---|
ObjectTitleContext |
NakedObjectSpecification.createTitleInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
NakedObject targetNakedObject)
Create an InteractionContext representing an attempt to read the object's title. |
ObjectValidityContext |
NakedObjectSpecification.createValidityInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
NakedObject targetNakedObject)
Create an InteractionContext representing an attempt to save the object. |
| Uses of InteractionInvocationMethod in org.nakedobjects.metamodel.spec.feature |
|---|
| Methods in org.nakedobjects.metamodel.spec.feature with parameters of type InteractionInvocationMethod | |
|---|---|
PropertyAccessContext |
OneToOneAssociation.createAccessInteractionContext(AuthenticationSession session,
InteractionInvocationMethod interactionMethod,
NakedObject targetNakedObject)
Creates an InteractionContext that represents access to this property. |
ActionInvocationContext |
NakedObjectAction.createActionInvocationInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
NakedObject targetObject,
NakedObject[] proposedArguments)
Creates an interaction context representing an attempt to invoke this
action. |
ActionArgumentContext |
NakedObjectActionParameter.createProposedArgumentInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
NakedObject targetObject,
NakedObject[] args,
int position)
|
UsabilityContext<?> |
NakedObjectMember.createUsableInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
NakedObject target)
Create an InteractionContext to represent an attempt to use this member (that is, to check if it is usable or not). |
ValidityContext<?> |
OneToManyAssociation.createValidateAddInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
NakedObject owningNakedObject,
NakedObject proposedObjectToAdd)
Creates an InteractionContext that represents validation of a candidate object to be added to
the collection. |
ValidityContext<?> |
OneToOneAssociation.createValidateInteractionContext(AuthenticationSession session,
InteractionInvocationMethod interactionMethod,
NakedObject targetNakedObject,
NakedObject proposedValue)
Creates an InteractionContext that represents validation of a proposed new value for the
property. |
ValidityContext<?> |
OneToManyAssociation.createValidateRemoveInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
NakedObject owningNakedObject,
NakedObject proposedObjectToRemove)
Creates an InteractionContext that represents validation of a candidate object to be removed
from the collection. |
VisibilityContext<?> |
NakedObjectMember.createVisibleInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
NakedObject targetNakedObject)
Create an InteractionContext to represent an attempt to view this member (that is, to check if
it is visible or not). |
| Uses of InteractionInvocationMethod in org.nakedobjects.metamodel.specloader.internal |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||