|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.sling.jcr.ocm.OcmConstants
public class OcmConstants
The OcmConstants
interface provides constant values
for event topics and event properties for events sent from this bundle.
Field Summary | |
---|---|
static String |
BUNDLE_RESOURCE_ROOTS
The name of the bundle manifest header listing the resource provider root paths provided by the bundle (value is "Sling-Bundle-Resources"). |
static String |
EVENT_MAPPING_ADDED
The name of the event sent after new Object Mappings have been registered (value is "org/apache/sling/jcr/ocm/OCMEvent/MAPPED"). |
static String |
EVENT_MAPPING_REMOVED
The name of the event sent after Object Mappings have been unregistered (value is "org/apache/sling/jcr/ocm/OCMEvent/UNMAPPED"). |
static String |
MAPPER_BUNDLE_HEADER
The name of the bundle manifest header listing the bundle entries providing Object Content Mapping configurations (value is "Sling-Mappings"). |
static String |
MAPPING_CLASS
The name of the event property providing a String[] of
class names mapped at the time the event is sent (value is
"MAPPED_CLASS"). |
static String |
MAPPING_NODE_TYPE
The name of the event property providing a String[] of
node types mapped at the time the event is sent (value is
"MAPPED_NODE_TYPE"). |
static String |
RESOURCE_EVENT
The topic root for events published by this bundle (value is "org/apache/sling/jcr/ocm/OCMEvent"). |
Constructor Summary | |
---|---|
OcmConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String RESOURCE_EVENT
public static final String EVENT_MAPPING_ADDED
Events of this topics have two additional properties:
MAPPING_CLASS
and MAPPING_NODE_TYPE
.
public static final String EVENT_MAPPING_REMOVED
Events of this topics have two additional properties:
MAPPING_CLASS
and MAPPING_NODE_TYPE
.
public static final String MAPPING_CLASS
String[]
of
class names mapped at the time the event is sent (value is
"MAPPED_CLASS"). This is the complete list of all classes which are
supported by the content manager for mapping.
public static final String MAPPING_NODE_TYPE
String[]
of
node types mapped at the time the event is sent (value is
"MAPPED_NODE_TYPE"). This is the complete list of all node types which
are supported by the content manager for mapping.
public static final String MAPPER_BUNDLE_HEADER
public static final String BUNDLE_RESOURCE_ROOTS
Constructor Detail |
---|
public OcmConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |