| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
ActionInvocationFacet.invoke(ObjectAction owningAction,
ObjectAdapter target,
ObjectAdapter[] arguments) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DeveloperUtilitiesServiceDefault.exclude(ObjectAction action) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ActionType.matchesTypeOf(ObjectAction action) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Predicate<ObjectAction> |
ObjectAction.Predicates.VISIBLE_AT_LEAST_SOMETIMES |
static org.apache.isis.applib.filter.Filter<ObjectAction> |
ObjectAction.Filters.VISIBLE_AT_LEAST_SOMETIMES
Deprecated.
-use
equivalent |
| Modifier and Type | Method and Description |
|---|---|
ObjectAction |
ObjectActionParameter.getAction()
Owning
ObjectAction. |
ObjectAction |
ObjectActionContainer.getObjectAction(ActionType type,
String id)
Get the action object represented by the specified identity string.
|
ObjectAction |
ObjectActionContainer.getObjectAction(ActionType type,
String id,
List<ObjectSpecification> parameters)
Returns the action of the specified type with the specified signature.
|
ObjectAction |
ObjectActionContainer.getObjectAction(String id)
Get the action object represented by the specified identity string,
irrespective of
ActionType. |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<ObjectAction> |
ObjectAction.Predicates.bulk() |
static org.apache.isis.applib.filter.Filter<ObjectAction> |
ObjectAction.Filters.bulk()
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 |
List<ObjectAction> |
ObjectActionContainer.getObjectActions(ActionType type,
Contributed contributee,
org.apache.isis.applib.filter.Filter<ObjectAction> filter)
Returns an array of actions of the specified type, including or excluding
contributed actions as required.
|
List<ObjectAction> |
ObjectActionContainer.getObjectActions(Contributed contributee) |
List<ObjectAction> |
ObjectActionContainer.getObjectActions(List<ActionType> types,
Contributed contributee,
org.apache.isis.applib.filter.Filter<ObjectAction> filter) |
List<ObjectAction> |
ObjectActionContainer.getServiceActionsReturning(List<ActionType> type) |
static org.apache.isis.applib.filter.Filter<ObjectAction> |
ObjectActions.memberOrderOf(ObjectAssociation association)
Deprecated.
|
static com.google.common.base.Predicate<ObjectAction> |
ObjectAction.Predicates.memberOrderOf(ObjectAssociation association) |
static org.apache.isis.applib.filter.Filter<ObjectAction> |
ObjectAction.Filters.memberOrderOf(ObjectAssociation association) |
static com.google.common.base.Predicate<ObjectAction> |
ObjectAction.Predicates.notBulkOnly() |
static org.apache.isis.applib.filter.Filter<ObjectAction> |
ObjectAction.Filters.notBulkOnly()
Deprecated.
-use
equivalent |
static com.google.common.base.Predicate<ObjectAction> |
ObjectAction.Predicates.ofType(ActionType type) |
static org.apache.isis.applib.filter.Filter<ObjectAction> |
ObjectAction.Filters.ofType(ActionType type)
Deprecated.
-use
equivalent |
static com.google.common.base.Predicate<ObjectAction> |
ObjectAction.Predicates.withId(String actionId) |
static org.apache.isis.applib.filter.Filter<ObjectAction> |
ObjectAction.Filters.withId(String actionId)
Deprecated.
-use
equivalent |
static com.google.common.base.Predicate<ObjectAction> |
ObjectAction.Predicates.withNoValidationRules() |
static org.apache.isis.applib.filter.Filter<ObjectAction> |
ObjectAction.Filters.withNoValidationRules()
Deprecated.
-use
equivalent |
| Modifier and Type | Method and Description |
|---|---|
static String |
ObjectActions.nameFor(ObjectAction action)
Deprecated.
|
static String |
ObjectAction.Utils.nameFor(ObjectAction objAction) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAction> |
ObjectActionContainer.getObjectActions(ActionType type,
Contributed contributee,
org.apache.isis.applib.filter.Filter<ObjectAction> filter)
Returns an array of actions of the specified type, including or excluding
contributed actions as required.
|
List<ObjectAction> |
ObjectActionContainer.getObjectActions(List<ActionType> types,
Contributed contributee,
org.apache.isis.applib.filter.Filter<ObjectAction> filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectActionContributee |
class |
ObjectActionImpl |
| Modifier and Type | Method and Description |
|---|---|
ObjectAction |
ObjectActionParameterAbstract.getAction() |
| Modifier and Type | Method and Description |
|---|---|
protected List<ObjectAction> |
ObjectSpecificationAbstract.createContributeeActions()
All contributee actions (each wrapping a service's contributed action) for this spec.
|
List<ObjectAction> |
ObjectSpecificationAbstract.getObjectActions(ActionType type,
Contributed contributed,
org.apache.isis.applib.filter.Filter<ObjectAction> filter) |
List<ObjectAction> |
ObjectSpecificationAbstract.getObjectActions(Contributed contributed) |
List<ObjectAction> |
ObjectSpecificationAbstract.getObjectActions(List<ActionType> types,
Contributed contributed,
org.apache.isis.applib.filter.Filter<ObjectAction> filter) |
List<ObjectAction> |
ObjectSpecificationAbstract.getServiceActionsReturning(List<ActionType> types) |
protected static List<ObjectAction> |
ObjectSpecificationAbstract.sortActions(List<ObjectAction> actions) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAction> |
ObjectSpecificationAbstract.getObjectActions(ActionType type,
Contributed contributed,
org.apache.isis.applib.filter.Filter<ObjectAction> filter) |
List<ObjectAction> |
ObjectSpecificationAbstract.getObjectActions(List<ActionType> types,
Contributed contributed,
org.apache.isis.applib.filter.Filter<ObjectAction> filter) |
protected static List<ObjectAction> |
ObjectSpecificationAbstract.sortActions(List<ObjectAction> actions) |
protected void |
ObjectSpecificationAbstract.sortCacheAndUpdateActions(List<ObjectAction> objectActions) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAction |
ObjectSpecificationDefault.getObjectAction(ActionType type,
String id) |
ObjectAction |
ObjectSpecificationDefault.getObjectAction(ActionType type,
String id,
List<ObjectSpecification> parameters) |
ObjectAction |
ObjectSpecificationDefault.getObjectAction(String id) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAction |
ObjectSpecificationForFreeStandingList.getObjectAction(ActionType type,
String id)
Review: is it necessary to override for this subclass?
|
ObjectAction |
ObjectSpecificationForFreeStandingList.getObjectAction(ActionType type,
String id,
List<ObjectSpecification> parameters)
Review: is it necessary to override for this subclass?
|
ObjectAction |
ObjectSpecificationForFreeStandingList.getObjectAction(String nameParmsIdentityString)
Review: is it necessary to override for this subclass?
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAction> |
ObjectSpecificationForFreeStandingList.getServiceActionsReturning(List<ActionType> type)
Review: is it necessary to override for this subclass?
|
| Modifier and Type | Method and Description |
|---|---|
static String |
CommandUtil.actionIdentifierFor(ObjectAction owningAction) |
static String |
CommandUtil.argDescriptionFor(ObjectAction owningAction,
ObjectAdapter[] arguments) |
protected ActionInvocationFacetViaMethod.InvocationResult |
ActionInvocationFacetViaMethod.internalInvoke(ObjectAction owningAction,
ObjectAdapter targetAdapter,
ObjectAdapter[] arguments) |
ObjectAdapter |
ActionInvocationFacetViaMethod.invoke(ObjectAction owningAction,
ObjectAdapter targetAdapter,
ObjectAdapter[] arguments) |
static String |
CommandUtil.targetActionNameFor(ObjectAction owningAction) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
PostsActionInvokedEventFacetAnnotation.invoke(ObjectAction owningAction,
ObjectAdapter targetAdapter,
ObjectAdapter[] arguments) |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.