| Package | Description |
|---|---|
| org.apache.isis.core.metamodel.spec.feature | |
| org.apache.isis.core.metamodel.specloader.specimpl |
| Modifier and Type | Method and Description |
|---|---|
static Contributed |
Contributed.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Contributed[] |
Contributed.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<ObjectAssociation> |
ObjectAssociation.Predicates.being(Contributed contributed) |
List<ObjectAssociation> |
ObjectAssociationContainer.getAssociations(Contributed contributed)
Return all the fields that exist in an object of this specification,
although they need not all be accessible or visible.
|
List<ObjectAssociation> |
ObjectAssociationContainer.getAssociations(Contributed contributed,
org.apache.isis.applib.filter.Filter<ObjectAssociation> filter)
Return all
ObjectAssociations matching the supplied filter. |
List<OneToManyAssociation> |
ObjectAssociationContainer.getCollections(Contributed contributed)
All
associations that represents
collections. |
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<OneToOneAssociation> |
ObjectAssociationContainer.getProperties(Contributed contributed)
All
associations that represent
properties. |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAssociation> |
ObjectSpecificationAbstract.getAssociations(Contributed contributed) |
List<ObjectAssociation> |
ObjectSpecificationAbstract.getAssociations(Contributed contributed,
org.apache.isis.applib.filter.Filter<ObjectAssociation> filter) |
List<OneToManyAssociation> |
ObjectSpecificationAbstract.getCollections(Contributed contributed) |
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<OneToOneAssociation> |
ObjectSpecificationAbstract.getProperties(Contributed contributed) |
static <T extends ObjectMember> |
ContributeeMember.Predicates.is(Contributed contributed) |
static <T extends ObjectMember> |
ContributeeMember.Predicates.regularElse(Contributed contributed)
Evaluates the supplied
ObjectMember and includes either if it is not a ContributeeMember
(ie is a regular member) or is a ContributeeMember and contributed are to be
included. |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.