| Package | Description |
|---|---|
| org.apache.isis.core.metamodel.consent | |
| org.apache.isis.core.metamodel.interactions |
| Modifier and Type | Method and Description |
|---|---|
static InteractionContextType |
InteractionContextType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InteractionContextType[] |
InteractionContextType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InteractionContextType |
InteractionContext.getInteractionType()
The type of interaction.
|
| Constructor and Description |
|---|
AccessContext(InteractionContextType interactionType,
DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
org.apache.isis.applib.Identifier identifier,
ObjectAdapter target) |
InteractionContext(InteractionContextType interactionType,
DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
org.apache.isis.applib.Identifier identifier,
ObjectAdapter target) |
UsabilityContext(InteractionContextType interactionType,
DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
org.apache.isis.applib.Identifier identifier,
ObjectAdapter target,
org.apache.isis.applib.annotation.Where where) |
ValidityContext(InteractionContextType interactionType,
DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
org.apache.isis.applib.Identifier identifier,
ObjectAdapter target) |
VisibilityContext(InteractionContextType interactionType,
DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
org.apache.isis.applib.Identifier identifier,
ObjectAdapter target,
org.apache.isis.applib.annotation.Where where) |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.