Interface ContentAwareAttribute
-
public interface ContentAwareAttributeShould be implemented by all Objects which are a representation of a content object of some kind. The api will update all content aware attributes of a content change if the ContentChangeListener is connected.- Author:
- lrosenberg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleandeleteOnChange()Called first, if this returns true, the object will be removed from any cache its in.voidnotifyContentChange(String documentName, String documentId)If delete on change returns false this method is called.
-