org.alfresco.repo.audit.model
Class KeyFilterMode
java.lang.Object
java.lang.Enum
org.alfresco.repo.audit.model.KeyFilterMode
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class KeyFilterMode
- extends java.lang.Enum
This enum defines the type of restriction to apply to filter based on the key node ref.
This restriction can be based upon:
- The path to the node
- The type of the node
- The presence of an aspect
- The NodeRef of the node
- An XPATH expression evaluated in the context of the node with the return tested for the node.
e.g. ".[@cm:content = 'woof']"
- A simple value for equality tests given a non node argument
- The protocol of the store containing the node
- The identifier of the store containing the node
- Or no restriction
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
PATH
public static final KeyFilterMode PATH
TYPE
public static final KeyFilterMode TYPE
ASPECT
public static final KeyFilterMode ASPECT
NODE_REF
public static final KeyFilterMode NODE_REF
ALL
public static final KeyFilterMode ALL
XPATH
public static final KeyFilterMode XPATH
VALUE
public static final KeyFilterMode VALUE
STORE_PROTOCOL
public static final KeyFilterMode STORE_PROTOCOL
STORE_IDENTIFIER
public static final KeyFilterMode STORE_IDENTIFIER
values
public static final KeyFilterMode[] values()
valueOf
public static KeyFilterMode valueOf(java.lang.String name)
getKeyFilterMode
public static KeyFilterMode getKeyFilterMode(java.lang.String value)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.