Interface TaskStoreService
- All Known Implementing Classes:
DefaultTaskStoreServiceImpl
public interface TaskStoreService
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateHistory(String taskId, String historyObj) voidupdateTask(String taskId, String taskObj)
-
Method Details
-
updateHistory
void updateHistory(String taskId, String historyObj) throws org.mule.runtime.api.store.ObjectStoreException - Throws:
org.mule.runtime.api.store.ObjectStoreException
-
updateTask
void updateTask(String taskId, String taskObj) throws org.mule.runtime.api.store.ObjectStoreException - Throws:
org.mule.runtime.api.store.ObjectStoreException
-