| Package | Description |
|---|---|
| io.nflow.engine.internal.dao |
| Modifier and Type | Method and Description |
|---|---|
static TablePrefix |
TablePrefix.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TablePrefix[] |
TablePrefix.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
MaintenanceDao.deleteWorkflows(TablePrefix table,
Collection<Long> workflowIds) |
List<Long> |
MaintenanceDao.getOldWorkflowIds(TablePrefix table,
org.joda.time.DateTime before,
int maxWorkflows,
Set<String> workflowTypes) |
Copyright © 2014–2020 Nitor Creations. All rights reserved.