public class DocumentTypeCreationHelper extends Object
Modifier and Type | Method and Description |
---|---|
static List<TypeDefinition> |
createDefaultTypes()
create root types and a collection of sample types
|
static List<TypeDefinition> |
createMapWithDefaultTypes() |
static List<TypeDefinition> |
getDefaultTypes() |
static void |
mergePropertyDefinitions(Map<String,PropertyDefinition<?>> existingPpropertyDefinitions,
Map<String,PropertyDefinition<?>> newPropertyDefinitions) |
static void |
setBasicDocumentPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions) |
static void |
setBasicFolderPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions) |
static void |
setBasicPolicyPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions) |
static void |
setBasicPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions) |
static void |
setBasicRelationshipPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions) |
public static List<TypeDefinition> createMapWithDefaultTypes()
public static final List<TypeDefinition> getDefaultTypes()
public static List<TypeDefinition> createDefaultTypes()
public static void setBasicPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions)
public static void setBasicDocumentPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions)
public static void setBasicFolderPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions)
public static void setBasicPolicyPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions)
public static void setBasicRelationshipPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions)
public static void mergePropertyDefinitions(Map<String,PropertyDefinition<?>> existingPpropertyDefinitions, Map<String,PropertyDefinition<?>> newPropertyDefinitions)
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.