public interface DocumentType extends ObjectType
DOCUMENT_BASETYPE_ID, FOLDER_BASETYPE_ID, POLICY_BASETYPE_ID, RELATIONSHIP_BASETYPE_ID
Modifier and Type | Method and Description |
---|---|
ContentStreamAllowed |
getContentStreamAllowed()
Gets the enum that describes, how content streams have to be handled with
this document type.
|
Boolean |
isVersionable()
Gets the
isVersionable flag. |
getBaseType, getChildren, getDescendants, getParentType, isBaseType
getBaseTypeId, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getParentTypeId, getPropertyDefinitions, getQueryName, getTypeMutability, isControllableAcl, isControllablePolicy, isCreatable, isFileable, isFulltextIndexed, isIncludedInSupertypeQuery, isQueryable
getExtensions, setExtensions
Boolean isVersionable()
isVersionable
flag.true
if this document type is versionable, false
if documents of this type cannot be versioned.ContentStreamAllowed getContentStreamAllowed()
notallowed
,
allowed
, or required
)Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.