Package | Description |
---|---|
net.datenwerke.scheduler.service.scheduler.actions | |
net.datenwerke.scheduler.service.scheduler.jobs |
Modifier and Type | Method and Description |
---|---|
BaseProperty |
BaseAction.getProperty(java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<BaseProperty> |
BaseAction.getBaseProperties() |
Modifier and Type | Method and Description |
---|---|
void |
BaseAction.setProperty(BaseProperty property) |
Modifier and Type | Method and Description |
---|---|
void |
BaseAction.setBaseProperties(java.util.Set<BaseProperty> baseProperties) |
Modifier and Type | Method and Description |
---|---|
BaseProperty |
BaseJob.getProperty(java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<BaseProperty> |
BaseJob.getBaseProperties() |
Modifier and Type | Method and Description |
---|---|
void |
BaseJob.setProperty(BaseProperty property) |
Modifier and Type | Method and Description |
---|---|
void |
BaseJob.setBaseProperties(java.util.Set<BaseProperty> baseProperties) |