public interface InteractionAdvisorFacet extends InteractionAdvisor, Facet
Consent (specifically the main implementations Allow
and Veto), with the idea being that the only things that can create
Consent objects are Facets.
TODO: note, this is a work-in-progress, because the DnD viewer in particular
creates its own Allows and Vetos. The constructors that it
uses have been deprecated to flag that the DnD logic should move into
Facets that implement this interface.
| Modifier and Type | Field and Description |
|---|---|
static InteractionAdvisorFacet |
NOOP
For testing purposes only.
|
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetstatic final InteractionAdvisorFacet NOOP
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.