| AggregatedExecutable |
Convenient class to store and serialize a sequence of executables.
|
| AndCondition |
Vault script condition that succeeds only if all the contained conditions are successful.
|
| Condition |
The condition is used for registering the script.
|
| CountExecutable |
Client side representation of a back-end execution that runs a mongo "count" query
and returns the count of the result.
|
| DeleteExecutable |
Convenient class to delete the documents from the collection.
|
| Executable |
Represents the executable of the script.
|
| FileDownloadExecutable |
Convenient class for downloading file by the script.
|
| FileHashExecutable |
The executable to get the hash code of the file content.
|
| FilePropertiesExecutable |
The executable to get the properties of the file.
|
| FileUploadExecutable |
The executable to upload the file content.
|
| FindExecutable |
Client side representation of a back-end execution that runs a mongo "find" query and returns some items
as a result.
|
| InsertExecutable |
The executable to wrapper the "insert" operation to the mongo database of the hive node.
|
| OrCondition |
Vault script condition that succeeds if at least one of the contained conditions are successful.
|
| QueryHasResultCondition |
Vault script condition to check if a database query returns results or not.
|
| ScriptContent |
|
| ScriptingController |
The wrapper class to access the scripting APIs of the hive node.
|
| UpdateExecutable |
The executable to update the documents of the mongo database.
|