Skip navigation links
A C D E F G I J L M O R S V 

A

AbstractRunnerPlugin - Class in org.onehippo.forge.jcrrunner.plugins
 
AbstractRunnerPlugin() - Constructor for class org.onehippo.forge.jcrrunner.plugins.AbstractRunnerPlugin
 
addEntry(String, String) - Method in class org.onehippo.forge.jcrrunner.RunnerPluginConfig
 

C

closeQuietly(Closeable) - Static method in class org.onehippo.forge.jcrrunner.JcrRunner
 
createBeanShellPlugin(RunnerPluginConfig) - Static method in class org.onehippo.forge.jcrrunner.RunnerPluginFactory
Instantiate a plugin from the beanshell
createJavaPlugin(RunnerPluginConfig) - Static method in class org.onehippo.forge.jcrrunner.RunnerPluginFactory
Instantiate a plugin from the full className

D

destroy(Session) - Method in class org.onehippo.forge.jcrrunner.plugins.AbstractRunnerPlugin
 
destroy(Session) - Method in interface org.onehippo.forge.jcrrunner.RunnerPlugin
Shutdown hook
destroyPlugin(RunnerPlugin) - Method in class org.onehippo.forge.jcrrunner.Runner
 
disconnect() - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 

E

ensureConnected() - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 

F

FolderConverterPlugin - Class in org.onehippo.forge.jcrrunner.plugins
Change folder type by moving all subnodes to a new node
FolderConverterPlugin() - Constructor for class org.onehippo.forge.jcrrunner.plugins.FolderConverterPlugin
 

G

getBooleanConfigValue(String, boolean) - Method in class org.onehippo.forge.jcrrunner.plugins.AbstractRunnerPlugin
 
getBooleanConfigValue(String, boolean) - Method in interface org.onehippo.forge.jcrrunner.RunnerPlugin
Get an boolean value from the embedded RunnerPluginConfig
getConfigValue(String) - Method in class org.onehippo.forge.jcrrunner.plugins.AbstractRunnerPlugin
 
getConfigValue(String, String) - Method in class org.onehippo.forge.jcrrunner.plugins.AbstractRunnerPlugin
 
getConfigValue(String) - Method in interface org.onehippo.forge.jcrrunner.RunnerPlugin
Get a value from the embedded RunnerPluginConfig
getConfigValue(String, String) - Method in interface org.onehippo.forge.jcrrunner.RunnerPlugin
Get a value from the embedded RunnerPluginConfig
getId() - Method in class org.onehippo.forge.jcrrunner.plugins.AbstractRunnerPlugin
 
getId() - Method in interface org.onehippo.forge.jcrrunner.RunnerPlugin
Get the id of the plugin
getId() - Method in class org.onehippo.forge.jcrrunner.RunnerPluginConfig
 
getIntConfigValue(String, int) - Method in class org.onehippo.forge.jcrrunner.plugins.AbstractRunnerPlugin
 
getIntConfigValue(String, int) - Method in interface org.onehippo.forge.jcrrunner.RunnerPlugin
Get an int value from the embedded RunnerPluginConfig
getLongConfigValue(String, long) - Method in class org.onehippo.forge.jcrrunner.plugins.AbstractRunnerPlugin
 
getLongConfigValue(String, long) - Method in interface org.onehippo.forge.jcrrunner.RunnerPlugin
Get a long value from the embedded RunnerPluginConfig
getNode(String) - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 
getPassword() - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 
getPluginConfigs() - Method in class org.onehippo.forge.jcrrunner.RunnerConfig
 
getRepositoryPass() - Method in class org.onehippo.forge.jcrrunner.RunnerConfig
 
getRepositoryUrl() - Method in class org.onehippo.forge.jcrrunner.RunnerConfig
 
getRepositoryUser() - Method in class org.onehippo.forge.jcrrunner.RunnerConfig
 
getRootNode() - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 
getServer() - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 
getSession() - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 
getStatus() - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 
getType() - Method in class org.onehippo.forge.jcrrunner.RunnerPluginConfig
 
getUsername() - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 
getValue(String) - Method in class org.onehippo.forge.jcrrunner.RunnerPluginConfig
 

I

init(Session) - Method in class org.onehippo.forge.jcrrunner.plugins.AbstractRunnerPlugin
 
init(Session) - Method in interface org.onehippo.forge.jcrrunner.RunnerPlugin
Initialization hook
initPlugin(RunnerPlugin) - Method in class org.onehippo.forge.jcrrunner.Runner
 
isConnected() - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 
isHippoRepository() - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 
isVirtual(Node) - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 

J

JcrHelper - Class in org.onehippo.forge.jcrrunner
Helper class to deal with raw JCR
JcrRunner - Class in org.onehippo.forge.jcrrunner
Main wrapper to start the runner.

L

