| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
ObjectAdapterFactory.createAdapter(Object pojo,
Oid oid,
AdapterManager objectAdapterLookup) |
ObjectAdapter |
DomainObjectServices.createAggregatedInstance(ObjectSpecification spec,
ObjectAdapter parent)
Create an instance of an aggregated object that will be persisted within the
parent adapter.
|
ObjectAdapter |
DomainObjectServices.createTransientInstance(ObjectSpecification spec)
Provided by the PersistenceSession when used by framework.
|
ObjectAdapter |
DomainObjectServices.createViewModelInstance(ObjectSpecification spec,
String memento) |
<T> ObjectAdapter |
QuerySubmitter.firstMatchingQuery(org.apache.isis.applib.query.Query<T> query)
Provided by PersistenceSession when used by framework.
|
ObjectAdapter |
ObjectAdapter.getAggregateRoot()
Either the aggregate root (either itself or, if parented, then its parent adapter).
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Function<Object,ObjectAdapter> |
ObjectAdapter.Functions.adapterForUsing(AdapterManager adapterManager) |
<T> List<ObjectAdapter> |
QuerySubmitter.allMatchingQuery(org.apache.isis.applib.query.Query<T> query)
Provided by PersistenceSession when used by framework.
|
static com.google.common.base.Function<ObjectAdapter,Object> |
ObjectAdapter.Functions.getObject() |
List<ObjectAdapter> |
ServicesProvider.getServices()
Provided by PersistenceSession when used by framework.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
DomainObjectServices.createAggregatedInstance(ObjectSpecification spec,
ObjectAdapter parent)
Create an instance of an aggregated object that will be persisted within the
parent adapter.
|
static boolean |
ObjectAdapter.Util.exists(ObjectAdapter adapter) |
void |
ObjectPersistor.makePersistent(ObjectAdapter adapter)
Provided by the PersistenceSession when used by framework.
|
void |
ObjectDirtier.objectChanged(ObjectAdapter adapter)
Provided by PersistenceSession when used by framework.
|
void |
ObjectPersistor.remove(ObjectAdapter adapter)
Provided by UpdateNotifier and PersistenceSession when
used by framework.
|
String |
ObjectAdapter.titleString(ObjectAdapter contextAdapter)
Returns the title to display this object with, rendered within the context
of some other adapter.
|
static String |
ObjectAdapter.Util.titleString(ObjectAdapter adapter) |
static Object |
ObjectAdapter.Util.unwrap(ObjectAdapter adapter) |
static Object[] |
ObjectAdapter.Util.unwrap(ObjectAdapter[] adapters) |
static String |
ObjectAdapter.Util.unwrapAsString(ObjectAdapter adapter) |
static boolean |
ObjectAdapter.Util.wrappedEqual(ObjectAdapter adapter1,
ObjectAdapter adapter2) |
| Modifier and Type | Method and Description |
|---|---|
static List<Object> |
ObjectAdapter.Util.unwrap(List<ObjectAdapter> adapters) |
static <T> List<T> |
ObjectAdapter.Util.unwrapT(List<ObjectAdapter> adapters) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
AdapterMapDelegator.adapterFor(Object domainObject) |
ObjectAdapter |
AdapterManager.adapterFor(Object domainObject)
Looks up or creates a standalone (value) or root adapter.
|
ObjectAdapter |
AdapterManager.adapterFor(Object domainObject,
ObjectAdapter parentAdapter)
Looks up or creates a standalone (value), aggregated or root adapter.
|
ObjectAdapter |
AdapterMapDelegator.adapterFor(Object pojo,
ObjectAdapter ownerAdapter,
OneToManyAssociation collection) |
ObjectAdapter |
AdapterManager.adapterFor(Object pojo,
ObjectAdapter parentAdapter,
OneToManyAssociation collection)
Looks up or creates a collection adapter.
|
ObjectAdapter |
AdapterManager.adapterFor(TypedOid oid)
As per
AdapterManager.adapterFor(TypedOid, ConcurrencyChecking), with
. |
ObjectAdapter |
AdapterManager.adapterFor(TypedOid oid,
AdapterManager.ConcurrencyChecking concurrencyChecking)
Either returns an existing
adapter (as per
AdapterManager.getAdapterFor(Oid)), otherwise re-creates an adapter with the
specified (persistent) Oid. |
ObjectAdapter |
AdapterMapDelegator.getAdapterFor(Object pojo) |
ObjectAdapter |
AdapterManager.getAdapterFor(Object pojo)
Gets the
adapter for the specified domain object if
it exists in the identity map. |
ObjectAdapter |
AdapterManager.getAdapterFor(Oid oid)
|
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
AdapterManager.adapterFor(Object domainObject,
ObjectAdapter parentAdapter)
Looks up or creates a standalone (value), aggregated or root adapter.
|
ObjectAdapter |
AdapterMapDelegator.adapterFor(Object pojo,
ObjectAdapter ownerAdapter,
OneToManyAssociation collection) |
ObjectAdapter |
AdapterManager.adapterFor(Object pojo,
ObjectAdapter parentAdapter,
OneToManyAssociation collection)
Looks up or creates a collection adapter.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AdapterUtils.exists(ObjectAdapter adapter)
Deprecated.
- use
ObjectAdapter.Util#exists(ObjectAdapter) |
static Object |
AdapterInvokeUtils.invoke(Method method,
ObjectAdapter adapter) |
static Object |
AdapterInvokeUtils.invoke(Method method,
ObjectAdapter adapter,
Map<Integer,ObjectAdapter> argumentAdapters) |
static Object |
AdapterInvokeUtils.invoke(Method method,
ObjectAdapter adapter,
Object arg0) |
static Object |
AdapterInvokeUtils.invoke(Method method,
ObjectAdapter adapter,
ObjectAdapter arg0Adapter) |
static Object |
AdapterInvokeUtils.invoke(Method method,
ObjectAdapter adapter,
ObjectAdapter[] argumentAdapters) |
static Object |
AdapterInvokeUtils.invoke(Method method,
ObjectAdapter adapter,
ObjectAdapter[] argumentAdapters) |
static void |
AdapterInvokeUtils.invokeAll(List<Method> methods,
ObjectAdapter adapter) |
static Object |
AdapterInvokeUtils.invokeAutofit(Method method,
ObjectAdapter target,
List<ObjectAdapter> argumentsIfAvailable,
AdapterManager adapterManager)
Invokes the method, adjusting arguments as required to make them fit the method's parameters.
|
static String |
AdapterUtils.titleString(ObjectAdapter adapter)
Deprecated.
- use
ObjectAdapter.Util#titleString(ObjectAdapter) |
static Object |
AdapterUtils.unwrap(ObjectAdapter adapter)
Deprecated.
- use
ObjectAdapter.Util#unwrap(ObjectAdapter) |
static Object[] |
AdapterUtils.unwrap(ObjectAdapter[] adapters)
Deprecated.
- use
ObjectAdapter.Util#unwrap(ObjectAdapter[]) |
static boolean |
AdapterUtils.wrappedEqual(ObjectAdapter adapter1,
ObjectAdapter adapter2)
Deprecated.
- use
ObjectAdapter.Util#wrappedEqual(ObjectAdapter, ObjectAdapter) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
AdapterInvokeUtils.invoke(Method method,
ObjectAdapter adapter,
Map<Integer,ObjectAdapter> argumentAdapters) |
static Object |
AdapterInvokeUtils.invokeAutofit(Method method,
ObjectAdapter target,
List<ObjectAdapter> argumentsIfAvailable,
AdapterManager adapterManager)
Invokes the method, adjusting arguments as required to make them fit the method's parameters.
|
static <T> List<T> |
AdapterUtils.unwrap(List<ObjectAdapter> adapters)
Deprecated.
- use
ObjectAdapter.Util#unwrapT(List) |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
PropertyOrCollectionAccessorFacetAbstract.getProperty(ObjectAdapter inObject) |
Object |
PropertyOrCollectionAccessorFacet.getProperty(ObjectAdapter inObject)
Gets the value of this property or collection from this object.
|
| Modifier and Type | Method and Description |
|---|---|
Object[][] |
ActionChoicesFacet.getChoices(ObjectAdapter inObject) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ActionDefaultsFacet.getDefaults(ObjectAdapter inObject) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
ActionInvocationFacet.CurrentInvocation.getResult()
Deprecated.
|
ObjectAdapter |
ActionInvocationFacet.CurrentInvocation.getTarget()
Deprecated.
|
ObjectAdapter |
ActionInvocationFacet.invoke(ObjectAction owningAction,
ObjectAdapter target,
ObjectAdapter[] arguments) |
ObjectAdapter |
ActionInvocationFacet.invoke(ObjectAdapter target,
ObjectAdapter[] parameters)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAdapter> |
ActionInvocationFacet.CurrentInvocation.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
ActionInvocationFacet.invoke(ObjectAction owningAction,
ObjectAdapter target,
ObjectAdapter[] arguments) |
ObjectAdapter |
ActionInvocationFacet.invoke(ObjectAction owningAction,
ObjectAdapter target,
ObjectAdapter[] arguments) |
ObjectAdapter |
ActionInvocationFacet.invoke(ObjectAdapter target,
ObjectAdapter[] parameters)
Deprecated.
|
ObjectAdapter |
ActionInvocationFacet.invoke(ObjectAdapter target,
ObjectAdapter[] parameters)
Deprecated.
|
| Constructor and Description |
|---|
ActionInvocationFacet.CurrentInvocation(ObjectAdapter target,
IdentifiedHolder action,
List<ObjectAdapter> parameters,
ObjectAdapter result,
org.apache.isis.applib.services.command.Command command) |
ActionInvocationFacet.CurrentInvocation(ObjectAdapter target,
IdentifiedHolder action,
ObjectAdapter[] parameters,
ObjectAdapter result,
org.apache.isis.applib.services.command.Command command) |
ActionInvocationFacet.CurrentInvocation(ObjectAdapter target,
IdentifiedHolder action,
ObjectAdapter[] parameters,
ObjectAdapter result,
org.apache.isis.applib.services.command.Command command) |
| Constructor and Description |
|---|
ActionInvocationFacet.CurrentInvocation(ObjectAdapter target,
IdentifiedHolder action,
List<ObjectAdapter> parameters,
ObjectAdapter result,
org.apache.isis.applib.services.command.Command command) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ChoicesFacet.getChoices(ObjectAdapter adapter)
Gets a set of choices for this object.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<ObjectAdapter> |
CollectionFacetAbstract.iterable(ObjectAdapter collectionAdapter) |
Iterator<ObjectAdapter> |
CollectionFacetAbstract.iterator(ObjectAdapter collectionAdapter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CollectionFacetAbstract.contains(ObjectAdapter collectionAdapter,
ObjectAdapter candidateObjectAdapter) |
Iterable<ObjectAdapter> |
CollectionFacetAbstract.iterable(ObjectAdapter collectionAdapter) |
Iterator<ObjectAdapter> |
CollectionFacetAbstract.iterator(ObjectAdapter collectionAdapter) |
| Modifier and Type | Method and Description |
|---|---|
static ObjectAdapter |
CollectionFacetUtils.firstElement(ObjectAdapter collection) |
ObjectAdapter |
CollectionFacet.firstElement(ObjectAdapter collectionAdapter) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ObjectAdapter> |
CollectionFacet.collection(ObjectAdapter collectionAdapter)
Returns an unmodifiable
Collection of ObjectAdapters. |
static List<ObjectAdapter> |
CollectionFacetUtils.convertToAdapterList(ObjectAdapter collection) |
Iterable<ObjectAdapter> |
CollectionFacet.iterable(ObjectAdapter collectionAdapter) |
Iterator<ObjectAdapter> |
CollectionFacet.iterator(ObjectAdapter collectionAdapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionAddToFacet.add(ObjectAdapter inObject,
ObjectAdapter value) |
void |
CollectionClearFacet.clear(ObjectAdapter inObject) |
Collection<ObjectAdapter> |
CollectionFacet.collection(ObjectAdapter collectionAdapter)
Returns an unmodifiable
Collection of ObjectAdapters. |
boolean |
CollectionFacet.contains(ObjectAdapter collectionAdapter,
ObjectAdapter element) |
static List<ObjectAdapter> |
CollectionFacetUtils.convertToAdapterList(ObjectAdapter collection) |
static Object[] |
CollectionFacetUtils.convertToArray(ObjectAdapter collection)
Deprecated.
- use instead
CollectionFacetUtils.convertToList(ObjectAdapter). |
static List<Object> |
CollectionFacetUtils.convertToList(ObjectAdapter collection) |
static ObjectAdapter |
CollectionFacetUtils.firstElement(ObjectAdapter collection) |
ObjectAdapter |
CollectionFacet.firstElement(ObjectAdapter collectionAdapter) |
static CollectionFacet |
CollectionFacetUtils.getCollectionFacetFromSpec(ObjectAdapter objectRepresentingCollection) |
void |
CollectionFacet.init(ObjectAdapter collectionAdapter,
ObjectAdapter[] elements)
Set the contents of this collection.
|
void |
CollectionFacet.init(ObjectAdapter collectionAdapter,
ObjectAdapter[] elements)
Set the contents of this collection.
|
Iterable<ObjectAdapter> |
CollectionFacet.iterable(ObjectAdapter collectionAdapter) |
Iterator<ObjectAdapter> |
CollectionFacet.iterator(ObjectAdapter collectionAdapter) |
void |
CollectionRemoveFromFacet.remove(ObjectAdapter inObject,
ObjectAdapter element) |
static int |
CollectionFacetUtils.size(ObjectAdapter collection) |
int |
CollectionFacet.size(ObjectAdapter collection) |
| Modifier and Type | Method and Description |
|---|---|
String |
HiddenFacet.hiddenReason(ObjectAdapter target,
org.apache.isis.applib.annotation.Where whereContext)
The reason why the (feature of the) target object is currently hidden, or
null if visible.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MandatoryFacetAbstract.isRequiredButNull(ObjectAdapter adapter)
If not specified or, if a string, then zero length.
|
boolean |
MandatoryFacet.isRequiredButNull(ObjectAdapter adapter)
Whether this value is required but has not been provided (and is
therefore invalid).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MaxLengthFacetAbstract.exceeds(ObjectAdapter adapter)
Whether the provided argument exceeds the
maximum length
. |
boolean |
MaxLengthFacet.exceeds(ObjectAdapter adapter)
Whether the provided string exceeds the maximum length.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAdapter> |
AutoCompleteFacetAbstract.execute(String search) |
List<ObjectAdapter> |
AutoCompleteFacet.execute(String search) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CallbackUtils.callCallback(ObjectAdapter object,
Class<? extends Facet> cls) |
void |
CallbackFacet.invoke(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
void |
MarkDirtyObjectFacet.invoke(ObjectAdapter object) |
boolean |
IsDirtyObjectFacet.invoke(ObjectAdapter object) |
void |
ClearDirtyObjectFacet.invoke(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
EncodableFacet.fromEncodedString(String encodedData)
Equivalent to
EncoderDecoder.fromEncodedString(String), though
may be implemented through some other equivalent mechanism. |
| Modifier and Type | Method and Description |
|---|---|
String |
EncodableFacet.toEncodedString(ObjectAdapter object)
Equivalent to
EncoderDecoder.toEncodedString(Object), though may
be implemented through some other equivalent mechanism. |
| Modifier and Type | Method and Description |
|---|---|
String |
IconFacet.iconName(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
String |
ImmutableFacetAbstract.disabledReason(ObjectAdapter targetAdapter) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
ParseableFacet.parseTextEntry(ObjectAdapter original,
String text,
org.apache.isis.applib.profiles.Localization localization)
Parses a text entry made by a user and sets the domain object's value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ParseableFacet.parseableTitle(ObjectAdapter obj)
A title for the object that is valid but which may be easier to edit than
the title provided by a
TitleFacet. |
ObjectAdapter |
ParseableFacet.parseTextEntry(ObjectAdapter original,
String text,
org.apache.isis.applib.profiles.Localization localization)
Parses a text entry made by a user and sets the domain object's value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TitleFacet.title(ObjectAdapter targetAdapter,
org.apache.isis.applib.profiles.Localization localization)
Provide a title for the target object, with respect to the specified
Localization. |
String |
TitleFacetAbstract.title(ObjectAdapter contextAdapter,
ObjectAdapter targetAdapter,
org.apache.isis.applib.profiles.Localization localization)
Default implementation that simply delegates to
TitleFacet.title(ObjectAdapter, Localization). |
String |
TitleFacet.title(ObjectAdapter contextAdapter,
ObjectAdapter targetAdapter,
org.apache.isis.applib.profiles.Localization localization)
Provide a title for the target object, in the context of the context object, with respect to the specified
Localization. |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ActionParameterAutoCompleteFacet.autoComplete(ObjectAdapter inObject,
String searchArg) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ActionParameterChoicesFacet.getChoices(ObjectAdapter target,
List<ObjectAdapter> arguments) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ActionParameterChoicesFacet.getChoices(ObjectAdapter target,
List<ObjectAdapter> arguments) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ActionParameterDefaultsFacet.getDefault(ObjectAdapter target,
List<ObjectAdapter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ActionParameterDefaultsFacet.getDefault(ObjectAdapter target,
List<ObjectAdapter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
PropertyAutoCompleteFacet.autoComplete(ObjectAdapter inObject,
String searchArg)
Gets the available auto-complete choices for this property.
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
PropertyChoicesFacet.getChoices(ObjectAdapter adapter,
SpecificationLoader specificationLookup)
Gets the available choices for this property.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
PropertyDefaultFacet.getDefault(ObjectAdapter inObject)
The default value for this property in a newly created object.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
PropertyDefaultFacet.getDefault(ObjectAdapter inObject)
The default value for this property in a newly created object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyClearFacet.clearProperty(ObjectAdapter inObject) |
void |
PropertyInitializationFacet.initProperty(ObjectAdapter inObject,
ObjectAdapter value)
Sets the value of this property.
|
void |
PropertySetterFacet.setProperty(ObjectAdapter inObject,
ObjectAdapter value)
Sets the value of this property.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter[] |
ActionInvocationContext.getArgs() |
ObjectAdapter[] |
ActionArgumentContext.getArgs() |
ObjectAdapter |
ProposedHolder.getProposed() |
ObjectAdapter |
PropertyModifyContext.getProposed()
The (proposed) new value for a property.
|
ObjectAdapter |
ParseValueContext.getProposed() |
ObjectAdapter |
ObjectValidityContext.getProposed() |
ObjectAdapter |
CollectionRemoveFromContext.getProposed() |
ObjectAdapter |
CollectionAddToContext.getProposed() |
ObjectAdapter |
ActionArgumentContext.getProposed() |
ObjectAdapter |
InteractionContext.getTarget()
The target object that this interaction is with.
|
ObjectAdapter |
PropertyAccessContext.getValue()
The current value for a property.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,ObjectAdapter> |
InteractionContext.getContributeeAsMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
InteractionContext.putContributee(int contributeeParam,
ObjectAdapter contributee) |
| 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) |
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) |
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 |
|---|---|
List<ObjectAdapter> |
RuntimeContextNoRuntime.allInstances(ObjectSpecification noSpec) |
| Modifier and Type | Method and Description |
|---|---|
protected ObjectAdapter |
DomainObjectContainerDefault.doCreateTransientInstance(ObjectSpecification spec)
Factored out as a potential hook method for subclasses.
|
protected ObjectAdapter |
DomainObjectContainerDefault.doCreateViewModelInstance(ObjectSpecification spec,
String memento) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
FreeStandingList.get(int index)
Required implementation of
AbstractList. |
ObjectAdapter |
ObjectSpecification.initialize(ObjectAdapter object)
REVIEW: should this behaviour move, eg onto ObjectAdapter?
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dirtiable.clearDirty(ObjectAdapter object)
Clear the dirty flag so that a call to isDirty(), and before
markDirty() is called, will return false;
|
ObjectTitleContext |
ObjectSpecification.createTitleInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter targetObjectAdapter)
Create an
InteractionContext representing an attempt to read the
object's title. |
ObjectValidityContext |
ObjectSpecification.createValidityInteractionContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter targetObjectAdapter)
Create an
InteractionContext representing an attempt to save the
object. |
String |
ObjectSpecification.getIconName(ObjectAdapter object)
Returns the name of an icon to use for the specified object.
|
Instance |
Specification.getInstance(ObjectAdapter adapter)
|
String |
ObjectSpecification.getTitle(ObjectAdapter adapter,
org.apache.isis.applib.profiles.Localization localization)
|
String |
ObjectSpecification.getTitle(ObjectAdapter contextAdapterIfAny,
ObjectAdapter targetAdapter,
org.apache.isis.applib.profiles.Localization localization)
Returns the title to display of target adapter, rendered within the context
of some other adapter (if any).
|
ObjectAdapter |
ObjectSpecification.initialize(ObjectAdapter object)
REVIEW: should this behaviour move, eg onto ObjectAdapter?
|
boolean |
Dirtiable.isDirty(ObjectAdapter object)
Checks if the specified object has been changed, and hence needs
persisting.
|
Consent |
ObjectSpecification.isValid(ObjectAdapter adapter)
Determines whether the specified object is in a valid state (for example,
so can be persisted); represented as a
Consent. |
InteractionResult |
ObjectSpecification.isValidResult(ObjectAdapter adapter)
Determines whether the specified object is in a valid state (for example,
so can be persisted); represented as a
InteractionResult. |
void |
Dirtiable.markDirty(ObjectAdapter object)
Mark the specified object as having been changed, and hence needing
persisting.
|
static Object |
ObjectAdapterUtils.unwrapObject(ObjectAdapter adapter)
Deprecated.
- use
ObjectAdapter.Util instead |
static String |
ObjectAdapterUtils.unwrapObjectAsString(ObjectAdapter adapter)
Deprecated.
- use
ObjectAdapter.Util instead |
| Modifier and Type | Method and Description |
|---|---|
static List<Object> |
ObjectAdapterUtils.unwrapObjects(List<ObjectAdapter> adapters)
Deprecated.
- use
ObjectAdapter.Util instead |
| Constructor and Description |
|---|
InstanceAbstract(ObjectAdapter owner) |
InstanceAbstract(ObjectAdapter owner,
Specification specification) |
| Constructor and Description |
|---|
FreeStandingList(ObjectSpecification instanceSpecification,
List<ObjectAdapter> instances) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
ObjectAction.execute(ObjectAdapter target,
ObjectAdapter[] parameters)
Invokes the action's method on the target object given the specified set
of parameters.
|
ObjectAdapter |
CurrentHolder.get(ObjectAdapter owner)
Returns the referenced
ObjectAdapter for the owning
ObjectAdapter. |
ObjectAdapter[] |
ObjectAssociation.getAutoComplete(ObjectAdapter object,
String searchArg)
Returns a list of possible references/values for this field, which the
user can choose from, based on the provided search argument.
|
ObjectAdapter[] |
ObjectActionParameter.getAutoComplete(ObjectAdapter adapter,
String searchArg)
Returns a list of possible references/values for this parameter, which the
user can choose from, based on the input search argument.
|
ObjectAdapter[] |
ObjectAssociation.getChoices(ObjectAdapter object)
Returns a list of possible references/values for this field, which the
user can choose from.
|
ObjectAdapter[][] |
ObjectAction.getChoices(ObjectAdapter target)
Returns a list of possible references/values for each parameter, which
the user can choose from.
|
ObjectAdapter[] |
ObjectActionParameter.getChoices(ObjectAdapter adapter,
ObjectAdapter[] argumentsIfAvailable)
Returns a list of possible references/values for this parameter, which the
user can choose from.
|
ObjectAdapter |
ObjectAssociation.getDefault(ObjectAdapter adapter)
Return the default for this property.
|
ObjectAdapter |
ObjectActionParameter.getDefault(ObjectAdapter adapter) |
ObjectAdapter[] |
ObjectAction.getDefaults(ObjectAdapter target)
Returns the defaults references/values to be used for the action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OneToManyAssociation.addElement(ObjectAdapter owningObjectAdapter,
ObjectAdapter objectToAdd)
Add the specified element to this collection field in the specified
object.
|
void |
OneToOneAssociation.clearAssociation(ObjectAdapter inObject)
Deprecated.
|
void |
OneToManyAssociation.clearCollection(ObjectAdapter inObject)
Remove all elements from this collection field in the specified object.
|
PropertyAccessContext |
OneToOneAssociation.createAccessInteractionContext(AuthenticationSession session,
InteractionInvocationMethod interactionMethod,
ObjectAdapter targetObjectAdapter)
Creates an
InteractionContext that represents access to this
property. |
ActionInvocationContext |
ObjectAction.createActionInvocationInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter targetObject,
ObjectAdapter[] proposedArguments)
Creates an
interaction context
representing an attempt to invoke this action. |
ActionInvocationContext |
ObjectAction.createActionInvocationInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter targetObject,
ObjectAdapter[] proposedArguments)
Creates an
interaction context
representing an attempt to invoke this action. |
ActionArgumentContext |
ObjectActionParameter.createProposedArgumentInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter targetObject,
ObjectAdapter[] args,
int position) |
ActionArgumentContext |
ObjectActionParameter.createProposedArgumentInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter targetObject,
ObjectAdapter[] args,
int position) |
UsabilityContext<?> |
ObjectMember.createUsableInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter target,
org.apache.isis.applib.annotation.Where where)
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,
ObjectAdapter owningObjectAdapter,
ObjectAdapter proposedObjectToAdd)
Creates an
InteractionContext that represents validation of a
candidate object to be added to the collection. |
ValidityContext<?> |
OneToOneAssociation.createValidateInteractionContext(AuthenticationSession session,
InteractionInvocationMethod interactionMethod,
ObjectAdapter targetObjectAdapter,
ObjectAdapter proposedValue)
Creates an
InteractionContext that represents validation of a
proposed new value for the property. |
ValidityContext<?> |
OneToManyAssociation.createValidateRemoveInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter owningObjectAdapter,
ObjectAdapter proposedObjectToRemove)
Creates an
InteractionContext that represents validation of a
candidate object to be removed from the collection. |
VisibilityContext<?> |
ObjectMember.createVisibleInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter targetObjectAdapter,
org.apache.isis.applib.annotation.Where where)
Create an
InteractionContext to represent an attempt to view this
member (that is, to check if it is visible or not). |
static org.apache.isis.applib.filter.Filter<ObjectAssociation> |
ObjectAssociationFilters.dynamicallyVisible(AuthenticationSession session,
ObjectAdapter target,
org.apache.isis.applib.annotation.Where where)
|
static com.google.common.base.Predicate<ObjectAssociation> |
ObjectAssociation.Predicates.dynamicallyVisible(AuthenticationSession session,
ObjectAdapter target,
org.apache.isis.applib.annotation.Where where) |
static org.apache.isis.applib.filter.Filter<ObjectAssociation> |
ObjectAssociation.Filters.dynamicallyVisible(AuthenticationSession session,
ObjectAdapter target,
org.apache.isis.applib.annotation.Where where)
Deprecated.
-use
equivalent |
static com.google.common.base.Predicate<ObjectAction> |
ObjectAction.Predicates.dynamicallyVisible(AuthenticationSession session,
ObjectAdapter target,
org.apache.isis.applib.annotation.Where where) |
static org.apache.isis.applib.filter.Filter<ObjectAction> |
ObjectAction.Filters.dynamicallyVisible(AuthenticationSession session,
ObjectAdapter target,
org.apache.isis.applib.annotation.Where where)
Deprecated.
-use
equivalent |
static org.apache.isis.applib.filter.Filter<ObjectAssociation> |
ObjectAssociationFilters.enabled(AuthenticationSession session,
ObjectAdapter adapter,
org.apache.isis.applib.annotation.Where where)
|
static com.google.common.base.Predicate<ObjectAssociation> |
ObjectAssociation.Predicates.enabled(AuthenticationSession session,
ObjectAdapter adapter,
org.apache.isis.applib.annotation.Where where) |
static org.apache.isis.applib.filter.Filter<ObjectAssociation> |
ObjectAssociation.Filters.enabled(AuthenticationSession session,
ObjectAdapter adapter,
org.apache.isis.applib.annotation.Where where)
Deprecated.
-use
equivalent |
ObjectAdapter |
ObjectAction.execute(ObjectAdapter target,
ObjectAdapter[] parameters)
Invokes the action's method on the target object given the specified set
of parameters.
|
ObjectAdapter |
ObjectAction.execute(ObjectAdapter target,
ObjectAdapter[] parameters)
Invokes the action's method on the target object given the specified set
of parameters.
|
ObjectAdapter |
CurrentHolder.get(ObjectAdapter owner)
Returns the referenced
ObjectAdapter for the owning
ObjectAdapter. |
ObjectAdapter[] |
ObjectAssociation.getAutoComplete(ObjectAdapter object,
String searchArg)
Returns a list of possible references/values for this field, which the
user can choose from, based on the provided search argument.
|
ObjectAdapter[] |
ObjectActionParameter.getAutoComplete(ObjectAdapter adapter,
String searchArg)
Returns a list of possible references/values for this parameter, which the
user can choose from, based on the input search argument.
|
ObjectAdapter[] |
ObjectAssociation.getChoices(ObjectAdapter object)
Returns a list of possible references/values for this field, which the
user can choose from.
|
ObjectAdapter[][] |
ObjectAction.getChoices(ObjectAdapter target)
Returns a list of possible references/values for each parameter, which
the user can choose from.
|
ObjectAdapter[] |
ObjectActionParameter.getChoices(ObjectAdapter adapter,
ObjectAdapter[] argumentsIfAvailable)
Returns a list of possible references/values for this parameter, which the
user can choose from.
|
ObjectAdapter[] |
ObjectActionParameter.getChoices(ObjectAdapter adapter,
ObjectAdapter[] argumentsIfAvailable)
Returns a list of possible references/values for this parameter, which the
user can choose from.
|
ObjectAdapter |
ObjectAssociation.getDefault(ObjectAdapter adapter)
Return the default for this property.
|
ObjectAdapter |
ObjectActionParameter.getDefault(ObjectAdapter adapter) |
ObjectAdapter[] |
ObjectAction.getDefaults(ObjectAdapter target)
Returns the defaults references/values to be used for the action.
|
void |
OneToOneAssociation.initAssociation(ObjectAdapter inObject,
ObjectAdapter associate)
Initialise this field in the specified object with the specified
reference - this call should only affect the specified object, and not
any related objects.
|
Consent |
OneToOneAssociation.isAssociationValid(ObjectAdapter inObject,
ObjectAdapter associate)
Determines if the specified reference is valid for setting this field in
the specified object, represented as a
Consent. |
boolean |
ObjectAssociation.isEmpty(ObjectAdapter target)
Returns
true if this field on the specified object is deemed
to be empty, or has no content. |
Consent |
ObjectAction.isProposedArgumentSetValid(ObjectAdapter object,
ObjectAdapter[] proposedArguments)
Whether the provided argument set is valid, represented as a
Consent. |
Consent |
ObjectAction.isProposedArgumentSetValid(ObjectAdapter object,
ObjectAdapter[] proposedArguments)
Whether the provided argument set is valid, represented as a
Consent. |
Consent |
ObjectMember.isUsable(AuthenticationSession session,
ObjectAdapter target,
org.apache.isis.applib.annotation.Where where)
Determines whether this member is usable, represented as a
Consent. |
String |
ObjectActionParameter.isValid(ObjectAdapter adapter,
Object proposedValue,
org.apache.isis.applib.profiles.Localization localization)
Whether proposed value for this parameter is valid.
|
Consent |
OneToManyAssociation.isValidToAdd(ObjectAdapter owningObjectAdapter,
ObjectAdapter proposedObjectToAdd)
Determines if the specified element can be added to the collection field,
represented as a
Consent. |
Consent |
OneToManyAssociation.isValidToRemove(ObjectAdapter owningObjectAdapter,
ObjectAdapter proposedObjectToRemove)
Determines if the specified element can be removed from the collection
field, represented as a
Consent. |
Consent |
ObjectMember.isVisible(AuthenticationSession session,
ObjectAdapter target,
org.apache.isis.applib.annotation.Where where)
Determines if this member is visible, represented as a
Consent. |
boolean |
ObjectAction.promptForParameters(ObjectAdapter target) |
void |
OneToManyAssociation.removeElement(ObjectAdapter owningObjectAdapter,
ObjectAdapter oObjectToRemove)
Remove the specified element from this collection field in the specified
object.
|
void |
MutableCurrentHolder.set(ObjectAdapter owner,
ObjectAdapter newValue)
Updates the referenced
ObjectAdapter for the owning
ObjectAdapter with the new value provided, or clears the
reference if null. |
void |
OneToOneAssociation.setAssociation(ObjectAdapter inObject,
ObjectAdapter associate)
Deprecated.
|
void |
ObjectAssociation.toDefault(ObjectAdapter target)
Set the property to it default references/values.
|
| Modifier and Type | Method and Description |
|---|---|
protected ObjectAdapter |
ObjectActionParameterParseable.doCoerceProposedValue(ObjectAdapter adapter,
Object proposedValue,
org.apache.isis.applib.profiles.Localization localization) |
protected ObjectAdapter |
ObjectActionParameterAbstract.doCoerceProposedValue(ObjectAdapter adapter,
Object proposedValue,
org.apache.isis.applib.profiles.Localization localization)
Optional hook for parsing.
|
ObjectAdapter |
ObjectActionImpl.execute(ObjectAdapter target,
ObjectAdapter[] arguments) |
ObjectAdapter |
ObjectActionContributee.execute(ObjectAdapter contributee,
ObjectAdapter[] arguments) |
ObjectAdapter |
OneToOneAssociationImpl.get(ObjectAdapter ownerAdapter) |
ObjectAdapter |
OneToOneAssociationContributee.get(ObjectAdapter ownerAdapter) |
ObjectAdapter |
OneToOneActionParameterImpl.get(ObjectAdapter owner)
Gets the proposed value of the
Instance (downcast as a
MutableProposed, wrapping the proposed value into a
ObjectAdapter. |
ObjectAdapter |
OneToManyAssociationImpl.get(ObjectAdapter ownerAdapter) |
ObjectAdapter |
OneToManyAssociationContributee.get(ObjectAdapter ownerAdapter) |
abstract ObjectAdapter |
ObjectAssociationAbstract.get(ObjectAdapter fromObject) |
ObjectAdapter |
ObjectActionParameterParseable.get(ObjectAdapter owner)
Gets the proposed value of the
Instance (downcast as a
MutableProposed, wrapping the proposed value into a
ObjectAdapter. |
ObjectAdapter[] |
OneToOneAssociationImpl.getAutoComplete(ObjectAdapter ownerAdapter,
String searchArg) |
ObjectAdapter[] |
OneToOneActionParameterContributee.getAutoComplete(ObjectAdapter adapter,
String searchArg) |
ObjectAdapter[] |
OneToManyAssociationImpl.getAutoComplete(ObjectAdapter object,
String searchArg) |
ObjectAdapter[] |
ObjectActionParameterParseableContributee.getAutoComplete(ObjectAdapter adapter,
String searchArg) |
ObjectAdapter[] |
ObjectActionParameterAbstract.getAutoComplete(ObjectAdapter adapter,
String searchArg) |
ObjectAdapter[] |
OneToOneAssociationImpl.getChoices(ObjectAdapter ownerAdapter) |
ObjectAdapter[] |
OneToManyAssociationImpl.getChoices(ObjectAdapter ownerAdapter) |
ObjectAdapter[][] |
ObjectActionImpl.getChoices(ObjectAdapter target) |
ObjectAdapter[][] |
ObjectActionContributee.getChoices(ObjectAdapter target) |
ObjectAdapter[] |
ObjectActionParameterAbstract.getChoices(ObjectAdapter adapter,
ObjectAdapter[] argumentsIfAvailable) |
ObjectAdapter |
OneToOneAssociationImpl.getDefault(ObjectAdapter ownerAdapter) |
ObjectAdapter |
OneToManyAssociationImpl.getDefault(ObjectAdapter ownerAdapter) |
ObjectAdapter |
ObjectActionParameterAbstract.getDefault(ObjectAdapter adapter) |
ObjectAdapter[] |
ObjectActionImpl.getDefaults(ObjectAdapter target) |
ObjectAdapter[] |
ObjectActionContributee.getDefaults(ObjectAdapter target) |
ObjectAdapter |
ObjectSpecificationAbstract.initialize(ObjectAdapter objectAdapter) |
protected ObjectAdapter |
OneToOneActionParameterContributee.targetForDefaultOrChoices(ObjectAdapter adapter,
List<ObjectAdapter> argumentsIfAvailable) |
protected ObjectAdapter |
ObjectActionParameterParseableContributee.targetForDefaultOrChoices(ObjectAdapter adapter,
List<ObjectAdapter> argumentsIfAvailable) |
protected ObjectAdapter |
ObjectActionParameterAbstract.targetForDefaultOrChoices(ObjectAdapter adapter,
List<ObjectAdapter> argumentsIfAvailable)
Hook method;
contributed action parameters override. |
| Modifier and Type | Method and Description |
|---|---|
protected List<ObjectAdapter> |
OneToOneActionParameterContributee.argsForDefaultOrChoices(ObjectAdapter contributee,
List<ObjectAdapter> argumentsIfAvailable) |
protected List<ObjectAdapter> |
ObjectActionParameterParseableContributee.argsForDefaultOrChoices(ObjectAdapter contributee,
List<ObjectAdapter> argumentsIfAvailable) |
protected List<ObjectAdapter> |
ObjectActionParameterAbstract.argsForDefaultOrChoices(ObjectAdapter adapter,
List<ObjectAdapter> argumentsIfAvailable)
Hook method;
contributed action parameters override. |
| Modifier and Type | Method and Description |
|---|---|
void |
OneToManyAssociationImpl.addElement(ObjectAdapter ownerAdapter,
ObjectAdapter referencedAdapter) |
protected List<ObjectAdapter> |
OneToOneActionParameterContributee.argsForDefaultOrChoices(ObjectAdapter contributee,
List<ObjectAdapter> argumentsIfAvailable) |
protected List<ObjectAdapter> |
ObjectActionParameterParseableContributee.argsForDefaultOrChoices(ObjectAdapter contributee,
List<ObjectAdapter> argumentsIfAvailable) |
protected List<ObjectAdapter> |
ObjectActionParameterAbstract.argsForDefaultOrChoices(ObjectAdapter adapter,
List<ObjectAdapter> argumentsIfAvailable)
Hook method;
contributed action parameters override. |
void |
OneToOneAssociationImpl.clearAssociation(ObjectAdapter ownerAdapter)
Deprecated.
|
void |
OneToManyAssociationImpl.clearCollection(ObjectAdapter ownerAdapter) |
void |
ObjectSpecificationAbstract.clearDirty(ObjectAdapter object) |
PropertyAccessContext |
OneToOneAssociationImpl.createAccessInteractionContext(AuthenticationSession session,
InteractionInvocationMethod interactionMethod,
ObjectAdapter ownerAdapter)
TODO: currently this method is hard-coded to assume all interactions are
initiated
by user. |
ActionInvocationContext |
ObjectActionImpl.createActionInvocationInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter targetObject,
ObjectAdapter[] proposedArguments) |
ActionInvocationContext |
ObjectActionImpl.createActionInvocationInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter targetObject,
ObjectAdapter[] proposedArguments) |
ActionArgumentContext |
ObjectActionParameterAbstract.createProposedArgumentInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter targetObject,
ObjectAdapter[] proposedArguments,
int position) |
ActionArgumentContext |
ObjectActionParameterAbstract.createProposedArgumentInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter targetObject,
ObjectAdapter[] proposedArguments,
int position) |
ObjectTitleContext |
ObjectSpecificationAbstract.createTitleInteractionContext(AuthenticationSession session,
InteractionInvocationMethod interactionMethod,
ObjectAdapter targetObjectAdapter) |
UsabilityContext<?> |
OneToOneAssociationImpl.createUsableInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter ownerAdapter,
org.apache.isis.applib.annotation.Where where) |
UsabilityContext<?> |
OneToManyAssociationImpl.createUsableInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter ownerAdapter,
org.apache.isis.applib.annotation.Where where) |
UsabilityContext<?> |
ObjectActionImpl.createUsableInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter targetObjectAdapter,
org.apache.isis.applib.annotation.Where where) |
ValidityContext<?> |
OneToManyAssociationImpl.createValidateAddInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter ownerAdapter,
ObjectAdapter proposedToAddAdapter) |
ValidityContext<?> |
OneToOneAssociationImpl.createValidateInteractionContext(AuthenticationSession session,
InteractionInvocationMethod interactionMethod,
ObjectAdapter ownerAdapter,
ObjectAdapter proposedToReferenceAdapter) |
ValidityContext<?> |
OneToManyAssociationImpl.createValidateRemoveInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter ownerAdapter,
ObjectAdapter proposedToRemoveAdapter) |
ObjectValidityContext |
ObjectSpecificationAbstract.createValidityInteractionContext(DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod interactionMethod,
ObjectAdapter targetObjectAdapter)
Create an
InteractionContext representing an attempt to save the
object. |
VisibilityContext<?> |
OneToOneAssociationImpl.createVisibleInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter ownerAdapter,
org.apache.isis.applib.annotation.Where where) |
VisibilityContext<?> |
OneToManyAssociationImpl.createVisibleInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter ownerAdapter,
org.apache.isis.applib.annotation.Where where) |
VisibilityContext<?> |
ObjectActionImpl.createVisibleInteractionContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
ObjectAdapter targetObjectAdapter,
org.apache.isis.applib.annotation.Where where) |
protected ObjectAdapter |
ObjectActionParameterParseable.doCoerceProposedValue(ObjectAdapter adapter,
Object proposedValue,
org.apache.isis.applib.profiles.Localization localization) |
protected ObjectAdapter |
ObjectActionParameterAbstract.doCoerceProposedValue(ObjectAdapter adapter,
Object proposedValue,
org.apache.isis.applib.profiles.Localization localization)
Optional hook for parsing.
|
ObjectAdapter |
ObjectActionImpl.execute(ObjectAdapter target,
ObjectAdapter[] arguments) |
ObjectAdapter |
ObjectActionImpl.execute(ObjectAdapter target,
ObjectAdapter[] arguments) |
ObjectAdapter |
ObjectActionContributee.execute(ObjectAdapter contributee,
ObjectAdapter[] arguments) |
ObjectAdapter |
ObjectActionContributee.execute(ObjectAdapter contributee,
ObjectAdapter[] arguments) |
ObjectAdapter |
OneToOneAssociationImpl.get(ObjectAdapter ownerAdapter) |
ObjectAdapter |
OneToOneAssociationContributee.get(ObjectAdapter ownerAdapter) |
ObjectAdapter |
OneToOneActionParameterImpl.get(ObjectAdapter owner)
Gets the proposed value of the
Instance (downcast as a
MutableProposed, wrapping the proposed value into a
ObjectAdapter. |
ObjectAdapter |
OneToManyAssociationImpl.get(ObjectAdapter ownerAdapter) |
ObjectAdapter |
OneToManyAssociationContributee.get(ObjectAdapter ownerAdapter) |
abstract ObjectAdapter |
ObjectAssociationAbstract.get(ObjectAdapter fromObject) |
ObjectAdapter |
ObjectActionParameterParseable.get(ObjectAdapter owner)
Gets the proposed value of the
Instance (downcast as a
MutableProposed, wrapping the proposed value into a
ObjectAdapter. |
ObjectAdapter[] |
OneToOneAssociationImpl.getAutoComplete(ObjectAdapter ownerAdapter,
String searchArg) |
ObjectAdapter[] |
OneToOneActionParameterContributee.getAutoComplete(ObjectAdapter adapter,
String searchArg) |
ObjectAdapter[] |
OneToManyAssociationImpl.getAutoComplete(ObjectAdapter object,
String searchArg) |
ObjectAdapter[] |
ObjectActionParameterParseableContributee.getAutoComplete(ObjectAdapter adapter,
String searchArg) |
ObjectAdapter[] |
ObjectActionParameterAbstract.getAutoComplete(ObjectAdapter adapter,
String searchArg) |
ObjectAdapter[] |
OneToOneAssociationImpl.getChoices(ObjectAdapter ownerAdapter) |
ObjectAdapter[] |
OneToManyAssociationImpl.getChoices(ObjectAdapter ownerAdapter) |
ObjectAdapter[][] |
ObjectActionImpl.getChoices(ObjectAdapter target) |
ObjectAdapter[][] |
ObjectActionContributee.getChoices(ObjectAdapter target) |
ObjectAdapter[] |
ObjectActionParameterAbstract.getChoices(ObjectAdapter adapter,
ObjectAdapter[] argumentsIfAvailable) |
ObjectAdapter[] |
ObjectActionParameterAbstract.getChoices(ObjectAdapter adapter,
ObjectAdapter[] argumentsIfAvailable) |
ObjectAdapter |
OneToOneAssociationImpl.getDefault(ObjectAdapter ownerAdapter) |
ObjectAdapter |
OneToManyAssociationImpl.getDefault(ObjectAdapter ownerAdapter) |
ObjectAdapter |
ObjectActionParameterAbstract.getDefault(ObjectAdapter adapter) |
ObjectAdapter[] |
ObjectActionImpl.getDefaults(ObjectAdapter target) |
ObjectAdapter[] |
ObjectActionContributee.getDefaults(ObjectAdapter target) |
String |
ObjectSpecificationAbstract.getIconName(ObjectAdapter reference) |
Instance |
OneToOneAssociationImpl.getInstance(ObjectAdapter ownerAdapter) |
Instance |
OneToOneActionParameterImpl.getInstance(ObjectAdapter adapter) |
Instance |
OneToManyAssociationImpl.getInstance(ObjectAdapter adapter) |
Instance |
ObjectSpecificationAbstract.getInstance(ObjectAdapter adapter) |
Instance |
ObjectActionParameterParseable.getInstance(ObjectAdapter adapter) |
Instance |
ObjectActionImpl.getInstance(ObjectAdapter adapter) |
String |
ObjectSpecificationAbstract.getTitle(ObjectAdapter targetAdapter,
org.apache.isis.applib.profiles.Localization localization) |
String |
ObjectSpecificationAbstract.getTitle(ObjectAdapter contextAdapterIfAny,
ObjectAdapter targetAdapter,
org.apache.isis.applib.profiles.Localization localization) |
void |
OneToOneAssociationImpl.initAssociation(ObjectAdapter ownerAdapter,
ObjectAdapter referencedAdapter) |
ObjectAdapter |
ObjectSpecificationAbstract.initialize(ObjectAdapter objectAdapter) |
Consent |
OneToOneAssociationImpl.isAssociationValid(ObjectAdapter ownerAdapter,
ObjectAdapter proposedToReferenceAdapter)
TODO: currently this method is hard-coded to assume all interactions are
initiated
by user. |
boolean |
ObjectSpecificationAbstract.isDirty(ObjectAdapter object) |
boolean |
OneToOneAssociationImpl.isEmpty(ObjectAdapter ownerAdapter) |
boolean |
OneToManyAssociationImpl.isEmpty(ObjectAdapter parentAdapter) |
abstract boolean |
ObjectAssociationAbstract.isEmpty(ObjectAdapter adapter) |
Consent |
ObjectActionImpl.isProposedArgumentSetValid(ObjectAdapter target,
ObjectAdapter[] proposedArguments)
TODO: currently this method is hard-coded to assume all interactions are
initiated
by user. |
Consent |
ObjectActionImpl.isProposedArgumentSetValid(ObjectAdapter target,
ObjectAdapter[] proposedArguments)
TODO: currently this method is hard-coded to assume all interactions are
initiated
by user. |
Consent |
ObjectActionContributee.isProposedArgumentSetValid(ObjectAdapter contributee,
ObjectAdapter[] proposedArguments) |
Consent |
ObjectActionContributee.isProposedArgumentSetValid(ObjectAdapter contributee,
ObjectAdapter[] proposedArguments) |
Consent |
OneToOneAssociationContributee.isUsable(AuthenticationSession session,
ObjectAdapter contributee,
org.apache.isis.applib.annotation.Where where) |
Consent |
OneToManyAssociationContributee.isUsable(AuthenticationSession session,
ObjectAdapter contributee,
org.apache.isis.applib.annotation.Where where) |
Consent |
ObjectMemberAbstract.isUsable(AuthenticationSession session,
ObjectAdapter target,
org.apache.isis.applib.annotation.Where where)
Loops over all
DisablingInteractionAdvisor Facets and
returns true only if none disables the member. |
Consent |
ObjectActionContributee.isUsable(AuthenticationSession session,
ObjectAdapter contributee,
org.apache.isis.applib.annotation.Where where) |
Consent |
ObjectSpecificationAbstract.isValid(ObjectAdapter inObject) |
String |
ObjectActionParameterAbstract.isValid(ObjectAdapter adapter,
Object proposedValue,
org.apache.isis.applib.profiles.Localization localization) |
InteractionResult |
ObjectSpecificationAbstract.isValidResult(ObjectAdapter targetObjectAdapter)
TODO: currently this method is hard-coded to assume all interactions are
initiated
by user. |
Consent |
OneToManyAssociationImpl.isValidToAdd(ObjectAdapter ownerAdapter,
ObjectAdapter proposedToAddAdapter)
TODO: currently this method is hard-coded to assume all interactions are
initiated
by user. |
Consent |
OneToManyAssociationImpl.isValidToRemove(ObjectAdapter ownerAdapter,
ObjectAdapter proposedToRemoveAdapter)
TODO: currently this method is hard-coded to assume all interactions are
initiated
by user. |
Consent |
OneToOneAssociationContributee.isVisible(AuthenticationSession session,
ObjectAdapter contributee,
org.apache.isis.applib.annotation.Where where) |
Consent |
OneToManyAssociationContributee.isVisible(AuthenticationSession session,
ObjectAdapter contributee,
org.apache.isis.applib.annotation.Where where) |
Consent |
ObjectMemberAbstract.isVisible(AuthenticationSession session,
ObjectAdapter target,
org.apache.isis.applib.annotation.Where where)
Loops over all
HidingInteractionAdvisor Facets and
returns true only if none hide the member. |
Consent |
ObjectActionContributee.isVisible(AuthenticationSession session,
ObjectAdapter contributee,
org.apache.isis.applib.annotation.Where where) |
void |
ObjectSpecificationAbstract.markDirty(ObjectAdapter object) |
boolean |
ObjectActionImpl.promptForParameters(ObjectAdapter target) |
void |
OneToManyAssociationImpl.removeAllAssociations(ObjectAdapter ownerAdapter) |
void |
OneToManyAssociationImpl.removeElement(ObjectAdapter ownerAdapter,
ObjectAdapter referencedAdapter) |
void |
OneToOneAssociationImpl.set(ObjectAdapter ownerAdapter,
ObjectAdapter newReferencedAdapter) |
void |
OneToOneActionParameterImpl.set(ObjectAdapter owner,
ObjectAdapter newValue)
Sets the proposed value of the
Instance (downcast as a
MutableProposed, unwrapped the proposed value from a
ObjectAdapter. |
void |
ObjectActionParameterParseable.set(ObjectAdapter owner,
ObjectAdapter newValue)
Sets the proposed value of the
Instance (downcast as a
MutableProposed, unwrapped the proposed value from a
ObjectAdapter. |
void |
OneToOneAssociationImpl.setAssociation(ObjectAdapter ownerAdapter,
ObjectAdapter newReferencedAdapter)
Deprecated.
|
protected ObjectAdapter |
OneToOneActionParameterContributee.targetForDefaultOrChoices(ObjectAdapter adapter,
List<ObjectAdapter> argumentsIfAvailable) |
protected ObjectAdapter |
ObjectActionParameterParseableContributee.targetForDefaultOrChoices(ObjectAdapter adapter,
List<ObjectAdapter> argumentsIfAvailable) |
protected ObjectAdapter |
ObjectActionParameterAbstract.targetForDefaultOrChoices(ObjectAdapter adapter,
List<ObjectAdapter> argumentsIfAvailable)
Hook method;
contributed action parameters override. |
void |
OneToOneAssociationImpl.toDefault(ObjectAdapter ownerAdapter) |
void |
OneToManyAssociationImpl.toDefault(ObjectAdapter ownerAdapter) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ObjectAdapter> |
OneToOneActionParameterContributee.argsForDefaultOrChoices(ObjectAdapter contributee,
List<ObjectAdapter> argumentsIfAvailable) |
protected List<ObjectAdapter> |
ObjectActionParameterParseableContributee.argsForDefaultOrChoices(ObjectAdapter contributee,
List<ObjectAdapter> argumentsIfAvailable) |
protected List<ObjectAdapter> |
ObjectActionParameterAbstract.argsForDefaultOrChoices(ObjectAdapter adapter,
List<ObjectAdapter> argumentsIfAvailable)
Hook method;
contributed action parameters override. |
protected ObjectAdapter |
OneToOneActionParameterContributee.targetForDefaultOrChoices(ObjectAdapter adapter,
List<ObjectAdapter> argumentsIfAvailable) |
protected ObjectAdapter |
ObjectActionParameterParseableContributee.targetForDefaultOrChoices(ObjectAdapter adapter,
List<ObjectAdapter> argumentsIfAvailable) |
protected ObjectAdapter |
ObjectActionParameterAbstract.targetForDefaultOrChoices(ObjectAdapter adapter,
List<ObjectAdapter> argumentsIfAvailable)
Hook method;
contributed action parameters override. |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
ObjectSpecificationDefault.initialize(ObjectAdapter adapter)
REVIEW: does this behaviour live best here? Not that sure that it does...
|
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
ObjectSpecificationDefault.initialize(ObjectAdapter adapter)
REVIEW: does this behaviour live best here? Not that sure that it does...
|
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
CollectionFacetForFreeStandingList.firstElement(ObjectAdapter wrappedInstanceCollectionVector)
Expected to be called with a
ObjectAdapter wrapping a
FreeStandingList. |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAdapter> |
CollectionFacetForFreeStandingList.collection(ObjectAdapter wrappedObjectList)
Expected to be called with a
ObjectAdapter wrapping a
FreeStandingList. |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAdapter> |
CollectionFacetForFreeStandingList.collection(ObjectAdapter wrappedObjectList)
Expected to be called with a
ObjectAdapter wrapping a
FreeStandingList. |
ObjectAdapter |
CollectionFacetForFreeStandingList.firstElement(ObjectAdapter wrappedInstanceCollectionVector)
Expected to be called with a
ObjectAdapter wrapping a
FreeStandingList. |
String |
ObjectSpecificationForFreeStandingList.getIconName(ObjectAdapter object) |
String |
ObjectSpecificationForFreeStandingList.getTitle(ObjectAdapter object,
org.apache.isis.applib.profiles.Localization localization) |
void |
CollectionFacetForFreeStandingList.init(ObjectAdapter collection,
ObjectAdapter[] initData)
Does nothing.
|
void |
CollectionFacetForFreeStandingList.init(ObjectAdapter collection,
ObjectAdapter[] initData)
Does nothing.
|
int |
CollectionFacetForFreeStandingList.size(ObjectAdapter wrappedInstanceCollectionVector)
Expected to be called with a
ObjectAdapter wrapping a
FreeStandingList. |
| Modifier and Type | Method and Description |
|---|---|
static String |
Dump.adapter(ObjectAdapter adapter) |
static void |
Dump.adapter(ObjectAdapter adapter,
DebugBuilder builder) |
static String |
Dump.graph(ObjectAdapter adapter,
AuthenticationSession authenticationSession)
Creates an ascii object graph diagram for the specified object, up to
three levels deep.
|
static void |
Dump.graph(ObjectAdapter object,
AuthenticationSession authenticationSession,
DebugBuilder debugBuilder)
As
Dump.graph(ObjectAdapter, AuthenticationSession), but appending to
the provided DebugBuilder. |
static String |
Dump.specification(ObjectAdapter adapter) |
static void |
Dump.specification(ObjectAdapter adapter,
DebugBuilder debugBuilder)
Convenience overload of
Dump.specification(ObjectSpecification, DebugBuilder) that takes the
ObjectSpecification ( getSpecification())
of the provided ObjectAdapter |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ActionDefaultsFacetViaMethod.getDefaults(ObjectAdapter owningAdapter) |
| Modifier and Type | Method and Description |
|---|---|
static ObjectAdapter[] |
CommandUtil.adaptersFor(Object[] args,
AdapterManager adapterManager) |
ObjectAdapter |
ActionInvocationFacetViaMethod.InvocationResult.getAdapter()
Returns the result, or null if either the action invocation returned null or
if the action was never invoked in the first place.
|
ObjectAdapter |
ActionInvocationFacetViaMethod.invoke(ObjectAction owningAction,
ObjectAdapter targetAdapter,
ObjectAdapter[] arguments) |
ObjectAdapter |
ActionInvocationFacetViaMethod.invoke(ObjectAdapter target,
ObjectAdapter[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
static String |
CommandUtil.argDescriptionFor(ObjectAction owningAction,
ObjectAdapter[] arguments) |
static org.apache.isis.applib.services.bookmark.Bookmark |
CommandUtil.bookmarkFor(ObjectAdapter adapter) |
static ActionInvocationFacetViaMethod.InvocationResult |
ActionInvocationFacetViaMethod.InvocationResult.forActionThatReturned(ObjectAdapter resultAdapter) |
protected ActionInvocationFacetViaMethod.InvocationResult |
ActionInvocationFacetViaMethod.internalInvoke(ObjectAction owningAction,
ObjectAdapter targetAdapter,
ObjectAdapter[] arguments) |
protected ActionInvocationFacetViaMethod.InvocationResult |
ActionInvocationFacetViaMethod.internalInvoke(ObjectAction owningAction,
ObjectAdapter targetAdapter,
ObjectAdapter[] arguments) |
ObjectAdapter |
ActionInvocationFacetViaMethod.invoke(ObjectAction owningAction,
ObjectAdapter targetAdapter,
ObjectAdapter[] arguments) |
ObjectAdapter |
ActionInvocationFacetViaMethod.invoke(ObjectAction owningAction,
ObjectAdapter targetAdapter,
ObjectAdapter[] arguments) |
ObjectAdapter |
ActionInvocationFacetViaMethod.invoke(ObjectAdapter target,
ObjectAdapter[] parameters) |
ObjectAdapter |
ActionInvocationFacetViaMethod.invoke(ObjectAdapter target,
ObjectAdapter[] parameters) |
static Object[] |
CommandUtil.objectsFor(ObjectAdapter[] arguments) |
static String |
CommandUtil.targetClassNameFor(ObjectAdapter targetAdapter) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
PostsActionInvokedEventFacetAnnotation.invoke(ObjectAction owningAction,
ObjectAdapter targetAdapter,
ObjectAdapter[] arguments) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
PostsActionInvokedEventFacetAnnotation.invoke(ObjectAction owningAction,
ObjectAdapter targetAdapter,
ObjectAdapter[] arguments) |
ObjectAdapter |
PostsActionInvokedEventFacetAnnotation.invoke(ObjectAction owningAction,
ObjectAdapter targetAdapter,
ObjectAdapter[] arguments) |
| Modifier and Type | Method and Description |
|---|---|
String |
ActionValidationFacet.invalidReason(ObjectAdapter target,
ObjectAdapter[] arguments)
Reason why the validation has failed, or null if okay.
|
String |
ActionValidationFacet.invalidReason(ObjectAdapter target,
ObjectAdapter[] arguments)
Reason why the validation has failed, or null if okay.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ActionValidationFacetViaMethod.invalidReason(ObjectAdapter owningAdapter,
ObjectAdapter[] proposedArgumentAdapters) |
String |
ActionValidationFacetViaMethod.invalidReason(ObjectAdapter owningAdapter,
ObjectAdapter[] proposedArgumentAdapters) |
| Modifier and Type | Method and Description |
|---|---|
Object |
CollectionAccessorFacetViaAccessor.getProperty(ObjectAdapter owningAdapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionClearFacetViaMethod.clear(ObjectAdapter owningAdapter) |
void |
CollectionClearFacetViaAccessor.clear(ObjectAdapter owningAdapter) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
ObjectToAdapterFunction.apply(Object object) |
ObjectAdapter |
JavaCollectionFacet.firstElement(ObjectAdapter collection) |
ObjectAdapter |
JavaArrayFacet.firstElement(ObjectAdapter collectionAdapter)
Expected to be called with a
ObjectAdapter wrapping an array. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ObjectAdapter> |
JavaCollectionFacet.collection(ObjectAdapter wrappedCollection) |
Collection<ObjectAdapter> |
JavaArrayFacet.collection(ObjectAdapter collectionAdapter)
Expected to be called with a
ObjectAdapter wrapping an array. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ObjectAdapter> |
JavaCollectionFacet.collection(ObjectAdapter wrappedCollection) |
Collection<ObjectAdapter> |
JavaArrayFacet.collection(ObjectAdapter collectionAdapter)
Expected to be called with a
ObjectAdapter wrapping an array. |
ObjectAdapter |
JavaCollectionFacet.firstElement(ObjectAdapter collection) |
ObjectAdapter |
JavaArrayFacet.firstElement(ObjectAdapter collectionAdapter)
Expected to be called with a
ObjectAdapter wrapping an array. |
void |
JavaCollectionFacet.init(ObjectAdapter collection,
ObjectAdapter[] initData) |
void |
JavaCollectionFacet.init(ObjectAdapter collection,
ObjectAdapter[] initData) |
void |
JavaArrayFacet.init(ObjectAdapter collectionAdapter,
ObjectAdapter[] initData)
Expected to be called with a
ObjectAdapter wrapping an array. |
void |
JavaArrayFacet.init(ObjectAdapter collectionAdapter,
ObjectAdapter[] initData)
Expected to be called with a
ObjectAdapter wrapping an array. |
int |
JavaCollectionFacet.size(ObjectAdapter collection) |
int |
JavaArrayFacet.size(ObjectAdapter collectionAdapter)
Expected to be called with a
ObjectAdapter wrapping an array. |
| Modifier and Type | Method and Description |
|---|---|
String |
DisabledFacetForCollectionDerivedFromImmutable.disabledReason(ObjectAdapter target) |
| Modifier and Type | Method and Description |
|---|---|
void |
PostsCollectionAddedToEventFacetAnnotation.add(ObjectAdapter targetAdapter,
ObjectAdapter referencedObjectAdapter) |
void |
PostsCollectionRemovedFromEventFacetAnnotation.remove(ObjectAdapter targetAdapter,
ObjectAdapter referencedObjectAdapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionAddToFacetViaMethod.add(ObjectAdapter owningAdapter,
ObjectAdapter elementAdapter) |
void |
CollectionAddToFacetViaAccessor.add(ObjectAdapter owningAdapter,
ObjectAdapter elementAdapter) |
void |
CollectionRemoveFromFacetViaMethod.remove(ObjectAdapter owningAdapter,
ObjectAdapter elementAdapter) |
void |
CollectionRemoveFromFacetViaAccessor.remove(ObjectAdapter owningAdapter,
ObjectAdapter elementAdapter) |
| Modifier and Type | Method and Description |
|---|---|
String |
CollectionValidateRemoveFromFacetViaMethod.invalidReason(ObjectAdapter owningAdapter,
ObjectAdapter proposedAdapter) |
String |
CollectionValidateRemoveFromFacet.invalidReason(ObjectAdapter inObject,
ObjectAdapter value)
Reason the object cannot be removed, or null if okay.
|
String |
CollectionValidateAddToFacetViaMethod.invalidReason(ObjectAdapter owningAdapter,
ObjectAdapter proposedAdapter) |
String |
CollectionValidateAddToFacet.invalidReason(ObjectAdapter target,
ObjectAdapter proposedArgument)
Reason the object cannot be added, or null if okay.
|
| Modifier and Type | Method and Description |
|---|---|
Object[][] |
ActionChoicesFacetNone.getChoices(ObjectAdapter inObject) |
Object[] |
ActionDefaultsFacetNone.getDefaults(ObjectAdapter inObject) |
String |
TitleFacetNone.title(ObjectAdapter object,
org.apache.isis.applib.profiles.Localization localization) |
| Modifier and Type | Method and Description |
|---|---|
String |
DisabledFacetNever.disabledReason(ObjectAdapter target)
Always returns null.
|
String |
DisabledFacetImpl.disabledReason(ObjectAdapter targetAdapter) |
String |
DisabledFacet.disabledReason(ObjectAdapter target)
The reason why the (feature of the) target object is currently disabled,
or null if enabled.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DisabledFacetAlwaysEverywhere.disabledReason(ObjectAdapter target)
Always returns Always disabled.
|
| Modifier and Type | Method and Description |
|---|---|
String |
HiddenFacetNever.hiddenReason(ObjectAdapter target,
org.apache.isis.applib.annotation.Where where)
Always returns null.
|
String |
HiddenFacetImpl.hiddenReason(ObjectAdapter targetAdapter,
org.apache.isis.applib.annotation.Where whereContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
HiddenFacetAlwaysEverywhere.hiddenReason(ObjectAdapter target,
org.apache.isis.applib.annotation.Where where)
Always returns Always hidden.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ChoicesFacetFromBoundedAbstract.disabledReason(ObjectAdapter inObject)
Optional hook method for subclasses to override.
|
Object[] |
ChoicesFacetFromBoundedAbstract.getChoices(ObjectAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
CallbackFacetAbstract.invoke(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreatedCallbackFacetViaMethod.invoke(ObjectAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadingCallbackFacetViaMethod.invoke(ObjectAdapter adapter) |
void |
LoadedCallbackFacetViaMethod.invoke(ObjectAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistingCallbackFacetViaMethod.invoke(ObjectAdapter adapter) |
void |
PersistedCallbackFacetViaMethod.invoke(ObjectAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemovingCallbackFacetViaMethod.invoke(ObjectAdapter adapter) |
void |
RemovedCallbackFacetViaMethod.invoke(ObjectAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatingCallbackFacetViaMethod.invoke(ObjectAdapter adapter) |
void |
UpdatedCallbackFacetViaMethod.invoke(ObjectAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ChoicesFacetEnum.getChoices(ObjectAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
MarkDirtyObjectFacetViaMethod.invoke(ObjectAdapter object) |
boolean |
IsDirtyObjectFacetViaMethod.invoke(ObjectAdapter object) |
void |
ClearDirtyObjectFacetViaMethod.invoke(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
DisabledObjectFacetAbstract.disabledReason(ObjectAdapter toDisable,
org.apache.isis.applib.Identifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
String |
DisabledObjectFacetViaDisabledMethod.disabledReason(ObjectAdapter owningAdapter,
org.apache.isis.applib.Identifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
EncodableFacetUsingEncoderDecoder.fromEncodedString(String encodedData) |
ObjectAdapter |
EncodableFacetAbstract.fromEncodedString(String encodedData) |
| Modifier and Type | Method and Description |
|---|---|
String |
EncodableFacetUsingEncoderDecoder.toEncodedString(ObjectAdapter adapter) |
String |
EncodableFacetAbstract.toEncodedString(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
HiddenObjectFacetAbstract.hiddenReason(ObjectAdapter toHide) |
| Modifier and Type | Method and Description |
|---|---|
String |
HiddenObjectFacetViaHiddenMethod.hiddenReason(ObjectAdapter target) |
| Modifier and Type | Method and Description |
|---|---|
String |
IconFacetViaMethod.iconName(ObjectAdapter owningAdapter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MaskFacet.doesNotMatch(ObjectAdapter adapter)
Whether the provided string matches the mask.
|
String |
TitleFacetBasedOnMask.title(ObjectAdapter object,
org.apache.isis.applib.profiles.Localization localization) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MaskFacetAnnotationForType.doesNotMatch(ObjectAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
ParseableFacetUsingParser.parseTextEntry(ObjectAdapter contextAdapter,
String entry,
org.apache.isis.applib.profiles.Localization localization) |
ObjectAdapter |
ParseableFacetAbstract.parseTextEntry(ObjectAdapter original,
String entryText,
org.apache.isis.applib.profiles.Localization localization) |
| Modifier and Type | Method and Description |
|---|---|
String |
ParseableFacetUsingParser.parseableTitle(ObjectAdapter contextAdapter)
TODO: need to fix genericity of using Parser>, for now suppressing
warnings.
|
String |
ParseableFacetAbstract.parseableTitle(ObjectAdapter existing) |
ObjectAdapter |
ParseableFacetUsingParser.parseTextEntry(ObjectAdapter contextAdapter,
String entry,
org.apache.isis.applib.profiles.Localization localization) |
ObjectAdapter |
ParseableFacetAbstract.parseTextEntry(ObjectAdapter original,
String entryText,
org.apache.isis.applib.profiles.Localization localization) |
| Modifier and Type | Method and Description |
|---|---|
String |
TitleFacetFormattedByRegex.title(ObjectAdapter object,
org.apache.isis.applib.profiles.Localization localization) |
| Modifier and Type | Method and Description |
|---|---|
String |
TitleFacetViaToStringMethod.title(ObjectAdapter object,
org.apache.isis.applib.profiles.Localization localization) |
String |
TitleFacetViaTitleMethod.title(ObjectAdapter owningAdapter,
org.apache.isis.applib.profiles.Localization localization) |
String |
TitleFacetUsingParser.title(ObjectAdapter adapter,
org.apache.isis.applib.profiles.Localization localization) |
String |
TitleFacetUsingParser.title(ObjectAdapter contextAdapter,
ObjectAdapter targetAdapter,
org.apache.isis.applib.profiles.Localization localization) |
String |
TitleFacetUsingParser.title(ObjectAdapter adapter,
String usingMask)
not API
|
| Modifier and Type | Method and Description |
|---|---|
String |
TitleFacetViaTitleAnnotation.title(ObjectAdapter targetAdapter,
org.apache.isis.applib.profiles.Localization localization) |
String |
TitleFacetViaTitleAnnotation.title(ObjectAdapter contextAdapter,
ObjectAdapter targetAdapter,
org.apache.isis.applib.profiles.Localization localization) |
| Modifier and Type | Method and Description |
|---|---|
String |
ValidateObjectFacet.invalidReason(ObjectAdapter adapter)
The reason the object is invalid.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ValidateObjectFacetViaValidateMethod.invalidReason(ObjectAdapter owningAdapter) |
| Modifier and Type | Method and Description |
|---|---|
protected ObjectAdapter |
ValueSemanticsProviderAndFacetAbstract.createAdapter(Class<?> type,
Object object) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ActionParameterAutoCompleteFacetViaMethod.autoComplete(ObjectAdapter owningAdapter,
String searchArg) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ActionParameterChoicesFacetNone.getChoices(ObjectAdapter adapter,
List<ObjectAdapter> arguments) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ActionParameterChoicesFacetNone.getChoices(ObjectAdapter adapter,
List<ObjectAdapter> arguments) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ActionParameterChoicesFacetDerivedFromChoicesFacet.getChoices(ObjectAdapter adapter,
List<ObjectAdapter> arguments) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ActionParameterChoicesFacetDerivedFromChoicesFacet.getChoices(ObjectAdapter adapter,
List<ObjectAdapter> arguments) |
| Modifier and Type | Method and Description |
|---|---|
Object[][] |
ActionChoicesFacetViaMethod.getChoices(ObjectAdapter owningAdapter) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ActionParameterChoicesFacetViaMethod.getChoices(ObjectAdapter adapter,
List<ObjectAdapter> argumentsIfAvailable) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ActionParameterChoicesFacetViaMethod.getChoices(ObjectAdapter adapter,
List<ObjectAdapter> argumentsIfAvailable) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ActionParameterDefaultsFacetNone.getDefault(ObjectAdapter inObject,
List<ObjectAdapter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ActionParameterDefaultsFacetNone.getDefault(ObjectAdapter inObject,
List<ObjectAdapter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ActionParameterDefaultFacetDerivedFromTypeFacets.getDefaults(ObjectAdapter inObject)
Return the defaults.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ActionParameterDefaultsFacetViaMethod.getDefault(ObjectAdapter target,
List<ObjectAdapter> argumentsIfAvailable) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ActionParameterDefaultsFacetViaMethod.getDefault(ObjectAdapter target,
List<ObjectAdapter> argumentsIfAvailable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MaskFacetAnnotationForParameter.doesNotMatch(ObjectAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PropertyAccessorFacetViaAccessor.getProperty(ObjectAdapter owningAdapter) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
PropertyAutoCompleteFacetViaMethod.autoComplete(ObjectAdapter owningAdapter,
String searchArg) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
PropertyChoicesFacetDerivedFromChoicesFacet.getChoices(ObjectAdapter adapter,
SpecificationLoader specificationLookup) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
PropertyChoicesFacetViaMethod.getChoices(ObjectAdapter owningAdapter,
SpecificationLoader specificationLookup) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
PropertyDefaultFacetNone.getDefault(ObjectAdapter inObject)
Provides a default of null.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
PropertyDefaultFacetNone.getDefault(ObjectAdapter inObject)
Provides a default of null.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
PropertyDefaultFacetDerivedFromDefaultedFacet.getDefault(ObjectAdapter inObject) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
PropertyDefaultFacetDerivedFromDefaultedFacet.getDefault(ObjectAdapter inObject) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
PropertyDefaultFacetViaMethod.getDefault(ObjectAdapter owningAdapter) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
PropertyDefaultFacetViaMethod.getDefault(ObjectAdapter owningAdapter) |
| Modifier and Type | Method and Description |
|---|---|
String |
DisabledFacetForPropertyDerivedFromImmutable.disabledReason(ObjectAdapter target) |
| Modifier and Type | Method and Description |
|---|---|
void |
PostsPropertyChangedEventClearFacetAnnotation.clearProperty(ObjectAdapter targetAdapter) |
void |
PostsPropertyChangedEventSetterFacetAnnotation.setProperty(ObjectAdapter targetAdapter,
ObjectAdapter valueAdapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyClearFacetViaSetterMethod.clearProperty(ObjectAdapter owningAdapter) |
void |
PropertyClearFacetViaClearMethod.clearProperty(ObjectAdapter owningAdapter) |
void |
PropertyInitializationFacetViaSetterMethod.initProperty(ObjectAdapter owningAdapter,
ObjectAdapter initialAdapter) |
void |
PropertySetterFacetViaSetterMethod.setProperty(ObjectAdapter adapter,
ObjectAdapter valueAdapter) |
void |
PropertySetterFacetViaModifyMethod.setProperty(ObjectAdapter adapter,
ObjectAdapter valueAdapter) |
| Modifier and Type | Method and Description |
|---|---|
String |
PropertyValidateFacetViaMethod.invalidReason(ObjectAdapter owningAdapter,
ObjectAdapter proposedAdapter) |
String |
PropertyValidateFacetNone.invalidReason(ObjectAdapter inObject,
ObjectAdapter value)
Returns null, ie property is valid.
|
String |
PropertyValidateFacetDefault.invalidReason(ObjectAdapter target,
ObjectAdapter proposedValue) |
String |
PropertyValidateFacet.invalidReason(ObjectAdapter targetObject,
ObjectAdapter proposedValue)
The reason why the proposed value is invalid.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MaskFacetAnnotationForProperty.doesNotMatch(ObjectAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
ValueSemanticsProviderAbstractTemporal.createValue(Date date) |
| Modifier and Type | Method and Description |
|---|---|
Date |
ValueSemanticsProviderAbstractTemporal.dateValue(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
BooleanPrimitiveValueSemanticsProvider.getDefault(ObjectAdapter inObject) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
BooleanPrimitiveValueSemanticsProvider.getDefault(ObjectAdapter inObject) |
boolean |
BooleanValueSemanticsProviderAbstract.isSet(ObjectAdapter adapter) |
boolean |
BooleanValueFacet.isSet(ObjectAdapter object) |
void |
BooleanWrapperValueSemanticsProvider.reset(ObjectAdapter adapter) |
void |
BooleanValueFacet.reset(ObjectAdapter object) |
void |
BooleanPrimitiveValueSemanticsProvider.reset(ObjectAdapter object) |
void |
BooleanWrapperValueSemanticsProvider.set(ObjectAdapter adapter) |
void |
BooleanValueFacet.set(ObjectAdapter object) |
void |
BooleanPrimitiveValueSemanticsProvider.set(ObjectAdapter object) |
void |
BooleanWrapperValueSemanticsProvider.toggle(ObjectAdapter adapter) |
void |
BooleanValueFacet.toggle(ObjectAdapter object) |
void |
BooleanPrimitiveValueSemanticsProvider.toggle(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
ByteValueSemanticsProviderAbstract.createValue(Byte value) |
ObjectAdapter |
ByteValueFacet.createValue(Byte value) |
ObjectAdapter |
BytePrimitiveValueSemanticsProvider.getDefault(ObjectAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
Byte |
ByteValueSemanticsProviderAbstract.byteValue(ObjectAdapter object) |
Byte |
ByteValueFacet.byteValue(ObjectAdapter object) |
ObjectAdapter |
BytePrimitiveValueSemanticsProvider.getDefault(ObjectAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
CharValueSemanticsProviderAbstract.createValue(Character value) |
ObjectAdapter |
CharValueFacet.createValue(Character value) |
ObjectAdapter |
CharPrimitiveValueSemanticsProvider.getDefault(ObjectAdapter inObject) |
| Modifier and Type | Method and Description |
|---|---|
Character |
CharValueSemanticsProviderAbstract.charValue(ObjectAdapter object) |
Character |
CharValueFacet.charValue(ObjectAdapter object) |
ObjectAdapter |
CharPrimitiveValueSemanticsProvider.getDefault(ObjectAdapter inObject) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
ColorValueSemanticsProvider.createValue(ObjectAdapter object,
int colorAsInt) |
ObjectAdapter |
ColorValueFacet.createValue(ObjectAdapter object,
int color) |
| Modifier and Type | Method and Description |
|---|---|
int |
ColorValueSemanticsProvider.colorValue(ObjectAdapter object) |
int |
ColorValueFacet.colorValue(ObjectAdapter object) |
ObjectAdapter |
ColorValueSemanticsProvider.createValue(ObjectAdapter object,
int colorAsInt) |
ObjectAdapter |
ColorValueFacet.createValue(ObjectAdapter object,
int color) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
DateValueFacet.createValue(Date date) |
| Modifier and Type | Method and Description |
|---|---|
Date |
DateValueFacet.dateValue(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
JodaLocalDateValueSemanticsProvider.createValue(org.joda.time.LocalDate date) |
ObjectAdapter |
JodaLocalDateValueFacet.createValue(org.joda.time.LocalDate date) |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.LocalDate |
JodaLocalDateValueSemanticsProvider.dateValue(ObjectAdapter object) |
org.joda.time.LocalDate |
JodaLocalDateValueFacet.dateValue(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
JodaDateTimeValueFacet.createValue(org.joda.time.DateTime date) |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
JodaDateTimeValueFacet.dateValue(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
JodaLocalDateTimeValueSemanticsProvider.createValue(org.joda.time.LocalDateTime date) |
ObjectAdapter |
JodaLocalDateTimeValueFacet.createValue(org.joda.time.LocalDateTime date) |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.LocalDateTime |
JodaLocalDateTimeValueSemanticsProvider.dateValue(ObjectAdapter object) |
org.joda.time.LocalDateTime |
JodaLocalDateTimeValueFacet.dateValue(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
FloatValueSemanticsProviderAbstract.createValue(Float value) |
ObjectAdapter |
FloatingPointValueFacet.createValue(Float value) |
ObjectAdapter |
FloatPrimitiveValueSemanticsProvider.getDefault(ObjectAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
Float |
FloatValueSemanticsProviderAbstract.floatValue(ObjectAdapter object) |
Float |
FloatingPointValueFacet.floatValue(ObjectAdapter object) |
ObjectAdapter |
FloatPrimitiveValueSemanticsProvider.getDefault(ObjectAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
ImageValueSemanticsProvider.createValue(Image image) |
ObjectAdapter |
ImageValueFacet.createValue(Image image) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ImageValueSemanticsProviderAbstract.getAsByteArray(ObjectAdapter object) |
int |
ImageValueSemanticsProvider.getHeight(ObjectAdapter object) |
int |
ImageValueFacet.getHeight(ObjectAdapter object) |
Image |
ImageValueSemanticsProvider.getImage(ObjectAdapter object) |
Image |
ImageValueFacet.getImage(ObjectAdapter object) |
int |
ImageValueSemanticsProvider.getWidth(ObjectAdapter object) |
int |
ImageValueFacet.getWidth(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
JavaAwtImageValueSemanticsProvider.createValue(Image image) |
| Modifier and Type | Method and Description |
|---|---|
int |
JavaAwtImageValueSemanticsProvider.getHeight(ObjectAdapter object) |
Image |
JavaAwtImageValueSemanticsProvider.getImage(ObjectAdapter object) |
int |
JavaAwtImageValueSemanticsProvider.getWidth(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
IntValueSemanticsProviderAbstract.createValue(Integer value) |
ObjectAdapter |
IntegerValueFacet.createValue(Integer value) |
ObjectAdapter |
IntPrimitiveValueSemanticsProvider.getDefault(ObjectAdapter inObject) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
IntPrimitiveValueSemanticsProvider.getDefault(ObjectAdapter inObject) |
Integer |
IntValueSemanticsProviderAbstract.integerValue(ObjectAdapter object) |
Integer |
IntegerValueFacet.integerValue(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
DoubleValueSemanticsProviderAbstract.createValue(Double value) |
ObjectAdapter |
DoubleFloatingPointValueFacet.createValue(Double value) |
ObjectAdapter |
LongValueSemanticsProviderAbstract.createValue(Long value) |
ObjectAdapter |
LongValueFacet.createValue(Long value) |
ObjectAdapter |
LongPrimitiveValueSemanticsProvider.getDefault(ObjectAdapter inObject) |
ObjectAdapter |
DoublePrimitiveValueSemanticsProvider.getDefault(ObjectAdapter inObject) |
| Modifier and Type | Method and Description |
|---|---|
Double |
DoubleValueSemanticsProviderAbstract.doubleValue(ObjectAdapter object) |
Double |
DoubleFloatingPointValueFacet.doubleValue(ObjectAdapter object) |
ObjectAdapter |
LongPrimitiveValueSemanticsProvider.getDefault(ObjectAdapter inObject) |
ObjectAdapter |
DoublePrimitiveValueSemanticsProvider.getDefault(ObjectAdapter inObject) |
Long |
LongValueSemanticsProviderAbstract.longValue(ObjectAdapter object) |
Long |
LongValueFacet.longValue(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
MoneyValueSemanticsProvider.createValue(float amount,
String currencyCode) |
ObjectAdapter |
MoneyValueFacet.createValue(float amount,
String currencyCode) |
| Modifier and Type | Method and Description |
|---|---|
float |
MoneyValueSemanticsProvider.getAmount(ObjectAdapter object) |
float |
MoneyValueFacet.getAmount(ObjectAdapter object) |
String |
MoneyValueSemanticsProvider.getCurrencyCode(ObjectAdapter object) |
String |
MoneyValueFacet.getCurrencyCode(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
PasswordValueSemanticsProvider.createValue(String password) |
ObjectAdapter |
PasswordValueFacet.createValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PasswordValueSemanticsProvider.checkPassword(ObjectAdapter object,
String password) |
boolean |
PasswordValueFacet.checkPassword(ObjectAdapter object,
String password) |
String |
PasswordValueSemanticsProvider.getEditText(ObjectAdapter object) |
String |
PasswordValueFacet.getEditText(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
PercentageValueSemanticsProvider.createValue(Float value) |
| Modifier and Type | Method and Description |
|---|---|
Float |
PercentageValueSemanticsProvider.floatValue(ObjectAdapter object) |
Object |
PercentageValueSemanticsProvider.getDefault(ObjectAdapter inObject) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
ShortValueSemanticsProviderAbstract.createValue(Short value) |
ObjectAdapter |
ShortValueFacet.createValue(Short value) |
ObjectAdapter |
ShortPrimitiveValueSemanticsProvider.getDefault(ObjectAdapter inObject) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
ShortPrimitiveValueSemanticsProvider.getDefault(ObjectAdapter inObject) |
Short |
ShortValueSemanticsProviderAbstract.shortValue(ObjectAdapter object) |
Short |
ShortValueFacet.shortValue(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
StringValueSemanticsProvider.createValue(String value) |
ObjectAdapter |
StringValueFacet.createValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
StringValueSemanticsProvider.stringValue(ObjectAdapter object) |
String |
StringValueFacet.stringValue(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
URLValueSemanticsProvider.createValue(URL value) |
ObjectAdapter |
URLValueFacet.createValue(URL value) |
| Modifier and Type | Method and Description |
|---|---|
URL |
URLValueSemanticsProvider.urlValue(ObjectAdapter object) |
URL |
URLValueFacet.urlValue(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
UUIDValueSemanticsProvider.createValue(UUID value) |
ObjectAdapter |
UUIDValueFacet.createValue(UUID value) |
| Modifier and Type | Method and Description |
|---|---|
UUID |
UUIDValueSemanticsProvider.uuidValue(ObjectAdapter object) |
UUID |
UUIDValueFacet.uuidValue(ObjectAdapter object) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuthorizationManager.isUsable(AuthenticationSession session,
ObjectAdapter target,
org.apache.isis.applib.Identifier identifier)
Returns true when the use represented by the specified session is
authorised to change the field represented by the member identifier.
|
boolean |
AuthorizationManager.isVisible(AuthenticationSession session,
ObjectAdapter target,
org.apache.isis.applib.Identifier identifier)
Returns true when the user represented by the specified session is
authorised to view the member of the class/object represented by the
member identifier.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuthorizationManagerStandard.isUsable(AuthenticationSession session,
ObjectAdapter target,
org.apache.isis.applib.Identifier identifier) |
boolean |
AuthorizationManagerStandard.isVisible(AuthenticationSession session,
ObjectAdapter target,
org.apache.isis.applib.Identifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
XmlSnapshot.getObject() |
| Constructor and Description |
|---|
XmlSnapshot(ObjectAdapter rootAdapter,
OidMarshaller oidMarshaller)
Start a snapshot at the root object, using own namespace manager.
|
XmlSnapshot(ObjectAdapter rootAdapter,
XmlSchema schema,
OidMarshaller oidMarshaller)
Start a snapshot at the root object, using supplied namespace manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PerspectiveEntry.save(List<ObjectAdapter> adapters) |
void |
UserProfile.saveObjects(List<ObjectAdapter> objects) |
void |
UserProfileLoader.saveSession(List<ObjectAdapter> objects) |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.