|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentType
Document Object Type.
See CMIS Domain Model - section 2.1.4.3.
Field Summary |
---|
Fields inherited from interface org.apache.chemistry.opencmis.client.api.ObjectType |
---|
DOCUMENT_BASETYPE_ID, FOLDER_BASETYPE_ID, POLICY_BASETYPE_ID, RELATIONSHIP_BASETYPE_ID |
Method Summary | |
---|---|
ContentStreamAllowed |
getContentStreamAllowed()
Gets the enum that describes, how content streams have to be handled with this document type. |
Boolean |
isVersionable()
Gets the isVersionable flag. |
Methods inherited from interface org.apache.chemistry.opencmis.client.api.ObjectType |
---|
getBaseType, getChildren, getDescendants, getParentType, isBaseType |
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 |
---|
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
).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |