public static class AsyncHistorySession.AsyncHistorySessionData extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,List<Map<String,String>>> |
jobData |
| Constructor and Description |
|---|
AsyncHistorySessionData() |
| Modifier and Type | Method and Description |
|---|---|
void |
addJobData(String type,
Map<String,String> data) |
Map<String,List<Map<String,String>>> |
getJobData() |
void |
setJobData(Map<String,List<Map<String,String>>> jobData) |
Copyright © 2018 Flowable. All rights reserved.