Interface TaxonomyCategoryResource


@Generated("") @ProviderType public interface TaxonomyCategoryResource
To access this resource, run: curl -u your@email.com:yourpassword -D - http://localhost:8080/o/headless-admin-taxonomy/v1.0
Generated:
  • Method Details

    • deleteAssetLibraryTaxonomyCategoryByExternalReferenceCode

      void deleteAssetLibraryTaxonomyCategoryByExternalReferenceCode(Long assetLibraryId, String externalReferenceCode) throws Exception
      Throws:
      Exception
    • deleteSiteTaxonomyCategoryByExternalReferenceCode

      void deleteSiteTaxonomyCategoryByExternalReferenceCode(Long siteId, String externalReferenceCode) throws Exception
      Throws:
      Exception
    • deleteTaxonomyCategory

      void deleteTaxonomyCategory(String taxonomyCategoryId) throws Exception
      Throws:
      Exception
    • deleteTaxonomyCategoryBatch

      jakarta.ws.rs.core.Response deleteTaxonomyCategoryBatch(String callbackURL, Object object) throws Exception
      Throws:
      Exception
    • deleteTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCode

      void deleteTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCode(Long taxonomyVocabularyId, String externalReferenceCode) throws Exception
      Throws:
      Exception
    • getAssetLibraryTaxonomyCategoriesPage

      com.liferay.portal.vulcan.pagination.Page<TaxonomyCategory> getAssetLibraryTaxonomyCategoriesPage(Long assetLibraryId, String search, com.liferay.portal.vulcan.aggregation.Aggregation aggregation, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) throws Exception
      Throws:
      Exception
    • getAssetLibraryTaxonomyCategoryByExternalReferenceCode

      TaxonomyCategory getAssetLibraryTaxonomyCategoryByExternalReferenceCode(Long assetLibraryId, String externalReferenceCode) throws Exception
      Throws:
      Exception
    • getSiteTaxonomyCategoriesPage

      com.liferay.portal.vulcan.pagination.Page<TaxonomyCategory> getSiteTaxonomyCategoriesPage(Long siteId, String search, com.liferay.portal.vulcan.aggregation.Aggregation aggregation, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) throws Exception
      Throws:
      Exception
    • getSiteTaxonomyCategoryByExternalReferenceCode

      TaxonomyCategory getSiteTaxonomyCategoryByExternalReferenceCode(Long siteId, String externalReferenceCode) throws Exception
      Throws:
      Exception
    • getTaxonomyCategoriesRankedPage

      com.liferay.portal.vulcan.pagination.Page<TaxonomyCategory> getTaxonomyCategoriesRankedPage(Long siteId, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception
      Throws:
      Exception
    • getTaxonomyCategory

      TaxonomyCategory getTaxonomyCategory(String taxonomyCategoryId) throws Exception
      Throws:
      Exception
    • getTaxonomyCategoryPermissionsPage

      com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> getTaxonomyCategoryPermissionsPage(String taxonomyCategoryId, String roleNames) throws Exception
      Throws:
      Exception
    • getTaxonomyCategoryTaxonomyCategoriesPage

      com.liferay.portal.vulcan.pagination.Page<TaxonomyCategory> getTaxonomyCategoryTaxonomyCategoriesPage(String parentTaxonomyCategoryId, String search, com.liferay.portal.vulcan.aggregation.Aggregation aggregation, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) throws Exception
      Throws:
      Exception
    • getTaxonomyVocabularyTaxonomyCategoriesPage

      com.liferay.portal.vulcan.pagination.Page<TaxonomyCategory> getTaxonomyVocabularyTaxonomyCategoriesPage(Long taxonomyVocabularyId, Boolean flatten, String search, com.liferay.portal.vulcan.aggregation.Aggregation aggregation, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) throws Exception
      Throws:
      Exception
    • getTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCode

      TaxonomyCategory getTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCode(Long taxonomyVocabularyId, String externalReferenceCode) throws Exception
      Throws:
      Exception
    • patchTaxonomyCategory

      TaxonomyCategory patchTaxonomyCategory(String taxonomyCategoryId, TaxonomyCategory taxonomyCategory) throws Exception
      Throws:
      Exception
    • postAssetLibraryTaxonomyCategoriesPageExportBatch

      jakarta.ws.rs.core.Response postAssetLibraryTaxonomyCategoriesPageExportBatch(Long assetLibraryId, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.kernel.search.Sort[] sorts, String callbackURL, String contentType, String fieldNames) throws Exception
      Throws:
      Exception
    • postAssetLibraryTaxonomyCategory

      TaxonomyCategory postAssetLibraryTaxonomyCategory(Long assetLibraryId, TaxonomyCategory taxonomyCategory) throws Exception
      Throws:
      Exception
    • postAssetLibraryTaxonomyCategoryBatch

      jakarta.ws.rs.core.Response postAssetLibraryTaxonomyCategoryBatch(Long assetLibraryId, String callbackURL, Object object) throws Exception
      Throws:
      Exception
    • postSiteTaxonomyCategoriesPageExportBatch

      jakarta.ws.rs.core.Response postSiteTaxonomyCategoriesPageExportBatch(Long siteId, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.kernel.search.Sort[] sorts, String callbackURL, String contentType, String fieldNames) throws Exception
      Throws:
      Exception
    • postSiteTaxonomyCategory

      TaxonomyCategory postSiteTaxonomyCategory(Long siteId, TaxonomyCategory taxonomyCategory) throws Exception
      Throws:
      Exception
    • postSiteTaxonomyCategoryBatch

      jakarta.ws.rs.core.Response postSiteTaxonomyCategoryBatch(Long siteId, String callbackURL, Object object) throws Exception
      Throws:
      Exception
    • postTaxonomyCategoryTaxonomyCategory

      TaxonomyCategory postTaxonomyCategoryTaxonomyCategory(String parentTaxonomyCategoryId, TaxonomyCategory taxonomyCategory) throws Exception
      Throws:
      Exception
    • postTaxonomyVocabularyTaxonomyCategoriesPageExportBatch

      jakarta.ws.rs.core.Response postTaxonomyVocabularyTaxonomyCategoriesPageExportBatch(Long taxonomyVocabularyId, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.kernel.search.Sort[] sorts, String callbackURL, String contentType, String fieldNames) throws Exception
      Throws:
      Exception
    • postTaxonomyVocabularyTaxonomyCategory

      TaxonomyCategory postTaxonomyVocabularyTaxonomyCategory(Long taxonomyVocabularyId, TaxonomyCategory taxonomyCategory) throws Exception
      Throws:
      Exception
    • postTaxonomyVocabularyTaxonomyCategoryBatch

      jakarta.ws.rs.core.Response postTaxonomyVocabularyTaxonomyCategoryBatch(Long taxonomyVocabularyId, String callbackURL, Object object) throws Exception
      Throws:
      Exception
    • putAssetLibraryTaxonomyCategoryByExternalReferenceCode

      TaxonomyCategory putAssetLibraryTaxonomyCategoryByExternalReferenceCode(Long assetLibraryId, String externalReferenceCode, TaxonomyCategory taxonomyCategory) throws Exception
      Throws:
      Exception
    • putSiteTaxonomyCategoryByExternalReferenceCode

      TaxonomyCategory putSiteTaxonomyCategoryByExternalReferenceCode(Long siteId, String externalReferenceCode, TaxonomyCategory taxonomyCategory) throws Exception
      Throws:
      Exception
    • putTaxonomyCategory

      TaxonomyCategory putTaxonomyCategory(String taxonomyCategoryId, TaxonomyCategory taxonomyCategory) throws Exception
      Throws:
      Exception
    • putTaxonomyCategoryBatch

      jakarta.ws.rs.core.Response putTaxonomyCategoryBatch(String callbackURL, Object object) throws Exception
      Throws:
      Exception
    • putTaxonomyCategoryPermissionsPage

      com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> putTaxonomyCategoryPermissionsPage(String taxonomyCategoryId, com.liferay.portal.vulcan.permission.Permission[] permissions) throws Exception
      Throws:
      Exception
    • putTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCode

      TaxonomyCategory putTaxonomyVocabularyTaxonomyCategoryByExternalReferenceCode(Long taxonomyVocabularyId, String externalReferenceCode, TaxonomyCategory taxonomyCategory) throws Exception
      Throws:
      Exception
    • setContextAcceptLanguage

      default void setContextAcceptLanguage(com.liferay.portal.vulcan.accept.language.AcceptLanguage contextAcceptLanguage)
    • setContextCompany

      void setContextCompany(com.liferay.portal.kernel.model.Company contextCompany)
    • setContextHttpServletRequest

      default void setContextHttpServletRequest(jakarta.servlet.http.HttpServletRequest contextHttpServletRequest)
    • setContextHttpServletResponse

      default void setContextHttpServletResponse(jakarta.servlet.http.HttpServletResponse contextHttpServletResponse)
    • setContextUriInfo

      default void setContextUriInfo(jakarta.ws.rs.core.UriInfo contextUriInfo)
    • setContextUser

      void setContextUser(com.liferay.portal.kernel.model.User contextUser)
    • setExpressionConvert

      void setExpressionConvert(com.liferay.portal.odata.filter.ExpressionConvert<com.liferay.portal.kernel.search.filter.Filter> expressionConvert)
    • setFilterParserProvider

      void setFilterParserProvider(com.liferay.portal.odata.filter.FilterParserProvider filterParserProvider)
    • setGroupLocalService

      void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
    • setResourceActionLocalService

      void setResourceActionLocalService(com.liferay.portal.kernel.service.ResourceActionLocalService resourceActionLocalService)
    • setResourcePermissionLocalService

      void setResourcePermissionLocalService(com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService)
    • setRoleLocalService

      void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
    • setSortParserProvider

      void setSortParserProvider(com.liferay.portal.odata.sort.SortParserProvider sortParserProvider)
    • setVulcanBatchEngineExportTaskResource

      void setVulcanBatchEngineExportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineExportTaskResource vulcanBatchEngineExportTaskResource)
    • setVulcanBatchEngineImportTaskResource

      void setVulcanBatchEngineImportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineImportTaskResource vulcanBatchEngineImportTaskResource)
    • toFilter

      default com.liferay.portal.kernel.search.filter.Filter toFilter(String filterString)
    • toFilter

      default com.liferay.portal.kernel.search.filter.Filter toFilter(String filterString, Map<String,List<String>> multivaluedMap)
    • toSorts

      default com.liferay.portal.kernel.search.Sort[] toSorts(String sortsString)