Uses of Class
de.xima.fc.common.bean_models.TimeDuration
Packages that use TimeDuration
Package
Description
-
Uses of TimeDuration in de.xima.fc.common.bean_models
Methods in de.xima.fc.common.bean_models that return TimeDurationModifier and TypeMethodDescriptionstatic TimeDurationCreates a new instance ofTimeDurationwith the given duration and unit of time.static TimeDurationTimeDuration.ofDays(long duration) Creates a new instance ofTimeDurationwith the given duration in days.static TimeDurationCreates a new instance ofTimeDurationwith no duration and the given unit of time.static TimeDurationTimeDuration.ofHours(long duration) Creates a new instance ofTimeDurationwith the given duration in hours.static TimeDurationTimeDuration.ofMicroseconds(long duration) Creates a new instance ofTimeDurationwith the given duration in microseconds.static TimeDurationTimeDuration.ofMilliseconds(long duration) Creates a new instance ofTimeDurationwith the given duration in milliseconds.static TimeDurationTimeDuration.ofMinutes(long duration) Creates a new instance ofTimeDurationwith the given duration in minutes.static TimeDurationTimeDuration.ofNanoseconds(long duration) Creates a new instance ofTimeDurationwith the given duration in nanoseconds.static TimeDurationTimeDuration.ofSeconds(long duration) Creates a new instance ofTimeDurationwith the given duration in seconds.static TimeDurationTimeDuration.ofWeeks(long duration) Creates a new instance ofTimeDurationwith the given duration in weeks.Methods in de.xima.fc.common.bean_models with parameters of type TimeDuration -
Uses of TimeDuration in de.xima.fc.gui.bean
Methods in de.xima.fc.gui.bean with parameters of type TimeDurationModifier and TypeMethodDescriptionTimeDurationBean.getMaxDurationValue(Long value, String unitName, TimeDuration target) Gets the value for the max attribute of the component.TimeDurationBean.getMinDurationValue(Long value, String unitName, TimeDuration target) Gets the value for the min attribute of the component.longTimeDurationBean.updateDuration(TimeDuration duration, Map<String, Object> attrs) Converts the duration to one of the available units when the current unit is not available. -
Uses of TimeDuration in de.xima.fc.validation.constraintvalidators
Methods in de.xima.fc.validation.constraintvalidators with parameters of type TimeDurationModifier and TypeMethodDescriptionbooleanMaxTimeDurationValidator.isValid(TimeDuration value, javax.validation.ConstraintValidatorContext context) booleanMinTimeDurationValidator.isValid(TimeDuration value, javax.validation.ConstraintValidatorContext context) booleanRequiredTimeDurationValidator.isValid(TimeDuration value, javax.validation.ConstraintValidatorContext context) -
Uses of TimeDuration in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return TimeDurationModifier and TypeMethodDescriptionFcHttpRequestProps.getConnectTimeout()Gets the connection timeout for the HTTP request.FcHttpRequestProps.getReadTimeout()Gets the read timeout for the HTTP request.Methods in de.xima.fc.workflow.model.nodes with parameters of type TimeDurationModifier and TypeMethodDescriptionvoidFcHttpRequestProps.setConnectTimeout(TimeDuration connectTimeout) sets the connection timeout for the HTTP request.voidFcHttpRequestProps.setReadTimeout(TimeDuration readTimeout) sets the read timeout for the HTTP request. -
Uses of TimeDuration in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type TimeDurationModifier and TypeMethodDescriptionIHttpRequestNodeBuilder.connectTimeout(TimeDuration connectTimeout) IHttpRequestNodeBuilder.readTimeout(TimeDuration readTimeout)