
com.liferay.headless.delivery.resource.v1_0.DocumentFolderResource Maven / Gradle / Ivy
The newest version!
/**
* SPDX-FileCopyrightText: (c) 2000 Liferay, Inc. https://liferay.com
* SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
*/
package com.liferay.headless.delivery.resource.v1_0;
import com.liferay.headless.delivery.dto.v1_0.DocumentFolder;
import com.liferay.headless.delivery.dto.v1_0.Rating;
import com.liferay.portal.kernel.change.tracking.CTAware;
import com.liferay.portal.kernel.service.GroupLocalService;
import com.liferay.portal.kernel.service.ResourceActionLocalService;
import com.liferay.portal.kernel.service.ResourcePermissionLocalService;
import com.liferay.portal.kernel.service.RoleLocalService;
import com.liferay.portal.odata.filter.ExpressionConvert;
import com.liferay.portal.odata.filter.FilterParserProvider;
import com.liferay.portal.odata.sort.SortParserProvider;
import com.liferay.portal.vulcan.accept.language.AcceptLanguage;
import com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineExportTaskResource;
import com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineImportTaskResource;
import com.liferay.portal.vulcan.pagination.Page;
import com.liferay.portal.vulcan.pagination.Pagination;
import jakarta.annotation.Generated;
import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletResponse;
import jakarta.ws.rs.core.Response;
import jakarta.ws.rs.core.UriInfo;
import java.util.Collections;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import org.osgi.annotation.versioning.ProviderType;
/**
* To access this resource, run:
*
* curl -u [email protected]:yourpassword -D - http://localhost:8080/o/headless-delivery/v1.0
*
* @author Javier Gamarra
* @generated
*/
@CTAware
@Generated("")
@ProviderType
public interface DocumentFolderResource {
public void deleteDocumentFolder(Long documentFolderId) throws Exception;
public Response deleteDocumentFolderBatch(String callbackURL, Object object)
throws Exception;
public void deleteDocumentFolderMyRating(Long documentFolderId)
throws Exception;
public void deleteSiteDocumentsFolderByExternalReferenceCode(
Long siteId, String externalReferenceCode)
throws Exception;
public Page
getAssetLibraryDocumentFolderPermissionsPage(
Long assetLibraryId, String roleNames)
throws Exception;
public Page getAssetLibraryDocumentFoldersPage(
Long assetLibraryId, Boolean flatten, String search,
com.liferay.portal.vulcan.aggregation.Aggregation aggregation,
com.liferay.portal.kernel.search.filter.Filter filter,
Pagination pagination,
com.liferay.portal.kernel.search.Sort[] sorts)
throws Exception;
public Page getAssetLibraryDocumentFoldersRatedByMePage(
Long assetLibraryId, Pagination pagination)
throws Exception;
public DocumentFolder getDocumentFolder(Long documentFolderId)
throws Exception;
public Page getDocumentFolderDocumentFoldersPage(
Long parentDocumentFolderId, Boolean flatten, String search,
com.liferay.portal.vulcan.aggregation.Aggregation aggregation,
com.liferay.portal.kernel.search.filter.Filter filter,
Pagination pagination,
com.liferay.portal.kernel.search.Sort[] sorts)
throws Exception;
public Rating getDocumentFolderMyRating(Long documentFolderId)
throws Exception;
public Page
getDocumentFolderPermissionsPage(
Long documentFolderId, String roleNames)
throws Exception;
public Page
getSiteDocumentFolderPermissionsPage(Long siteId, String roleNames)
throws Exception;
public Page getSiteDocumentFoldersPage(
Long siteId, Boolean flatten, String search,
com.liferay.portal.vulcan.aggregation.Aggregation aggregation,
com.liferay.portal.kernel.search.filter.Filter filter,
Pagination pagination,
com.liferay.portal.kernel.search.Sort[] sorts)
throws Exception;
public Page getSiteDocumentFoldersRatedByMePage(
Long siteId, Pagination pagination)
throws Exception;
public DocumentFolder getSiteDocumentsFolderByExternalReferenceCode(
Long siteId, String externalReferenceCode)
throws Exception;
public DocumentFolder patchDocumentFolder(
Long documentFolderId, DocumentFolder documentFolder)
throws Exception;
public DocumentFolder postAssetLibraryDocumentFolder(
Long assetLibraryId, DocumentFolder documentFolder)
throws Exception;
public Response postAssetLibraryDocumentFolderBatch(
Long assetLibraryId, String callbackURL, Object object)
throws Exception;
public Response postAssetLibraryDocumentFoldersPageExportBatch(
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;
public DocumentFolder postDocumentFolderDocumentFolder(
Long parentDocumentFolderId, DocumentFolder documentFolder)
throws Exception;
public Rating postDocumentFolderMyRating(
Long documentFolderId, Rating rating)
throws Exception;
public DocumentFolder postSiteDocumentFolder(
Long siteId, DocumentFolder documentFolder)
throws Exception;
public Response postSiteDocumentFolderBatch(
Long siteId, String callbackURL, Object object)
throws Exception;
public Response postSiteDocumentFoldersPageExportBatch(
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;
public Page
putAssetLibraryDocumentFolderPermissionsPage(
Long assetLibraryId,
com.liferay.portal.vulcan.permission.Permission[] permissions)
throws Exception;
public DocumentFolder putDocumentFolder(
Long documentFolderId, DocumentFolder documentFolder)
throws Exception;
public Response putDocumentFolderBatch(String callbackURL, Object object)
throws Exception;
public Rating putDocumentFolderMyRating(
Long documentFolderId, Rating rating)
throws Exception;
public Page
putDocumentFolderPermissionsPage(
Long documentFolderId,
com.liferay.portal.vulcan.permission.Permission[] permissions)
throws Exception;
public void putDocumentFolderSubscribe(Long documentFolderId)
throws Exception;
public void putDocumentFolderUnsubscribe(Long documentFolderId)
throws Exception;
public Page
putSiteDocumentFolderPermissionsPage(
Long siteId,
com.liferay.portal.vulcan.permission.Permission[] permissions)
throws Exception;
public DocumentFolder putSiteDocumentsFolderByExternalReferenceCode(
Long siteId, String externalReferenceCode,
DocumentFolder documentFolder)
throws Exception;
public default void setContextAcceptLanguage(
AcceptLanguage contextAcceptLanguage) {
}
public void setContextCompany(
com.liferay.portal.kernel.model.Company contextCompany);
public default void setContextHttpServletRequest(
HttpServletRequest contextHttpServletRequest) {
}
public default void setContextHttpServletResponse(
HttpServletResponse contextHttpServletResponse) {
}
public default void setContextUriInfo(UriInfo contextUriInfo) {
}
public void setContextUser(
com.liferay.portal.kernel.model.User contextUser);
public void setExpressionConvert(
ExpressionConvert
expressionConvert);
public void setFilterParserProvider(
FilterParserProvider filterParserProvider);
public void setGroupLocalService(GroupLocalService groupLocalService);
public void setResourceActionLocalService(
ResourceActionLocalService resourceActionLocalService);
public void setResourcePermissionLocalService(
ResourcePermissionLocalService resourcePermissionLocalService);
public void setRoleLocalService(RoleLocalService roleLocalService);
public void setSortParserProvider(SortParserProvider sortParserProvider);
public void setVulcanBatchEngineExportTaskResource(
VulcanBatchEngineExportTaskResource
vulcanBatchEngineExportTaskResource);
public void setVulcanBatchEngineImportTaskResource(
VulcanBatchEngineImportTaskResource
vulcanBatchEngineImportTaskResource);
public default com.liferay.portal.kernel.search.filter.Filter toFilter(
String filterString) {
return toFilter(
filterString, Collections.>emptyMap());
}
public default com.liferay.portal.kernel.search.filter.Filter toFilter(
String filterString, Map> multivaluedMap) {
return null;
}
public default com.liferay.portal.kernel.search.Sort[] toSorts(
String sortsString) {
return new com.liferay.portal.kernel.search.Sort[0];
}
@ProviderType
public interface Builder {
public DocumentFolderResource build();
public Builder checkPermissions(boolean checkPermissions);
public Builder httpServletRequest(
HttpServletRequest httpServletRequest);
public Builder httpServletResponse(
HttpServletResponse httpServletResponse);
public Builder preferredLocale(Locale preferredLocale);
public Builder uriInfo(UriInfo uriInfo);
public Builder user(com.liferay.portal.kernel.model.User user);
}
@ProviderType
public interface Factory {
public Builder create();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy