| Class | Description |
|---|---|
| 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 | |
| DeleteExecutable | |
| Executable | |
| FileDownloadExecutable | |
| FileHashExecutable | |
| FilePropertiesExecutable | |
| FileUploadExecutable | |
| FindExecutable |
Client side representation of a back-end execution that runs a mongo "find" query and returns some items
as a result.
|
| InsertExecutable | |
| 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.
|
| ScriptingController | |
| UpdateExecutable |
| Enum | Description |
|---|---|
| Executable.Type |