Uses of Interface
org.flowable.common.engine.api.tenant.ChangeTenantIdBuilder
Packages that use ChangeTenantIdBuilder
Package
Description
Public API of the Flowable 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
s.RuntimeService
: For starting and searching ProcessInstance
s.TaskService
: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService
: Used for managing users, groups and the relations between them.ManagementService
: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService
: 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.
-
Uses of ChangeTenantIdBuilder in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api that return ChangeTenantIdBuilderModifier and TypeMethodDescriptionCmmnManagementService.createChangeTenantIdBuilder
(String fromTenantId, String toTenantId) Create aChangeTenantIdBuilder
that can be used to change the tenant id of the case instances and all the related instances. -
Uses of ChangeTenantIdBuilder in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl that return ChangeTenantIdBuilderModifier and TypeMethodDescriptionCmmnManagementServiceImpl.createChangeTenantIdBuilder
(String fromTenantId, String toTenantId) -
Uses of ChangeTenantIdBuilder in org.flowable.common.engine.api.tenant
Methods in org.flowable.common.engine.api.tenant that return ChangeTenantIdBuilderModifier and TypeMethodDescriptionChangeTenantIdBuilder.definitionTenantId
(String definitionTenantId) Perform the change only for instances that were created using a definition from the given tenant. -
Uses of ChangeTenantIdBuilder in org.flowable.common.engine.impl.tenant
Classes in org.flowable.common.engine.impl.tenant that implement ChangeTenantIdBuilderMethods in org.flowable.common.engine.impl.tenant that return ChangeTenantIdBuilderModifier and TypeMethodDescriptionChangeTenantIdBuilderImpl.definitionTenantId
(String definitionTenantId) -
Uses of ChangeTenantIdBuilder in org.flowable.content.api
Methods in org.flowable.content.api that return ChangeTenantIdBuilderModifier and TypeMethodDescriptionContentManagementService.createChangeTenantIdBuilder
(String fromTenantId, String toTenantId) Create aChangeTenantIdBuilder
that can be used to change the tenant id of the content instances. -
Uses of ChangeTenantIdBuilder in org.flowable.dmn.api
Methods in org.flowable.dmn.api that return ChangeTenantIdBuilderModifier and TypeMethodDescriptionDmnManagementService.createChangeTenantIdBuilder
(String fromTenantId, String toTenantId) Create aChangeTenantIdBuilder
that can be used to change the tenant id of the Historic Decision instances. -
Uses of ChangeTenantIdBuilder in org.flowable.dmn.engine.impl
Methods in org.flowable.dmn.engine.impl that return ChangeTenantIdBuilderModifier and TypeMethodDescriptionDmnManagementServiceImpl.createChangeTenantIdBuilder
(String fromTenantId, String toTenantId) -
Uses of ChangeTenantIdBuilder in org.flowable.engine
Methods in org.flowable.engine that return ChangeTenantIdBuilderModifier and TypeMethodDescriptionManagementService.createChangeTenantIdBuilder
(String fromTenantId, String toTenantId) Create aChangeTenantIdBuilder
that can be used to change the tenant id of the process instances and all the related instances. -
Uses of ChangeTenantIdBuilder in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return ChangeTenantIdBuilderModifier and TypeMethodDescriptionManagementServiceImpl.createChangeTenantIdBuilder
(String fromTenantId, String toTenantId) -
Uses of ChangeTenantIdBuilder in org.flowable.form.api
Methods in org.flowable.form.api that return ChangeTenantIdBuilderModifier and TypeMethodDescriptionFormManagementService.createChangeTenantIdBuilder
(String fromTenantId, String toTenantId) Create aChangeTenantIdBuilder
that can be used to change the tenant id of the form instances.