public interface CaseInstanceBuilder
CaseInstanceBuilder caseDefinitionId(String caseDefinitionId)
CaseInstanceBuilder caseDefinitionKey(String caseDefinitionKey)
CaseInstanceBuilder predefinedCaseInstanceId(String caseInstanceId)
CaseInstanceBuilder name(String name)
CaseInstanceBuilder businessKey(String businessKey)
CaseInstanceBuilder variables(Map<String,Object> variables)
CaseInstanceBuilder variable(String variableName, Object value)
CaseInstanceBuilder transientVariables(Map<String,Object> transientVariables)
CaseInstanceBuilder transientVariable(String variableName, Object value)
CaseInstanceBuilder tenantId(String tenantId)
CaseInstanceBuilder overrideCaseDefinitionTenantId(String tenantId)
CaseInstanceBuilder startFormVariables(Map<String,Object> formVariables)
variables(Map) is that the start form will be fetched
and the variables matched with the FormInfo.CaseInstanceBuilder outcome(String outcome)
CaseInstanceBuilder callbackType(String callbackType)
callbackType - type of the callbackCaseInstanceBuilder callbackId(String callbackId)
callbackId - id of the callbackCaseInstanceBuilder parentId(String parentCaseInstanceId)
parentCaseInstanceId - parent case instance identifierCaseInstanceBuilder fallbackToDefaultTenant()
CaseInstance start()
CaseInstance startAsync()
CaseInstance startWithForm()
String getCaseDefinitionId()
String getCaseDefinitionKey()
String getPredefinedCaseInstanceId()
String getName()
String getBusinessKey()
String getTenantId()
String getOverrideDefinitionTenantId()
String getOutcome()
String getCallbackType()
String getCallbackId()
String getParentId()
boolean isFallbackToDefaultTenant()
boolean isStartWithForm()
Copyright © 2019 Flowable. All rights reserved.