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 classConsoleThis 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 ContextHelperContextHelperDescriptor. contextHelperMethods in org.nuxeo.ecm.automation.context that return ContextHelper Modifier and Type Method Description ContextHelperContextHelperDescriptor. 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 voidContextHelperDescriptor. 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 classCoreFunctionsThe 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 classHTTPHelperclassPlatformFunctions -
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 classMVELImporterFunctionSome helper function that are injected inside MVEL context
-