Uses of Interface
org.flowable.cmmn.api.runtime.PlanItemInstance
Packages that use PlanItemInstance
Package
Description
-
Uses of PlanItemInstance in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api with parameters of type PlanItemInstanceModifier and TypeMethodDescriptionvoid
DecisionTableVariableManager.setDecisionServiceVariablesOnPlanItemInstance
(Map<String, List<Map<String, Object>>> executionResult, String decisionKey, PlanItemInstance planItemInstance, com.fasterxml.jackson.databind.ObjectMapper objectMapper, boolean multipleResults) void
DecisionTableVariableManager.setVariablesOnPlanItemInstance
(List<Map<String, Object>> decisionResult, String externalRef, PlanItemInstance planItemInstance, com.fasterxml.jackson.databind.ObjectMapper objectMapper, boolean multipleResults) -
Uses of PlanItemInstance in org.flowable.cmmn.api.delegate
Subinterfaces of PlanItemInstance in org.flowable.cmmn.api.delegateModifier and TypeInterfaceDescriptioninterface
interface
-
Uses of PlanItemInstance in org.flowable.cmmn.api.event
Methods in org.flowable.cmmn.api.event that return PlanItemInstance -
Uses of PlanItemInstance in org.flowable.cmmn.api.runtime
Methods in org.flowable.cmmn.api.runtime that return PlanItemInstanceModifier and TypeMethodDescriptionInjectedPlanItemInstanceBuilder.createInCase
(String caseInstanceId) Create the newly setup plan item, add it to the parent running case instance and plan it for activation and further processing in the case engine.InjectedPlanItemInstanceBuilder.createInStage
(String stagePlanItemInstanceId) Create the newly setup plan item, add it to the parent running stage and plan it for activation and further processing in the case engine.Methods in org.flowable.cmmn.api.runtime with parameters of type PlanItemInstanceModifier and TypeMethodDescriptionstatic boolean
PlanItemInstanceState.isInTerminalState
(PlanItemInstance planItemInstance) -
Uses of PlanItemInstance in org.flowable.cmmn.engine
Methods in org.flowable.cmmn.engine with parameters of type PlanItemInstanceModifier and TypeMethodDescriptionvoid
PlanItemLocalizationManager.localize
(PlanItemInstance planItemInstance, String locale, boolean withLocalizationFallback) -
Uses of PlanItemInstance in org.flowable.cmmn.engine.impl.cmd
Methods in org.flowable.cmmn.engine.impl.cmd that return PlanItemInstanceModifier and TypeMethodDescriptionCreateInjectedPlanItemInstanceCmd.execute
(CommandContext commandContext) Methods in org.flowable.cmmn.engine.impl.cmd that return types with arguments of type PlanItemInstanceModifier and TypeMethodDescriptionprotected Optional<PlanItemInstance>
GetStageOverviewCmd.getPlanItemInstance
(List<PlanItemInstance> planItemInstances, PlanItemDefinition planItemDefinition) Method parameters in org.flowable.cmmn.engine.impl.cmd with type arguments of type PlanItemInstanceModifier and TypeMethodDescriptionprotected Optional<PlanItemInstance>
GetStageOverviewCmd.getPlanItemInstance
(List<PlanItemInstance> planItemInstances, PlanItemDefinition planItemDefinition) protected Date
GetStageOverviewCmd.getPlanItemInstanceEndTime
(List<PlanItemInstance> planItemInstances, PlanItemDefinition planItemDefinition) -
Uses of PlanItemInstance in org.flowable.cmmn.engine.impl.delegate
Classes in org.flowable.cmmn.engine.impl.delegate that implement PlanItemInstance -
Uses of PlanItemInstance in org.flowable.cmmn.engine.impl.event
Fields in org.flowable.cmmn.engine.impl.event declared as PlanItemInstanceModifier and TypeFieldDescriptionprotected PlanItemInstance
FlowableCaseStageEndedEventImpl.stageInstance
protected PlanItemInstance
FlowableCaseStageStartedEventImpl.stageInstance
Methods in org.flowable.cmmn.engine.impl.event that return PlanItemInstanceModifier and TypeMethodDescriptionFlowableCaseStageEndedEventImpl.getEntity()
FlowableCaseStageStartedEventImpl.getEntity()
Methods in org.flowable.cmmn.engine.impl.event with parameters of type PlanItemInstanceModifier and TypeMethodDescriptionstatic FlowableCaseStageEndedEvent
FlowableCmmnEventBuilder.createStageEndedEvent
(CaseInstance caseInstance, PlanItemInstance stageInstance, String endingState) FlowableCmmnEventBuilder.createStageStartedEvent
(CaseInstance caseInstance, PlanItemInstance stageInstance) Constructors in org.flowable.cmmn.engine.impl.event with parameters of type PlanItemInstanceModifierConstructorDescriptionFlowableCaseStageEndedEventImpl
(CaseInstance caseInstance, PlanItemInstance stageInstance, String endingState) FlowableCaseStageStartedEventImpl
(CaseInstance caseInstance, PlanItemInstance stageInstance) -
Uses of PlanItemInstance in org.flowable.cmmn.engine.impl.persistence.entity
Subinterfaces of PlanItemInstance in org.flowable.cmmn.engine.impl.persistence.entityClasses in org.flowable.cmmn.engine.impl.persistence.entity that implement PlanItemInstanceFields in org.flowable.cmmn.engine.impl.persistence.entity declared as PlanItemInstanceModifier and TypeFieldDescriptionprotected PlanItemInstance
PlanItemInstanceEntityBuilderImpl.stagePlanItemInstance
Methods in org.flowable.cmmn.engine.impl.persistence.entity that return PlanItemInstanceMethods in org.flowable.cmmn.engine.impl.persistence.entity that return types with arguments of type PlanItemInstanceModifier and TypeMethodDescriptionPlanItemInstanceEntityManager.findByCriteria
(PlanItemInstanceQuery planItemInstanceQuery) PlanItemInstanceEntityManagerImpl.findByCriteria
(PlanItemInstanceQuery planItemInstanceQuery) Methods in org.flowable.cmmn.engine.impl.persistence.entity with parameters of type PlanItemInstanceModifier and TypeMethodDescriptionHistoricPlanItemInstanceEntityManager.create
(PlanItemInstance planItemInstance) HistoricPlanItemInstanceEntityManagerImpl.create
(PlanItemInstance planItemInstance) PlanItemInstanceEntityBuilder.stagePlanItemInstance
(PlanItemInstance stagePlanItemInstance) Set the id of the stage plan item instance the new plan item instance is a direct child of.PlanItemInstanceEntityBuilderImpl.stagePlanItemInstance
(PlanItemInstance stagePlanItemInstance) Constructors in org.flowable.cmmn.engine.impl.persistence.entity with parameters of type PlanItemInstanceModifierConstructorDescriptionHistoricPlanItemInstanceEntityImpl
(PlanItemInstance planItemInstance) -
Uses of PlanItemInstance in org.flowable.cmmn.engine.impl.persistence.entity.data
Methods in org.flowable.cmmn.engine.impl.persistence.entity.data that return types with arguments of type PlanItemInstanceModifier and TypeMethodDescriptionPlanItemInstanceDataManager.findByCriteria
(PlanItemInstanceQueryImpl planItemInstanceQuery) Methods in org.flowable.cmmn.engine.impl.persistence.entity.data with parameters of type PlanItemInstanceModifier and TypeMethodDescriptionHistoricPlanItemInstanceDataManager.create
(PlanItemInstance planItemInstance) -
Uses of PlanItemInstance in org.flowable.cmmn.engine.impl.persistence.entity.data.impl
Methods in org.flowable.cmmn.engine.impl.persistence.entity.data.impl that return types with arguments of type PlanItemInstanceModifier and TypeMethodDescriptionMybatisPlanItemInstanceDataManagerImpl.findByCriteria
(PlanItemInstanceQueryImpl planItemInstanceQuery) Methods in org.flowable.cmmn.engine.impl.persistence.entity.data.impl with parameters of type PlanItemInstanceModifier and TypeMethodDescriptionMybatisHistoricPlanItemInstanceDataManager.create
(PlanItemInstance planItemInstance) -
Uses of PlanItemInstance in org.flowable.cmmn.engine.impl.runtime
Fields in org.flowable.cmmn.engine.impl.runtime declared as PlanItemInstanceModifier and TypeFieldDescriptionprotected PlanItemInstance
GenericEventListenerInstanceImpl.innerPlanItemInstance
protected PlanItemInstance
SignalEventListenerInstanceImpl.innerPlanItemInstance
protected PlanItemInstance
UserEventListenerInstanceImpl.innerPlanItemInstance
Methods in org.flowable.cmmn.engine.impl.runtime that return PlanItemInstanceModifier and TypeMethodDescriptionInjectedPlanItemInstanceBuilderImpl.createInCase
(String caseInstanceId) InjectedPlanItemInstanceBuilderImpl.createInStage
(String stagePlanItemInstanceId) Methods in org.flowable.cmmn.engine.impl.runtime that return types with arguments of type PlanItemInstanceModifier and TypeMethodDescriptionPlanItemInstanceQueryImpl.executeList
(CommandContext commandContext) Methods in org.flowable.cmmn.engine.impl.runtime with parameters of type PlanItemInstanceModifier and TypeMethodDescriptionstatic GenericEventListenerInstance
GenericEventListenerInstanceImpl.fromPlanItemInstance
(PlanItemInstance planItemInstance) static SignalEventListenerInstance
SignalEventListenerInstanceImpl.fromPlanItemInstance
(PlanItemInstance planItemInstance) static UserEventListenerInstance
UserEventListenerInstanceImpl.fromPlanItemInstance
(PlanItemInstance planItemInstance) static boolean
StateTransition.isPossible
(PlanItemInstance planItemInstance, String transition) Method parameters in org.flowable.cmmn.engine.impl.runtime with type arguments of type PlanItemInstanceModifier and TypeMethodDescriptionprotected List<GenericEventListenerInstance>
GenericEventListenerInstanceQueryImpl.convertPlanItemInstances
(List<PlanItemInstance> instances) protected List<SignalEventListenerInstance>
SignalEventListenerInstanceQueryImpl.convertPlanItemInstances
(List<PlanItemInstance> instances) protected List<UserEventListenerInstance>
UserEventListenerInstanceQueryImpl.convertPlanItemInstances
(List<PlanItemInstance> instances) Constructors in org.flowable.cmmn.engine.impl.runtime with parameters of type PlanItemInstanceModifierConstructorDescriptionGenericEventListenerInstanceImpl
(PlanItemInstance planItemInstance) SignalEventListenerInstanceImpl
(PlanItemInstance planItemInstance) UserEventListenerInstanceImpl
(PlanItemInstance planItemInstance) -
Uses of PlanItemInstance in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return types with arguments of type PlanItemInstanceModifier and TypeMethodDescriptionstatic List<PlanItemInstance>
ExpressionUtil.searchNonFinishedEqualPlanItemInstances
(PlanItemInstanceEntity planItemInstanceEntity, PlanItemInstanceContainer planItemInstanceContainer) Searches for non-finished plan item instances within the given container to be of the same plan item as the given instance.Methods in org.flowable.cmmn.engine.impl.util with parameters of type PlanItemInstanceModifier and TypeMethodDescriptionstatic IdentityLinkEntity
IdentityLinkUtil.createPlanItemInstanceIdentityLink
(PlanItemInstance planItemInstance, String userId, String groupId, String type, CmmnEngineConfiguration cmmnEngineConfiguration) -
Uses of PlanItemInstance in org.flowable.cmmn.engine.test
Methods in org.flowable.cmmn.engine.test that return PlanItemInstanceModifier and TypeMethodDescriptionprotected PlanItemInstance
AbstractFlowableCmmnTestCase.getPlanItemInstanceByName
(List<PlanItemInstance> planItemInstances, String name, String state) Methods in org.flowable.cmmn.engine.test that return types with arguments of type PlanItemInstanceModifier and TypeMethodDescriptionprotected List<PlanItemInstance>
AbstractFlowableCmmnTestCase.getAllPlanItemInstances
(String caseInstanceId) protected List<PlanItemInstance>
AbstractFlowableCmmnTestCase.getCompletedPlanItemInstances
(String caseInstanceId) protected List<PlanItemInstance>
AbstractFlowableCmmnTestCase.getPlanItemInstances
(String caseInstanceId) protected List<PlanItemInstance>
AbstractFlowableCmmnTestCase.getTerminatedPlanItemInstances
(String caseInstanceId) Method parameters in org.flowable.cmmn.engine.test with type arguments of type PlanItemInstanceModifier and TypeMethodDescriptionprotected void
AbstractFlowableCmmnTestCase.assertNoPlanItemInstance
(List<PlanItemInstance> planItemInstances, String name) protected void
AbstractFlowableCmmnTestCase.assertPlanItemInstanceState
(List<PlanItemInstance> planItemInstances, String name, String... states) protected boolean
AbstractFlowableCmmnTestCase.completePlanItemWithItemValue
(List<PlanItemInstance> planItemInstances, Object itemValue) protected PlanItemInstance
AbstractFlowableCmmnTestCase.getPlanItemInstanceByName
(List<PlanItemInstance> planItemInstances, String name, String state) protected String
AbstractFlowableCmmnTestCase.getPlanItemInstanceIdByName
(List<PlanItemInstance> planItemInstances, String name) protected String
AbstractFlowableCmmnTestCase.getPlanItemInstanceIdByNameAndState
(List<PlanItemInstance> planItemInstances, String name, String state) -
Uses of PlanItemInstance in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api with parameters of type PlanItemInstanceModifier and TypeMethodDescriptionvoid
CmmnRestApiInterceptor.accessPlanItemInstanceInfoById
(PlanItemInstance planItemInstance) void
CmmnRestApiInterceptor.accessPlanItemInstanceVariable
(PlanItemInstance planItemInstance, String variableName) CmmnRestResponseFactory.createPlanItemInstanceResponse
(PlanItemInstance planItemInstance) void
CmmnRestApiInterceptor.createPlanItemInstanceVariables
(PlanItemInstance planItemInstance, Map<String, Object> variables) void
CmmnRestApiInterceptor.deletePlanItemInstanceVariables
(PlanItemInstance planItemInstance, Collection<String> variableNames) void
CmmnRestApiInterceptor.doPlanItemInstanceAction
(PlanItemInstance planItemInstance, RestActionRequest actionRequest) void
CmmnRestApiInterceptor.updatePlanItemInstanceVariables
(PlanItemInstance planItemInstance, Map<String, Object> variables) Method parameters in org.flowable.cmmn.rest.service.api with type arguments of type PlanItemInstanceModifier and TypeMethodDescriptionCmmnRestResponseFactory.createPlanItemInstanceResponseList
(List<PlanItemInstance> planItemInstances) -
Uses of PlanItemInstance in org.flowable.cmmn.rest.service.api.runtime.caze
Methods in org.flowable.cmmn.rest.service.api.runtime.caze that return PlanItemInstanceModifier and TypeMethodDescriptionprotected PlanItemInstance
BaseVariableResource.getPlanItemInstanceFromRequest
(String planItemInstanceId) Methods in org.flowable.cmmn.rest.service.api.runtime.caze with parameters of type PlanItemInstanceModifier and TypeMethodDescriptionprotected Object
BaseVariableResource.createVariable
(PlanItemInstance planItemInstance, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) protected BaseVariableResource.VariableInterceptor
BaseVariableResource.createVariableInterceptor
(PlanItemInstance planItemInstance) protected byte[]
BaseVariableResource.getVariableDataByteArray
(PlanItemInstance planItemInstance, String variableName, jakarta.servlet.http.HttpServletResponse response) BaseVariableResource.getVariableFromRequest
(PlanItemInstance planItemInstance, String variableName, boolean includeBinary) -
Uses of PlanItemInstance in org.flowable.cmmn.rest.service.api.runtime.planitem
Methods in org.flowable.cmmn.rest.service.api.runtime.planitem that return PlanItemInstanceModifier and TypeMethodDescriptionprotected PlanItemInstance
PlanItemInstanceBaseResource.getPlanItemInstanceFromRequest
(String planItemInstanceId)