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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteAssetLibraryKeywordByExternalReferenceCode
(Long assetLibraryId, String externalReferenceCode) void
deleteKeyword
(Long keywordId) javax.ws.rs.core.Response
deleteKeywordBatch
(String callbackURL, Object object) void
deleteSiteKeywordByExternalReferenceCode
(Long siteId, String externalReferenceCode) getAssetLibraryKeywordByExternalReferenceCode
(Long assetLibraryId, String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>
getAssetLibraryKeywordPermissionsPage
(Long assetLibraryId, String roleNames) 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) getKeyword
(Long keywordId) com.liferay.portal.vulcan.pagination.Page<Keyword>
getKeywordsRankedPage
(String search, Long siteId, com.liferay.portal.vulcan.pagination.Pagination pagination) getSiteKeywordByExternalReferenceCode
(Long siteId, String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>
getSiteKeywordPermissionsPage
(Long siteId, String roleNames) 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) postAssetLibraryKeyword
(Long assetLibraryId, Keyword keyword) javax.ws.rs.core.Response
postAssetLibraryKeywordBatch
(Long assetLibraryId, String callbackURL, Object object) 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) postSiteKeyword
(Long siteId, Keyword keyword) javax.ws.rs.core.Response
postSiteKeywordBatch
(Long siteId, String callbackURL, Object object) 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) putAssetLibraryKeywordByExternalReferenceCode
(Long assetLibraryId, String externalReferenceCode, Keyword keyword) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>
putAssetLibraryKeywordPermissionsPage
(Long assetLibraryId, com.liferay.portal.vulcan.permission.Permission[] permissions) putKeyword
(Long keywordId, Keyword keyword) javax.ws.rs.core.Response
putKeywordBatch
(String callbackURL, Object object) void
putKeywordSubscribe
(Long keywordId) void
putKeywordUnsubscribe
(Long keywordId) putSiteKeywordByExternalReferenceCode
(Long siteId, String externalReferenceCode, Keyword keyword) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>
putSiteKeywordPermissionsPage
(Long siteId, com.liferay.portal.vulcan.permission.Permission[] permissions) default void
setContextAcceptLanguage
(com.liferay.portal.vulcan.accept.language.AcceptLanguage contextAcceptLanguage) void
setContextCompany
(com.liferay.portal.kernel.model.Company contextCompany) default void
setContextHttpServletRequest
(javax.servlet.http.HttpServletRequest contextHttpServletRequest) default void
setContextHttpServletResponse
(javax.servlet.http.HttpServletResponse contextHttpServletResponse) default void
setContextUriInfo
(javax.ws.rs.core.UriInfo contextUriInfo) void
setContextUser
(com.liferay.portal.kernel.model.User contextUser) void
setExpressionConvert
(com.liferay.portal.odata.filter.ExpressionConvert<com.liferay.portal.kernel.search.filter.Filter> expressionConvert) void
setFilterParserProvider
(com.liferay.portal.odata.filter.FilterParserProvider filterParserProvider) void
setGroupLocalService
(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) void
setResourceActionLocalService
(com.liferay.portal.kernel.service.ResourceActionLocalService resourceActionLocalService) void
setResourcePermissionLocalService
(com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService) void
setRoleLocalService
(com.liferay.portal.kernel.service.RoleLocalService roleLocalService) void
setSortParserProvider
(com.liferay.portal.odata.sort.SortParserProvider sortParserProvider) void
setVulcanBatchEngineExportTaskResource
(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineExportTaskResource vulcanBatchEngineExportTaskResource) void
setVulcanBatchEngineImportTaskResource
(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineImportTaskResource vulcanBatchEngineImportTaskResource) default com.liferay.portal.kernel.search.filter.Filter
default com.liferay.portal.kernel.search.filter.Filter
default com.liferay.portal.kernel.search.Sort[]
-
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
- 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
- Throws:
Exception
-
deleteKeywordBatch
- Throws:
Exception
-
getKeyword
- Throws:
Exception
-
putKeyword
- Throws:
Exception
-
putKeywordBatch
- Throws:
Exception
-
putKeywordSubscribe
- Throws:
Exception
-
putKeywordUnsubscribe
- 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
- 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
-
toFilter
-
toSorts
-