Search in sources :

Example 1 with ApplicationSnapshotDataTable

use of models.datatable.ApplicationSnapshotDataTable in project coprhd-controller by CoprHD.

the class BlockApplications method getAssociatedSnapshots.

public static void getAssociatedSnapshots(String id, String snapSet) {
    renderArgs.put("dataTable", new ApplicationSnapshotDataTable());
    VolumeGroupRestRep application = AppSupportUtil.getApplication(id);
    String snapLabel = id + "~~~" + snapSet;
    render(application, snapLabel, snapSet);
}
Also used : ApplicationSnapshotDataTable(models.datatable.ApplicationSnapshotDataTable) VolumeGroupRestRep(com.emc.storageos.model.application.VolumeGroupRestRep)

Aggregations

VolumeGroupRestRep (com.emc.storageos.model.application.VolumeGroupRestRep)1 ApplicationSnapshotDataTable (models.datatable.ApplicationSnapshotDataTable)1