@Generated(value="")
@ProviderType
public interface ContentStructureResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContentStructureResource.Builder |
static interface |
ContentStructureResource.Factory |
static class |
ContentStructureResource.FactoryHolder |
| Modifier and Type | Method and Description |
|---|---|
static ContentStructureResource.Builder |
builder() |
Page<ContentStructure> |
getAssetLibraryContentStructuresPage(java.lang.Long assetLibraryId,
java.lang.String search,
Aggregation aggregation,
Filter filter,
Pagination pagination,
Sort[] sorts) |
ContentStructure |
getContentStructure(java.lang.Long contentStructureId) |
Page<ContentStructure> |
getSiteContentStructuresPage(java.lang.Long siteId,
java.lang.String search,
Aggregation aggregation,
Filter filter,
Pagination pagination,
Sort[] sorts) |
default void |
setContextAcceptLanguage(AcceptLanguage contextAcceptLanguage) |
void |
setContextCompany(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(User contextUser) |
static ContentStructureResource.Builder builder()
Page<ContentStructure> getAssetLibraryContentStructuresPage(java.lang.Long assetLibraryId, java.lang.String search, Aggregation aggregation, Filter filter, Pagination pagination, Sort[] sorts) throws java.lang.Exception
java.lang.ExceptionContentStructure getContentStructure(java.lang.Long contentStructureId) throws java.lang.Exception
java.lang.ExceptionPage<ContentStructure> getSiteContentStructuresPage(java.lang.Long siteId, java.lang.String search, Aggregation aggregation, Filter filter, Pagination pagination, Sort[] sorts) throws java.lang.Exception
java.lang.Exceptiondefault void setContextAcceptLanguage(AcceptLanguage contextAcceptLanguage)
void setContextCompany(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(User contextUser)