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

Packages that use Tag
com.gentics.contentnode.rest.model   
com.gentics.contentnode.rest.model.response   
 

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

Subclasses of Tag in com.gentics.contentnode.rest.model
 class TemplateTag
          Tag object representing a templaetag in the GCN
 

Fields in com.gentics.contentnode.rest.model with type parameters of type Tag
protected  Map<String,Tag> File.tags
          Tags in the file (objecttags)
 

Methods in com.gentics.contentnode.rest.model that return types with arguments of type Tag
 Map<String,Tag> Template.getObjectTags()
          Returns the list of object tags for this template
 Map<String,Tag> File.getTags()
          Map of object tags of this file
 Map<String,Tag> Page.getTags()
          Tags of the page
 Map<String,Tag> Folder.getTags()
          Map of object tags of the folder
 

Method parameters in com.gentics.contentnode.rest.model with type arguments of type Tag
 void Page.addTags(Map<String,Tag> restTags)
          Add the given rest tags to the map of all other rest tags for this page
 void Template.setObjectTags(Map<String,Tag> objectTags)
          Sets the object tags for this template
 void File.setTags(Map<String,Tag> tags)
           
 void Page.setTags(Map<String,Tag> tags)
          Set the tags
 void Folder.setTags(Map<String,Tag> tags)
           
 

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

Methods in com.gentics.contentnode.rest.model.response that return Tag
 Tag TagCreateResponse.getTag()
          Get the tag
 

Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type Tag
 List<Tag> TagListResponse.getTags()
          Get tags list
 

Methods in com.gentics.contentnode.rest.model.response with parameters of type Tag
 void TagCreateResponse.setTag(Tag tag)
          Set the tag
 

Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type Tag
 void TagListResponse.setTags(List<Tag> tags)
          Set tags list
 

Constructors in com.gentics.contentnode.rest.model.response with parameters of type Tag
TagCreateResponse(Message message, ResponseInfo responseInfo, Tag tag)
           
 



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.