LoggingPlugin - Class in org.onehippo.forge.jcrrunner.plugins
Example RunnerPlugin implementation that just logs all calls.
LoggingPlugin() - Constructor for class org.onehippo.forge.jcrrunner.plugins.LoggingPlugin
 
login() - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 

M

main(String[]) - Static method in class org.onehippo.forge.jcrrunner.JcrRunner
 

O

org.onehippo.forge.jcrrunner - package org.onehippo.forge.jcrrunner
 
org.onehippo.forge.jcrrunner.plugins - package org.onehippo.forge.jcrrunner.plugins
 

R

refresh(boolean) - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 
registerPlugin(RunnerPlugin) - Method in class org.onehippo.forge.jcrrunner.Runner
 
registerPlugins(List<RunnerPluginConfig>) - Method in class org.onehippo.forge.jcrrunner.Runner
 
Runner - Class in org.onehippo.forge.jcrrunner
 
Runner() - Constructor for class org.onehippo.forge.jcrrunner.Runner
 
RunnerConfig - Class in org.onehippo.forge.jcrrunner
 
RunnerConfig(InputStream) - Constructor for class org.onehippo.forge.jcrrunner.RunnerConfig
 
RunnerConfig(Properties) - Constructor for class org.onehippo.forge.jcrrunner.RunnerConfig
 
RunnerPlugin - Interface in org.onehippo.forge.jcrrunner
All RunnerPlugins must implement this interface directly or extend the AbstractRunnerPlugin.
RunnerPluginConfig - Class in org.onehippo.forge.jcrrunner
 
RunnerPluginConfig(String, RunnerPluginType) - Constructor for class org.onehippo.forge.jcrrunner.RunnerPluginConfig
 
RunnerPluginFactory - Class in org.onehippo.forge.jcrrunner
 
RunnerPluginType - Enum in org.onehippo.forge.jcrrunner
 
RunnerStopException - Exception in org.onehippo.forge.jcrrunner
Exception which can be thrown by plugins to early stop the visiting cleanly.
RunnerStopException() - Constructor for exception org.onehippo.forge.jcrrunner.RunnerStopException
Constructs a new instance of this class with null as its detail message.
RunnerStopException(String) - Constructor for exception org.onehippo.forge.jcrrunner.RunnerStopException
Constructs a new instance of this class with the specified detail message.
RunnerStopException(String, Throwable) - Constructor for exception org.onehippo.forge.jcrrunner.RunnerStopException
Constructs a new instance of this class with the specified detail message and root cause.
RunnerStopException(Throwable) - Constructor for exception org.onehippo.forge.jcrrunner.RunnerStopException
Constructs a new instance of this class with the specified root cause.
runVisitor(RunnerPlugin) - Method in class org.onehippo.forge.jcrrunner.Runner
 

S

safeGetPath(Node) - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 
safeItemExists(String) - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 
save() - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 
saveAndWait(long) - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 
setConfig(RunnerPluginConfig) - Method in class org.onehippo.forge.jcrrunner.plugins.AbstractRunnerPlugin
 
setConfig(RunnerPluginConfig) - Method in interface org.onehippo.forge.jcrrunner.RunnerPlugin
Get the name of the plugin
setConnected(boolean) - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 
setHippoRepository(boolean) - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 
setId(String) - Method in class org.onehippo.forge.jcrrunner.plugins.AbstractRunnerPlugin
 
setId(String) - Method in interface org.onehippo.forge.jcrrunner.RunnerPlugin
Get the id of the plugin
setPassword(String) - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 
setRepositoryPass(String) - Method in class org.onehippo.forge.jcrrunner.RunnerConfig
 
setRepositoryUrl(String) - Method in class org.onehippo.forge.jcrrunner.RunnerConfig
 
setRepositoryUser(String) - Method in class org.onehippo.forge.jcrrunner.RunnerConfig
 
setServerUrl(String) - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 
setUsername(String) - Static method in class org.onehippo.forge.jcrrunner.JcrHelper
 
start() - Method in class org.onehippo.forge.jcrrunner.Runner
 
stop() - Method in class org.onehippo.forge.jcrrunner.Runner
 

V

valueOf(String) - Static method in enum org.onehippo.forge.jcrrunner.RunnerPluginType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.onehippo.forge.jcrrunner.RunnerPluginType
Returns an array containing the constants of this enum type, in the order they are declared.
visit(Node) - Method in class org.onehippo.forge.jcrrunner.plugins.FolderConverterPlugin
 
visit(Node) - Method in class org.onehippo.forge.jcrrunner.plugins.LoggingPlugin
 
visit(Node) - Method in interface org.onehippo.forge.jcrrunner.RunnerPlugin
Called when visiting the node
A C D E F G I J L M O R S V 
Skip navigation links

Copyright © 2007–2018 Hippo. All rights reserved.