Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.actions
Interface ActionFilter

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractActionFilter, DefaultActionFilter

public interface ActionFilter
extends Serializable

Author:
Bogdan Stefanescu

Method Summary
 boolean accept(Action action, ActionContext context)
           
 String getId()
           
 void setId(String id)
           
 

Method Detail

getId

String getId()

setId

void setId(String id)

accept

boolean accept(Action action,
               ActionContext context)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.