Class CaseContext
java.lang.Object
org.kie.internal.runtime.manager.context.CaseContext
- All Implemented Interfaces:
org.kie.api.runtime.manager.Context<String>
Context implementation to deliver capabilities to find proper
RuntimeEngine
instances based on case identifier. Use by strategy:
- PerCase
get(String)to get context for case
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CaseContextReturns new instance ofCaseContextwith case identifier
-
Constructor Details
-
CaseContext
-
-
Method Details
-
getContextId
- Specified by:
getContextIdin interfaceorg.kie.api.runtime.manager.Context<String>
-
get
Returns new instance ofCaseContextwith case identifier- Parameters:
caseIdentifier- unique case identifier- Returns:
-