Uses of Class
info.magnolia.module.data.TypeDefinition

Packages that use TypeDefinition
info.magnolia.module.data This package contains the main configuration and initialization classes for the data module. 
info.magnolia.module.data.trees This package contains the configuration of the trees for presenting the types and the data items. 
info.magnolia.module.data.util This package contains the utility classes for the data module. 
 

Uses of TypeDefinition in info.magnolia.module.data
 

Methods in info.magnolia.module.data that return TypeDefinition
 TypeDefinition DataModule.getType(String name)
          Deprecated. since 1.4 Use DataModule.getTypeDefinitionByName(String) instead.
 TypeDefinition DataModule.getTypeDefinitionByName(String itemName)
           
 

Methods in info.magnolia.module.data that return types with arguments of type TypeDefinition
 List<TypeDefinition> DataModule.getTypeDefinitions()
          Get all TypeDefinitions.
 List<TypeDefinition> DataModule.getTypeDefinitionsByRootPath(String rootPath)
          Get all TypeDefinitions that have a specified root path.
 Map<String,TypeDefinition> DataModule.getTypes()
           
 

Methods in info.magnolia.module.data with parameters of type TypeDefinition
 void DataModule.addType(String name, TypeDefinition type)
           
protected  void DataModule.createRootPath(TypeDefinition type)
          Create the root path in the repository if it does not exist yet.
protected  void DataModule.initType(TypeDefinition type)
          Initializes the given type.
protected  void DataModule.registerNodeType(TypeDefinition type)
          Deprecated. since 1.4 This method doesn't seem to be used anywhere. Use DataUtil.registerNodeType(TypeDefinition) instead
protected  void DataModule.updateDataMenu(TypeDefinition type)
          Updates the sub menus for the data module menu based on the given type configuration.
 

Method parameters in info.magnolia.module.data with type arguments of type TypeDefinition
protected  void DataModule.initChildTypes(info.magnolia.cms.core.Content parent, int level, String rootPath, Map<String,TypeDefinition> tempTypeNodes)
          Loads TypeDefinition child nodes from the repository.
 void DataModule.setTypes(Map<String,TypeDefinition> types)
           
 

Uses of TypeDefinition in info.magnolia.module.data.trees
 

Method parameters in info.magnolia.module.data.trees with type arguments of type TypeDefinition
 void GenericDataAdminTreeConfig.setItemtypes(List<TypeDefinition> treeItemTypes)
           
 

Constructors in info.magnolia.module.data.trees with parameters of type TypeDefinition
GenericDataAdminTreeConfig(TypeDefinition type, info.magnolia.module.admininterface.dialogs.ConfiguredDialog dialog)
          Deprecated. since 1.3.1
 

Uses of TypeDefinition in info.magnolia.module.data.util
 

Methods in info.magnolia.module.data.util that return TypeDefinition
static TypeDefinition DataUtil.createTypeDefinition(info.magnolia.cms.core.Content content)
          Create a TypeDefinition object from a content node.
 

Methods in info.magnolia.module.data.util with parameters of type TypeDefinition
static void DataUtil.registerNodeType(TypeDefinition type)
          Registers a new node type for the given repository and type.
 



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