Class ContentUpdate
java.lang.Object
com.activeviam.tech.contentserver.storage.api.ContentUpdate
An update on an entry of the content server.
- Author:
- ActiveViam
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor for serialization.ContentUpdate
(String path, ContentAction action, IPathlessContentEntry entry) Constructor. -
Method Summary
-
Constructor Details
-
ContentUpdate
public ContentUpdate()Empty constructor for serialization. -
ContentUpdate
Constructor.- Parameters:
path
- The updated pathaction
- Theaction
that created this updateentry
- The updated entry
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
getPath
-- GETTER -- Returns the updated path. -
getAction
-- GETTER -- Returns the action that created this update. -
getEntry
-- GETTER -- Returns the updated entry.
-