| Modifier and Type | Method and Description |
|---|---|
static ImperativeFacet.Flags |
ImperativeFacet.Util.getFlags(ObjectMember member,
Method method) |
static ImperativeFacet.Flags |
ImperativeFacetUtils.getImperativeFacetFlags(ObjectMember member,
Method method)
Deprecated.
|
static ImperativeFacet.Intent |
ImperativeFacet.Util.getIntent(ObjectMember member,
Method method) |
| Constructor and Description |
|---|
ContributeeMemberFacetFactory.ProcessContributeeMemberContext(Properties metadataProperties,
ObjectMember facetHolder) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjectAction |
interface |
ObjectAssociation
Provides reflective access to a field on a domain object.
|
interface |
OneToManyAssociation |
interface |
OneToOneAssociation
Provides reflective access to a field on a domain object that is used to
reference another domain object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FacetProcessor.processMemberOrder(Properties metadataProperties,
ObjectMember facetHolder) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectActionContributee |
class |
ObjectActionImpl |
class |
ObjectAssociationAbstract |
class |
ObjectMemberAbstract |
class |
OneToManyAssociationContributee |
class |
OneToManyAssociationImpl |
class |
OneToOneAssociationContributee |
class |
OneToOneAssociationImpl |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ObjectMember> |
ContributeeMember.Predicates.is(Contributed contributed) |
static <T extends ObjectMember> |
ContributeeMember.Predicates.regular() |
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. |
| Modifier and Type | Method and Description |
|---|---|
ObjectMember |
ObjectSpecificationDefault.getMember(Method method) |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.