Package com.flowable.workobject.api
Interface WorkObjectManagementService
- All Known Implementing Classes:
WorkObjectManagementServiceImpl
public interface WorkObjectManagementService
Service for admin and maintenance operations on the form engine.
These operations will typically not be used in a workflow driven application, but are used in for example the operational console.
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and Type Method Description org.flowable.common.engine.api.management.TablePageQuery
createTablePageQuery()
java.util.Map<java.lang.String,java.lang.Long>
getTableCount()
Get the mapping containing {table name, row count} entries of the Flowable database schema.org.flowable.common.engine.api.management.TableMetaData
getTableMetaData(java.lang.String tableName)
-
Method Details
-
getTableCount
java.util.Map<java.lang.String,java.lang.Long> getTableCount()Get the mapping containing {table name, row count} entries of the Flowable database schema. -
getTableMetaData
org.flowable.common.engine.api.management.TableMetaData getTableMetaData(java.lang.String tableName) -
createTablePageQuery
org.flowable.common.engine.api.management.TablePageQuery createTablePageQuery()
-