Package | Description |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.response | |
com.gentics.contentnode.rest.model.response.migration |
Modifier and Type | Method and Description |
---|---|
Map<String,Construct> |
ConstructCategory.getConstructs()
Map of constructs for this category
|
Modifier and Type | Method and Description |
---|---|
void |
ConstructCategory.addConstruct(String name,
Construct construct)
Adds the construct with the given name to the map of constructs of this category
|
Modifier and Type | Method and Description |
---|---|
void |
ConstructCategory.setConstructs(Map<String,Construct> constructs)
Sets the map with constructs for this category
|
Modifier and Type | Method and Description |
---|---|
Construct |
ConstructLoadResponse.getConstruct()
Returns the loaded construct
|
Modifier and Type | Method and Description |
---|---|
List<Construct> |
ConstructListResponse.getConstructs()
Get the constructs
|
Modifier and Type | Method and Description |
---|---|
void |
ConstructLoadResponse.setConstruct(Construct construct)
Sets the construct for this response
|
Modifier and Type | Method and Description |
---|---|
void |
ConstructListResponse.setConstructs(List<Construct> constructs)
Set the constructs
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,Construct> |
MigrationTagsResponse.getTagTypes()
Returns the map of tagtypes.
|
Modifier and Type | Method and Description |
---|---|
void |
MigrationTagsResponse.addTagType(Integer id,
Construct tag)
Add a tag to the tags HashMap
|
Modifier and Type | Method and Description |
---|---|
void |
MigrationTagsResponse.setTagTypes(Map<Integer,Construct> tags)
Returns the map of tagtypes
|
Copyright © 2018 Gentics Software. All rights reserved.