Package org.nuxeo.ecm.platform.actions
Class AbstractActionFilter
- java.lang.Object
-
- org.nuxeo.ecm.platform.actions.AbstractActionFilter
-
- All Implemented Interfaces:
ActionFilter
@Deprecated public abstract class AbstractActionFilter extends Object implements ActionFilter
Deprecated.since 5.6: not used expect in tests- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractActionFilter()
Deprecated.protected
AbstractActionFilter(String id, String[] actions)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AbstractActionFilter
clone()
Deprecated.Returns a clone, useful for hot reload.String
getId()
Deprecated.void
setId(String id)
Deprecated.String
toString()
Deprecated.-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.nuxeo.ecm.platform.actions.ActionFilter
accept
-
-
-
-
Method Detail
-
getId
public String getId()
Deprecated.- Specified by:
getId
in interfaceActionFilter
-
setId
public void setId(String id)
Deprecated.- Specified by:
setId
in interfaceActionFilter
-
clone
public AbstractActionFilter clone()
Deprecated.Description copied from interface:ActionFilter
Returns a clone, useful for hot reload.- Specified by:
clone
in interfaceActionFilter
- Overrides:
clone
in classObject
-
-