| Package | Description |
|---|---|
| org.apache.isis.core.metamodel.spec.feature | |
| org.apache.isis.core.metamodel.specloader.specimpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OneToOneActionParameter
Modelled after
OneToOneAssociation as a subinterface of
ObjectAssociation. |
interface |
ParseableEntryActionParameter
Equivalent to
ObjectAssociation, but for parameter rather than
properties. |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.isis.applib.filter.Filter<ObjectActionParameter> |
ObjectActionParameter.Filters.PARAMETER_ASSOCIATIONS
Filters only parameters that are for objects (ie 1:1 associations)
|
| Modifier and Type | Method and Description |
|---|---|
ObjectActionParameter |
ObjectAction.getParameterById(String paramId)
Returns the parameter with provided id.
|
ObjectActionParameter |
ObjectAction.getParameterByName(String paramName)
Returns the parameter with provided name.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectActionParameter> |
ObjectAction.getParameters()
Returns set of parameter information.
|
List<ObjectActionParameter> |
ObjectAction.getParameters(org.apache.isis.applib.filter.Filter<ObjectActionParameter> filter)
Returns set of parameter information matching the supplied filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectActionParameter> |
ObjectAction.getParameters(org.apache.isis.applib.filter.Filter<ObjectActionParameter> filter)
Returns set of parameter information matching the supplied filter.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjectActionParameterContributee |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectActionParameterAbstract |
class |
ObjectActionParameterParseable |
class |
ObjectActionParameterParseableContributee
REVIEW: this is a bit hacky having 'Contributed' subtypes of both
ObjectActionParameterParseable and also
OneToOneActionParameterImpl. |
class |
OneToOneActionParameterContributee |
class |
OneToOneActionParameterImpl |
| Modifier and Type | Method and Description |
|---|---|
ObjectActionParameter |
ObjectActionImpl.getParameterById(String paramId) |
ObjectActionParameter |
ObjectActionImpl.getParameterByName(String paramName) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectActionParameter> |
ObjectActionImpl.getParameters()
Build lazily by
ObjectActionImpl.getParameters(). |
List<ObjectActionParameter> |
ObjectActionContributee.getParameters() |
List<ObjectActionParameter> |
ObjectActionImpl.getParameters(org.apache.isis.applib.filter.Filter<ObjectActionParameter> filter) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectActionParameter> |
ObjectActionImpl.getParameters(org.apache.isis.applib.filter.Filter<ObjectActionParameter> filter) |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.