Package org.alfresco.cmis.client.impl
Class AlfrescoFolderTypeImpl
- java.lang.Object
-
- org.alfresco.cmis.client.impl.AlfrescoFolderTypeImpl
-
- All Implemented Interfaces:
Serializable,AlfrescoFolderType,AlfrescoObjectType,org.apache.chemistry.opencmis.client.api.ObjectType,org.apache.chemistry.opencmis.commons.data.ExtensionsData,org.apache.chemistry.opencmis.commons.definitions.FolderTypeDefinition,org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
public class AlfrescoFolderTypeImpl extends Object implements AlfrescoFolderType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlfrescoFolderTypeImpl(AlfrescoFolder folder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.ObjectTypegetBaseType()org.apache.chemistry.opencmis.commons.enums.BaseTypeIdgetBaseTypeId()org.apache.chemistry.opencmis.client.api.ItemIterable<org.apache.chemistry.opencmis.client.api.ObjectType>getChildren()List<org.apache.chemistry.opencmis.client.api.Tree<org.apache.chemistry.opencmis.client.api.ObjectType>>getDescendants(int depth)StringgetDescription()StringgetDisplayName()List<org.apache.chemistry.opencmis.commons.data.CmisExtensionElement>getExtensions()StringgetId()StringgetLocalName()StringgetLocalNamespace()org.apache.chemistry.opencmis.client.api.ObjectTypegetParentType()StringgetParentTypeId()Map<String,org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<?>>getPropertyDefinitions()StringgetQueryName()org.apache.chemistry.opencmis.commons.definitions.TypeMutabilitygetTypeMutability()booleanisBaseType()BooleanisControllableAcl()BooleanisControllablePolicy()BooleanisCreatable()BooleanisFileable()BooleanisFulltextIndexed()BooleanisIncludedInSupertypeQuery()BooleanisQueryable()voidsetExtensions(List<org.apache.chemistry.opencmis.commons.data.CmisExtensionElement> extensions)
-
-
-
Constructor Detail
-
AlfrescoFolderTypeImpl
public AlfrescoFolderTypeImpl(AlfrescoFolder folder)
-
-
Method Detail
-
getExtensions
public List<org.apache.chemistry.opencmis.commons.data.CmisExtensionElement> getExtensions()
- Specified by:
getExtensionsin interfaceorg.apache.chemistry.opencmis.commons.data.ExtensionsData
-
setExtensions
public void setExtensions(List<org.apache.chemistry.opencmis.commons.data.CmisExtensionElement> extensions)
- Specified by:
setExtensionsin interfaceorg.apache.chemistry.opencmis.commons.data.ExtensionsData
-
getId
public String getId()
- Specified by:
getIdin interfaceorg.apache.chemistry.opencmis.commons.definitions.TypeDefinition
-
getLocalName
public String getLocalName()
- Specified by:
getLocalNamein interfaceorg.apache.chemistry.opencmis.commons.definitions.TypeDefinition
-
getLocalNamespace
public String getLocalNamespace()
- Specified by:
getLocalNamespacein interfaceorg.apache.chemistry.opencmis.commons.definitions.TypeDefinition
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceorg.apache.chemistry.opencmis.commons.definitions.TypeDefinition
-
getQueryName
public String getQueryName()
- Specified by:
getQueryNamein interfaceorg.apache.chemistry.opencmis.commons.definitions.TypeDefinition
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceorg.apache.chemistry.opencmis.commons.definitions.TypeDefinition
-
getBaseTypeId
public org.apache.chemistry.opencmis.commons.enums.BaseTypeId getBaseTypeId()
- Specified by:
getBaseTypeIdin interfaceorg.apache.chemistry.opencmis.commons.definitions.TypeDefinition
-
getParentTypeId
public String getParentTypeId()
- Specified by:
getParentTypeIdin interfaceorg.apache.chemistry.opencmis.commons.definitions.TypeDefinition
-
isCreatable
public Boolean isCreatable()
- Specified by:
isCreatablein interfaceorg.apache.chemistry.opencmis.commons.definitions.TypeDefinition
-
isFileable
public Boolean isFileable()
- Specified by:
isFileablein interfaceorg.apache.chemistry.opencmis.commons.definitions.TypeDefinition
-
isQueryable
public Boolean isQueryable()
- Specified by:
isQueryablein interfaceorg.apache.chemistry.opencmis.commons.definitions.TypeDefinition
-
isFulltextIndexed
public Boolean isFulltextIndexed()
- Specified by:
isFulltextIndexedin interfaceorg.apache.chemistry.opencmis.commons.definitions.TypeDefinition
-
isIncludedInSupertypeQuery
public Boolean isIncludedInSupertypeQuery()
- Specified by:
isIncludedInSupertypeQueryin interfaceorg.apache.chemistry.opencmis.commons.definitions.TypeDefinition
-
isControllablePolicy
public Boolean isControllablePolicy()
- Specified by:
isControllablePolicyin interfaceorg.apache.chemistry.opencmis.commons.definitions.TypeDefinition
-
isControllableAcl
public Boolean isControllableAcl()
- Specified by:
isControllableAclin interfaceorg.apache.chemistry.opencmis.commons.definitions.TypeDefinition
-
getPropertyDefinitions
public Map<String,org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<?>> getPropertyDefinitions()
- Specified by:
getPropertyDefinitionsin interfaceorg.apache.chemistry.opencmis.commons.definitions.TypeDefinition
-
getAspects
public Collection<org.apache.chemistry.opencmis.client.api.ObjectType> getAspects()
Description copied from interface:AlfrescoObjectTypeReturns the aspects that are assigned to the object this type belongs to.- Specified by:
getAspectsin interfaceAlfrescoObjectType- Returns:
- Collection<ObjectType>
-
isBaseType
public boolean isBaseType()
- Specified by:
isBaseTypein interfaceorg.apache.chemistry.opencmis.client.api.ObjectType
-
getBaseType
public org.apache.chemistry.opencmis.client.api.ObjectType getBaseType()
- Specified by:
getBaseTypein interfaceorg.apache.chemistry.opencmis.client.api.ObjectType
-
getParentType
public org.apache.chemistry.opencmis.client.api.ObjectType getParentType()
- Specified by:
getParentTypein interfaceorg.apache.chemistry.opencmis.client.api.ObjectType
-
getChildren
public org.apache.chemistry.opencmis.client.api.ItemIterable<org.apache.chemistry.opencmis.client.api.ObjectType> getChildren()
- Specified by:
getChildrenin interfaceorg.apache.chemistry.opencmis.client.api.ObjectType
-
getDescendants
public List<org.apache.chemistry.opencmis.client.api.Tree<org.apache.chemistry.opencmis.client.api.ObjectType>> getDescendants(int depth)
- Specified by:
getDescendantsin interfaceorg.apache.chemistry.opencmis.client.api.ObjectType
-
getTypeMutability
public org.apache.chemistry.opencmis.commons.definitions.TypeMutability getTypeMutability()
- Specified by:
getTypeMutabilityin interfaceorg.apache.chemistry.opencmis.commons.definitions.TypeDefinition
-
-