Uses of Class
org.alfresco.rm.rest.api.impl.SearchTypesFactory
-
Packages that use SearchTypesFactory Package Description org.alfresco.rm.rest.api.fileplans Package info that defines the Information Governance File Plans REST APIorg.alfresco.rm.rest.api.recordcategories Package info that defines the Information Governance Record Categories REST APIorg.alfresco.rm.rest.api.recordfolders Package info that defines the Information Governance Record Folders REST APIorg.alfresco.rm.rest.api.transfercontainers Package info that defines Alfresco Governance Services transfer-containers REST APIorg.alfresco.rm.rest.api.transfers Package info that defines Alfresco Governance Services transfers REST APIorg.alfresco.rm.rest.api.unfiledcontainers Package info that defines the Information Governance Unfiled Containers REST APIorg.alfresco.rm.rest.api.unfiledrecordfolders Package info that defines the Information Governance Unfiled Record Folders REST API -
-
Uses of SearchTypesFactory in org.alfresco.rm.rest.api.fileplans
Methods in org.alfresco.rm.rest.api.fileplans with parameters of type SearchTypesFactory Modifier and Type Method Description void
FilePlanChildrenRelation. setSearchTypesFactory(SearchTypesFactory searchTypesFactory)
-
Uses of SearchTypesFactory in org.alfresco.rm.rest.api.recordcategories
Methods in org.alfresco.rm.rest.api.recordcategories with parameters of type SearchTypesFactory Modifier and Type Method Description void
RecordCategoryChildrenRelation. setSearchTypesFactory(SearchTypesFactory searchTypesFactory)
-
Uses of SearchTypesFactory in org.alfresco.rm.rest.api.recordfolders
Methods in org.alfresco.rm.rest.api.recordfolders with parameters of type SearchTypesFactory Modifier and Type Method Description void
RecordFolderChildrenRelation. setSearchTypesFactory(SearchTypesFactory searchTypesFactory)
-
Uses of SearchTypesFactory in org.alfresco.rm.rest.api.transfercontainers
Methods in org.alfresco.rm.rest.api.transfercontainers with parameters of type SearchTypesFactory Modifier and Type Method Description void
TransferContainerChildrenRelation. setSearchTypesFactory(SearchTypesFactory searchTypesFactory)
-
Uses of SearchTypesFactory in org.alfresco.rm.rest.api.transfers
Methods in org.alfresco.rm.rest.api.transfers with parameters of type SearchTypesFactory Modifier and Type Method Description void
TransferChildrenRelation. setSearchTypesFactory(SearchTypesFactory searchTypesFactory)
-
Uses of SearchTypesFactory in org.alfresco.rm.rest.api.unfiledcontainers
Methods in org.alfresco.rm.rest.api.unfiledcontainers with parameters of type SearchTypesFactory Modifier and Type Method Description void
UnfiledContainerChildrenRelation. setSearchTypesFactory(SearchTypesFactory searchTypesFactory)
-
Uses of SearchTypesFactory in org.alfresco.rm.rest.api.unfiledrecordfolders
Methods in org.alfresco.rm.rest.api.unfiledrecordfolders with parameters of type SearchTypesFactory Modifier and Type Method Description void
UnfiledRecordFolderChildrenRelation. setSearchTypesFactory(SearchTypesFactory searchTypesFactory)
-