|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Consent in org.nakedobjects.metamodel.consent |
|---|
| Classes in org.nakedobjects.metamodel.consent that implement Consent | |
|---|---|
class |
Allow
An instance of this type is used to allow something. |
class |
ConsentAbstract
|
class |
Veto
|
| Methods in org.nakedobjects.metamodel.consent that return Consent | |
|---|---|
static Consent |
ConsentAbstract.allowIf(boolean allowed)
Factory method. |
Consent |
InteractionResultSet.createConsent()
Returns the Consent corresponding to InteractionResultSet.getInteractionResult(), or an Allow if
there have been no InteractionResults added. |
Consent |
InteractionResult.createConsent()
|
Consent |
Consent.setDescription(java.lang.String description)
Allows the description of the interaction to which this consent relates to be specified or refined. |
Consent |
ConsentAbstract.setDescription(java.lang.String description)
|
| Uses of Consent in org.nakedobjects.metamodel.runtimecontext.spec |
|---|
| Methods in org.nakedobjects.metamodel.runtimecontext.spec that return Consent | |
|---|---|
Consent |
IntrospectableSpecificationAbstract.isValid(NakedObject inObject)
|
Consent |
NakedObjectSpecificationNoMember.isValid(NakedObject transientObject)
|
| Uses of Consent in org.nakedobjects.metamodel.runtimecontext.spec.feature |
|---|
| Methods in org.nakedobjects.metamodel.runtimecontext.spec.feature that return Consent | |
|---|---|
Consent |
NakedObjectActionSet.isProposedArgumentSetValid(NakedObject object,
NakedObject[] parameters)
|
Consent |
NakedObjectActionSet.isUsable(AuthenticationSession session,
NakedObject target)
|
Consent |
NakedObjectMemberAbstract.isUsable(AuthenticationSession session,
NakedObject target)
Loops over all DisablingInteractionAdvisor Facets and returns true only if
none disables the member. |
Consent |
NakedObjectActionSet.isVisible(AuthenticationSession session,
NakedObject target)
|
Consent |
NakedObjectMemberAbstract.isVisible(AuthenticationSession session,
NakedObject target)
Loops over all HidingInteractionAdvisor Facets and returns true only if none
hide the member. |
| Uses of Consent in org.nakedobjects.metamodel.spec |
|---|
| Methods in org.nakedobjects.metamodel.spec that return Consent | |
|---|---|
Consent |
NakedObjectSpecification.isValid(NakedObject adapter)
Determines whether the specified object is in a valid state (for example, so can be persisted); represented as a Consent. |
| Uses of Consent in org.nakedobjects.metamodel.spec.feature |
|---|
| Methods in org.nakedobjects.metamodel.spec.feature that return Consent | |
|---|---|
Consent |
OneToOneAssociation.isAssociationValid(NakedObject inObject,
NakedObject associate)
Determines if the specified reference is valid for setting this field in the specified object, represented as a Consent. |
Consent |
NakedObjectAction.isProposedArgumentSetValid(NakedObject object,
NakedObject[] proposedArguments)
Whether the provided argument set is valid, represented as a Consent. |
Consent |
NakedObjectMember.isUsable(AuthenticationSession session,
NakedObject target)
Determines whether this member is usable, represented as a Consent. |
Consent |
OneToManyAssociation.isValidToAdd(NakedObject owningNakedObject,
NakedObject proposedObjectToAdd)
Determines if the specified element can be added to the collection field, represented as a Consent. |
Consent |
OneToManyAssociation.isValidToRemove(NakedObject owningNakedObject,
NakedObject proposedObjectToRemove)
Determines if the specified element can be removed from the collection field, represented as a Consent. |
Consent |
NakedObjectMember.isVisible(AuthenticationSession session,
NakedObject target)
Determines if this member is visible, represented as a Consent. |
| Uses of Consent in org.nakedobjects.metamodel.specloader.internal |
|---|
| Methods in org.nakedobjects.metamodel.specloader.internal that return Consent | |
|---|---|
Consent |
OneToOneAssociationImpl.isAssociationValid(NakedObject ownerAdapter,
NakedObject proposedToReferenceAdapter)
TODO: currently this method is hard-coded to assume all interactions are initiated by user. |
Consent |
NakedObjectActionImpl.isProposedArgumentSetValid(NakedObject object,
NakedObject[] proposedArguments)
TODO: currently this method is hard-coded to assume all interactions are initiated by user. |
Consent |
NakedObjectActionParameterAbstract.isUsable()
|
Consent |
NakedObjectActionImpl.isUsable(AuthenticationSession session,
NakedObject target)
|
Consent |
OneToManyAssociationImpl.isValidToAdd(NakedObject ownerAdapter,
NakedObject proposedToAddAdapter)
TODO: currently this method is hard-coded to assume all interactions are initiated by user. |
Consent |
OneToManyAssociationImpl.isValidToRemove(NakedObject ownerAdapter,
NakedObject proposedToRemoveAdapter)
TODO: currently this method is hard-coded to assume all interactions are initiated by user. |
Consent |
NakedObjectActionImpl.isVisible(AuthenticationSession session,
NakedObject target)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||