public interface DeleteOperationsInterface
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAll()
Deletes everything from the engine.
|
void |
deleteName(java.lang.String name,
boolean force)
Delete a name from the engine.
|
void |
deleteNames(java.util.List<java.lang.String> names,
boolean force)
Delete a number of names.
|
void |
deleteNamesFromFile(java.util.List<java.lang.String> filenames,
boolean force)
Delete a number of names from a file or stdin.
|
void |
deleteNamesFromFile(java.util.List<java.lang.String> filenames,
boolean force,
boolean utf8)
Delete a number of names from a file or stdin.
|
void |
killName(java.lang.String name)
Kill a name from the engine.
|
void |
killNames(java.util.List<java.lang.String> names)
Kill a number of names.
|
void |
killNamesFromFile(java.util.List<java.lang.String> filenames)
Kill a number of names from a file or stdin.
|
void |
killNamesFromFile(java.util.List<java.lang.String> filenames,
boolean utf8)
Kill a number of names from a file or stdin.
|
void |
setCancelDeleteFileRead(boolean newCancelFileReadValue)
Setter for the cancelFileRead property for the Delete / Kill operations.
|
void deleteNames(java.util.List<java.lang.String> names,
boolean force)
throws EngineException
names - Names to be deleted.force - Set to true to forcably delete the names even if in use.EngineExceptionvoid deleteNamesFromFile(java.util.List<java.lang.String> filenames,
boolean force)
throws EngineException
filenames - Names of files to read Names from. A file name "-" is taken to be stdin.force - Set to true to forcably delete the names even if in use.EngineException - Thrown if any exceptions occur in the Client SDK.void deleteNamesFromFile(java.util.List<java.lang.String> filenames,
boolean force,
boolean utf8)
throws EngineException
filenames - Names of files to read Names from. A file name "-" is taken to be stdin.force - Set to true to forcably delete the names even if in use.utf8 - If true, the specified files will be read
as UTF-8; otherwise they will be read using the system default encoding
unless they begin with a unicode Byte Order Mark (BOM) character.EngineException - Thrown if any exceptions occur in the Client SDK.void deleteAll()
throws EngineException
EngineExceptionvoid deleteName(java.lang.String name,
boolean force)
throws EngineException
name - The name to be deleted.force - Set to true to forcably delete the name even if in use.EngineException - Thrown if any exceptions occur in the Client SDK.void killNames(java.util.List<java.lang.String> names)
throws EngineException
names - Names to be deleted.EngineExceptionvoid killNamesFromFile(java.util.List<java.lang.String> filenames)
throws EngineException
filenames - Names of files to read Names from. A file name "-" is taken to be stdin.EngineException - Thrown if any exceptions occur in the Client SDK.void killNamesFromFile(java.util.List<java.lang.String> filenames,
boolean utf8)
throws EngineException
filenames - Names of files to read Names from. A file name "-" is taken to be stdin.utf8 - If true, the specified files will be read
as UTF-8; otherwise they will be read using the system default encoding
unless they begin with a unicode Byte Order Mark (BOM) character.EngineException - Thrown if any exceptions occur in the Client SDK.void killName(java.lang.String name)
throws EngineException
name - The name to be deleted.EngineException - Thrown if any exceptions occur in the Client SDK.void setCancelDeleteFileRead(boolean newCancelFileReadValue)
newCancelFileReadValue - New value for the cancelFileRead property.Submit a bug or feature
Copyright (c) 2013-2017 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.