Uses of Class
io.nflow.engine.internal.dao.TableType
-
Packages that use TableType Package Description io.nflow.engine.internal.dao -
-
Uses of TableType in io.nflow.engine.internal.dao
Methods in io.nflow.engine.internal.dao that return TableType Modifier and Type Method Description static TableTypeTableType. valueOf(String name)Returns the enum constant of this type with the specified name.static TableType[]TableType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.nflow.engine.internal.dao with parameters of type TableType Modifier and Type Method Description intMaintenanceDao. deleteWorkflows(TableType type, Collection<Long> workflowIds)List<Long>MaintenanceDao. getOldWorkflowIds(TableType type, org.joda.time.DateTime before, int maxWorkflows, Set<String> workflowTypes)StringNflowTable. tableFor(TableType type)
-