Package | Description |
---|---|
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and Description |
---|---|
ContentPackageLoadResponse |
ContentStagingResource.add(String name,
String objectType,
String objectUuid,
boolean recursive)
Add an entity, keeping its folder path, to the package of a given name.
|
ContentPackageLoadResponse |
ContentStagingResource.create(StagedContentPackage model)
Create new package.
|
ContentPackageLoadResponse |
ContentStagingResource.read(String name)
Get the package by its name
|
ContentPackageLoadResponse |
ContentStagingResource.remove(String name,
String objectType,
String objectUuid)
Remove an entity from the package of a given name.
|
ContentPackageLoadResponse |
ContentStagingResource.update(String name,
StagedContentPackage model)
Update the package with the given name.
|
ContentPackageLoadResponse |
ContentStagingResource.upload(String name,
org.glassfish.jersey.media.multipart.FormDataMultiPart multiPart)
Upload the package of the given name in the form of ZIP archive.
|
Copyright © 2024 Gentics Software. All rights reserved.