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

All Superinterfaces:
ExtensionsData, Serializable, TypeDefinition

public interface DocumentTypeDefinition
extends TypeDefinition


Method Summary
 ContentStreamAllowed getContentStreamAllowed()
           
 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

Boolean isVersionable()

getContentStreamAllowed

ContentStreamAllowed getContentStreamAllowed()


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