Package net.bluemind.tag.api
Class TagChanges
java.lang.Object
net.bluemind.tag.api.TagChanges
This class is used to batch updates of a set of 
Tag using
 ITags.updates(TagChanges)- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class - 
Field Summary
FieldsModifier and TypeFieldDescriptionupdated itemsdeleted itemsmodified items - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic TagChangescreate(List<TagChanges.ItemAdd> add, List<TagChanges.ItemModify> modify, List<TagChanges.ItemDelete> delete) static TagChangesempty() 
- 
Field Details
- 
add
updated items - 
modify
modified items - 
delete
deleted items 
 - 
 - 
Constructor Details
- 
TagChanges
public TagChanges() 
 - 
 - 
Method Details
- 
create
public static TagChanges create(List<TagChanges.ItemAdd> add, List<TagChanges.ItemModify> modify, List<TagChanges.ItemDelete> delete)  - 
empty
 
 -