info.magnolia.cms.core
Class MgnlNodeType

java.lang.Object
  extended by info.magnolia.cms.core.MgnlNodeType

Deprecated. since 5.0 use NodeTypes for mgnl nodeType or property names or JcrConstants for jcr ones.

public final class MgnlNodeType
extends Object

Keeps constants for node-types used within Magnolia. Only when converting MetaData to mixin(s) (MAGNOLIA-4640) we realized that we could benefit a lot from something more powerful than just a few constants. We wanted to model what properties are defined on what nodeTypes and also host the related utility methods at the same place. That's how NodeTypes was born. As this type was only introduced with Magnolia 4.5 we'll not drop it we'll not drop it in the near future, even though we deprecated it in 5.0 release.


Field Summary
static String GROUP
          Deprecated.  
static String JCR_CONTENT
          Deprecated.  
static String JCR_DATA
          Deprecated.  
static String JCR_FROZEN_PRIMARY_TYPE
          Deprecated.  
static String JCR_FROZENNODE
          Deprecated.  
static String JCR_PREFIX
          Deprecated. Prefix for jcr-properties.
static String JCR_PRIMARY_TYPE
          Deprecated.  
static String MGNL_NODE_DATA
          Deprecated.  
static String MGNL_PREFIX
          Deprecated. Prefix for mgnl-properties.
static String MIX_ACCESSCONTROLLABLE
          Deprecated. Mixin: node has access control.
static String MIX_DELETED
          Deprecated.  
static String MIX_LOCKABLE
          Deprecated.  
static String MIX_PREFIX
          Deprecated. Prefix for jcr mixin's.
static String MIX_REFERENCEABLE
          Deprecated. Mixin: node can be referenced.
static String MIX_VERSIONABLE
          Deprecated. Mixin: node can be versioned.
static String NT_AREA
          Deprecated.  
static String NT_BASE
          Deprecated. Node type: base.
static String NT_COMPONENT
          Deprecated.  
static String NT_CONTENT
          Deprecated. Node type: content.
static String NT_CONTENTNODE
          Deprecated. Node type: content node.
static String NT_FILE
          Deprecated. Node type: file.
static String NT_FOLDER
          Deprecated. Node type: folder.
static String NT_FROZENNODE
          Deprecated.  
static String NT_HIERARCHY
          Deprecated. Node type: hierarchyNode.
static String NT_METADATA
          Deprecated. Node type: metadata.
static String NT_PAGE
          Deprecated.  
static String NT_PREFIX
          Deprecated. Prefix for our nodeTypes.
static String NT_RESOURCE
          Deprecated. Node type: resource.
static String NT_UNSTRUCTURED
          Deprecated. Node type: unstructured.
static String ROLE
          Deprecated.  
static String SYSTEM
          Deprecated.  
static String USER
          Deprecated.  
 
Constructor Summary
MgnlNodeType()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NT_PREFIX

public static final String NT_PREFIX
Deprecated. 
Prefix for our nodeTypes.

See Also:
Constant Field Values

MIX_PREFIX

public static final String MIX_PREFIX
Deprecated. 
Prefix for jcr mixin's.

See Also:
Constant Field Values

MGNL_PREFIX

public static final String MGNL_PREFIX
Deprecated. 
Prefix for mgnl-properties.

See Also:
Constant Field Values

JCR_PREFIX

public static final String JCR_PREFIX
Deprecated. 
Prefix for jcr-properties.

See Also:
Constant Field Values

NT_BASE

public static final String NT_BASE
Deprecated. 
Node type: base.

See Also:
Constant Field Values

NT_UNSTRUCTURED

public static final String NT_UNSTRUCTURED
Deprecated. 
Node type: unstructured.

See Also:
Constant Field Values

NT_HIERARCHY

public static final String NT_HIERARCHY
Deprecated. 
Node type: hierarchyNode.

See Also:
Constant Field Values

NT_FOLDER

public static final String NT_FOLDER
Deprecated. 
Node type: folder.

See Also:
Constant Field Values

NT_FILE

public static final String NT_FILE
Deprecated. 
Node type: file.

See Also:
Constant Field Values

NT_RESOURCE

public static final String NT_RESOURCE
Deprecated. 
Node type: resource.

See Also:
Constant Field Values

NT_METADATA

public static final String NT_METADATA
Deprecated. 
Node type: metadata.

See Also:
Constant Field Values

NT_CONTENT

public static final String NT_CONTENT
Deprecated. 
Node type: content.

See Also:
Constant Field Values

NT_CONTENTNODE

public static final String NT_CONTENTNODE
Deprecated. 
Node type: content node.

See Also:
Constant Field Values

NT_PAGE

public static final String NT_PAGE
Deprecated. 
See Also:
Constant Field Values

NT_AREA

public static final String NT_AREA
Deprecated. 
See Also:
Constant Field Values

NT_COMPONENT

public static final String NT_COMPONENT
Deprecated. 
See Also:
Constant Field Values

MGNL_NODE_DATA

public static final String MGNL_NODE_DATA
Deprecated. 
See Also:
Constant Field Values

NT_FROZENNODE

public static final String NT_FROZENNODE
Deprecated. 
See Also:
Constant Field Values

USER

public static final String USER
Deprecated. 
See Also:
Constant Field Values

ROLE

public static final String ROLE
Deprecated. 
See Also:
Constant Field Values

GROUP

public static final String GROUP
Deprecated. 
See Also:
Constant Field Values

SYSTEM

public static final String SYSTEM
Deprecated. 
See Also:
Constant Field Values

MIX_ACCESSCONTROLLABLE

public static final String MIX_ACCESSCONTROLLABLE
Deprecated. 
Mixin: node has access control.

See Also:
Constant Field Values

MIX_REFERENCEABLE

public static final String MIX_REFERENCEABLE
Deprecated. 
Mixin: node can be referenced.

See Also:
Constant Field Values

MIX_VERSIONABLE

public static final String MIX_VERSIONABLE
Deprecated. 
Mixin: node can be versioned.

See Also:
Constant Field Values

MIX_LOCKABLE

public static final String MIX_LOCKABLE
Deprecated. 
See Also:
Constant Field Values

MIX_DELETED

public static final String MIX_DELETED
Deprecated. 
See Also:
Constant Field Values

JCR_FROZENNODE

public static final String JCR_FROZENNODE
Deprecated. 
See Also:
Constant Field Values

JCR_FROZEN_PRIMARY_TYPE

public static final String JCR_FROZEN_PRIMARY_TYPE
Deprecated. 
See Also:
Constant Field Values

JCR_PRIMARY_TYPE

public static final String JCR_PRIMARY_TYPE
Deprecated. 
See Also:
Constant Field Values

JCR_DATA

public static final String JCR_DATA
Deprecated. 
See Also:
Constant Field Values

JCR_CONTENT

public static final String JCR_CONTENT
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

MgnlNodeType

public MgnlNodeType()
Deprecated. 


Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.