info.magnolia.cms.core
Class ItemType

java.lang.Object
  extended by info.magnolia.cms.core.ItemType
All Implemented Interfaces:
Serializable

Deprecated. since 4.5 - directly use NodeTypes or JcrConstants.

public final class ItemType
extends Object
implements Serializable

The Magnolia equivalent to NodeType.

See Also:
Serialized Form

Field Summary
static ItemType AREA
          Deprecated.  
static ItemType COMPONENT
          Deprecated.  
static ItemType CONTENT
          Deprecated.  
static ItemType CONTENTNODE
          Deprecated.  
static String DELETED_NODE_MIXIN
          Deprecated.  
static ItemType EXPRESSION
          Deprecated. "wfe:expression".
static ItemType FOLDER
          Deprecated.  
static ItemType GROUP
          Deprecated.  
static ItemType JCR_CONTENT
          Deprecated.  
static String JCR_DATA
          Deprecated.  
static String JCR_FROZEN_PRIMARY_TYPE
          Deprecated.  
static String JCR_FROZENNODE
          Deprecated.  
static String JCR_PRIMARY_TYPE
          Deprecated.  
static String MGNL_NODE_DATA
          Deprecated.  
static String MIX_ACCESSCONTROLLABLE
          Deprecated. Mixin: node has access control.
static String MIX_LOCKABLE
          Deprecated.  
static String MIX_REFERENCEABLE
          Deprecated. Mixin: node can be referenced.
static String MIX_VERSIONABLE
          Deprecated. Mixin: node can be versioned.
static String NT_BASE
          Deprecated. Node type: base.
static String NT_CONTENT
          Deprecated. Magnolia content.
static String NT_CONTENTNODE
          Deprecated. use ItemType.CONTENTNODE
static String NT_FILE
          Deprecated. Node type: base.
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_RESOURCE
          Deprecated. Node type: resource.
static String NT_UNSTRUCTURED
          Deprecated. Node type: unstructured.
static ItemType PAGE
          Deprecated.  
static ItemType ROLE
          Deprecated.  
static ItemType SYSTEM
          Deprecated.  
static ItemType USER
          Deprecated.  
static ItemType WORKITEM
          Deprecated. "wfe:workItem".
 
Constructor Summary
ItemType(String systemName)
          Deprecated. Ctor.
 
Method Summary
 boolean equals(Object object)
          Deprecated.  
 String getSystemName()
          Deprecated. Getter for name.
 int hashCode()
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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: base.

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

WORKITEM

public static final ItemType WORKITEM
Deprecated. 
"wfe:workItem".


EXPRESSION

public static final ItemType EXPRESSION
Deprecated. 
"wfe:expression".


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

DELETED_NODE_MIXIN

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

NT_CONTENT

public static final String NT_CONTENT
Deprecated. 
Magnolia content.

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

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

NT_CONTENTNODE

@Deprecated
public static final String NT_CONTENTNODE
Deprecated. use ItemType.CONTENTNODE
Magnolia content node.

See Also:
Constant Field Values

CONTENT

public static final ItemType CONTENT
Deprecated. 

CONTENTNODE

public static final ItemType CONTENTNODE
Deprecated. 

USER

public static final ItemType USER
Deprecated. 

ROLE

public static final ItemType ROLE
Deprecated. 

GROUP

public static final ItemType GROUP
Deprecated. 

SYSTEM

public static final ItemType SYSTEM
Deprecated. 

JCR_CONTENT

public static final ItemType JCR_CONTENT
Deprecated. 

FOLDER

public static final ItemType FOLDER
Deprecated. 

PAGE

public static final ItemType PAGE
Deprecated. 

AREA

public static final ItemType AREA
Deprecated. 

COMPONENT

public static final ItemType COMPONENT
Deprecated. 
Constructor Detail

ItemType

public ItemType(String systemName)
Deprecated. 
Ctor.

Parameters:
systemName - jcr system name
Method Detail

getSystemName

public String getSystemName()
Deprecated. 
Getter for name.

Returns:
Returns the name.

equals

public boolean equals(Object object)
Deprecated. 
Overrides:
equals in class Object
See Also:
Object.equals(Object)

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object
See Also:
Object.toString()

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object
See Also:
Object.hashCode()


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