Interface StructuredContentFolderResource
@CTAware
@Generated("")
@ProviderType
public interface StructuredContentFolderResource
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 TypeMethodDescriptionvoiddeleteAssetLibraryStructuredContentFolderByExternalReferenceCode(Long assetLibraryId, String externalReferenceCode) voiddeleteSiteStructuredContentFolderByExternalReferenceCode(Long siteId, String externalReferenceCode) voiddeleteStructuredContentFolder(Long structuredContentFolderId) javax.ws.rs.core.ResponsedeleteStructuredContentFolderBatch(String callbackURL, Object object) getAssetLibraryStructuredContentFolderByExternalReferenceCode(Long assetLibraryId, String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>getAssetLibraryStructuredContentFolderPermissionsPage(Long assetLibraryId, String roleNames) com.liferay.portal.vulcan.pagination.Page<StructuredContentFolder>getAssetLibraryStructuredContentFoldersPage(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) getSiteStructuredContentFolderByExternalReferenceCode(Long siteId, String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>getSiteStructuredContentFolderPermissionsPage(Long siteId, String roleNames) com.liferay.portal.vulcan.pagination.Page<StructuredContentFolder>getSiteStructuredContentFoldersPage(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) getStructuredContentFolder(Long structuredContentFolderId) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>getStructuredContentFolderPermissionsPage(Long structuredContentFolderId, String roleNames) com.liferay.portal.vulcan.pagination.Page<StructuredContentFolder>getStructuredContentFolderStructuredContentFoldersPage(Long parentStructuredContentFolderId, 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) patchStructuredContentFolder(Long structuredContentFolderId, StructuredContentFolder structuredContentFolder) postAssetLibraryStructuredContentFolder(Long assetLibraryId, StructuredContentFolder structuredContentFolder) javax.ws.rs.core.ResponsepostAssetLibraryStructuredContentFolderBatch(Long assetLibraryId, String callbackURL, Object object) javax.ws.rs.core.ResponsepostAssetLibraryStructuredContentFoldersPageExportBatch(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) postSiteStructuredContentFolder(Long siteId, StructuredContentFolder structuredContentFolder) javax.ws.rs.core.ResponsepostSiteStructuredContentFolderBatch(Long siteId, String callbackURL, Object object) javax.ws.rs.core.ResponsepostSiteStructuredContentFoldersPageExportBatch(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) postStructuredContentFolderStructuredContentFolder(Long parentStructuredContentFolderId, StructuredContentFolder structuredContentFolder) putAssetLibraryStructuredContentFolderByExternalReferenceCode(Long assetLibraryId, String externalReferenceCode, StructuredContentFolder structuredContentFolder) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>putAssetLibraryStructuredContentFolderPermissionsPage(Long assetLibraryId, com.liferay.portal.vulcan.permission.Permission[] permissions) putSiteStructuredContentFolderByExternalReferenceCode(Long siteId, String externalReferenceCode, StructuredContentFolder structuredContentFolder) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>putSiteStructuredContentFolderPermissionsPage(Long siteId, com.liferay.portal.vulcan.permission.Permission[] permissions) putStructuredContentFolder(Long structuredContentFolderId, StructuredContentFolder structuredContentFolder) javax.ws.rs.core.ResponseputStructuredContentFolderBatch(String callbackURL, Object object) com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission>putStructuredContentFolderPermissionsPage(Long structuredContentFolderId, com.liferay.portal.vulcan.permission.Permission[] permissions) voidputStructuredContentFolderSubscribe(Long structuredContentFolderId) voidputStructuredContentFolderUnsubscribe(Long structuredContentFolderId) 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
-
getAssetLibraryStructuredContentFoldersPage
com.liferay.portal.vulcan.pagination.Page<StructuredContentFolder> getAssetLibraryStructuredContentFoldersPage(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
-
postAssetLibraryStructuredContentFoldersPageExportBatch
javax.ws.rs.core.Response postAssetLibraryStructuredContentFoldersPageExportBatch(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
-
postAssetLibraryStructuredContentFolder
StructuredContentFolder postAssetLibraryStructuredContentFolder(Long assetLibraryId, StructuredContentFolder structuredContentFolder) throws Exception - Throws:
Exception
-
postAssetLibraryStructuredContentFolderBatch
javax.ws.rs.core.Response postAssetLibraryStructuredContentFolderBatch(Long assetLibraryId, String callbackURL, Object object) throws Exception - Throws:
Exception
-
deleteAssetLibraryStructuredContentFolderByExternalReferenceCode
void deleteAssetLibraryStructuredContentFolderByExternalReferenceCode(Long assetLibraryId, String externalReferenceCode) throws Exception - Throws:
Exception
-
getAssetLibraryStructuredContentFolderByExternalReferenceCode
StructuredContentFolder getAssetLibraryStructuredContentFolderByExternalReferenceCode(Long assetLibraryId, String externalReferenceCode) throws Exception - Throws:
Exception
-
putAssetLibraryStructuredContentFolderByExternalReferenceCode
StructuredContentFolder putAssetLibraryStructuredContentFolderByExternalReferenceCode(Long assetLibraryId, String externalReferenceCode, StructuredContentFolder structuredContentFolder) throws Exception - Throws:
Exception
-
getAssetLibraryStructuredContentFolderPermissionsPage
com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> getAssetLibraryStructuredContentFolderPermissionsPage(Long assetLibraryId, String roleNames) throws Exception - Throws:
Exception
-
putAssetLibraryStructuredContentFolderPermissionsPage
com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> putAssetLibraryStructuredContentFolderPermissionsPage(Long assetLibraryId, com.liferay.portal.vulcan.permission.Permission[] permissions) throws Exception - Throws:
Exception
-
getSiteStructuredContentFoldersPage
com.liferay.portal.vulcan.pagination.Page<StructuredContentFolder> getSiteStructuredContentFoldersPage(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
-
postSiteStructuredContentFoldersPageExportBatch
javax.ws.rs.core.Response postSiteStructuredContentFoldersPageExportBatch(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
-
postSiteStructuredContentFolder
StructuredContentFolder postSiteStructuredContentFolder(Long siteId, StructuredContentFolder structuredContentFolder) throws Exception - Throws:
Exception
-
postSiteStructuredContentFolderBatch
javax.ws.rs.core.Response postSiteStructuredContentFolderBatch(Long siteId, String callbackURL, Object object) throws Exception - Throws:
Exception
-
deleteSiteStructuredContentFolderByExternalReferenceCode
void deleteSiteStructuredContentFolderByExternalReferenceCode(Long siteId, String externalReferenceCode) throws Exception - Throws:
Exception
-
getSiteStructuredContentFolderByExternalReferenceCode
StructuredContentFolder getSiteStructuredContentFolderByExternalReferenceCode(Long siteId, String externalReferenceCode) throws Exception - Throws:
Exception
-
putSiteStructuredContentFolderByExternalReferenceCode
StructuredContentFolder putSiteStructuredContentFolderByExternalReferenceCode(Long siteId, String externalReferenceCode, StructuredContentFolder structuredContentFolder) throws Exception - Throws:
Exception
-
getSiteStructuredContentFolderPermissionsPage
com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> getSiteStructuredContentFolderPermissionsPage(Long siteId, String roleNames) throws Exception - Throws:
Exception
-
putSiteStructuredContentFolderPermissionsPage
com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> putSiteStructuredContentFolderPermissionsPage(Long siteId, com.liferay.portal.vulcan.permission.Permission[] permissions) throws Exception - Throws:
Exception
-
getStructuredContentFolderPermissionsPage
com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> getStructuredContentFolderPermissionsPage(Long structuredContentFolderId, String roleNames) throws Exception - Throws:
Exception
-
putStructuredContentFolderPermissionsPage
com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> putStructuredContentFolderPermissionsPage(Long structuredContentFolderId, com.liferay.portal.vulcan.permission.Permission[] permissions) throws Exception - Throws:
Exception
-
getStructuredContentFolderStructuredContentFoldersPage
com.liferay.portal.vulcan.pagination.Page<StructuredContentFolder> getStructuredContentFolderStructuredContentFoldersPage(Long parentStructuredContentFolderId, 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
-
postStructuredContentFolderStructuredContentFolder
StructuredContentFolder postStructuredContentFolderStructuredContentFolder(Long parentStructuredContentFolderId, StructuredContentFolder structuredContentFolder) throws Exception - Throws:
Exception
-
deleteStructuredContentFolder
- Throws:
Exception
-
deleteStructuredContentFolderBatch
javax.ws.rs.core.Response deleteStructuredContentFolderBatch(String callbackURL, Object object) throws Exception - Throws:
Exception
-
getStructuredContentFolder
- Throws:
Exception
-
patchStructuredContentFolder
StructuredContentFolder patchStructuredContentFolder(Long structuredContentFolderId, StructuredContentFolder structuredContentFolder) throws Exception - Throws:
Exception
-
putStructuredContentFolder
StructuredContentFolder putStructuredContentFolder(Long structuredContentFolderId, StructuredContentFolder structuredContentFolder) throws Exception - Throws:
Exception
-
putStructuredContentFolderBatch
javax.ws.rs.core.Response putStructuredContentFolderBatch(String callbackURL, Object object) throws Exception - Throws:
Exception
-
putStructuredContentFolderSubscribe
- Throws:
Exception
-
putStructuredContentFolderUnsubscribe
- 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
-