Interface KeywordResource


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

    • getAssetLibraryKeywordsPage

      com.liferay.portal.vulcan.pagination.Page<Keyword> getAssetLibraryKeywordsPage(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
    • postAssetLibraryKeywordsPageExportBatch

      javax.ws.rs.core.Response postAssetLibraryKeywordsPageExportBatch(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
    • postAssetLibraryKeyword

      Keyword postAssetLibraryKeyword(Long assetLibraryId, Keyword keyword) throws Exception
      Throws:
      Exception
    • postAssetLibraryKeywordBatch

      javax.ws.rs.core.Response postAssetLibraryKeywordBatch(Long assetLibraryId, String callbackURL, Object object) throws Exception
      Throws:
      Exception
    • deleteAssetLibraryKeywordByExternalReferenceCode

      void deleteAssetLibraryKeywordByExternalReferenceCode(Long assetLibraryId, String externalReferenceCode) throws Exception
      Throws:
      Exception
    • getAssetLibraryKeywordByExternalReferenceCode

      Keyword getAssetLibraryKeywordByExternalReferenceCode(Long assetLibraryId, String externalReferenceCode) throws Exception
      Throws:
      Exception
    • putAssetLibraryKeywordByExternalReferenceCode

      Keyword putAssetLibraryKeywordByExternalReferenceCode(Long assetLibraryId, String externalReferenceCode, Keyword keyword) throws Exception
      Throws:
      Exception
    • getAssetLibraryKeywordPermissionsPage

      com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> getAssetLibraryKeywordPermissionsPage(Long assetLibraryId, String roleNames) throws Exception
      Throws:
      Exception
    • putAssetLibraryKeywordPermissionsPage

      com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> putAssetLibraryKeywordPermissionsPage(Long assetLibraryId, com.liferay.portal.vulcan.permission.Permission[] permissions) throws Exception
      Throws:
      Exception
    • getKeywordsRankedPage

      com.liferay.portal.vulcan.pagination.Page<Keyword> getKeywordsRankedPage(String search, Long siteId, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception
      Throws:
      Exception
    • deleteKeyword

      void deleteKeyword(Long keywordId) throws Exception
      Throws:
      Exception
    • deleteKeywordBatch

      javax.ws.rs.core.Response deleteKeywordBatch(String callbackURL, Object object) throws Exception
      Throws:
      Exception
    • getKeyword

      Keyword getKeyword(Long keywordId) throws Exception
      Throws:
      Exception
    • putKeyword

      Keyword putKeyword(Long keywordId, Keyword keyword) throws Exception
      Throws:
      Exception
    • putKeywordBatch

      javax.ws.rs.core.Response putKeywordBatch(String callbackURL, Object object) throws Exception
      Throws:
      Exception
    • putKeywordSubscribe

      void putKeywordSubscribe(Long keywordId) throws Exception
      Throws:
      Exception
    • putKeywordUnsubscribe

      void putKeywordUnsubscribe(Long keywordId) throws Exception
      Throws:
      Exception
    • getSiteKeywordsPage

      com.liferay.portal.vulcan.pagination.Page<Keyword> getSiteKeywordsPage(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
    • postSiteKeywordsPageExportBatch

      javax.ws.rs.core.Response postSiteKeywordsPageExportBatch(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
    • postSiteKeyword

      Keyword postSiteKeyword(Long siteId, Keyword keyword) throws Exception
      Throws:
      Exception
    • postSiteKeywordBatch

      javax.ws.rs.core.Response postSiteKeywordBatch(Long siteId, String callbackURL, Object object) throws Exception
      Throws:
      Exception
    • deleteSiteKeywordByExternalReferenceCode

      void deleteSiteKeywordByExternalReferenceCode(Long siteId, String externalReferenceCode) throws Exception
      Throws:
      Exception
    • getSiteKeywordByExternalReferenceCode

      Keyword getSiteKeywordByExternalReferenceCode(Long siteId, String externalReferenceCode) throws Exception
      Throws:
      Exception
    • putSiteKeywordByExternalReferenceCode

      Keyword putSiteKeywordByExternalReferenceCode(Long siteId, String externalReferenceCode, Keyword keyword) throws Exception
      Throws:
      Exception
    • getSiteKeywordPermissionsPage

      com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> getSiteKeywordPermissionsPage(Long siteId, String roleNames) throws Exception
      Throws:
      Exception
    • putSiteKeywordPermissionsPage

      com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> putSiteKeywordPermissionsPage(Long siteId, com.liferay.portal.vulcan.permission.Permission[] permissions) 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(javax.servlet.http.HttpServletRequest contextHttpServletRequest)
    • setContextHttpServletResponse

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

      default void setContextUriInfo(javax.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)