@Named @SessionScoped public class InspectController extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
ISO_DATETIME_FORMAT |
| Constructor and Description |
|---|
InspectController() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteSnapshot(String id)
This method deletes a snapshot by its ID
|
String |
getCurrentSnapshotID()
returns the current snapshot id form the workflow instance.
|
List<String> |
getSnapshotIDs() |
String |
getTime(String id)
This method returns the snapshot timestamp by a snapshot id.
|
String |
getUniqueid() |
void |
loadSnapshotIDs()
This method loads all existing snapshot ids of a given unqiueID
The result list is sorted creation date descending (newest snapshot first)
The method also verifies the actual snapshot in the workflow instance and
creates an indicator
|
void |
restoreSnapshot(String id)
This method restores a snapshot by its ID
|
void |
setCurrentSnapshotID(String currentSnapshotID) |
void |
setSnapshotIDs(List<String> snapshotIDs) |
void |
setUniqueid(String uniqueid) |
public static final String ISO_DATETIME_FORMAT
public String getUniqueid()
public void setUniqueid(String uniqueid)
public String getCurrentSnapshotID()
public void setCurrentSnapshotID(String currentSnapshotID)
public String getTime(String id)
id - public void loadSnapshotIDs()
The result list is sorted creation date descending (newest snapshot first)
The method also verifies the actual snapshot in the workflow instance and creates an indicator
public void restoreSnapshot(String id)
public void deleteSnapshot(String id)
Copyright © 2016–2023 Imixs Software Solutions GmbH. All rights reserved.