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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteDocumentFolder(Long documentFolderId) javax.ws.rs.core.ResponsedeleteDocumentFolderBatch(String callbackURL, Object object) voiddeleteDocumentFolderMyRating(Long documentFolderId) voiddeleteSiteDocumentsFolderByExternalReferenceCode(Long siteId, String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>getAssetLibraryDocumentFolderPermissionsPage(Long assetLibraryId, String roleNames) 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) com.liferay.portal.vulcan.pagination.Page<DocumentFolder>getAssetLibraryDocumentFoldersRatedByMePage(Long assetLibraryId, com.liferay.portal.vulcan.pagination.Pagination pagination) getDocumentFolder(Long documentFolderId) 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) getDocumentFolderMyRating(Long documentFolderId) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>getDocumentFolderPermissionsPage(Long documentFolderId, String roleNames) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>getSiteDocumentFolderPermissionsPage(Long siteId, String roleNames) 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) com.liferay.portal.vulcan.pagination.Page<DocumentFolder>getSiteDocumentFoldersRatedByMePage(Long siteId, com.liferay.portal.vulcan.pagination.Pagination pagination) getSiteDocumentsFolderByExternalReferenceCode(Long siteId, String externalReferenceCode) patchDocumentFolder(Long documentFolderId, DocumentFolder documentFolder) postAssetLibraryDocumentFolder(Long assetLibraryId, DocumentFolder documentFolder) javax.ws.rs.core.ResponsepostAssetLibraryDocumentFolderBatch(Long assetLibraryId, String callbackURL, Object object) javax.ws.rs.core.ResponsepostAssetLibraryDocumentFoldersPageExportBatch(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) postDocumentFolderDocumentFolder(Long parentDocumentFolderId, DocumentFolder documentFolder) postDocumentFolderMyRating(Long documentFolderId, Rating rating) postSiteDocumentFolder(Long siteId, DocumentFolder documentFolder) javax.ws.rs.core.ResponsepostSiteDocumentFolderBatch(Long siteId, String callbackURL, Object object) javax.ws.rs.core.ResponsepostSiteDocumentFoldersPageExportBatch(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) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>putAssetLibraryDocumentFolderPermissionsPage(Long assetLibraryId, com.liferay.portal.vulcan.permission.Permission[] permissions) putDocumentFolder(Long documentFolderId, DocumentFolder documentFolder) javax.ws.rs.core.ResponseputDocumentFolderBatch(String callbackURL, Object object) putDocumentFolderMyRating(Long documentFolderId, Rating rating) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>putDocumentFolderPermissionsPage(Long documentFolderId, com.liferay.portal.vulcan.permission.Permission[] permissions) voidputDocumentFolderSubscribe(Long documentFolderId) voidputDocumentFolderUnsubscribe(Long documentFolderId) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>putSiteDocumentFolderPermissionsPage(Long siteId, com.liferay.portal.vulcan.permission.Permission[] permissions) putSiteDocumentsFolderByExternalReferenceCode(Long siteId, String externalReferenceCode, DocumentFolder documentFolder) 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
-
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
- Throws:
Exception
-
deleteDocumentFolderBatch
javax.ws.rs.core.Response deleteDocumentFolderBatch(String callbackURL, Object object) throws Exception - Throws:
Exception
-
getDocumentFolder
- 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
- Throws:
Exception
-
getDocumentFolderMyRating
- Throws:
Exception
-
postDocumentFolderMyRating
- Throws:
Exception
-
putDocumentFolderMyRating
- 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
- Throws:
Exception
-
putDocumentFolderUnsubscribe
- 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
- 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
-
toFilter
-
toSorts
-