Package | Description |
---|---|
com.gentics.contentnode.rest.model.devtools | |
com.gentics.contentnode.rest.resource.devtools |
Modifier and Type | Method and Description |
---|---|
List<Package> |
PackageListResponse.getItems()
Packages in the list
|
Set<Package> |
Package.getSubPackages()
Get set of sub packages
|
Modifier and Type | Method and Description |
---|---|
void |
PackageListResponse.setItems(List<Package> items)
Set the packages
|
void |
Package.setSubPackages(Set<Package> subPackages)
Set set of sub packages
|
Modifier and Type | Method and Description |
---|---|
Package |
PackageResource.get(String name)
Get the package with given name
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PackageResource.addPackage(String nodeId,
Package addedPackage)
Add the package to the node.
|
Copyright © 2024 Gentics Software. All rights reserved.