public interface IStatusChangeEvent
Modifier and Type | Method and Description |
---|---|
ObList<IElement> |
getAccessChangeEvents()
Used to get the list of updated elements.
|
ObList<IElement> |
getCmsChangeEvents()
Used to get the list of created elements.
|
ObList<IElement> |
getRamcChangeEvents()
Used to get the list of created elements.
|
ObList<IElement> getAccessChangeEvents()
An element is considered as updated only if it was not created or deleted during the transaction.
ObList<IElement> getCmsChangeEvents()
Only the top created elements are listed here. For example if a package P1 has been created and in the same way, a class C1 has been created and added to the package, only the package P1 will be given through the use of this returned list.
ObList<IElement> getRamcChangeEvents()
Only the top created elements are listed here. For example if a package P1 has been created and in the same way, a class C1 has been created and added to the package, only the package P1 will be given through the use of this returned list.