|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InteractionResult | |
|---|---|
| org.nakedobjects.metamodel.consent | |
| org.nakedobjects.metamodel.interactions | |
| org.nakedobjects.metamodel.runtimecontext.spec | |
| org.nakedobjects.metamodel.spec | |
| Uses of InteractionResult in org.nakedobjects.metamodel.consent |
|---|
| Methods in org.nakedobjects.metamodel.consent that return InteractionResult | |
|---|---|
InteractionResult |
Consent.getInteractionResult()
The InteractionResult that created this Consent. |
InteractionResult |
InteractionResultSet.getInteractionResult()
Returns the "best" contained InteractionResult. |
InteractionResult |
ConsentAbstract.getInteractionResult()
Underlying InteractionResult that created this Consent
(may be null). |
| Methods in org.nakedobjects.metamodel.consent with parameters of type InteractionResult | |
|---|---|
InteractionResultSet |
InteractionResultSet.add(InteractionResult result)
|
| Constructors in org.nakedobjects.metamodel.consent with parameters of type InteractionResult | |
|---|---|
Allow(InteractionResult interactionResult)
|
|
ConsentAbstract(InteractionResult interactionResult)
|
|
Veto(InteractionResult interactionResult)
|
|
| Uses of InteractionResult in org.nakedobjects.metamodel.interactions |
|---|
| Methods in org.nakedobjects.metamodel.interactions that return InteractionResult | |
|---|---|
static InteractionResult |
InteractionUtils.isUsableResult(FacetHolder facetHolder,
UsabilityContext<?> context)
|
static InteractionResult |
InteractionUtils.isValidResult(FacetHolder facetHolder,
ValidityContext<?> context)
|
static InteractionResult |
InteractionUtils.isVisibleResult(FacetHolder facetHolder,
VisibilityContext<?> context)
|
| Uses of InteractionResult in org.nakedobjects.metamodel.runtimecontext.spec |
|---|
| Methods in org.nakedobjects.metamodel.runtimecontext.spec that return InteractionResult | |
|---|---|
InteractionResult |
IntrospectableSpecificationAbstract.isValidResult(NakedObject targetNakedObject)
TODO: currently this method is hard-coded to assume all interactions are initiated by user. |
| Uses of InteractionResult in org.nakedobjects.metamodel.spec |
|---|
| Methods in org.nakedobjects.metamodel.spec that return InteractionResult | |
|---|---|
InteractionResult |
NakedObjectSpecification.isValidResult(NakedObject adapter)
Determines whether the specified object is in a valid state (for example, so can be persisted); represented as a InteractionResult. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||