org.nakedobjects.metamodel.facets.actions.executed
Interface ExecutedFacet

All Superinterfaces:
Facet
All Known Implementing Classes:
ExecutedFacetAbstract, ExecutedFacetAnnotation, ExecutedFacetAtDefault, ExecutedFacetViaNamingConvention

public interface ExecutedFacet
extends Facet

Whether the action should be invoked locally, remotely, or on the default location depending on its persistence state.

In the standard Naked Objects Programming Model, corresponds to annotating the action method using @Executed.


Nested Class Summary
static class ExecutedFacet.Where
           
 
Method Summary
 Target getTarget()
           
 ExecutedFacet.Where value()
           
 
Methods inherited from interface org.nakedobjects.metamodel.facets.Facet
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet
 

Method Detail

value

ExecutedFacet.Where value()

getTarget

Target getTarget()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.