Uses of Class
info.magnolia.cms.core.ItemType

Packages that use ItemType
info.magnolia.cms.core   
info.magnolia.cms.core.version   
info.magnolia.cms.gui.control   
info.magnolia.cms.util   
info.magnolia.content2bean   
info.magnolia.logging   
info.magnolia.module.admininterface   
info.magnolia.module.delta   
info.magnolia.module.mail.setup   
info.magnolia.nodebuilder   
 

Uses of ItemType in info.magnolia.cms.core
 

Fields in info.magnolia.cms.core declared as ItemType
static ItemType ItemType.CONTENT
           
static ItemType ItemType.CONTENTNODE
           
static ItemType ItemType.EXPRESSION
          "wfe:expression".
static ItemType ItemType.FOLDER
           
static ItemType ItemType.GROUP
           
static ItemType ItemType.JCR_CONTENT
           
static ItemType ItemType.ROLE
           
static ItemType ItemType.SYSTEM
           
static ItemType ItemType.USER
           
static ItemType ItemType.WORKITEM
          "wfe:workItem".
 

Methods in info.magnolia.cms.core that return ItemType
 ItemType DefaultContent.getItemType()
           
 ItemType Content.getItemType()
          Get the magnolia ItemType.
 

Methods in info.magnolia.cms.core with parameters of type ItemType
 Content Content.createContent(String name, ItemType contentType)
          Creates a Content node under the current node with the specified name.
 Content AbstractContent.createContent(String name, ItemType contentType)
           
 Collection<Content> Content.getChildren(ItemType contentType)
          Get collection of specified content type.
 Collection<Content> AbstractContent.getChildren(ItemType itemType)
          Get collection of specified content type.
 Content HierarchyManager.getContent(String path, boolean create, ItemType type)
           
 Content DefaultHierarchyManager.getContent(String path, boolean create, ItemType type)
          Like getContent() but creates the node if not yet existing.
 boolean HierarchyManager.isNodeType(String path, ItemType type)
          Deprecated. since 4.0 - use getContent().isNodeType() instead. (not used currently)
 boolean DefaultHierarchyManager.isNodeType(String path, ItemType type)
          Deprecated. since 4.0 - use getContent().isNodeType() instead. (not used currently)
 

Uses of ItemType in info.magnolia.cms.core.version
 

Methods in info.magnolia.cms.core.version with parameters of type ItemType
 Content ContentVersion.createContent(String name, ItemType contentType)
          Throws an AccessDeniedException as versions are read only.
 

Uses of ItemType in info.magnolia.cms.gui.control
 

Methods in info.magnolia.cms.gui.control with parameters of type ItemType
 void Tree.addItemType(ItemType s)
          Add a itemType to the itemTypes that will be shown in this branch.
 

Uses of ItemType in info.magnolia.cms.util
 

Methods in info.magnolia.cms.util that return ItemType
 ItemType ContentWrapper.getItemType()
           
 

Methods in info.magnolia.cms.util with parameters of type ItemType
static void ContentUtil.changeNodeType(Content node, ItemType newType, boolean replaceAll)
          Utility method to change the jcr:primaryType value of a node.
static SiblingsHelper SiblingsHelper.childrenOf(Content parent, ItemType childType)
          Instantiates a SiblingsHelper representing the children of the given node, where the current node is the first child of given type.
static List<Content> ContentUtil.collectAllChildren(Content node, ItemType type)
          Get all children of a particular type.
static List<Content> ContentUtil.collectAllChildren(Content node, ItemType[] types)
          Get all children of a particular type.
static Content ContentUtil.createPath(Content parent, String path, ItemType type)
           
static Content ContentUtil.createPath(Content parent, String path, ItemType type, boolean save)
           
static Content ContentUtil.createPath(HierarchyManager hm, String path, ItemType type)
           
static Content ContentUtil.createPath(HierarchyManager hm, String path, ItemType type, boolean save)
           
 Content HierarchyManagerWrapper.getContent(String path, boolean create, ItemType type)
           
static Content ContentUtil.getOrCreateContent(Content node, String name, ItemType contentType)
          If the node doesn't exist just create it.
static Content ContentUtil.getOrCreateContent(Content node, String name, ItemType contentType, boolean save)
          If the node doesn't exist just create it.
 boolean HierarchyManagerWrapper.isNodeType(String path, ItemType type)
          Deprecated. since 4.0 - use getContent().isNodeType() instead. (not used currently)
 

Constructors in info.magnolia.cms.util with parameters of type ItemType
NodeTypeFilter(ItemType type)
           
 

Uses of ItemType in info.magnolia.content2bean
 

Methods in info.magnolia.content2bean that return ItemType
 ItemType Bean2ContentTransformer.finishContent(TransformationState state)
          Called after the node data and child content is set.
 ItemType TypeDescriptor.getItemType()
           
 ItemType Bean2ContentTransformer.prepareContent(TransformationState state)
          Set mixin types or similar.
 ItemType Bean2ContentTransformer.resolveItemType(TransformationState state)
          The item type of the node.
 ItemType Bean2ContentTransformer.resolveName(TransformationState state)
          The content name to use.
 

Methods in info.magnolia.content2bean with parameters of type ItemType
 void TypeDescriptor.setItemType(ItemType itemType)
           
 

Uses of ItemType in info.magnolia.logging
 

Methods in info.magnolia.logging with parameters of type ItemType
static void AuditLoggingUtil.log(String action, String workspaceName, ItemType nodeType, String nodePath)
          log create, modify, activate, deactivate, delete incl.
 

Uses of ItemType in info.magnolia.module.admininterface
 

Methods in info.magnolia.module.admininterface that return ItemType
 ItemType SaveHandlerImpl.getCreationItemType()
           
 ItemType SaveHandler.getCreationItemType()
          Defines the node type to create if isCreate is true
 

Methods in info.magnolia.module.admininterface with parameters of type ItemType
 void SaveHandlerImpl.setCreationItemType(ItemType creationItemType)
           
 void SaveHandler.setCreationItemType(ItemType creationItemType)
          Defines the node type to create if isCreate is true
 

Uses of ItemType in info.magnolia.module.delta
 

Constructors in info.magnolia.module.delta with parameters of type ItemType
ChangeNodeTypeTask(String nodePath, String workspace, ItemType newType)
           
CreateNodePathTask(String name, String description, String workspace, String path, ItemType type)
           
 

Uses of ItemType in info.magnolia.module.mail.setup
 

Constructors in info.magnolia.module.mail.setup with parameters of type ItemType
MoveNodeContentTask(String name, String description, String workspaceName, String src, String dest, ItemType type, boolean overwrite)
          Deprecated.  
 

Uses of ItemType in info.magnolia.nodebuilder
 

Methods in info.magnolia.nodebuilder with parameters of type ItemType
static NodeOperation Ops.addNode(String name, ItemType type)
           
static NodeOperation ContentOps.createContent(String name, ItemType type)
           
static NodeOperation Ops.onChildNodes(ItemType type, NodeOperation... childrenOps)
          Executes the operation for each child node of a certain type.
static NodeOperation RecursiveOp.recursive(ItemType type, NodeOperation... childrenOps)
          Visits the hierarchy recursively and executes the operations on all nodes matching a certain type.
 



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