org.modeshape.jcr
Class JcrMixLexicon

java.lang.Object
  extended by org.modeshape.graph.JcrMixLexicon
      extended by org.modeshape.jcr.JcrMixLexicon

@Immutable
public class JcrMixLexicon
extends JcrMixLexicon

Lexicon of names from the standard JCR "http://www.jcp.org/jcr/mix/1.0" namespace.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.modeshape.graph.JcrMixLexicon
JcrMixLexicon.Namespace
 
Field Summary
static Name ETAG
          The name for the "mix:etag" mixin.
static Name LIFECYCLE
          The name for the "mix:lifecycle" mixin.
static Name MANAGED_RETENTION
          The name for the "mix:managedRetention" mixin.
static Name SHAREABLE
          The name for the "mix:shareable" mixin.
 
Fields inherited from class org.modeshape.graph.JcrMixLexicon
CREATED, LAST_MODIFIED, LOCKABLE, REFERENCEABLE, VERSIONABLE
 
Constructor Summary
JcrMixLexicon()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ETAG

public static final Name ETAG
The name for the "mix:etag" mixin.


SHAREABLE

public static final Name SHAREABLE
The name for the "mix:shareable" mixin.


LIFECYCLE

public static final Name LIFECYCLE
The name for the "mix:lifecycle" mixin.


MANAGED_RETENTION

public static final Name MANAGED_RETENTION
The name for the "mix:managedRetention" mixin.

Constructor Detail

JcrMixLexicon

public JcrMixLexicon()


Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.