Uses of Class
com.gentics.contentnode.rest.model.Construct

Packages that use Construct
com.gentics.contentnode.rest.model   
com.gentics.contentnode.rest.model.response   
com.gentics.contentnode.rest.model.response.migration   
 

Uses of Construct in com.gentics.contentnode.rest.model
 

Methods in com.gentics.contentnode.rest.model that return types with arguments of type Construct
 Map<String,Construct> ConstructCategory.getConstructs()
          Map of constructs for this category
 

Methods in com.gentics.contentnode.rest.model with parameters of type Construct
 void ConstructCategory.addConstruct(String name, Construct construct)
          Adds the construct with the given name to the map of constructs of this category
 

Method parameters in com.gentics.contentnode.rest.model with type arguments of type Construct
 void ConstructCategory.setConstructs(Map<String,Construct> constructs)
          Sets the map with constructs for this category
 

Uses of Construct in com.gentics.contentnode.rest.model.response
 

Methods in com.gentics.contentnode.rest.model.response that return Construct
 Construct ConstructLoadResponse.getConstruct()
          Returns the loaded construct
 

Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type Construct
 List<Construct> ConstructListResponse.getConstructs()
          Get the constructs
 

Methods in com.gentics.contentnode.rest.model.response with parameters of type Construct
 void ConstructLoadResponse.setConstruct(Construct construct)
          Sets the construct for this response
 

Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type Construct
 void ConstructListResponse.setConstructs(List<Construct> constructs)
          Set the constructs
 

Uses of Construct in com.gentics.contentnode.rest.model.response.migration
 

Methods in com.gentics.contentnode.rest.model.response.migration that return types with arguments of type Construct
 Map<Integer,Construct> MigrationTagsResponse.getTagTypes()
          Returns the map of tagtypes.
 

Methods in com.gentics.contentnode.rest.model.response.migration with parameters of type Construct
 void MigrationTagsResponse.addTagType(Integer id, Construct tag)
          Add a tag to the tags HashMap
 

Method parameters in com.gentics.contentnode.rest.model.response.migration with type arguments of type Construct
 void MigrationTagsResponse.setTagTypes(Map<Integer,Construct> tags)
          Returns the map of tagtypes
 



Copyright © 2014 Gentics Software GmbH. All Rights Reserved.