| Modifier and Type | Method and Description |
|---|---|
DeploymentCategory |
DeploymentCategoryProvider.getDeploymentCategory() |
static DeploymentCategory |
DeploymentCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentCategory[] |
DeploymentCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentCategory |
InteractionContext.getDeploymentCategory() |
| Constructor and Description |
|---|
AccessContext(InteractionContextType interactionType,
DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
org.apache.isis.applib.Identifier identifier,
ObjectAdapter target) |
ActionArgumentContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter target,
org.apache.isis.applib.Identifier id,
ObjectAdapter[] args,
int position) |
ActionInvocationContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter target,
org.apache.isis.applib.Identifier id,
ObjectAdapter[] args) |
ActionUsabilityContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter target,
org.apache.isis.applib.Identifier id,
org.apache.isis.applib.annotation.Where where) |
ActionVisibilityContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter target,
org.apache.isis.applib.Identifier identifier,
org.apache.isis.applib.annotation.Where where) |
CollectionAccessContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter target,
org.apache.isis.applib.Identifier identifier) |
CollectionAddToContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter target,
org.apache.isis.applib.Identifier id,
ObjectAdapter proposed) |
CollectionRemoveFromContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter target,
org.apache.isis.applib.Identifier identifier,
ObjectAdapter proposed) |
CollectionUsabilityContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter target,
org.apache.isis.applib.Identifier identifier,
org.apache.isis.applib.annotation.Where where) |
CollectionVisibilityContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter target,
org.apache.isis.applib.Identifier identifier,
org.apache.isis.applib.annotation.Where where) |
InteractionContext(InteractionContextType interactionType,
DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
org.apache.isis.applib.Identifier identifier,
ObjectAdapter target) |
ObjectTitleContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter target,
org.apache.isis.applib.Identifier identifier,
String title) |
ObjectValidityContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter target,
org.apache.isis.applib.Identifier identifier) |
ParseValueContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter target,
org.apache.isis.applib.Identifier identifier,
ObjectAdapter proposed) |
PropertyAccessContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter target,
org.apache.isis.applib.Identifier id,
ObjectAdapter value) |
PropertyModifyContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter target,
org.apache.isis.applib.Identifier id,
ObjectAdapter proposed) |
PropertyUsabilityContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter target,
org.apache.isis.applib.Identifier identifier,
org.apache.isis.applib.annotation.Where where) |
PropertyVisibilityContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter target,
org.apache.isis.applib.Identifier identifier,
org.apache.isis.applib.annotation.Where where) |
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) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCategory |
RuntimeContext.getDeploymentCategory() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCategory |
RuntimeContextNoRuntime.getDeploymentCategory() |
| Constructor and Description |
|---|
RuntimeContextNoRuntime(DeploymentCategory deploymentCategory) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCategory |
SpecificationContext.getDeploymentCategory() |
| Modifier and Type | Method and Description |
|---|---|
ObjectValidityContext |
ObjectSpecification.createValidityInteractionContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter targetObjectAdapter)
Create an
InteractionContext representing an attempt to save the
object. |
| Constructor and Description |
|---|
SpecificationContext(DeploymentCategory deploymentCategory,
AuthenticationSessionProvider authenticationSessionProvider,
ServicesProvider servicesProvider,
ObjectInstantiator objectInstantiator,
SpecificationLoader specificationLookup,
FacetProcessor facetProcessor) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCategory |
ObjectMemberContext.getDeploymentCategory() |
| Constructor and Description |
|---|
ObjectMemberContext(DeploymentCategory deploymentCategory,
AuthenticationSessionProvider authenticationSessionProvider,
SpecificationLoader specificationLookup,
AdapterManager adapterManager,
QuerySubmitter querySubmitter,
CollectionTypeRegistry collectionTypeRegistry,
ServicesProvider servicesProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected DeploymentCategory |
ObjectSpecificationAbstract.getDeploymentCategory() |
DeploymentCategory |
ObjectMemberAbstract.getDeploymentCategory() |
| Modifier and Type | Method and Description |
|---|---|
ObjectValidityContext |
ObjectSpecificationAbstract.createValidityInteractionContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod interactionMethod,
ObjectAdapter targetObjectAdapter)
Create an
InteractionContext representing an attempt to save the
object. |
| Constructor and Description |
|---|
ParseableFacetAbstract(String candidateParserName,
Class<?> candidateParserClass,
FacetHolder holder,
DeploymentCategory deploymentCategory,
AuthenticationSessionProvider authenticationSessionProvider,
ServicesInjector dependencyInjector,
AdapterManager adapterManager) |
ParseableFacetAnnotation(Class<?> annotatedClass,
IsisConfiguration configuration,
FacetHolder holder,
DeploymentCategory deploymentCategory,
AuthenticationSessionProvider authenticationSessionProvider,
AdapterManager adapterManager,
ServicesInjector dependencyInjector) |
ParseableFacetFromConfiguration(String candidateParserName,
FacetHolder holder,
DeploymentCategory deploymentCategory,
AuthenticationSessionProvider authenticationSessionProvider,
ServicesInjector dependencyInjector,
AdapterManager adapterManager) |
ParseableFacetUsingParser(org.apache.isis.applib.adapters.Parser<?> parser,
FacetHolder holder,
DeploymentCategory deploymentCategory,
AuthenticationSessionProvider authenticationSessionProvider,
ServicesInjector dependencyInjector,
AdapterManager adapterManager) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCategory |
ValueSemanticsProviderContext.getDeploymentCategory() |
protected DeploymentCategory |
ValueFacetAbstract.getDeploymentCategory(ValueSemanticsProviderContext context) |
| Constructor and Description |
|---|
ValueSemanticsProviderContext(DeploymentCategory deploymentCategory,
AuthenticationSessionProvider authenticationSessionProvider,
SpecificationLoader specificationLookup,
AdapterManager adapterManager,
ServicesInjector dependencyInjector) |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.