Package org.camunda.bpm.engine.impl.cmd
Class PurgeDatabaseAndCacheCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.PurgeDatabaseAndCacheCmd
- All Implemented Interfaces:
Serializable
,Command<PurgeReport>
Purges the database and the deployment cache.
That means that each entity will be removed from the database and from the cache.
The command returns a purge report. That report contains information of the
deleted rows for each table and the values from the cache which are removed.
- Author:
- Christopher Zell <christopher.zell@camunda.com>
- See Also:
-
Field Details
-
DELETE_TABLE_DATA
- See Also:
-
SELECT_TABLE_COUNT
- See Also:
-
TABLE_NAME
- See Also:
-
EMPTY_STRING
- See Also:
-
TABLENAMES_EXCLUDED_FROM_DB_CLEAN_CHECK
-
-
Constructor Details
-
PurgeDatabaseAndCacheCmd
public PurgeDatabaseAndCacheCmd()
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<PurgeReport>
-