| Modifier and Type | Method and Description |
|---|---|
InteractionResult |
InteractionResultSet.getInteractionResult()
Returns the "best" contained
InteractionResult. |
InteractionResult |
ConsentAbstract.getInteractionResult()
Underlying
InteractionResult that created this Consent
(may be null). |
InteractionResult |
Consent.getInteractionResult()
The
InteractionResult that created this Consent. |
| Modifier and Type | Method and Description |
|---|---|
InteractionResultSet |
InteractionResultSet.add(InteractionResult result) |
| Constructor and Description |
|---|
Allow(InteractionResult interactionResult) |
ConsentAbstract(InteractionResult interactionResult) |
Veto(InteractionResult interactionResult) |
| Modifier and Type | Method and Description |
|---|---|
static InteractionResult |
InteractionUtils.isUsableResult(FacetHolder facetHolder,
UsabilityContext<?> context) |
static InteractionResult |
InteractionUtils.isValidResult(FacetHolder facetHolder,
ValidityContext<?> context) |
static InteractionResult |
InteractionUtils.isVisibleResult(FacetHolder facetHolder,
VisibilityContext<?> context) |
| Modifier and Type | Method and Description |
|---|---|
InteractionResult |
ObjectSpecification.isValidResult(ObjectAdapter adapter)
Determines whether the specified object is in a valid state (for example,
so can be persisted); represented as a
InteractionResult. |
| Modifier and Type | Method and Description |
|---|---|
InteractionResult |
ObjectSpecificationAbstract.isValidResult(ObjectAdapter targetObjectAdapter)
TODO: currently this method is hard-coded to assume all interactions are
initiated
by user. |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.