Package org.nuxeo.ecm.automation
Interface AutomationFilter
-
- All Known Implementing Classes:
ChainExceptionFilter
public interface AutomationFilter- Since:
- 5.7.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()ExpressiongetValue()
-
-
-
Method Detail
-
getValue
Expression getValue()
-
getId
String getId()
-
-