- getActiveJobs() - Method in GroovyConsoleService
-
Get a list of all active jobs.
- getAllAuditRecords(java.lang.String) - Method in AuditService
-
Get all audit records.
- getAllScheduledJobAuditRecords() - Method in AuditService
-
Get all audit records for scheduled jobs.
- getAuditRecord(java.lang.String, java.lang.String) - Method in AuditService
-
Get the audit record at the given relative path.
- getAuditRecords(java.lang.String, java.util.Calendar, java.util.Calendar) - Method in AuditService
-
Get a list of audit records for the given date range.
- getBindingVariables(be.orbinson.aem.groovy.console.api.context.ScriptContext) - Method in BindingExtensionProvider
-
Get the binding variables for this script execution.
- getCompilationCustomizers() - Method in CompilationCustomizerExtensionProvider
-
Get a list of compilation customizers for Groovy script execution.
- getCronExpression() - Method in JobProperties
-
- getData() - Method in JobProperties
-
- getData() - Method in RequestScriptContext
-
- getData() - Method in RunScriptResponse
-
- getData() - Method in ScheduledJobScriptContext
-
- getData() - Method in ScriptContext
-
JSON or String data to be consumed by script.
- getDate() - Method in RunScriptResponse
-
Get the date of script execution.
- getDescription() - Method in ActiveJob
-
- getDownloadUrl() - Method in AuditRecord
-
- getEmailRecipients() - Method in ConfigurationService
-
Get the set of configured email recipients for Groovy script notifications.
- getEmailTo() - Method in JobProperties
-
- getException() - Method in AuditRecord
-
- getExceptionStackTrace() - Method in RunScriptResponse
-
- getFileName() - Method in RequestScriptData
-
- getFileName() - Method in ScriptData
-
File name to be saved.
- getFormattedStartTime() - Method in ActiveJob
-
- getId() - Method in ActiveJob
-
- getJobDescription() - Method in JobProperties
-
- getJobId() - Method in JobScriptContext
-
@return
- getJobId() - Method in RunScriptResponse
-
- getJobProperties() - Method in ActiveJob
-
- getJobProperties() - Method in JobScriptContext
-
@return
- getJobProperties() - Method in RunScriptResponse
-
- getJobTitle() - Method in JobProperties
-
- getMediaType() - Method in DefaultRunScriptResponse
-
- getMediaType() - Method in JobProperties
-
- getMediaType() - Method in RunScriptResponse
-
- getMetaClasses() - Method in ExtensionService
-
Get the set of all classes that have associated metaclasses.
- getMetaClasses() - Method in MetaClassExtensionProvider
-
Get a map containing classes with a closure that defines a metaclass.
- getOutput() - Method in RunScriptResponse
-
- getOutputFileName() - Method in DefaultRunScriptResponse
-
- getOutputFileName() - Method in RunScriptResponse
-
- getOutputFileNamePrefix() - Method in DefaultRunScriptResponse
-
- getOutputStream() - Method in ScriptContext
-
Stream for capturing script output.
- getPrintStream() - Method in ScriptContext
-
Print stream for use in script binding.
- getRelativePath() - Method in AuditRecord
-
- getRequest() - Method in ServletScriptContext
-
Get the servlet request.
- getResourceResolver() - Method in RequestScriptContext
-
- getResourceResolver() - Method in RequestScriptData
-
- getResourceResolver() - Method in ScriptContext
-
Resource resolver for script execution.
- getResourceResolver() - Method in ScriptData
-
Resource resolver for saving scripts.
- getResponse() - Method in ServletScriptContext
-
Get the servlet response.
- getResult() - Method in ReplicateScriptResponse
-
- getResult() - Method in RunScriptResponse
-
- getRunningTime() - Method in RunScriptResponse
-
- getScheduledJobAuditRecords(java.util.Calendar, java.util.Calendar) - Method in AuditService
-
Get a list of scheduled job audit records for the given date range.
- getScheduledJobId() - Method in JobProperties
-
- getScript() - Method in ActiveJob
-
- getScript() - Method in JobProperties
-
- getScript() - Method in RequestScriptData
-
- getScript() - Method in RunScriptResponse
-
- getScript() - Method in ScheduledJobScriptContext
-
- getScript() - Method in ScriptContext
-
Groovy script content to be executed.
- getScript() - Method in ScriptData
-
Script content to be saved.
- getScriptMetaClass(be.orbinson.aem.groovy.console.api.context.ScriptContext) - Method in ScriptMetaClassExtensionProvider
-
Get a closure to register a metaclass for the script to be executed.
- getScriptMetaClasses(be.orbinson.aem.groovy.console.api.context.ScriptContext) - Method in ExtensionService
-
Get a list of all script metaclass closures for bound extensions.
- getScriptName() - Method in SaveScriptResponse
-
- getScriptPreview(java.lang.String) - Method in GroovyScriptUtils
-
Get the script preview for display in data tables.
- getStarImports() - Method in StarImportExtensionProvider
-
Get the star imports to add to the script compiler.
- getThreadTimeout() - Method in ConfigurationService
-
Get the thread timeout value in seconds.
- getTitle() - Method in ActiveJob
-
- getUserId() - Method in RequestScriptContext
-
- getUserId() - Method in ResourceScriptContext
-
- getUserId() - Method in RunScriptResponse
-
- getUserId() - Method in ScheduledJobScriptContext
-
- getUserId() - Method in ScriptContext
-
User ID for current request or session.
- GroovyConsoleConstants - Class in be.orbinson.aem.groovy.console.constants
- GroovyConsoleConstants() - Constructor in GroovyConsoleConstants
-
- GroovyConsoleService - Interface in be.orbinson.aem.groovy.console
Service for executing and saving Groovy scripts.
- GroovyScriptUtils - Class in be.orbinson.aem.groovy.console.utils
- GroovyScriptUtils() - Constructor in GroovyScriptUtils
-