Package org.alfresco.cmis.client.type
Class AlfrescoDocumentType
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractTypeDefinition
org.apache.chemistry.opencmis.commons.impl.dataobjects.DocumentTypeDefinitionImpl
org.apache.chemistry.opencmis.client.runtime.objecttype.DocumentTypeImpl
org.alfresco.cmis.client.type.AlfrescoDocumentType
- All Implemented Interfaces:
Serializable,AlfrescoType,org.apache.chemistry.opencmis.client.api.DocumentType,org.apache.chemistry.opencmis.client.api.ObjectType,org.apache.chemistry.opencmis.commons.data.ExtensionsData,org.apache.chemistry.opencmis.commons.definitions.DocumentTypeDefinition,org.apache.chemistry.opencmis.commons.definitions.MutableDocumentTypeDefinition,org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition,org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
public class AlfrescoDocumentType
extends org.apache.chemistry.opencmis.client.runtime.objecttype.DocumentTypeImpl
implements AlfrescoType
Represents an Alfresco document type, including mandatory aspects.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlfrescoDocumentType(org.apache.chemistry.opencmis.client.api.Session session, org.apache.chemistry.opencmis.commons.definitions.DocumentTypeDefinition typeDefinition) -
Method Summary
Methods inherited from class org.apache.chemistry.opencmis.client.runtime.objecttype.DocumentTypeImpl
getBaseType, getChildren, getDescendants, getParentType, isBaseTypeMethods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.DocumentTypeDefinitionImpl
getContentStreamAllowed, isVersionable, setContentStreamAllowed, setIsVersionableMethods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractTypeDefinition
addPropertyDefinition, getBaseTypeId, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getParentTypeId, getPropertyDefinitions, getQueryName, getTypeMutability, initialize, isControllableAcl, isControllablePolicy, isCreatable, isFileable, isFulltextIndexed, isIncludedInSupertypeQuery, isQueryable, removeAllPropertyDefinitions, removePropertyDefinition, setBaseTypeId, setDescription, setDisplayName, setId, setIsControllableAcl, setIsControllablePolicy, setIsCreatable, setIsFileable, setIsFulltextIndexed, setIsIncludedInSupertypeQuery, setIsQueryable, setLocalName, setLocalNamespace, setParentTypeId, setPropertyDefinitions, setQueryName, setTypeMutability, toStringMethods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
getExtensions, setExtensionsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.chemistry.opencmis.client.api.DocumentType
getContentStreamAllowed, isVersionableMethods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
getExtensions, setExtensionsMethods inherited from interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
addPropertyDefinition, removeAllPropertyDefinitions, removePropertyDefinition, setBaseTypeId, setDescription, setDisplayName, setId, setIsControllableAcl, setIsControllablePolicy, setIsCreatable, setIsFileable, setIsFulltextIndexed, setIsIncludedInSupertypeQuery, setIsQueryable, setLocalName, setLocalNamespace, setParentTypeId, setQueryName, setTypeMutabilityMethods inherited from interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
getBaseTypeId, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getParentTypeId, getPropertyDefinitions, getQueryName, getTypeMutability, isControllableAcl, isControllablePolicy, isCreatable, isFileable, isFulltextIndexed, isIncludedInSupertypeQuery, isQueryable
-
Constructor Details
-
AlfrescoDocumentType
public AlfrescoDocumentType(org.apache.chemistry.opencmis.client.api.Session session, org.apache.chemistry.opencmis.commons.definitions.DocumentTypeDefinition typeDefinition)
-
-
Method Details
-
getMandatoryAspects
- Specified by:
getMandatoryAspectsin interfaceAlfrescoType
-