Class CoreFunctions
java.lang.Object
org.nuxeo.ecm.automation.core.scripting.CoreFunctions
- All Implemented Interfaces:
ContextHelper
- Direct Known Subclasses:
MVELImporterFunction
,PlatformFunctions
The functions exposed by the core library. You may want to extend this class to expose more functions under the "Fn"
context variable for scripting expressions.
- Author:
- Bogdan Stefanescu
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThis method is similar tocalendar(Calendar)
but takes aDate
argument.escapeHtml
(Object obj)
-
Constructor Details
-
CoreFunctions
public CoreFunctions()
-
-
Method Details
-
date
-
calendar
-
escapeHtml
-
calendar
This method is similar tocalendar(Calendar)
but takes aDate
argument.- Parameters:
inputDate
- the date to wrap- Returns:
- a
DateWrapper
- Since:
- 11.1
-