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

Packages that use ItemType
info.magnolia.audit   
info.magnolia.cms.core   
info.magnolia.cms.core.version   
info.magnolia.cms.util   
info.magnolia.content2bean   
info.magnolia.module.delta   
info.magnolia.nodebuilder   
 

Uses of ItemType in info.magnolia.audit
 

Methods in info.magnolia.audit with parameters of type ItemType
static void AuditLoggingUtil.log(String action, String workspaceName, ItemType nodeType, String nodePath)
          Deprecated. since 4.5, use AuditLoggingUtil.log(String, String, NodeType, String) instead.
 

Uses of ItemType in info.magnolia.cms.core
 

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

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

Methods in info.magnolia.cms.core with parameters of type ItemType
 Content Content.createContent(String name, ItemType contentType)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated.  
 Content DefaultHierarchyManager.getContent(String path, boolean create, ItemType type)
          Deprecated. Like getContent() but creates the node if not yet existing.
 

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.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)
          Deprecated. 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)
          Deprecated. Get all children of a particular type.
static List<Content> ContentUtil.collectAllChildren(Content node, ItemType[] types)
          Deprecated. Get all children of a particular type.
static Content ContentUtil.createPath(Content parent, String path, ItemType type)
          Deprecated.  
static Content ContentUtil.createPath(Content parent, String path, ItemType type, boolean save)
          Deprecated.  
static Content ContentUtil.createPath(HierarchyManager hm, String path, ItemType type)
          Deprecated.  
static Content ContentUtil.createPath(HierarchyManager hm, String path, ItemType type, boolean save)
          Deprecated.  
 Content HierarchyManagerWrapper.getContent(String path, boolean create, ItemType type)
           
static Content ContentUtil.getOrCreateContent(Content node, String name, ItemType contentType)
          Deprecated. If the node doesn't exist just create it.
static Content ContentUtil.getOrCreateContent(Content node, String name, ItemType contentType, boolean save)
          Deprecated. If the node doesn't exist just create it.
 

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.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.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-2013 Magnolia International Ltd.. All Rights Reserved.