Index

A C D E G I L R S U 
All Classes and Interfaces|All Packages|Serialized Form

A

add(String, String, String, boolean) - Method in interface com.gentics.contentnode.rest.resource.ContentStagingResource
Add an entity, keeping its folder path, to the package of a given name.

C

clone(ContentPackageBase, boolean) - Method in class com.gentics.contentnode.rest.model.staging.ContentPackageBase
 
com.gentics.contentnode.rest.model.response - package com.gentics.contentnode.rest.model.response
 
com.gentics.contentnode.rest.model.staging - package com.gentics.contentnode.rest.model.staging
 
com.gentics.contentnode.rest.resource - package com.gentics.contentnode.rest.resource
 
ContentPackageBase - Class in com.gentics.contentnode.rest.model.staging
Base model for content package
ContentPackageBase() - Constructor for class com.gentics.contentnode.rest.model.staging.ContentPackageBase
 
ContentPackageListResponse - Class in com.gentics.contentnode.rest.model.response
Response with Content Staging package list.
ContentPackageListResponse() - Constructor for class com.gentics.contentnode.rest.model.response.ContentPackageListResponse
 
ContentPackageLoadResponse - Class in com.gentics.contentnode.rest.model.response
Response of Content Staging package.
ContentPackageLoadResponse() - Constructor for class com.gentics.contentnode.rest.model.response.ContentPackageLoadResponse
JAXB constructor
ContentPackageLoadResponse(Message, ResponseInfo) - Constructor for class com.gentics.contentnode.rest.model.response.ContentPackageLoadResponse
Convenience constructor.
ContentStagingResource - Interface in com.gentics.contentnode.rest.resource
Content Staging REST API
create(StagedContentPackage) - Method in interface com.gentics.contentnode.rest.resource.ContentStagingResource
Create new package.

D

delete(String) - Method in interface com.gentics.contentnode.rest.resource.ContentStagingResource
Delete the package with the given name
download(String) - Method in interface com.gentics.contentnode.rest.resource.ContentStagingResource
Download the package of the given name as ZIP archive.

E

exportFromCms(String, long) - Method in interface com.gentics.contentnode.rest.resource.ContentStagingResource
Export the CMS entities, contained in the package with the given name, into the package, i.e.

G

getBase() - Method in class com.gentics.contentnode.rest.model.staging.ImplementationHashResponse
Base of the hash (string representation of the entity)
getChannels() - Method in class com.gentics.contentnode.rest.model.staging.StagedContentPackage
Count of channels in the package.
getContentPackage() - Method in class com.gentics.contentnode.rest.model.response.ContentPackageLoadResponse
Package
getDescription() - Method in class com.gentics.contentnode.rest.model.staging.ContentPackageBase
Content package description
getFiles() - Method in class com.gentics.contentnode.rest.model.staging.StagedContentPackage
Count of files in the package.
getFolders() - Method in class com.gentics.contentnode.rest.model.staging.StagedContentPackage
Count of folders in the package.
getForms() - Method in class com.gentics.contentnode.rest.model.staging.StagedContentPackage
Count of forms in the package.
getHash() - Method in class com.gentics.contentnode.rest.model.staging.ImplementationHashResponse
Implementation hash
getImages() - Method in class com.gentics.contentnode.rest.model.staging.StagedContentPackage
Count of images in the package.
getImport() - Method in class com.gentics.contentnode.rest.model.response.ContentPackageLoadResponse
Status of the latest import
getName() - Method in class com.gentics.contentnode.rest.model.staging.ContentPackageBase
Name of the content package
getNodes() - Method in class com.gentics.contentnode.rest.model.staging.StagedContentPackage
Count of nodes in the package.
getPages() - Method in class com.gentics.contentnode.rest.model.staging.StagedContentPackage
Count of pages in the package.
getTimestamp() - Method in class com.gentics.contentnode.rest.model.staging.ContentPackageBase
Timestamp of the last modification

I

