|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataChangeDetail
This interface indicates changes in content data
or
meta data
on a belonging store element.
It provides detail information about the type of changes.
RevisionMetaData.getChangedStoreElements()
,
ChangeType.DATA_XML
,
ChangeType.META_DATA_XML
Nested Class Summary | |
---|---|
static class |
DataChangeDetail.ChangeFlag
Flag identifiying the change type. |
static interface |
DataChangeDetail.EditorChange
This interface represents one editor/variable change in a data object |
Method Summary | |
---|---|
DataChangeDetail.ChangeFlag |
getChangeFlag()
Returns the change flag of the underlying data change. |
Map<String,DataChangeDetail.EditorChange> |
getEditorChanges()
Returns an unmodifiable map of editor changes. |
Methods inherited from interface de.espirit.firstspirit.storage.RevisionChangeDetail |
---|
getChangeType |
Method Detail |
---|
DataChangeDetail.ChangeFlag getChangeFlag()
DataChangeDetail.ChangeFlag.ADDED
if the belonging data xml was initially createdDataChangeDetail.ChangeFlag.CHANGED
if the belonging data xml has been changed
Map<String,DataChangeDetail.EditorChange> getEditorChanges()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |