Uses of Enum Class
io.nflow.engine.internal.dao.TableType
Packages that use TableType
-
Uses of TableType in io.nflow.engine.internal.dao
Methods in io.nflow.engine.internal.dao that return TableTypeModifier and TypeMethodDescriptionstatic TableTypeReturns the enum constant of this class with the specified name.static TableType[]TableType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.nflow.engine.internal.dao with parameters of type TableTypeModifier and TypeMethodDescriptionintMaintenanceDao.deleteWorkflows(TableType type, Collection<Long> workflowIds) MaintenanceDao.getOldWorkflowIds(TableType type, org.joda.time.DateTime before, int maxWorkflows, Set<String> workflowTypes)