Uses of Class
org.javastro.ivoa.entities.resource.tap.TimeLimits
Packages that use TimeLimits
-
Uses of TimeLimits in org.javastro.ivoa.entities.resource.tap
Fields in org.javastro.ivoa.entities.resource.tap declared as TimeLimitsModifier and TypeFieldDescriptionprotected final TimeLimitsTimeLimits.Builder._storedValueprotected TimeLimitsTableAccess.executionDurationLimits on executionDuration.protected TimeLimitsTableAccess.retentionPeriodLimits on the time between job creation and destruction time.Fields in org.javastro.ivoa.entities.resource.tap with type parameters of type TimeLimitsModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<TimeLimits,BigInteger> TimeLimits.PropInfo.DEFAULTstatic final com.kscs.util.jaxb.SinglePropertyInfo<TableAccess,TimeLimits> TableAccess.PropInfo.EXECUTION_DURATIONstatic final com.kscs.util.jaxb.SinglePropertyInfo<TimeLimits,BigInteger> TimeLimits.PropInfo.HARDstatic final com.kscs.util.jaxb.SinglePropertyInfo<TableAccess,TimeLimits> TableAccess.PropInfo.RETENTION_PERIODMethods in org.javastro.ivoa.entities.resource.tap with type parameters of type TimeLimitsModifier and TypeMethodDescriptionprotected <_P extends TimeLimits>
_PTimeLimits.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.tap that return TimeLimitsModifier and TypeMethodDescriptionTimeLimits.Builder.build()TimeLimits.clone()TimeLimits.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) TimeLimits.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) TimeLimits.createCopy()TimeLimits.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createTimeLimits()Create an instance ofTimeLimitsTableAccess.getExecutionDuration()Limits on executionDuration.TableAccess.getRetentionPeriod()Limits on the time between job creation and destruction time.TimeLimits.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.tap with parameters of type TimeLimitsModifier and TypeMethodDescriptionstatic TimeLimits.Builder<Void>TimeLimits.copyExcept(TimeLimits _other, com.kscs.util.jaxb.PropertyTree _propertyTree) TimeLimits.Builder.copyOf(TimeLimits _other) static <_B> TimeLimits.Builder<_B>TimeLimits.copyOf(TimeLimits _other) static <_B> TimeLimits.Builder<_B>TimeLimits.copyOf(TimeLimits _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static TimeLimits.Builder<Void>TimeLimits.copyOnly(TimeLimits _other, com.kscs.util.jaxb.PropertyTree _propertyTree) voidTableAccess.Modifier.setExecutionDuration(TimeLimits executionDuration) voidTableAccess.setExecutionDuration(TimeLimits value) Sets the value of the executionDuration property.voidTableAccess.Modifier.setRetentionPeriod(TimeLimits retentionPeriod) voidTableAccess.setRetentionPeriod(TimeLimits value) Sets the value of the retentionPeriod property.TableAccess.Builder.withExecutionDuration(TimeLimits executionDuration) Sets the new value of "executionDuration" (any previous value will be replaced)TableAccess.Builder.withRetentionPeriod(TimeLimits retentionPeriod) Sets the new value of "retentionPeriod" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.tap with parameters of type TimeLimitsModifierConstructorDescriptionBuilder(_B _parentBuilder, TimeLimits _other, boolean _copy) Builder(_B _parentBuilder, TimeLimits _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) TableAccess(List<Validation> validationLevels, String description, List<ServiceInterface> interfaces, String standardID, List<DataModelType> dataModels, List<Language> languages, List<OutputFormat> outputFormats, List<UploadMethod> uploadMethods, TimeLimits retentionPeriod, TimeLimits executionDuration, DataLimits outputLimit, DataLimits uploadLimit) Fully-initialising value constructor