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 TimeLimitsTableAccess.executionDurationLimits on executionDuration.protected TimeLimitsTableAccess.retentionPeriodLimits on the time between job creation and destruction time.Methods in org.javastro.ivoa.entities.resource.tap that return TimeLimitsModifier and TypeMethodDescriptionObjectFactory.createTimeLimits()Create an instance ofTimeLimitsTableAccess.getExecutionDuration()Limits on executionDuration.TableAccess.getRetentionPeriod()Limits on the time between job creation and destruction time.TimeLimits.withDefault(BigInteger value) TimeLimits.withHard(BigInteger value) Methods in org.javastro.ivoa.entities.resource.tap with parameters of type TimeLimitsModifier and TypeMethodDescriptionvoidTableAccess.setExecutionDuration(TimeLimits value) Sets the value of the executionDuration property.voidTableAccess.setRetentionPeriod(TimeLimits value) Sets the value of the retentionPeriod property.TableAccess.withExecutionDuration(TimeLimits value) TableAccess.withRetentionPeriod(TimeLimits value) Constructors in org.javastro.ivoa.entities.resource.tap with parameters of type TimeLimitsModifierConstructorDescriptionTableAccess(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