public class SelfServiceRepository extends DelphixEngine
CONTENT_COMPATIBLE_REPOSITORIES, CONTENT_LATEST_POINT, CONTENT_LATEST_SNAPSHOT, CONTENT_REFRESH_HOOK, CONTENT_ROLLBACK_HOOK, CONTENT_SYNC_HOOK, FIELD_JOB, FIELD_NAME, FIELD_REFERENCE, FIELD_RESULT| Constructor and Description |
|---|
SelfServiceRepository(DelphixEngine engine) |
SelfServiceRepository(String engineAddress,
String engineUsername,
String enginePassword) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
disable(String containerRef)
Disable a Self Service Container.
|
com.fasterxml.jackson.databind.JsonNode |
enable(String containerRef)
Enable a Self Service Container that has been Disabled.
|
SelfServiceContainer |
get(String containerRef)
Get Self Service Container by Refernce.
|
LinkedHashMap<String,SelfServiceContainer> |
listSelfServices()
List self service containers in the Delphix Engine.
|
com.fasterxml.jackson.databind.JsonNode |
lock(String containerRef,
String userRef)
Lock the container to prevent other users from performing any opeartions on it.
|
com.fasterxml.jackson.databind.JsonNode |
recover(String containerRef)
Recover a Self Service Container from the INCONSISTENT state.
|
com.fasterxml.jackson.databind.JsonNode |
refresh(String containerRef)
Refreshes a Self Service Container.
|
com.fasterxml.jackson.databind.JsonNode |
reset(String containerRef)
Reset a Self Service Container.
|
com.fasterxml.jackson.databind.JsonNode |
restore(String containerRef,
String bookmark)
Restore a Self Service Container.
|
com.fasterxml.jackson.databind.JsonNode |
undo(String containerRef,
String actionRef)
Undo the given operation.
|
com.fasterxml.jackson.databind.JsonNode |
unlock(String containerRef)
Unlock the container to let other users perform opeartions on it.
|
createEnvironment, engineGet, enginePost, fillEnginesForDropdown, getEngineAddress, getEnginePassword, getEngineUsername, login@DataBoundConstructor public SelfServiceRepository(String engineAddress, String engineUsername, String enginePassword)
public SelfServiceRepository(DelphixEngine engine)
public LinkedHashMap<String,SelfServiceContainer> listSelfServices() throws org.apache.http.client.ClientProtocolException, IOException, DelphixEngineException
org.apache.http.client.ClientProtocolException - [description]IOException - [description]DelphixEngineException - [description]public SelfServiceContainer get(String containerRef) throws IOException, DelphixEngineException
containerRef - StringIOException - [description]DelphixEngineException - [description]public com.fasterxml.jackson.databind.JsonNode refresh(String containerRef) throws IOException, DelphixEngineException
containerRef - StringIOException - [description]DelphixEngineException - [description]public com.fasterxml.jackson.databind.JsonNode restore(String containerRef, String bookmark) throws IOException, DelphixEngineException
containerRef - Stringbookmark - StringIOException - [description]DelphixEngineException - [description]public com.fasterxml.jackson.databind.JsonNode reset(String containerRef) throws IOException, DelphixEngineException
containerRef - StringIOException - [description]DelphixEngineException - [description]public com.fasterxml.jackson.databind.JsonNode enable(String containerRef) throws IOException, DelphixEngineException
containerRef - StringIOException - [description]DelphixEngineException - [description]public com.fasterxml.jackson.databind.JsonNode disable(String containerRef) throws IOException, DelphixEngineException
containerRef - StringIOException - [description]DelphixEngineException - [description]public com.fasterxml.jackson.databind.JsonNode recover(String containerRef) throws IOException, DelphixEngineException
containerRef - StringIOException - [description]DelphixEngineException - [description]public com.fasterxml.jackson.databind.JsonNode undo(String containerRef, String actionRef) throws IOException, DelphixEngineException
containerRef - StringactionRef - StringIOException - [description]DelphixEngineException - [description]public com.fasterxml.jackson.databind.JsonNode lock(String containerRef, String userRef) throws IOException, DelphixEngineException
containerRef - StringuserRef - StringIOException - [description]DelphixEngineException - [description]public com.fasterxml.jackson.databind.JsonNode unlock(String containerRef) throws IOException, DelphixEngineException
containerRef - StringIOException - [description]DelphixEngineException - [description]Copyright © 2016–2018. All rights reserved.