public class InMemoryDocumentTypeDefinition extends DocumentTypeDefinitionImpl
Constructor and Description |
---|
InMemoryDocumentTypeDefinition() |
InMemoryDocumentTypeDefinition(String id,
String displayName) |
InMemoryDocumentTypeDefinition(String id,
String displayName,
InMemoryDocumentTypeDefinition parentType) |
Modifier and Type | Method and Description |
---|---|
void |
addCustomPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions)
Set the property definitions for this type.
|
static InMemoryDocumentTypeDefinition |
getRootDocumentType() |
getContentStreamAllowed, isVersionable, setContentStreamAllowed, setIsVersionable
addPropertyDefinition, clone, getBaseTypeId, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getParentTypeId, getPropertyDefinitions, getQueryName, getTypeMutability, initialize, isControllableAcl, isControllablePolicy, isCreatable, isFileable, isFulltextIndexed, isIncludedInSupertypeQuery, isQueryable, setBaseTypeId, setDescription, setDisplayName, setId, setIsControllableAcl, setIsControllablePolicy, setIsCreatable, setIsFileable, setIsFulltextIndexed, setIsIncludedInSupertypeQuery, setIsQueryable, setLocalName, setLocalNamespace, setParentTypeId, setPropertyDefinitions, setQueryName, setTypeMutability, toString
getExtensions, setExtensions
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBaseTypeId, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getParentTypeId, getPropertyDefinitions, getQueryName, getTypeMutability, isControllableAcl, isControllablePolicy, isCreatable, isFileable, isFulltextIndexed, isIncludedInSupertypeQuery, isQueryable
getExtensions, setExtensions
public InMemoryDocumentTypeDefinition()
public InMemoryDocumentTypeDefinition(String id, String displayName, InMemoryDocumentTypeDefinition parentType)
public static InMemoryDocumentTypeDefinition getRootDocumentType()
public void addCustomPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions)
setPropertyDefinitions(java.util.Map)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.