Interface DocumentFolderResource


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

    • getAssetLibraryDocumentFoldersPage

      com.liferay.portal.vulcan.pagination.Page<DocumentFolder> getAssetLibraryDocumentFoldersPage(Long assetLibraryId, 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
    • postAssetLibraryDocumentFoldersPageExportBatch

      javax.ws.rs.core.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
      Throws:
      Exception
    • postAssetLibraryDocumentFolder

      DocumentFolder postAssetLibraryDocumentFolder(Long assetLibraryId, DocumentFolder documentFolder) throws Exception
      Throws:
      Exception
    • postAssetLibraryDocumentFolderBatch

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

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

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

      com.liferay.portal.vulcan.pagination.Page<DocumentFolder> getAssetLibraryDocumentFoldersRatedByMePage(Long assetLibraryId, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception
      Throws:
      Exception
    • deleteDocumentFolder

      void deleteDocumentFolder(Long documentFolderId) throws Exception
      Throws:
      Exception
    • deleteDocumentFolderBatch

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

      DocumentFolder getDocumentFolder(Long documentFolderId) throws Exception
      Throws:
      Exception
    • patchDocumentFolder

      DocumentFolder patchDocumentFolder(Long documentFolderId, DocumentFolder documentFolder) throws Exception
      Throws:
      Exception
    • putDocumentFolder

      DocumentFolder putDocumentFolder(Long documentFolderId, DocumentFolder documentFolder) throws Exception
      Throws:
      Exception
    • putDocumentFolderBatch

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

      void deleteDocumentFolderMyRating(Long documentFolderId) throws Exception
      Throws:
      Exception
    • getDocumentFolderMyRating

      Rating getDocumentFolderMyRating(Long documentFolderId) throws Exception
      Throws:
      Exception
    • postDocumentFolderMyRating

      Rating postDocumentFolderMyRating(Long documentFolderId, Rating rating) throws Exception
      Throws:
      Exception
    • putDocumentFolderMyRating

      Rating putDocumentFolderMyRating(Long documentFolderId, Rating rating) throws Exception
      Throws:
      Exception
    • getDocumentFolderPermissionsPage

      com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> getDocumentFolderPermissionsPage(Long documentFolderId, String roleNames) throws Exception
      Throws:
      Exception
    • putDocumentFolderPermissionsPage

      com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> putDocumentFolderPermissionsPage(Long documentFolderId, com.liferay.portal.vulcan.permission.Permission[] permissions) throws Exception
      Throws:
      Exception
    • putDocumentFolderSubscribe

      void putDocumentFolderSubscribe(Long documentFolderId) throws Exception
      Throws:
      Exception
    • putDocumentFolderUnsubscribe

      void putDocumentFolderUnsubscribe(Long documentFolderId) throws Exception
      Throws:
      Exception
    • getDocumentFolderDocumentFoldersPage

      com.liferay.portal.vulcan.pagination.Page<DocumentFolder> getDocumentFolderDocumentFoldersPage(Long parentDocumentFolderId, 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
    • postDocumentFolderDocumentFolder

      DocumentFolder postDocumentFolderDocumentFolder(Long parentDocumentFolderId, DocumentFolder documentFolder) throws Exception
      Throws:
      Exception
    • getSiteDocumentFoldersPage

      com.liferay.portal.vulcan.pagination.Page<DocumentFolder> getSiteDocumentFoldersPage(Long siteId, 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
    • postSiteDocumentFoldersPageExportBatch

      javax.ws.rs.core.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
      Throws:
      Exception
    • postSiteDocumentFolder

      DocumentFolder postSiteDocumentFolder(Long siteId, DocumentFolder documentFolder) throws Exception
      Throws:
      Exception
    • postSiteDocumentFolderBatch

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

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

      com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> putSiteDocumentFolderPermissionsPage(Long siteId, com.liferay.portal.vulcan.permission.Permission[] permissions) throws Exception
      Throws:
      Exception
    • getSiteDocumentFoldersRatedByMePage

      com.liferay.portal.vulcan.pagination.Page<DocumentFolder> getSiteDocumentFoldersRatedByMePage(Long siteId, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception
      Throws:
      Exception
    • deleteSiteDocumentsFolderByExternalReferenceCode

      void deleteSiteDocumentsFolderByExternalReferenceCode(Long siteId, String externalReferenceCode) throws Exception
      Throws:
      Exception
    • getSiteDocumentsFolderByExternalReferenceCode

      DocumentFolder getSiteDocumentsFolderByExternalReferenceCode(Long siteId, String externalReferenceCode) throws Exception
      Throws:
      Exception
    • putSiteDocumentsFolderByExternalReferenceCode

      DocumentFolder putSiteDocumentsFolderByExternalReferenceCode(Long siteId, String externalReferenceCode, DocumentFolder documentFolder) 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)