| Package | Description |
|---|---|
| oracle.security.opss.lifecycle.datamgmt |
| Modifier and Type | Method and Description |
|---|---|
void |
Snapshot.apply() |
void |
SnapshotService.applySnapshotInstance() |
void |
Snapshot.create(long timestamp) |
static Snapshot |
SnapshotFactory.createInstance(ArtifactContext context) |
void |
SnapshotService.createSnapshotInstance() |
static SnapshotService |
SnapshotServiceManager.getInstance(SnapshotContext context) |
| Constructor and Description |
|---|
SnapshotContext(java.io.File rootDir, java.lang.String instanceId, java.lang.Object svcContext)
Construct a context object to hold the information necessary for creating a snapshot of all registered artifacts.
|