public interface CaseFileInstance
extends org.kie.api.runtime.process.CaseData
Modifier and Type | Method and Description |
---|---|
void |
addAll(Map<String,Object> data)
Adds all elements of data collection to existing case file
(replacing already existing data that matches with input)
|
Date |
getCaseEndDate()
Returns end date of the associated case
|
String |
getCaseId()
Returns case id this case file is associated with.
|
Date |
getCaseReopenDate()
Returns reopen date of the associated case
|
Date |
getCaseStartDate()
Returns start date of the associated case
|
Map<String,Object> |
getData(CaseFileDataFilter filter)
Returns filtered available case data for given case.
|
void |
remove(CaseFileDataFilter filter)
Remove permanently all data from existing case file that matches given filter
|
void |
removeAll()
Removes permanently all data, which is essentially a clear of the entire case file
|
String getCaseId()
Date getCaseStartDate()
Date getCaseEndDate()
Date getCaseReopenDate()
Map<String,Object> getData(CaseFileDataFilter filter)
void addAll(Map<String,Object> data)
data
- void remove(CaseFileDataFilter filter)
filter
- void removeAll()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.