Class FlowableExpressionDateFunctionUtils
java.lang.Object
com.flowable.platform.expressions.FlowableExpressionDateFunctionUtils
Deprecated.
Expression Bean Name: flwDateFunctionUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancompareDates(String comparator, Object firstDate, Object secondDate) Deprecated.use one of the comparison methods inFlowableExpressionTimeUtilsbooleancompareDateTimes(String comparator, Object firstDateTime, Object secondDateTime) Deprecated.use one of the comparison methods inFlowableExpressionTimeUtilsprotected LocalDateconvertInstantToLocalDate(Instant instant) Deprecated.protected LocalDateTimeconvertInstantToLocalDateTime(Instant instant) Deprecated.protected LocalDateconvertToLocalDate(Object date) Deprecated.protected LocalDateTimeconvertToLocalDateTime(Object dateTime) Deprecated.modifyDate(Object date, Number days, Number months, Number years) Deprecated.use one of the plus options inFlowableExpressionTimeUtils.modifyDateTime(Object date, Number days, Number months, Number years, Number hours, Number minutes, Number seconds) Deprecated.use one of the plus options inFlowableExpressionTimeUtils.now()Deprecated.Deprecated.useFlowableExpressionTimeUtils.asLocalDate(Object)insteadDeprecated.parseDateTime(String isoDateTimeString) Deprecated.parseDateTime(String dateTimeString, String pattern) Deprecated.today()Deprecated.useFlowableExpressionTimeUtils.currentLocalDate()instead
-
Constructor Details
-
FlowableExpressionDateFunctionUtils
public FlowableExpressionDateFunctionUtils()Deprecated.
-
-
Method Details
-
today
Deprecated.useFlowableExpressionTimeUtils.currentLocalDate()instead -
now
Deprecated. -
parseDate
Deprecated.useFlowableExpressionTimeUtils.asLocalDate(Object)instead -
parseDate
Deprecated. -
parseDateTime
Deprecated. -
parseDateTime
Deprecated. -
modifyDate
Deprecated.use one of the plus options inFlowableExpressionTimeUtils. If a combination of days, months and years is needed useFlowableExpressionTimeUtils.plusDuration(Object, String)with a duration asP1Y5M10D -
modifyDateTime
@Deprecated public LocalDateTime modifyDateTime(Object date, Number days, Number months, Number years, Number hours, Number minutes, Number seconds) Deprecated.use one of the plus options inFlowableExpressionTimeUtils. If a combination of values is needed useFlowableExpressionTimeUtils.plusDuration(Object, String)with a duration asP1Y5M10DT10H15M10S- See Also:
-
FlowableExpressionTimeUtils.plusDays(Object, long)FlowableExpressionTimeUtils.plusMonths(Object, long)FlowableExpressionTimeUtils.plusYears(Object, long)FlowableExpressionTimeUtils.plusHours(Object, long)FlowableExpressionTimeUtils.plusMinutes(Object, long)FlowableExpressionTimeUtils.plusSeconds(Object, long)FlowableExpressionTimeUtils.plusDuration(Object, String)
-
compareDates
Deprecated.use one of the comparison methods inFlowableExpressionTimeUtils -
compareDateTimes
@Deprecated public boolean compareDateTimes(String comparator, Object firstDateTime, Object secondDateTime) Deprecated.use one of the comparison methods inFlowableExpressionTimeUtils -
convertToLocalDate
Deprecated. -
convertToLocalDateTime
Deprecated. -
convertInstantToLocalDate
Deprecated. -
convertInstantToLocalDateTime
Deprecated.
-
FlowableExpressionTimeUtilsinstead