Package org.kie.api.runtime.process
Interface CaseData
public interface CaseData
Top level of Case(File)Data that holds all shared information within a case.
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdd single data item into existing case file (replaces already existing data that matches with input)getData()Returns all available case data for given case.Returns case data for given case registered under given name.Returns case definition id of this case filevoidRemove permanently given data from existing case file
-
Method Details
-
getData
Returns all available case data for given case.- Returns:
-
getData
Returns case data for given case registered under given name.- Returns:
-
add
Add single data item into existing case file (replaces already existing data that matches with input)- Parameters:
name-data-
-
remove
Remove permanently given data from existing case file- Parameters:
name-
-
getDefinitionId
String getDefinitionId()Returns case definition id of this case file- Returns:
-