public class AlfrescoDocumentTypeImpl extends Object implements AlfrescoDocumentType
| Constructor and Description |
|---|
AlfrescoDocumentTypeImpl(AlfrescoDocument doc) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.chemistry.opencmis.client.api.ObjectType> |
getAspects()
Returns the aspects that are assigned to the object this type belongs to.
|
org.apache.chemistry.opencmis.client.api.ObjectType |
getBaseType() |
org.apache.chemistry.opencmis.commons.enums.BaseTypeId |
getBaseTypeId() |
org.apache.chemistry.opencmis.client.api.ItemIterable<org.apache.chemistry.opencmis.client.api.ObjectType> |
getChildren() |
org.apache.chemistry.opencmis.commons.enums.ContentStreamAllowed |
getContentStreamAllowed() |
List<org.apache.chemistry.opencmis.client.api.Tree<org.apache.chemistry.opencmis.client.api.ObjectType>> |
getDescendants(int depth) |
String |
getDescription() |
String |
getDisplayName() |
List<org.apache.chemistry.opencmis.commons.data.CmisExtensionElement> |
getExtensions() |
String |
getId() |
String |
getLocalName() |
String |
getLocalNamespace() |
org.apache.chemistry.opencmis.client.api.ObjectType |
getParentType() |
String |
getParentTypeId() |
Map<String,org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<?>> |
getPropertyDefinitions() |
String |
getQueryName() |
org.apache.chemistry.opencmis.commons.definitions.TypeMutability |
getTypeMutability() |
boolean |
isBaseType() |
Boolean |
isControllableAcl() |
Boolean |
isControllablePolicy() |
Boolean |
isCreatable() |
Boolean |
isFileable() |
Boolean |
isFulltextIndexed() |
Boolean |
isIncludedInSupertypeQuery() |
Boolean |
isQueryable() |
Boolean |
isVersionable() |
void |
setExtensions(List<org.apache.chemistry.opencmis.commons.data.CmisExtensionElement> extensions) |
public AlfrescoDocumentTypeImpl(AlfrescoDocument doc)
public Boolean isVersionable()
isVersionable in interface org.apache.chemistry.opencmis.commons.definitions.DocumentTypeDefinitionpublic org.apache.chemistry.opencmis.commons.enums.ContentStreamAllowed getContentStreamAllowed()
getContentStreamAllowed in interface org.apache.chemistry.opencmis.commons.definitions.DocumentTypeDefinitionpublic List<org.apache.chemistry.opencmis.commons.data.CmisExtensionElement> getExtensions()
getExtensions in interface org.apache.chemistry.opencmis.commons.data.ExtensionsDatapublic void setExtensions(List<org.apache.chemistry.opencmis.commons.data.CmisExtensionElement> extensions)
setExtensions in interface org.apache.chemistry.opencmis.commons.data.ExtensionsDatapublic String getId()
getId in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionpublic String getLocalName()
getLocalName in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionpublic String getLocalNamespace()
getLocalNamespace in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionpublic String getDisplayName()
getDisplayName in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionpublic String getQueryName()
getQueryName in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionpublic String getDescription()
getDescription in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionpublic org.apache.chemistry.opencmis.commons.enums.BaseTypeId getBaseTypeId()
getBaseTypeId in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionpublic String getParentTypeId()
getParentTypeId in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionpublic Boolean isCreatable()
isCreatable in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionpublic Boolean isFileable()
isFileable in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionpublic Boolean isQueryable()
isQueryable in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionpublic Boolean isFulltextIndexed()
isFulltextIndexed in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionpublic Boolean isIncludedInSupertypeQuery()
isIncludedInSupertypeQuery in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionpublic Boolean isControllablePolicy()
isControllablePolicy in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionpublic Boolean isControllableAcl()
isControllableAcl in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionpublic Map<String,org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<?>> getPropertyDefinitions()
getPropertyDefinitions in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionpublic Collection<org.apache.chemistry.opencmis.client.api.ObjectType> getAspects()
AlfrescoObjectTypegetAspects in interface AlfrescoObjectTypepublic boolean isBaseType()
isBaseType in interface org.apache.chemistry.opencmis.client.api.ObjectTypepublic org.apache.chemistry.opencmis.client.api.ObjectType getBaseType()
getBaseType in interface org.apache.chemistry.opencmis.client.api.ObjectTypepublic org.apache.chemistry.opencmis.client.api.ObjectType getParentType()
getParentType in interface org.apache.chemistry.opencmis.client.api.ObjectTypepublic org.apache.chemistry.opencmis.client.api.ItemIterable<org.apache.chemistry.opencmis.client.api.ObjectType> getChildren()
getChildren in interface org.apache.chemistry.opencmis.client.api.ObjectTypepublic List<org.apache.chemistry.opencmis.client.api.Tree<org.apache.chemistry.opencmis.client.api.ObjectType>> getDescendants(int depth)
getDescendants in interface org.apache.chemistry.opencmis.client.api.ObjectTypepublic org.apache.chemistry.opencmis.commons.definitions.TypeMutability getTypeMutability()
getTypeMutability in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionCopyright © 2011–2014 Alfresco. All rights reserved.