|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the class of the configuration item being changed.public interface Change<T extends java.io.Serializable>
A changes on the repository to either add, modify or delete a configuration item.
| Method Summary | |
|---|---|
java.lang.Class<T> |
getConfigurationItemClass()
The class of the CI that is being changed. |
T |
getNewRevision()
Returns the configuration item as it will be after the change. |
T |
getOldRevision()
Returns the configuration item as it was before the change. |
boolean |
isAddition()
Returns true iff this change is an addition |
boolean |
isDeletion()
Returns true iff this change is a deletion. |
boolean |
isModification()
Return true iff this change is a modication. |
| Method Detail |
|---|
java.lang.Class<T> getConfigurationItemClass()
boolean isAddition()
boolean isModification()
boolean isDeletion()
T getOldRevision()
T getNewRevision()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||