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

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

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

Methods in com.gentics.contentnode.rest.model that return types with arguments of type Part
 List<Part> Construct.getParts()
          Parts of the construct
 

Method parameters in com.gentics.contentnode.rest.model with type arguments of type Part
 void Construct.setParts(List<Part> parts)
          Set the parts
 

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

Methods in com.gentics.contentnode.rest.model.response.migration that return types with arguments of type Part
 List<Part> MigrationPartsResponse.getParts()
           
 Map<Integer,List<Part>> PossiblePartMappingsResponse.getPossibleMappings()
           
 

Method parameters in com.gentics.contentnode.rest.model.response.migration with type arguments of type Part
 void MigrationPartsResponse.setParts(List<Part> parts)
           
 void PossiblePartMappingsResponse.setPossibleMapping(Map<Integer,List<Part>> possibleMappings)
           
 



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.