Interface TaxonomyVocabularyResource
@Generated("")
@ProviderType
public interface TaxonomyVocabularyResource
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 interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteAssetLibraryTaxonomyVocabularyByExternalReferenceCode(Long assetLibraryId, String externalReferenceCode) voiddeleteSiteTaxonomyVocabularyByExternalReferenceCode(Long siteId, String externalReferenceCode) voiddeleteTaxonomyVocabulary(Long taxonomyVocabularyId) javax.ws.rs.core.ResponsedeleteTaxonomyVocabularyBatch(String callbackURL, Object object) com.liferay.portal.vulcan.pagination.Page<TaxonomyVocabulary>getAssetLibraryTaxonomyVocabulariesPage(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) getAssetLibraryTaxonomyVocabularyByExternalReferenceCode(Long assetLibraryId, String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>getAssetLibraryTaxonomyVocabularyPermissionsPage(Long assetLibraryId, String roleNames) com.liferay.portal.vulcan.pagination.Page<TaxonomyVocabulary>getSiteTaxonomyVocabulariesPage(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) getSiteTaxonomyVocabularyByExternalReferenceCode(Long siteId, String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>getSiteTaxonomyVocabularyPermissionsPage(Long siteId, String roleNames) getTaxonomyVocabulary(Long taxonomyVocabularyId) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>getTaxonomyVocabularyPermissionsPage(Long taxonomyVocabularyId, String roleNames) patchTaxonomyVocabulary(Long taxonomyVocabularyId, TaxonomyVocabulary taxonomyVocabulary) javax.ws.rs.core.ResponsepostAssetLibraryTaxonomyVocabulariesPageExportBatch(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) postAssetLibraryTaxonomyVocabulary(Long assetLibraryId, TaxonomyVocabulary taxonomyVocabulary) javax.ws.rs.core.ResponsepostAssetLibraryTaxonomyVocabularyBatch(Long assetLibraryId, String callbackURL, Object object) javax.ws.rs.core.ResponsepostSiteTaxonomyVocabulariesPageExportBatch(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) postSiteTaxonomyVocabulary(Long siteId, TaxonomyVocabulary taxonomyVocabulary) javax.ws.rs.core.ResponsepostSiteTaxonomyVocabularyBatch(Long siteId, String callbackURL, Object object) putAssetLibraryTaxonomyVocabularyByExternalReferenceCode(Long assetLibraryId, String externalReferenceCode, TaxonomyVocabulary taxonomyVocabulary) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>putAssetLibraryTaxonomyVocabularyPermissionsPage(Long assetLibraryId, com.liferay.portal.vulcan.permission.Permission[] permissions) putSiteTaxonomyVocabularyByExternalReferenceCode(Long siteId, String externalReferenceCode, TaxonomyVocabulary taxonomyVocabulary) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>putSiteTaxonomyVocabularyPermissionsPage(Long siteId, com.liferay.portal.vulcan.permission.Permission[] permissions) putTaxonomyVocabulary(Long taxonomyVocabularyId, TaxonomyVocabulary taxonomyVocabulary) javax.ws.rs.core.ResponseputTaxonomyVocabularyBatch(String callbackURL, Object object) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>putTaxonomyVocabularyPermissionsPage(Long taxonomyVocabularyId, com.liferay.portal.vulcan.permission.Permission[] permissions) default voidsetContextAcceptLanguage(com.liferay.portal.vulcan.accept.language.AcceptLanguage contextAcceptLanguage) voidsetContextCompany(com.liferay.portal.kernel.model.Company contextCompany) default voidsetContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest) default voidsetContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse) default voidsetContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo) voidsetContextUser(com.liferay.portal.kernel.model.User contextUser) voidsetExpressionConvert(com.liferay.portal.odata.filter.ExpressionConvert<com.liferay.portal.kernel.search.filter.Filter> expressionConvert) voidsetFilterParserProvider(com.liferay.portal.odata.filter.FilterParserProvider filterParserProvider) voidsetGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) voidsetResourceActionLocalService(com.liferay.portal.kernel.service.ResourceActionLocalService resourceActionLocalService) voidsetResourcePermissionLocalService(com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService) voidsetRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService) voidsetSortParserProvider(com.liferay.portal.odata.sort.SortParserProvider sortParserProvider) voidsetVulcanBatchEngineExportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineExportTaskResource vulcanBatchEngineExportTaskResource) voidsetVulcanBatchEngineImportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineImportTaskResource vulcanBatchEngineImportTaskResource) default com.liferay.portal.kernel.search.filter.Filterdefault com.liferay.portal.kernel.search.filter.Filterdefault com.liferay.portal.kernel.search.Sort[]
-
Method Details
-
getAssetLibraryTaxonomyVocabulariesPage
com.liferay.portal.vulcan.pagination.Page<TaxonomyVocabulary> getAssetLibraryTaxonomyVocabulariesPage(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
-
postAssetLibraryTaxonomyVocabulariesPageExportBatch
javax.ws.rs.core.Response postAssetLibraryTaxonomyVocabulariesPageExportBatch(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
-
postAssetLibraryTaxonomyVocabulary
TaxonomyVocabulary postAssetLibraryTaxonomyVocabulary(Long assetLibraryId, TaxonomyVocabulary taxonomyVocabulary) throws Exception - Throws:
Exception
-
postAssetLibraryTaxonomyVocabularyBatch
javax.ws.rs.core.Response postAssetLibraryTaxonomyVocabularyBatch(Long assetLibraryId, String callbackURL, Object object) throws Exception - Throws:
Exception
-
deleteAssetLibraryTaxonomyVocabularyByExternalReferenceCode
void deleteAssetLibraryTaxonomyVocabularyByExternalReferenceCode(Long assetLibraryId, String externalReferenceCode) throws Exception - Throws:
Exception
-
getAssetLibraryTaxonomyVocabularyByExternalReferenceCode
TaxonomyVocabulary getAssetLibraryTaxonomyVocabularyByExternalReferenceCode(Long assetLibraryId, String externalReferenceCode) throws Exception - Throws:
Exception
-
putAssetLibraryTaxonomyVocabularyByExternalReferenceCode
TaxonomyVocabulary putAssetLibraryTaxonomyVocabularyByExternalReferenceCode(Long assetLibraryId, String externalReferenceCode, TaxonomyVocabulary taxonomyVocabulary) throws Exception - Throws:
Exception
-
getAssetLibraryTaxonomyVocabularyPermissionsPage
com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> getAssetLibraryTaxonomyVocabularyPermissionsPage(Long assetLibraryId, String roleNames) throws Exception - Throws:
Exception
-
putAssetLibraryTaxonomyVocabularyPermissionsPage
com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> putAssetLibraryTaxonomyVocabularyPermissionsPage(Long assetLibraryId, com.liferay.portal.vulcan.permission.Permission[] permissions) throws Exception - Throws:
Exception
-
getSiteTaxonomyVocabulariesPage
com.liferay.portal.vulcan.pagination.Page<TaxonomyVocabulary> getSiteTaxonomyVocabulariesPage(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
-
postSiteTaxonomyVocabulariesPageExportBatch
javax.ws.rs.core.Response postSiteTaxonomyVocabulariesPageExportBatch(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
-
postSiteTaxonomyVocabulary
TaxonomyVocabulary postSiteTaxonomyVocabulary(Long siteId, TaxonomyVocabulary taxonomyVocabulary) throws Exception - Throws:
Exception
-
postSiteTaxonomyVocabularyBatch
javax.ws.rs.core.Response postSiteTaxonomyVocabularyBatch(Long siteId, String callbackURL, Object object) throws Exception - Throws:
Exception
-
deleteSiteTaxonomyVocabularyByExternalReferenceCode
void deleteSiteTaxonomyVocabularyByExternalReferenceCode(Long siteId, String externalReferenceCode) throws Exception - Throws:
Exception
-
getSiteTaxonomyVocabularyByExternalReferenceCode
TaxonomyVocabulary getSiteTaxonomyVocabularyByExternalReferenceCode(Long siteId, String externalReferenceCode) throws Exception - Throws:
Exception
-
putSiteTaxonomyVocabularyByExternalReferenceCode
TaxonomyVocabulary putSiteTaxonomyVocabularyByExternalReferenceCode(Long siteId, String externalReferenceCode, TaxonomyVocabulary taxonomyVocabulary) throws Exception - Throws:
Exception
-
getSiteTaxonomyVocabularyPermissionsPage
com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> getSiteTaxonomyVocabularyPermissionsPage(Long siteId, String roleNames) throws Exception - Throws:
Exception
-
putSiteTaxonomyVocabularyPermissionsPage
com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> putSiteTaxonomyVocabularyPermissionsPage(Long siteId, com.liferay.portal.vulcan.permission.Permission[] permissions) throws Exception - Throws:
Exception
-
deleteTaxonomyVocabulary
- Throws:
Exception
-
deleteTaxonomyVocabularyBatch
javax.ws.rs.core.Response deleteTaxonomyVocabularyBatch(String callbackURL, Object object) throws Exception - Throws:
Exception
-
getTaxonomyVocabulary
- Throws:
Exception
-
patchTaxonomyVocabulary
TaxonomyVocabulary patchTaxonomyVocabulary(Long taxonomyVocabularyId, TaxonomyVocabulary taxonomyVocabulary) throws Exception - Throws:
Exception
-
putTaxonomyVocabulary
TaxonomyVocabulary putTaxonomyVocabulary(Long taxonomyVocabularyId, TaxonomyVocabulary taxonomyVocabulary) throws Exception - Throws:
Exception
-
putTaxonomyVocabularyBatch
javax.ws.rs.core.Response putTaxonomyVocabularyBatch(String callbackURL, Object object) throws Exception - Throws:
Exception
-
getTaxonomyVocabularyPermissionsPage
com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> getTaxonomyVocabularyPermissionsPage(Long taxonomyVocabularyId, String roleNames) throws Exception - Throws:
Exception
-
putTaxonomyVocabularyPermissionsPage
com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> putTaxonomyVocabularyPermissionsPage(Long taxonomyVocabularyId, 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
-