public class SelfServiceBookmarkRepository 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 |
|---|
SelfServiceBookmarkRepository(DelphixEngine engine) |
SelfServiceBookmarkRepository(String engineAddress,
String engineUsername,
String enginePassword) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
create(String name,
String branch,
String sourceDataLayout)
Create a new Self Service Bookmark.
|
com.fasterxml.jackson.databind.JsonNode |
delete(String bookmarkRef)
Delete a Self Service Bookmark by Reference.
|
com.fasterxml.jackson.databind.JsonNode |
list()
List Bookmarks.
|
LinkedHashMap<String,SelfServiceBookmark> |
listBookmarks()
List Bookmarks in the Delphix Engine.
|
com.fasterxml.jackson.databind.JsonNode |
share(String bookmarkRef)
Share a Self Service Bookmark.
|
com.fasterxml.jackson.databind.JsonNode |
unshare(String bookmarkRef)
Unshare a Self Service Bookmark.
|
createEnvironment, engineGet, enginePost, fillEnginesForDropdown, getEngineAddress, getEnginePassword, getEngineUsername, login@DataBoundConstructor public SelfServiceBookmarkRepository(String engineAddress, String engineUsername, String enginePassword)
public SelfServiceBookmarkRepository(DelphixEngine engine)
public LinkedHashMap<String,SelfServiceBookmark> listBookmarks() throws org.apache.http.client.ClientProtocolException, IOException, DelphixEngineException
org.apache.http.client.ClientProtocolException - [description]IOException - [description]DelphixEngineException - [description]public com.fasterxml.jackson.databind.JsonNode list()
throws IOException,
DelphixEngineException
IOException - [description]DelphixEngineException - [description]public com.fasterxml.jackson.databind.JsonNode delete(String bookmarkRef) throws IOException, DelphixEngineException
bookmarkRef - StringIOException - [description]DelphixEngineException - [description]public com.fasterxml.jackson.databind.JsonNode create(String name, String branch, String sourceDataLayout) throws IOException, DelphixEngineException
name - Stringbranch - StringsourceDataLayout - StringIOException - [description]DelphixEngineException - [description]public com.fasterxml.jackson.databind.JsonNode share(String bookmarkRef) throws IOException, DelphixEngineException
bookmarkRef - StringIOException - [description]DelphixEngineException - [description]public com.fasterxml.jackson.databind.JsonNode unshare(String bookmarkRef) throws IOException, DelphixEngineException
bookmarkRef - StringIOException - [description]DelphixEngineException - [description]Copyright © 2016–2018. All rights reserved.