Package systems.dmx.core.service
Interface ChangeReport
-
- All Superinterfaces:
JSONEnabled
public interface ChangeReport extends JSONEnabled
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ChangeReport.Change
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ChangeReport.Change>
getChanges(String compDefUri)
boolean
hasChanges()
-
Methods inherited from interface systems.dmx.core.JSONEnabled
dump, toJSON
-
-
-
-
Method Detail
-
hasChanges
boolean hasChanges()
-
getChanges
List<ChangeReport.Change> getChanges(String compDefUri)
-
-