Uses of Interface
com.atlassian.confluence.core.Modification

Packages that use Modification
com.atlassian.confluence.core   
com.atlassian.confluence.mail   
 

Uses of Modification in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core with parameters of type Modification
<T extends ContentEntityObject>
void
DefaultContentEntityManager.saveNewVersion(T current, Modification<T> modification)
           
<T extends ContentEntityObject>
void
ContentEntityManager.saveNewVersion(T current, Modification<T> modification)
          Applies the state changes supplied by modification and persists those changes to a new version.
<T extends ContentEntityObject>
void
DefaultContentEntityManager.saveNewVersion(T current, Modification<T> modification, SaveContext saveContext)
           
<T extends ContentEntityObject>
void
ContentEntityManager.saveNewVersion(T current, Modification<T> modification, SaveContext saveContext)
          Applies the state changes supplied by modification and persists those changes to a new version.
 

Uses of Modification in com.atlassian.confluence.mail
 

Methods in com.atlassian.confluence.mail with parameters of type Modification
<T extends ContentEntityObject>
void
DefaultMailContentManager.saveNewVersion(T current, Modification<T> modification)
           
<T extends ContentEntityObject>
void
DefaultMailContentManager.saveNewVersion(T current, Modification<T> modification, SaveContext saveContext)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.