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 interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteDocumentFolder
(Long documentFolderId) javax.ws.rs.core.Response
deleteDocumentFolderBatch
(String callbackURL, Object object) void
deleteDocumentFolderMyRating
(Long documentFolderId) void
deleteSiteDocumentsFolderByExternalReferenceCode
(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.Response
postAssetLibraryDocumentFolderBatch
(Long assetLibraryId, String callbackURL, Object object) 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) postDocumentFolderDocumentFolder
(Long parentDocumentFolderId, DocumentFolder documentFolder) postDocumentFolderMyRating
(Long documentFolderId, Rating rating) postSiteDocumentFolder
(Long siteId, DocumentFolder documentFolder) javax.ws.rs.core.Response
postSiteDocumentFolderBatch
(Long siteId, String callbackURL, Object object) 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) 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.Response
putDocumentFolderBatch
(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) void
putDocumentFolderSubscribe
(Long documentFolderId) void
putDocumentFolderUnsubscribe
(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 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
-
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
-