public class CaseContext extends Object implements org.kie.api.runtime.manager.Context<String>
RuntimeEngine
instances based on case identifier. Use by strategy:
get(String) to get context for case| Constructor and Description |
|---|
CaseContext(String caseIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
static CaseContext |
get(String caseIdentifier)
Returns new instance of
CaseContext with case identifier |
String |
getContextId() |
public CaseContext(String caseIdentifier)
public String getContextId()
getContextId in interface org.kie.api.runtime.manager.Context<String>public static CaseContext get(String caseIdentifier)
CaseContext with case identifiercaseIdentifier - unique case identifierCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.