Package | Description |
---|---|
uws.job.parameters | |
uws.service |
Modifier and Type | Field and Description |
---|---|
protected DestructionTimeController.DateField |
DestructionTimeController.defaultIntervalField
The date-time field on which the default interval applies.
|
protected DestructionTimeController.DateField |
DestructionTimeController.maxIntervalField
The date-time field on which the maximum interval applies.
|
Modifier and Type | Method and Description |
---|---|
DestructionTimeController.DateField |
DestructionTimeController.getDefaultIntervalField()
Gets the date-time field of the default interval.
|
DestructionTimeController.DateField |
DestructionTimeController.getMaxIntervalField()
Gets the date-time field of the maximum interval.
|
static DestructionTimeController.DateField |
DestructionTimeController.DateField.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DestructionTimeController.DateField[] |
DestructionTimeController.DateField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DestructionTimeController.setDefaultDestructionInterval(int defaultDestructionInterval,
DestructionTimeController.DateField timeField)
Sets the default interval (in the given unit) from the initialization to the destruction of the concerned job.
|
void |
DestructionTimeController.setMaxDestructionInterval(int maxDestructionInterval,
DestructionTimeController.DateField timeField)
Sets the maximum interval (in the given unit) from the initialization to the destruction of the concerned job.
|
Modifier and Type | Method and Description |
---|---|
void |
UWSServlet.configureDestruction(int defaultTime,
DestructionTimeController.DateField defaultTimeUnit,
int maxTime,
DestructionTimeController.DateField maxTimeUnit,
boolean allowModif)
Lets configuring the destruction time default and maximum value.
|
void |
AbstractUWSFactory.configureDestruction(int defaultTime,
DestructionTimeController.DateField defaultTimeUnit,
int maxTime,
DestructionTimeController.DateField maxTimeUnit,
boolean allowModif)
Lets configuring the destruction time default and maximum value.
|