|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.cms.core.ItemType
public final class ItemType
The Magnolia equivalent to NodeType
.
Field Summary | |
---|---|
static ItemType |
CONTENT
|
static ItemType |
CONTENTNODE
|
static String |
DELETED_NODE_MIXIN
|
static ItemType |
EXPRESSION
"wfe:expression". |
static ItemType |
FOLDER
|
static ItemType |
GROUP
|
static ItemType |
JCR_CONTENT
|
static String |
JCR_DATA
|
static String |
JCR_FROZEN_PRIMARY_TYPE
|
static String |
JCR_FROZENNODE
|
static String |
JCR_PRIMARY_TYPE
|
static String |
MGNL_NODE_DATA
|
static String |
MIX_ACCESSCONTROLLABLE
Mixin: node has access control. |
static String |
MIX_LOCKABLE
|
static String |
MIX_REFERENCEABLE
Mixin: node can be referenced. |
static String |
MIX_VERSIONABLE
Mixin: node can be versioned. |
static String |
NT_BASE
Node type: base. |
static String |
NT_CONTENT
Deprecated. use ItemType.CONTENT |
static String |
NT_CONTENTNODE
Deprecated. use ItemType.CONTENTNODE |
static String |
NT_FILE
Node type: base. |
static String |
NT_FOLDER
Node type: folder. |
static String |
NT_FROZENNODE
|
static String |
NT_HIERARCHY
Node type: hierarchyNode. |
static String |
NT_METADATA
Node type: metadata. |
static String |
NT_RESOURCE
Node type: resource. |
static String |
NT_UNSTRUCTURED
Node type: unstructured. |
static ItemType |
ROLE
|
static ItemType |
SYSTEM
|
static ItemType |
USER
|
static ItemType |
WORKITEM
"wfe:workItem". |
Constructor Summary | |
---|---|
ItemType(String systemName)
Ctor. |
Method Summary | |
---|---|
boolean |
equals(Object object)
|
String |
getSystemName()
Getter for name . |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String NT_BASE
public static final String NT_UNSTRUCTURED
public static final String NT_HIERARCHY
public static final String NT_FOLDER
public static final String NT_FILE
public static final String NT_RESOURCE
public static final String NT_METADATA
public static final ItemType WORKITEM
public static final ItemType EXPRESSION
public static final String MIX_ACCESSCONTROLLABLE
public static final String MIX_REFERENCEABLE
public static final String MIX_VERSIONABLE
public static final String MIX_LOCKABLE
public static final String DELETED_NODE_MIXIN
@Deprecated public static final String NT_CONTENT
public static final String MGNL_NODE_DATA
public static final String NT_FROZENNODE
public static final String JCR_FROZENNODE
public static final String JCR_FROZEN_PRIMARY_TYPE
public static final String JCR_PRIMARY_TYPE
public static final String JCR_DATA
@Deprecated public static final String NT_CONTENTNODE
public static final ItemType CONTENT
public static final ItemType CONTENTNODE
public static final ItemType USER
public static final ItemType ROLE
public static final ItemType GROUP
public static final ItemType SYSTEM
public static final ItemType JCR_CONTENT
public static final ItemType FOLDER
Constructor Detail |
---|
public ItemType(String systemName)
systemName
- jcr system nameMethod Detail |
---|
public String getSystemName()
name
.
public boolean equals(Object object)
equals
in class Object
Object.equals(Object)
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
Object.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |