Uses of Interface
org.camunda.bpm.engine.runtime.ActivityInstance
Packages that use ActivityInstance
Package
Description
Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
:
Manages Deployment
sRuntimeService
:
For starting and searching ProcessInstance
sTaskService
:
Exposes operations to manage human (standalone) Task
s,
such as claiming, completing and assigning tasksIdentityService
:
Used for managing User
s,
Group
s and the relations between themManagementService
:
Exposes engine admin and maintenance operations,
which have no relation to the runtime execution of business processesHistoryService
:
Exposes information about ongoing and past process instances.FormService
:
Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
RuntimeService
.-
Uses of ActivityInstance in org.camunda.bpm.engine
Methods in org.camunda.bpm.engine that return ActivityInstanceModifier and TypeMethodDescriptionRuntimeService.getActivityInstance
(String processInstanceId) Allows retrieving the activity instance tree for a given process instance. -
Uses of ActivityInstance in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return ActivityInstanceModifier and TypeMethodDescriptionRuntimeServiceImpl.getActivityInstance
(String processInstanceId) Methods in org.camunda.bpm.engine.impl with parameters of type ActivityInstanceModifier and TypeMethodDescriptionActivityExecutionTreeMapping.getExecution
(ActivityInstance activityInstance) -
Uses of ActivityInstance in org.camunda.bpm.engine.impl.cmd
Fields in org.camunda.bpm.engine.impl.cmd declared as ActivityInstanceModifier and TypeFieldDescriptionprotected ActivityInstance
ActivityCancellationCmd.activityInstanceTree
Methods in org.camunda.bpm.engine.impl.cmd that return ActivityInstanceModifier and TypeMethodDescriptionGetActivityInstanceCmd.execute
(CommandContext commandContext) protected ActivityInstance
AbstractProcessInstanceModificationCommand.findActivityInstance
(ActivityInstance tree, String activityInstanceId) ActivityCancellationCmd.getActivityInstanceTree
(CommandContext commandContext) Methods in org.camunda.bpm.engine.impl.cmd that return types with arguments of type ActivityInstanceModifier and TypeMethodDescriptionprotected List<ActivityInstance>
ActivityCancellationCmd.getActivityInstancesForActivity
(ActivityInstance tree, Set<String> parentScopeIds) Methods in org.camunda.bpm.engine.impl.cmd with parameters of type ActivityInstanceModifier and TypeMethodDescriptionActivityCancellationCmd.createActivityInstanceCancellations
(ActivityInstance activityInstanceTree, CommandContext commandContext) protected ActivityInstance
AbstractProcessInstanceModificationCommand.findActivityInstance
(ActivityInstance tree, String activityInstanceId) protected TransitionInstance
AbstractProcessInstanceModificationCommand.findTransitionInstance
(ActivityInstance tree, String transitionInstanceId) protected List<ActivityInstance>
ActivityCancellationCmd.getActivityInstancesForActivity
(ActivityInstance tree, Set<String> parentScopeIds) protected ExecutionEntity
AbstractProcessInstanceModificationCommand.getScopeExecutionForActivityInstance
(ExecutionEntity processInstance, ActivityExecutionTreeMapping mapping, ActivityInstance activityInstance) protected ScopeImpl
AbstractProcessInstanceModificationCommand.getScopeForActivityInstance
(ProcessDefinitionImpl processDefinition, ActivityInstance activityInstance) protected List<TransitionInstance>
ActivityCancellationCmd.getTransitionInstancesForActivity
(ActivityInstance tree, Set<String> parentScopeIds) void
ActivityCancellationCmd.setActivityInstanceTreeToCancel
(ActivityInstance activityInstanceTreeToCancel) -
Uses of ActivityInstance in org.camunda.bpm.engine.impl.migration.instance
Fields in org.camunda.bpm.engine.impl.migration.instance declared as ActivityInstanceModifier and TypeFieldDescriptionprotected ActivityInstance
MigratingActivityInstance.activityInstance
Methods in org.camunda.bpm.engine.impl.migration.instance that return ActivityInstanceMethods in org.camunda.bpm.engine.impl.migration.instance with parameters of type ActivityInstanceModifier and TypeMethodDescriptionMigratingProcessInstance.addActivityInstance
(MigrationInstruction migrationInstruction, ActivityInstance activityInstance, ScopeImpl sourceScope, ScopeImpl targetScope, ExecutionEntity scopeExecution) Constructors in org.camunda.bpm.engine.impl.migration.instance with parameters of type ActivityInstanceModifierConstructorDescriptionMigratingActivityInstance
(ActivityInstance activityInstance, MigrationInstruction migrationInstruction, ScopeImpl sourceScope, ScopeImpl targetScope, ExecutionEntity scopeExecution) Creates a migrating activity instances -
Uses of ActivityInstance in org.camunda.bpm.engine.impl.migration.instance.parser
Fields in org.camunda.bpm.engine.impl.migration.instance.parser with type parameters of type ActivityInstanceModifier and TypeFieldDescriptionprotected MigratingInstanceParseHandler<ActivityInstance>
MigratingInstanceParser.activityInstanceHandler
Methods in org.camunda.bpm.engine.impl.migration.instance.parser that return types with arguments of type ActivityInstanceModifier and TypeMethodDescriptionMigratingInstanceParser.getActivityInstanceHandler()
protected Collection<ActivityInstance>
ActivityInstanceWalker.nextElements()
Methods in org.camunda.bpm.engine.impl.migration.instance.parser with parameters of type ActivityInstanceModifier and TypeMethodDescriptionvoid
ActivityInstanceHandler.handle
(MigratingInstanceParseContext parseContext, ActivityInstance element) Constructors in org.camunda.bpm.engine.impl.migration.instance.parser with parameters of type ActivityInstance -
Uses of ActivityInstance in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement ActivityInstanceFields in org.camunda.bpm.engine.impl.persistence.entity declared as ActivityInstanceModifier and TypeFieldDescriptionprotected ActivityInstance[]
ActivityInstanceImpl.childActivityInstances
protected static final ActivityInstance[]
ActivityInstanceImpl.NO_ACTIVITY_INSTANCES
Methods in org.camunda.bpm.engine.impl.persistence.entity that return ActivityInstanceModifier and TypeMethodDescriptionActivityInstanceImpl.getActivityInstances
(String activityId) ActivityInstanceImpl.getChildActivityInstances()
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ActivityInstanceModifier and TypeMethodDescriptionvoid
ActivityInstanceImpl.setChildActivityInstances
(ActivityInstance[] childInstances) Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type ActivityInstanceModifier and TypeMethodDescriptionprotected void
ActivityInstanceImpl.collectActivityInstances
(String activityId, List<ActivityInstance> instances) -
Uses of ActivityInstance in org.camunda.bpm.engine.impl.test
Methods in org.camunda.bpm.engine.impl.test that return types with arguments of type ActivityInstanceModifier and TypeMethodDescriptionprotected List<ActivityInstance>
AbstractProcessEngineTestCase.getInstancesForActivitiyId
(ActivityInstance activityInstance, String activityId) Deprecated.protected List<ActivityInstance>
AbstractProcessEngineTestCase.getInstancesForActivityId
(ActivityInstance activityInstance, String activityId) Methods in org.camunda.bpm.engine.impl.test with parameters of type ActivityInstanceModifier and TypeMethodDescriptionprotected List<ActivityInstance>
AbstractProcessEngineTestCase.getInstancesForActivitiyId
(ActivityInstance activityInstance, String activityId) Deprecated.protected List<ActivityInstance>
AbstractProcessEngineTestCase.getInstancesForActivityId
(ActivityInstance activityInstance, String activityId) -
Uses of ActivityInstance in org.camunda.bpm.engine.rest.dto.runtime
Methods in org.camunda.bpm.engine.rest.dto.runtime with parameters of type ActivityInstanceModifier and TypeMethodDescriptionstatic ActivityInstanceDto
ActivityInstanceDto.fromActivityInstance
(ActivityInstance instance) static ActivityInstanceDto[]
ActivityInstanceDto.fromListOfActivityInstance
(ActivityInstance[] instances) -
Uses of ActivityInstance in org.camunda.bpm.engine.runtime
Methods in org.camunda.bpm.engine.runtime that return ActivityInstanceModifier and TypeMethodDescriptionActivityInstance.getActivityInstances
(String activityId) all descendant (children, grandchildren, etc.) activity instances that are instances of the supplied activityActivityInstance.getChildActivityInstances()
Returns the child activity instances. -
Uses of ActivityInstance in org.camunda.bpm.engine.test.assertions
Methods in org.camunda.bpm.engine.test.assertions with parameters of type ActivityInstanceModifier and TypeMethodDescriptionvoid
AssertionsLogger.collectTransitionInstances
(ActivityInstance activityInstance)