Class SearchTypesFactory


  • public class SearchTypesFactory
    extends Object
    Utility class that handles common api endpoint tasks
    Since:
    2.6
    Author:
    Ana Bozianu
    • Constructor Detail

      • SearchTypesFactory

        public SearchTypesFactory()
    • Method Detail

      • setDictionaryService

        public void setDictionaryService​(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
      • setNodes

        public void setNodes​(org.alfresco.rest.api.Nodes nodes)
      • buildSearchTypesForFilePlanEndpoint

        public Set<org.alfresco.service.namespace.QName> buildSearchTypesForFilePlanEndpoint()
      • buildSearchTypesForUnfiledEndpoint

        public Set<org.alfresco.service.namespace.QName> buildSearchTypesForUnfiledEndpoint​(org.alfresco.rest.framework.resource.parameters.Parameters parameters,
                                                                                            Set<String> listFolderChildrenEqualsQueryProperties)
        Helper method to build search types for unfiled container and unfiled record folders endpoints
        Parameters:
        parameters -
        listFolderChildrenEqualsQueryProperties -
        Returns:
      • buildSearchTypesCategoriesEndpoint

        public Set<org.alfresco.service.namespace.QName> buildSearchTypesCategoriesEndpoint​(org.alfresco.rest.framework.resource.parameters.Parameters parameters,
                                                                                            Set<String> listRecordCategoryChildrenEqualsQueryProperties)
        Helper method to build search types for categories endpoint
        Parameters:
        parameters -
        listRecordCategoryChildrenEqualsQueryProperties -
        Returns:
      • buildSearchTypesForTransferContainersEndpoint

        public Set<org.alfresco.service.namespace.QName> buildSearchTypesForTransferContainersEndpoint()
        Helper method to build search types for transfer containers endpoint
        Returns: