org.apache.chemistry.opencmis.commons.impl.dataobjects
Class DocumentTypeDefinitionImpl
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractTypeDefinition
org.apache.chemistry.opencmis.commons.impl.dataobjects.DocumentTypeDefinitionImpl
- All Implemented Interfaces:
- Serializable, Cloneable, ExtensionsData, DocumentTypeDefinition, TypeDefinition
- Direct Known Subclasses:
- DocumentTypeImpl, InMemoryDocumentTypeDefinition
public class DocumentTypeDefinitionImpl
- extends AbstractTypeDefinition
- implements DocumentTypeDefinition
Document type definition.
- Author:
- Florian Müller
- See Also:
- Serialized Form
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractTypeDefinition |
addPropertyDefinition, clone, getBaseTypeId, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getParentTypeId, getPropertyDefinitions, getQueryName, initialize, isControllableAcl, isControllablePolicy, isCreatable, isFileable, isFulltextIndexed, isIncludedInSupertypeQuery, isQueryable, setBaseTypeId, setDescription, setDisplayName, setId, setIsControllableAcl, setIsControllablePolicy, setIsCreatable, setIsFileable, setIsFulltextIndexed, setIsIncludedInSupertypeQuery, setIsQueryable, setLocalName, setLocalNamespace, setParentTypeId, setPropertyDefinitions, setQueryName, toString |
Methods inherited from interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition |
getBaseTypeId, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getParentTypeId, getPropertyDefinitions, getQueryName, isControllableAcl, isControllablePolicy, isCreatable, isFileable, isFulltextIndexed, isIncludedInSupertypeQuery, isQueryable |
DocumentTypeDefinitionImpl
public DocumentTypeDefinitionImpl()
getContentStreamAllowed
public ContentStreamAllowed getContentStreamAllowed()
- Specified by:
getContentStreamAllowed
in interface DocumentTypeDefinition
setContentStreamAllowed
public void setContentStreamAllowed(ContentStreamAllowed contentStreamAllowed)
isVersionable
public Boolean isVersionable()
- Specified by:
isVersionable
in interface DocumentTypeDefinition
setIsVersionable
public void setIsVersionable(Boolean isVersionable)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.