T - the type of the reference. You may choose to specify your own type, say Page or BlogPost so you can use state-updating methods that are specific to a class.public interface Modification<T extends ContentEntityObject>
ContentEntityObject as they see fit.
 Changes made will be persisted to a new version.
ContentEntityManager#saveNewVersion(ContentEntityObject, Modification)}| Modifier and Type | Method and Description | 
|---|---|
| void | modify(T content)Modifies the state of the content specified here. | 
void modify(T content)
content - a reference to the content (typically the current latest version of content).Copyright © 2003–2017 Atlassian. All rights reserved.