public interface ProvisioningManager
| Modifier and Type | Method and Description |
|---|---|
void |
executeScript(List<Map<String,Object>> script)
Apply batch operations
|
void |
executeScript(List<Map<String,Object>> script,
ExecutionContext executionContext)
Apply batch operations from a list of entries
|
void |
executeScript(List<Map<String,Object>> script,
Map<String,Object> context) |
void |
executeScript(String content,
String format)
Apply batch operations from a file, yaml or json
|
void |
executeScript(URL url)
Apply batch operations from a file, yaml or json
|
List<Map<String,Object>> |
parseScript(String content,
String format)
Parse script as the specified URL
|
List<Map<String,Object>> |
parseScript(URL url)
Parse script as the specified URL
|
List<Map<String,Object>> parseScript(URL url) throws IOException
url - urlIOException - any io exceptionList<Map<String,Object>> parseScript(String content, String format) throws IOException
content - The script contentformat - The script formatIOException - any io exceptionvoid executeScript(URL url) throws IOException
url - The url where the script can be foundIOException - any io exceptionvoid executeScript(String content, String format) throws IOException
content - The script contentformat - The script formatIOException - any io exceptionvoid executeScript(List<Map<String,Object>> script)
script - The list of operationsIOException - any io exceptionvoid executeScript(List<Map<String,Object>> script, ExecutionContext executionContext)
script - The entries to executeexecutionContext - The contextIOException - any io exceptionCopyright © 2004–2021 Jahia Solutions Group SA. All rights reserved.