|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RevisionMetaData
This interface represents metadata of an specific revision.
Revision.getMetaData()
Method Summary | |
---|---|
Map<BasicElementInfo,Map<ChangeType,RevisionChangeDetail>> |
getChangedStoreElements()
Returns an unmodifiable map of storeelement changes indicating all changes processed in the belonging revision. |
Collection<de.espirit.storage.File> |
getFiles()
Returns an unmodifiable collection of files
modified by the belonging revision. |
RevisionOperation<?> |
getOperation()
Returns the revision operation. |
Method Detail |
---|
Collection<de.espirit.storage.File> getFiles()
files
modified by the belonging revision.
Map<BasicElementInfo,Map<ChangeType,RevisionChangeDetail>> getChangedStoreElements()
BasicElementInfo
.
The value of the map is an mapping of change type to RevisionChangeDetail.
@Nullable RevisionOperation<?> getOperation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |