public class CMISDocumentTypeDefinition extends CMISAbstractTypeDefinition
| Modifier and Type | Field and Description |
|---|---|
protected CMISContentStreamAllowedEnum |
contentStreamAllowed |
protected boolean |
fileable |
actionEvaluators, cmisClassDef, controllableACL, controllablePolicy, creatable, description, displayName, fullTextIndexed, includedInSuperTypeQuery, inheritedProperties, internalParentType, isPublic, logger, objectTypeId, objectTypeQueryName, ownedProperties, parentType, parentTypeId, properties, queryable, rootType, subTypeIds, subTypes| Constructor and Description |
|---|
CMISDocumentTypeDefinition(CMISMapping cmisMapping,
CMISTypeId typeId,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
org.alfresco.service.cmr.dictionary.ClassDefinition cmisClassDef)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
CMISContentStreamAllowedEnum |
getContentStreamAllowed()
Is a content stream allowed for this type? It may be disallowed, optional or mandatory.
|
boolean |
isFileable()
Are objects of this type fileable?
|
boolean |
isVersionable()
Is this type versionable? If true this implies all instances of the type are versionable.
|
String |
toString() |
equals, getActionEvaluators, getAllowedSourceTypes, getAllowedTargetTypes, getBaseType, getDescription, getDisplayName, getInternalParentType, getOwnedPropertyDefinitions, getParentType, getPropertyDefinitions, getQueryName, getSubTypes, getTypeId, hashCode, isControllableACL, isControllablePolicy, isCreatable, isFullTextIndexed, isIncludedInSuperTypeQuery, isPublic, isQueryableprotected boolean fileable
protected CMISContentStreamAllowedEnum contentStreamAllowed
public CMISDocumentTypeDefinition(CMISMapping cmisMapping, CMISTypeId typeId, org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService, org.alfresco.service.cmr.dictionary.ClassDefinition cmisClassDef)
cmisMapping - typeId - cmisClassDef - public boolean isFileable()
isFileable in interface CMISTypeDefinitionisFileable in class CMISAbstractTypeDefinitionpublic boolean isVersionable()
isVersionable in interface CMISTypeDefinitionisVersionable in class CMISAbstractTypeDefinitionpublic CMISContentStreamAllowedEnum getContentStreamAllowed()
getContentStreamAllowed in interface CMISTypeDefinitiongetContentStreamAllowed in class CMISAbstractTypeDefinitionCopyright © 2005–2014 Alfresco Software. All rights reserved.