public class RevokeTool
extends java.lang.Object
Constructor and Description |
---|
RevokeTool() |
Modifier and Type | Method and Description |
---|---|
static RevokeTool |
getInstance()
Get a new instance of revokeTool
|
boolean |
revokeFromConetTool(java.lang.String dciFilePathName,
java.lang.String vdiID,
java.lang.String nid)
Returns the result of the revoke operation from Conet.
|
boolean |
unpublishFromComidTool(java.lang.String vdiID)
Returns the result of the unpublish from Comid operation.
|
public static RevokeTool getInstance()
public boolean revokeFromConetTool(java.lang.String dciFilePathName, java.lang.String vdiID, java.lang.String nid) throws java.lang.Exception
dciFilePathName
- The path of the DCI file.vdiID
- The ID of the VDI.nid
- The NID object to be revoked.java.lang.Exception
public boolean unpublishFromComidTool(java.lang.String vdiID) throws java.lang.Exception
vdiID
- The ID of the VDI.java.lang.Exception