public interface ManagedJobConfig extends DomainExtension, PropertyBag, javax.validation.Payload
ConfigBeanProxy.Duck
PropertyBag.Duck
Modifier and Type | Method and Description |
---|---|
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String |
getInitialDelay()
Gets the value of initialDelay
|
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String |
getInMemoryRetentionPeriod()
Gets the value of inMemoryRetentionPeriod property
|
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String |
getJobRetentionPeriod()
Gets the value of jobRetentionPeriod
|
String |
getPersistingEnabled()
Gets the value of persistingEnabled property
|
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String |
getPollInterval()
Gets the value of pollInterval property
|
void |
setInitialDelay(String value)
Sets the value of the initialDelay property.
|
void |
setInMemoryRetentionPeriod(String value)
Sets the value of the inMemoryRetentionPeriod property.
|
void |
setJobRetentionPeriod(String value)
Sets the value of the jobRetentionPeriod property.
|
void |
setPersistingEnabled(boolean value)
Sets the value of the persistingenabled property.
|
void |
setPollInterval(String value)
Sets the value of the pollInterval property.
|
createChild, deepCopy, getParent, getParent
addProperty, getProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])", message="{invalid.time.period.specified}", payload=ManagedJobConfig.class) @Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String getInMemoryRetentionPeriod()
String
void setInMemoryRetentionPeriod(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])", message="{invalid.time.period.specified}", payload=ManagedJobConfig.class) @Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String getJobRetentionPeriod()
void setJobRetentionPeriod(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getPersistingEnabled()
void setPersistingEnabled(boolean value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])", message="{invalid.time.period.specified}", payload=ManagedJobConfig.class) @Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String getPollInterval()
String
void setPollInterval(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])", message="{invalid.time.period.specified}", payload=ManagedJobConfig.class) @Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String getInitialDelay()
void setInitialDelay(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
Copyright © 2021. All rights reserved.