Package pro.taskana.loghistory.impl
Class LogfileHistoryServiceImpl
- java.lang.Object
-
- pro.taskana.loghistory.impl.LogfileHistoryServiceImpl
-
- All Implemented Interfaces:
TaskanaHistory
public class LogfileHistoryServiceImpl extends Object implements TaskanaHistory
-
-
Field Summary
Fields Modifier and Type Field Description static StringTASKANA_HISTORY_LOGGER_NAME
-
Constructor Summary
Constructors Constructor Description LogfileHistoryServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(ClassificationHistoryEvent event)voidcreate(TaskHistoryEvent event)voidcreate(WorkbasketHistoryEvent event)voiddeleteHistoryEventsByTaskIds(List<String> taskIds)voidinitialize(TaskanaEngine taskanaEngine)
-
-
-
Field Detail
-
TASKANA_HISTORY_LOGGER_NAME
public static final String TASKANA_HISTORY_LOGGER_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
initialize
public void initialize(TaskanaEngine taskanaEngine)
- Specified by:
initializein interfaceTaskanaHistory
-
create
public void create(TaskHistoryEvent event)
- Specified by:
createin interfaceTaskanaHistory
-
create
public void create(WorkbasketHistoryEvent event)
- Specified by:
createin interfaceTaskanaHistory
-
create
public void create(ClassificationHistoryEvent event)
- Specified by:
createin interfaceTaskanaHistory
-
deleteHistoryEventsByTaskIds
public void deleteHistoryEventsByTaskIds(List<String> taskIds)
- Specified by:
deleteHistoryEventsByTaskIdsin interfaceTaskanaHistory
-
-