Interface CMISDictionaryService

    • Method Detail

      • findType

        TypeDefinitionWrapper findType​(java.lang.String typeId)
        Find type for type id
        Parameters:
        typeId - String
        Returns:
        TypeDefinitionWrapper
      • findTypeForClass

        TypeDefinitionWrapper findTypeForClass​(QName clazz,
                                               org.apache.chemistry.opencmis.commons.enums.BaseTypeId... matchingScopes)
        Find type for Alfresco class name. Optionally, constrain match to one of specified CMIS scopes
        Parameters:
        clazz - QName
        matchingScopes - BaseTypeId...
        Returns:
        TypeDefinitionWrapper
      • findTypeByQueryName

        TypeDefinitionWrapper findTypeByQueryName​(java.lang.String queryName)
        Find a type by its query name
        Parameters:
        queryName - String
        Returns:
        TypeDefinitionWrapper
      • findDataType

        org.apache.chemistry.opencmis.commons.enums.PropertyType findDataType​(QName dataType)
        Find data type
        Parameters:
        dataType - QName
        Returns:
        PropertyType
      • findAlfrescoDataType

        QName findAlfrescoDataType​(org.apache.chemistry.opencmis.commons.enums.PropertyType propertyType)
      • isExcluded

        boolean isExcluded​(QName qname)