Uses of Interface
org.nuxeo.ecm.automation.context.ContextHelper
-
-
Uses of ContextHelper in org.nuxeo.automation.scripting.helper
Classes in org.nuxeo.automation.scripting.helper that implement ContextHelper Modifier and Type Class Description class
Console
This helper writes in the log as browsers object console.log(), console.error(), console.warn() in Automation Scripting. -
Uses of ContextHelper in org.nuxeo.ecm.automation.context
Fields in org.nuxeo.ecm.automation.context declared as ContextHelper Modifier and Type Field Description protected ContextHelper
ContextHelperDescriptor. contextHelper
Methods in org.nuxeo.ecm.automation.context that return ContextHelper Modifier and Type Method Description ContextHelper
ContextHelperDescriptor. getContextHelper()
Methods in org.nuxeo.ecm.automation.context that return types with arguments of type ContextHelper Modifier and Type Method Description Map<String,ContextHelper>
ContextService. getHelperFunctions()
Get helper functions.Map<String,ContextHelper>
ContextServiceImpl. getHelperFunctions()
Method parameters in org.nuxeo.ecm.automation.context with type arguments of type ContextHelper Modifier and Type Method Description void
ContextHelperDescriptor. setClass(Class<? extends ContextHelper> aType)
-
Uses of ContextHelper in org.nuxeo.ecm.automation.core.scripting
Classes in org.nuxeo.ecm.automation.core.scripting that implement ContextHelper Modifier and Type Class Description class
CoreFunctions
The functions exposed by the core library. -
Uses of ContextHelper in org.nuxeo.ecm.automation.features
Classes in org.nuxeo.ecm.automation.features that implement ContextHelper Modifier and Type Class Description class
HTTPHelper
class
PlatformFunctions
-
Uses of ContextHelper in org.nuxeo.ecm.platform.importer.xml.parser
Classes in org.nuxeo.ecm.platform.importer.xml.parser that implement ContextHelper Modifier and Type Class Description class
MVELImporterFunction
Some helper function that are injected inside MVEL context
-