Package org.alfresco.rm.rest.api.impl
Class SearchTypesFactory
- java.lang.Object
-
- org.alfresco.rm.rest.api.impl.SearchTypesFactory
-
public class SearchTypesFactory extends Object
Utility class that handles common api endpoint tasks- Since:
- 2.6
- Author:
- Ana Bozianu
-
-
Constructor Summary
Constructors Constructor Description SearchTypesFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 endpointSet<org.alfresco.service.namespace.QName>
buildSearchTypesForFilePlanEndpoint()
Set<org.alfresco.service.namespace.QName>
buildSearchTypesForTransferContainersEndpoint()
Helper method to build search types for transfer containers endpointSet<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 endpointsvoid
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
void
setNodes(org.alfresco.rest.api.Nodes nodes)
-
-
-
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:
-
-