Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.annotations.api
Enum AnnotationsConstants.ExtensionPoint

java.lang.Object
  extended by java.lang.Enum<AnnotationsConstants.ExtensionPoint>
      extended by org.nuxeo.ecm.platform.annotations.api.AnnotationsConstants.ExtensionPoint
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AnnotationsConstants.ExtensionPoint>
Enclosing interface:
AnnotationsConstants

public static enum AnnotationsConstants.ExtensionPoint
extends java.lang.Enum<AnnotationsConstants.ExtensionPoint>


Enum Constant Summary
annotabilityManager
           
annotationIDGenerator
           
eventListener
           
interceptors
           
metadataMapper
           
permissionManager
           
permissionMapper
           
uriResolver
           
urlPatternFilter
           
 
Method Summary
static AnnotationsConstants.ExtensionPoint valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AnnotationsConstants.ExtensionPoint[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

uriResolver

public static final AnnotationsConstants.ExtensionPoint uriResolver

urlPatternFilter

public static final AnnotationsConstants.ExtensionPoint urlPatternFilter

metadataMapper

public static final AnnotationsConstants.ExtensionPoint metadataMapper

permissionManager

public static final AnnotationsConstants.ExtensionPoint permissionManager

annotabilityManager

public static final AnnotationsConstants.ExtensionPoint annotabilityManager

eventListener

public static final AnnotationsConstants.ExtensionPoint eventListener

annotationIDGenerator

public static final AnnotationsConstants.ExtensionPoint annotationIDGenerator

permissionMapper

public static final AnnotationsConstants.ExtensionPoint permissionMapper

interceptors

public static final AnnotationsConstants.ExtensionPoint interceptors
Method Detail

values

public static AnnotationsConstants.ExtensionPoint[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (AnnotationsConstants.ExtensionPoint c : AnnotationsConstants.ExtensionPoint.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AnnotationsConstants.ExtensionPoint valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.