public class DocumentTypeDefinitionImpl extends AbstractTypeDefinition implements DocumentTypeDefinition
Constructor and Description |
---|
DocumentTypeDefinitionImpl() |
Modifier and Type | Method and Description |
---|---|
ContentStreamAllowed |
getContentStreamAllowed()
Returns if a content stream must be set.
|
Boolean |
isVersionable()
Returns whether objects of this type are versionable or not.
|
void |
setContentStreamAllowed(ContentStreamAllowed contentStreamAllowed) |
void |
setIsVersionable(Boolean isVersionable) |
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 ContentStreamAllowed getContentStreamAllowed()
DocumentTypeDefinition
getContentStreamAllowed
in interface DocumentTypeDefinition
public void setContentStreamAllowed(ContentStreamAllowed contentStreamAllowed)
public Boolean isVersionable()
DocumentTypeDefinition
isVersionable
in interface DocumentTypeDefinition
public void setIsVersionable(Boolean isVersionable)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.