Class DocumentAttributeFilterFactory
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.events.DocumentAttributeFilterFactory
-
public class DocumentAttributeFilterFactory extends Object
Create filters that are able to filter documents on their attribute (Regular Doc, Published Doc, Version, Link, Proxy, Immutable, Mutable)- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description static String
ANY_DOC
protected static Map<String,Filter>
filters
static String
IMMUTABLE_DOC
static String
LINK_DOC
static String
MUTABLE_DOC
static String
PROXY_DOC
static String
PUBLISHED_DOC
static String
REGULAR_DOC
static String
VERSION_DOC
-
-
-
Field Detail
-
ANY_DOC
public static final String ANY_DOC
- See Also:
- Constant Field Values
-
REGULAR_DOC
public static final String REGULAR_DOC
- See Also:
- Constant Field Values
-
LINK_DOC
public static final String LINK_DOC
- See Also:
- Constant Field Values
-
PUBLISHED_DOC
public static final String PUBLISHED_DOC
- See Also:
- Constant Field Values
-
PROXY_DOC
public static final String PROXY_DOC
- See Also:
- Constant Field Values
-
VERSION_DOC
public static final String VERSION_DOC
- See Also:
- Constant Field Values
-
IMMUTABLE_DOC
public static final String IMMUTABLE_DOC
- See Also:
- Constant Field Values
-
MUTABLE_DOC
public static final String MUTABLE_DOC
- See Also:
- Constant Field Values
-
-