Modifier and Type | Method and Description |
---|---|
Construct |
ObjectProperty.getConstruct()
Construct used by the object property (may be null, if not embedded in the response)
|
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
|
void |
ObjectProperty.setConstruct(Construct construct)
Get the construct if embedded or null
|
Modifier and Type | Method and Description |
---|---|
void |
ConstructCategory.setConstructs(Map<String,Construct> constructs)
Sets the map with constructs for this category
|
Modifier and Type | Class and Description |
---|---|
class |
ConstructInPackage
Construct in a package
|
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.