org.apache.chemistry.opencmis.client.api
Interface DocumentType
- All Superinterfaces:
- ExtensionsData, ObjectType, java.io.Serializable, TypeDefinition
public interface DocumentType
- extends ObjectType
Document Object Type.
See CMIS Domain Model - section 2.1.4.3.
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 |
isVersionable
java.lang.Boolean isVersionable()
- Gets the
isVersionable
flag.
- Returns:
true
if this document type is versionable, false
if documents of this type cannot be versioned.
getContentStreamAllowed
ContentStreamAllowed getContentStreamAllowed()
- Gets the enum that describes, how content streams have to be handled with
this document type.
- Returns:
- the mode of content stream support (
notallowed
, allowed
, or required
).
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.