Uses of Class
org.flowable.cmmn.model.Case
Packages that use Case
Package
Description
-
Uses of Case in org.flowable.cmmn.converter
Fields in org.flowable.cmmn.converter declared as CaseFields in org.flowable.cmmn.converter with type parameters of type CaseModifier and TypeFieldDescriptionprotected Map<Case,
List<CaseElement>> ConversionHelper.caseElements
Methods in org.flowable.cmmn.converter that return CaseMethods in org.flowable.cmmn.converter that return types with arguments of type CaseMethods in org.flowable.cmmn.converter with parameters of type CaseMethod parameters in org.flowable.cmmn.converter with type arguments of type CaseModifier and TypeMethodDescriptionvoid
ConversionHelper.setCaseElements
(Map<Case, List<CaseElement>> caseElements) -
Uses of Case in org.flowable.cmmn.converter.export
Methods in org.flowable.cmmn.converter.export with parameters of type CaseModifier and TypeMethodDescriptionstatic void
CaseExport.writeCase
(CmmnModel model, Case caseModel, XMLStreamWriter xtw) -
Uses of Case in org.flowable.cmmn.engine.impl.agenda.operation
Methods in org.flowable.cmmn.engine.impl.agenda.operation with parameters of type CaseModifier and TypeMethodDescriptionprotected void
CmmnOperation.createPlanItemInstanceIfNeeded
(CommandContext commandContext, PlanItem planItem, Case caseModel, CaseInstanceEntity caseInstanceEntity, PlanItemInstanceEntity stagePlanItemInstanceEntity, String tenantId, List<PlanItemInstanceEntity> newPlanItemInstances) Checks whether the provided plan item needs an instance to be created and optionally activated directly (e.g.protected List<PlanItemInstanceEntity>
CmmnOperation.createPlanItemInstancesForNewOrReactivatedStage
(CommandContext commandContext, Case caseModel, List<PlanItem> planItems, List<PlanItem> directlyReactivatedPlanItems, CaseInstanceEntity caseInstanceEntity, PlanItemInstanceEntity stagePlanItemInstanceEntity, String tenantId) Creates child plan items for the provided stage, might also be the root plan model.protected PlanItemCreationType
CmmnOperation.getPlanItemCreationOrReactivationType
(CaseInstanceEntity caseInstanceEntity, Case caseModel, PlanItem planItem, VariableContainer parentPlanItemInstance) Evaluates the reactivation rule for the provided plan item, if the case is a reactivated one, otherwise the creation type will always be default. -
Uses of Case in org.flowable.cmmn.engine.impl.cmd
Methods in org.flowable.cmmn.engine.impl.cmd that return CaseModifier and TypeMethodDescriptionprotected Case
AbstractCaseStartEventSubscriptionCmd.getCase
(String caseDefinitionId, CommandContext commandContext) Methods in org.flowable.cmmn.engine.impl.cmd with parameters of type CaseModifier and TypeMethodDescriptionprotected List<DmnDecision>
GetDecisionsForCaseDefinitionCmd.getDecisionsFromModel
(Case caseModel, CaseDefinition caseDefinition) protected List<FormDefinition>
GetFormDefinitionsForCaseDefinitionCmd.getFormDefinitionsFromModel
(Case caseModel, CaseDefinition caseDefinition) -
Uses of Case in org.flowable.cmmn.engine.impl.deployer
Methods in org.flowable.cmmn.engine.impl.deployer with parameters of type CaseModifier and TypeMethodDescriptionvoid
CmmnDeployer.addAuthorizationsForNewCaseDefinition
(Case caze, CaseDefinitionEntity caseDefinition) protected String
CmmnDeployer.getEventCorrelationKey
(Case caseModel) -
Uses of Case in org.flowable.cmmn.engine.impl.listener
Methods in org.flowable.cmmn.engine.impl.listener that return CaseModifier and TypeMethodDescriptionprotected static Case
CaseInstanceLifeCycleListenerUtil.getCaseModel
(String caseDefinitionId) -
Uses of Case in org.flowable.cmmn.engine.impl.parser
Methods in org.flowable.cmmn.engine.impl.parser that return CaseModifier and TypeMethodDescriptionCmmnParseResult.getCmmnCaseForCaseDefinition
(CaseDefinitionEntity caseDefinition) -
Uses of Case in org.flowable.cmmn.engine.impl.parser.handler
Methods in org.flowable.cmmn.engine.impl.parser.handler with parameters of type CaseModifier and TypeMethodDescriptionprotected void
CaseParseHandler.executeParse
(CmmnParserImpl cmmnParser, CmmnParseResult cmmnParseResult, Case caze) -
Uses of Case in org.flowable.cmmn.engine.impl.persistence.entity
Methods in org.flowable.cmmn.engine.impl.persistence.entity with parameters of type CaseModifier and TypeMethodDescriptionprotected void
CmmnDeploymentEntityManagerImpl.restoreEventRegistryStartEvent
(CaseDefinition previousCaseDefinition, Case caseModel, String startEventType) -
Uses of Case in org.flowable.cmmn.engine.impl.persistence.entity.deploy
Fields in org.flowable.cmmn.engine.impl.persistence.entity.deploy declared as CaseMethods in org.flowable.cmmn.engine.impl.persistence.entity.deploy that return CaseMethods in org.flowable.cmmn.engine.impl.persistence.entity.deploy with parameters of type CaseConstructors in org.flowable.cmmn.engine.impl.persistence.entity.deploy with parameters of type CaseModifierConstructorDescriptionCaseDefinitionCacheEntry
(CaseDefinition caseDefinition, CmmnModel cmmnModel, Case caze) -
Uses of Case in org.flowable.cmmn.engine.impl.repository
Methods in org.flowable.cmmn.engine.impl.repository that return Case -
Uses of Case in org.flowable.cmmn.engine.impl.runtime
Methods in org.flowable.cmmn.engine.impl.runtime that return CaseModifier and TypeMethodDescriptionprotected Case
CaseInstanceHelperImpl.getCaseModel
(CaseDefinition caseDefinition, CmmnModel cmmnModel) Methods in org.flowable.cmmn.engine.impl.runtime with parameters of type CaseModifier and TypeMethodDescriptionprotected void
CaseInstanceHelperImpl.applyCaseInstanceBuilder
(CmmnEngineConfiguration cmmnEngineConfiguration, CaseInstanceBuilder caseInstanceBuilder, Case caseModel, CaseInstanceEntity caseInstanceEntity, CaseDefinition caseDefinition, StartCaseInstanceBeforeContext instanceBeforeContext, CommandContext commandContext) protected void
CaseInstanceHelperImpl.createAsyncInitJob
(CaseInstanceEntity caseInstance, CaseDefinition caseDefinition, Case caseModel, JobService jobService, CommandContext commandContext) protected CaseInstanceEntity
CaseInstanceHelperImpl.initializeCaseInstanceEntity
(CommandContext commandContext, CaseDefinition caseDefinition, CmmnModel cmmnModel, Case caseModel, CaseInstanceBuilder caseInstanceBuilder) -
Uses of Case in org.flowable.cmmn.engine.interceptor
Fields in org.flowable.cmmn.engine.interceptor declared as CaseModifier and TypeFieldDescriptionprotected Case
AbstractStartCaseInstanceAfterContext.caseModel
protected Case
AbstractStartCaseInstanceBeforeContext.caseModel
Methods in org.flowable.cmmn.engine.interceptor that return CaseModifier and TypeMethodDescriptionAbstractStartCaseInstanceAfterContext.getCaseModel()
AbstractStartCaseInstanceBeforeContext.getCaseModel()
Methods in org.flowable.cmmn.engine.interceptor with parameters of type CaseModifier and TypeMethodDescriptionvoid
AbstractStartCaseInstanceAfterContext.setCaseModel
(Case caseModel) void
AbstractStartCaseInstanceBeforeContext.setCaseModel
(Case caseModel) Constructors in org.flowable.cmmn.engine.interceptor with parameters of type CaseModifierConstructorDescriptionAbstractStartCaseInstanceAfterContext
(CaseInstanceEntity caseInstance, Map<String, Object> variables, Case caseModel, CaseDefinition caseDefinition, CmmnModel cmmnModel) AbstractStartCaseInstanceBeforeContext
(String businessKey, String businessStatus, String caseInstanceName, Map<String, Object> variables, Case caseModel, CaseDefinition caseDefinition, CmmnModel cmmnModel) StartCaseInstanceAfterContext
(CaseInstanceEntity caseInstance, Map<String, Object> variables, Map<String, Object> transientVariables, Case caseModel, CaseDefinition caseDefinition, CmmnModel cmmnModel) StartCaseInstanceBeforeContext
(String businessKey, String businessStatus, String caseInstanceName, String callbackId, String callbackType, String referenceId, String referenceType, String parentId, Map<String, Object> variables, Map<String, Object> transientVariables, String tenantId, String ownerId, String assigneeId, String initiatorVariableName, Case caseModel, CaseDefinition caseDefinition, CmmnModel cmmnModel, String overrideDefinitionTenantId, String predefinedCaseInstanceId) -
Uses of Case in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model declared as CaseFields in org.flowable.cmmn.model with type parameters of type CaseMethods in org.flowable.cmmn.model that return CaseModifier and TypeMethodDescriptionPlanFragment.getCase()
CmmnModel.getCaseById
(String id) CmmnModel.getPrimaryCase()
Methods in org.flowable.cmmn.model that return types with arguments of type CaseMethods in org.flowable.cmmn.model with parameters of type CaseModifier and TypeMethodDescriptionvoid
void
Method parameters in org.flowable.cmmn.model with type arguments of type Case -
Uses of Case in org.flowable.cmmn.validation
Methods in org.flowable.cmmn.validation with parameters of type CaseModifier and TypeMethodDescriptiondefault ValidationEntry
CaseValidationContext.addEntry
(String problem, Case caze, CaseElement caseElement, BaseElement baseElement, String description, ValidationEntry.Level level) default ValidationEntry
CaseValidationContext.addError
(String problem, Case caze, CaseElement caseElement, BaseElement baseElement, String description) default ValidationEntry
CaseValidationContext.addWarning
(String problem, Case caze, CaseElement caseElement, BaseElement baseElement, String description) -
Uses of Case in org.flowable.cmmn.validation.validator.impl
Methods in org.flowable.cmmn.validation.validator.impl with parameters of type CaseModifier and TypeMethodDescriptionprotected abstract void
CaseLevelValidator.executeValidation
(CmmnModel model, Case caze, CaseValidationContext validationContext) protected void
DecisionTaskValidator.executeValidation
(CmmnModel model, Case caze, CaseValidationContext validationContext) protected void
HumanTaskValidator.executeValidation
(CmmnModel model, Case caze, CaseValidationContext validationContext) protected void
PlanModelValidator.executeValidation
(CmmnModel model, Case caze, CaseValidationContext validationContext)