Interface ChangesService
-
@OpenApiAll public interface ChangesServiceService returns ChangeSetService to work with Change Sets content.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeSetServicegetChangeSetService()Activates Change Sets tab, refills table's content and returns ChangeSetService to work with Change Sets content.
-
-
-
Method Detail
-
getChangeSetService
ChangeSetService getChangeSetService() throws java.lang.IllegalStateException
Activates Change Sets tab, refills table's content and returns ChangeSetService to work with Change Sets content.- Returns:
ChangeSetService- Throws:
java.lang.IllegalStateException- in case of Change Sets tab is not initialized.
-
-