public class ApplyRevisionOptions extends Object
Constructor and Description |
---|
ApplyRevisionOptions()
Instantiates a new Apply revision options.
|
ApplyRevisionOptions(List<RevisionInfo> changes)
Instantiates a new Apply revision options.
|
ApplyRevisionOptions(List<RevisionInfo> changes,
RevisionAction commonHandler)
Instantiates a new Apply revision options.
|
ApplyRevisionOptions(RevisionAction mCommonHandler)
Instantiates a new Apply revision options.
|
Modifier and Type | Method and Description |
---|---|
List<RevisionInfo> |
getChanges()
The list of revisions processed, which will be applied to the resulting document.
|
RevisionAction |
getCommonHandler()
Indicates whether to apply one action for all revisions
|
void |
setChanges(List<RevisionInfo> changes)
The list of revisions processed, which will be applied to the resulting document.
|
void |
setCommonHandler(RevisionAction commonHandler)
Indicates whether to apply one action for all revisions
|
public ApplyRevisionOptions()
public ApplyRevisionOptions(List<RevisionInfo> changes)
changes
- the changespublic ApplyRevisionOptions(List<RevisionInfo> changes, RevisionAction commonHandler)
changes
- the changescommonHandler
- the common handlerpublic ApplyRevisionOptions(RevisionAction mCommonHandler)
mCommonHandler
- the m common handlerpublic List<RevisionInfo> getChanges()
public RevisionAction getCommonHandler()
public void setChanges(List<RevisionInfo> changes)
changes
- the changespublic void setCommonHandler(RevisionAction commonHandler)
commonHandler
- the common handler