org.apache.chemistry.opencmis.commons.impl.dataobjects
Class DocumentTypeDefinitionImpl

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
      extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractTypeDefinition
          extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.DocumentTypeDefinitionImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.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

Constructor Summary
DocumentTypeDefinitionImpl()
           
 
Method Summary
 ContentStreamAllowed getContentStreamAllowed()
           
 java.lang.Boolean isVersionable()
           
 void setContentStreamAllowed(ContentStreamAllowed contentStreamAllowed)
           
 void setIsVersionable(java.lang.Boolean isVersionable)
           
 
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 class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
getExtensions, setExtensions
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
getExtensions, setExtensions
 

Constructor Detail

DocumentTypeDefinitionImpl

public DocumentTypeDefinitionImpl()
Method Detail

getContentStreamAllowed

public ContentStreamAllowed getContentStreamAllowed()
Specified by:
getContentStreamAllowed in interface DocumentTypeDefinition

setContentStreamAllowed

public void setContentStreamAllowed(ContentStreamAllowed contentStreamAllowed)

isVersionable

public java.lang.Boolean isVersionable()
Specified by:
isVersionable in interface DocumentTypeDefinition

setIsVersionable

public void setIsVersionable(java.lang.Boolean isVersionable)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.