implementationHash(String) - Method in interface com.gentics.contentnode.rest.resource.StagedConstructResource
Get the implementation hash for a construct
implementationHash(String) - Method in interface com.gentics.contentnode.rest.resource.StagedDatasourceResource
Get the implementation hash for a datasource
implementationHash(String) - Method in interface com.gentics.contentnode.rest.resource.StagedObjectPropertyResource
Get the implementation hash for an object property
implementationHash(String) - Method in interface com.gentics.contentnode.rest.resource.StagedTemplateResource
Get the implementation hash for a template
ImplementationHashResponse - Class in com.gentics.contentnode.rest.model.staging
Response containing the implementation hash (and string representation on which the hash is based) for an entity
ImplementationHashResponse() - Constructor for class com.gentics.contentnode.rest.model.staging.ImplementationHashResponse
Create instance with "ok" response info
importIntoCms(String, long) - Method in interface com.gentics.contentnode.rest.resource.ContentStagingResource
Import the entities of a package of given name into CMS.

L

list(FilterParameterBean, SortParameterBean, PagingParameterBean) - Method in interface com.gentics.contentnode.rest.resource.ContentStagingResource
Get packages list.
The result can be filtered by name description and sorted by name description nodes pages folders files images

R

read(String) - Method in interface com.gentics.contentnode.rest.resource.ContentStagingResource
Get the package by its name
remove(String, String, String) - Method in interface com.gentics.contentnode.rest.resource.ContentStagingResource
Remove an entity from the package of a given name.

S

setBase(String) - Method in class com.gentics.contentnode.rest.model.staging.ImplementationHashResponse
Set the base
setChannels(int) - Method in class com.gentics.contentnode.rest.model.staging.StagedContentPackage
Set the number of channels in the package.
setContentPackage(StagedContentPackage) - Method in class com.gentics.contentnode.rest.model.response.ContentPackageLoadResponse
Set content staging package.
setDescription(String) - Method in class com.gentics.contentnode.rest.model.staging.ContentPackageBase
Set the description
setFiles(int) - Method in class com.gentics.contentnode.rest.model.staging.StagedContentPackage
Set the count of files in the package.
setFolders(int) - Method in class com.gentics.contentnode.rest.model.staging.StagedContentPackage
Set the count of folders in the package.
setForms(int) - Method in class com.gentics.contentnode.rest.model.staging.StagedContentPackage
Set the count of forms in the package.
setHash(String) - Method in class com.gentics.contentnode.rest.model.staging.ImplementationHashResponse
Set the implementation hash
setImages(int) - Method in class com.gentics.contentnode.rest.model.staging.StagedContentPackage
Set the count of images in the package.
setImport(JobStatus) - Method in class com.gentics.contentnode.rest.model.response.ContentPackageLoadResponse
Set import job status.
setName(String) - Method in class com.gentics.contentnode.rest.model.staging.ContentPackageBase
Set the name
setNodes(int) - Method in class com.gentics.contentnode.rest.model.staging.StagedContentPackage
Set the count of nodes in the package.
setPages(int) - Method in class com.gentics.contentnode.rest.model.staging.StagedContentPackage
Set the count of pages in the package.
setTimestamp(Integer) - Method in class com.gentics.contentnode.rest.model.staging.ContentPackageBase
Set the modification timestamp
StagedConstructResource - Interface in com.gentics.contentnode.rest.resource
Resource for handling constructs
StagedContentPackage - Class in com.gentics.contentnode.rest.model.staging
Content staging package entity.
StagedContentPackage() - Constructor for class com.gentics.contentnode.rest.model.staging.StagedContentPackage
 
StagedDatasourceResource - Interface in com.gentics.contentnode.rest.resource
Resource for management of datasources
StagedObjectPropertyResource - Interface in com.gentics.contentnode.rest.resource
Resource for management of object property definitions
StagedTemplateResource - Interface in com.gentics.contentnode.rest.resource
Resource used for loading, saving and manipulating GCN templates.
StagingStatusResponse - Class in com.gentics.contentnode.rest.model.response
 
StagingStatusResponse() - Constructor for class com.gentics.contentnode.rest.model.response.StagingStatusResponse
 
status(String, IdTypeMapRequest) - Method in interface com.gentics.contentnode.rest.resource.ContentStagingResource
Check the staging package inclusion package for the bulk of various types.

U

update(String, StagedContentPackage) - Method in interface com.gentics.contentnode.rest.resource.ContentStagingResource
Update the package with the given name.
upload(String, FormDataMultiPart) - Method in interface com.gentics.contentnode.rest.resource.ContentStagingResource
Upload the package of the given name in the form of ZIP archive.
A C D E G I L R S U 
All Classes and Interfaces|All Packages|Serialized Form