Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.core.events
Class DocumentAttributeFilterFactory

java.lang.Object
  extended by 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
static String ANY_DOC
           
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
           
 
Method Summary
static Filter getFilter(String attr)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Method Detail

getFilter

public static Filter getFilter(String attr)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.