Uses of Class
org.nuxeo.ecm.automation.core.util.DateTimeFormat
-
Packages that use DateTimeFormat Package Description org.nuxeo.ecm.automation.core.util -
-
Uses of DateTimeFormat in org.nuxeo.ecm.automation.core.util
Fields in org.nuxeo.ecm.automation.core.util declared as DateTimeFormat Modifier and Type Field Description protected DateTimeFormatJSONPropertyWriter. dateTimeFormatThe date time format.Methods in org.nuxeo.ecm.automation.core.util that return DateTimeFormat Modifier and Type Method Description static DateTimeFormatDateTimeFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static DateTimeFormat[]DateTimeFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuxeo.ecm.automation.core.util with parameters of type DateTimeFormat Modifier and Type Method Description JSONPropertyWriterJSONPropertyWriter. dateTimeFormat(DateTimeFormat dateTimeFormat)static StringComplexPropertyJSONEncoder. encode(ComplexProperty cp, DateTimeFormat dateTimeFormat)static voidJSONPropertyWriter. writePropertyValue(com.fasterxml.jackson.core.JsonGenerator jg, Property prop, DateTimeFormat dateTimeFormat, String filesBaseUrl)Converts the value of the given core property to JSON.
-