org.apache.chemistry.opencmis.commons.definitions
Interface DocumentTypeDefinition

All Superinterfaces:
ExtensionsData, java.io.Serializable, TypeDefinition

public interface DocumentTypeDefinition
extends TypeDefinition


Method Summary
 ContentStreamAllowed getContentStreamAllowed()
           
 java.lang.Boolean isVersionable()
           
 
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
 

Method Detail

isVersionable

java.lang.Boolean isVersionable()

getContentStreamAllowed

ContentStreamAllowed getContentStreamAllowed()


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