Interface SnapshotApi
@Consumes("text/xml")
@Produces("text/xml")
public interface SnapshotApi
- 
Method Summary
Modifier and TypeMethodDescriptionbooleandeleteSnapshot(String id) getSnapshot(String identifier)  
- 
Method Details
- 
getAllSnapshots
 - 
getSnapshot
 - 
createSnapshot
 - 
updateSnapshot
 - 
deleteSnapshot
 - 
rollbackSnapshot
 
 -