Uses of Class
de.xima.fc.common.bean_models.TimeDuration
- 
Packages that use TimeDuration Package Description de.xima.fc.common.bean_models de.xima.fc.gui.bean de.xima.fc.validation.constraintvalidators de.xima.fc.workflow.model.nodes de.xima.fc.workflow.processor.factory  - 
- 
Uses of TimeDuration in de.xima.fc.common.bean_models
Methods in de.xima.fc.common.bean_models that return TimeDuration Modifier and Type Method Description static TimeDurationTimeDuration. of(Long duration, ETimeUnit unit)Creates 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 TimeDurationTimeDuration. ofEmpty(ETimeUnit unit)Creates 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 Modifier and Type Method Description intTimeDuration. compareTo(TimeDuration that) - 
Uses of TimeDuration in de.xima.fc.gui.bean
Methods in de.xima.fc.gui.bean with parameters of type TimeDuration Modifier and Type Method Description StringTimeDurationBean. getMaxDurationValue(Long value, String unitName, TimeDuration target)Gets the value for the max attribute of the component.StringTimeDurationBean. 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 TimeDuration Modifier and Type Method Description booleanMaxTimeDurationValidator. 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 TimeDuration Modifier and Type Method Description TimeDurationFcHttpRequestProps. getConnectTimeout()Gets the connection timeout for the HTTP request.TimeDurationFcHttpRequestProps. getReadTimeout()Gets the read timeout for the HTTP request.Methods in de.xima.fc.workflow.model.nodes with parameters of type TimeDuration Modifier and Type Method Description voidFcHttpRequestProps. 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 TimeDuration Modifier and Type Method Description IHttpRequestNodeBuilderIHttpRequestNodeBuilder. connectTimeout(TimeDuration connectTimeout)IHttpRequestNodeBuilderIHttpRequestNodeBuilder. readTimeout(TimeDuration readTimeout) 
 -