public class ActionHistoryServiceImpl extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<ActionEngineConfiguration> implements ActionHistoryService
| Constructor and Description |
|---|
ActionHistoryServiceImpl(ActionEngineConfiguration engineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
HistoricActionInstanceQuery |
createHistoricActionInstanceQuery()
Query historic action instances
|
HistoricActionLinkQuery |
createHistoricActionLinkQuery()
Query historic action links
|
void |
deleteHistoricActionInstance(String actionInstanceId)
delete a historic action instance by id
|
getCommandExecutor, setCommandExecutorpublic ActionHistoryServiceImpl(ActionEngineConfiguration engineConfiguration)
public HistoricActionInstanceQuery createHistoricActionInstanceQuery()
ActionHistoryServicecreateHistoricActionInstanceQuery in interface ActionHistoryServicepublic HistoricActionLinkQuery createHistoricActionLinkQuery()
ActionHistoryServicecreateHistoricActionLinkQuery in interface ActionHistoryServicepublic void deleteHistoricActionInstance(String actionInstanceId)
ActionHistoryServicedeleteHistoricActionInstance in interface ActionHistoryServiceCopyright © 2019. All rights reserved.