Class PlatformManagementServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<PlatformEngineConfiguration>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<PlatformEngineConfiguration>
com.flowable.platform.engine.impl.management.PlatformManagementServiceImpl
- All Implemented Interfaces:
PlatformManagementService
public class PlatformManagementServiceImpl
extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<PlatformEngineConfiguration>
implements PlatformManagementService
- Author:
- Filip Hrisafov
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutor
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatePlatformChangeTenantIdBuilder
(String fromTenantId, String toTenantId) Create aPlatformChangeTenantIdBuilder
that can be used to change the tenant id of the provided all scopes.void
void
deleteClientRegistrationInfoByTenantId
(String tenantId) getClientRegistrationInfoTokenByKeyAndTenantId
(String registrationKey, String tenantId) void
synchroniseHistoricCaseInstance
(String caseInstanceId) This will synchronise the historic state of the case instance with the given id.void
synchroniseHistoricProcessInstance
(String processInstanceId) This will synchronise the historic state of the process instance with the given id.Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
PlatformManagementServiceImpl
-
-
Method Details
-
synchroniseHistoricProcessInstance
Description copied from interface:PlatformManagementService
This will synchronise the historic state of the process instance with the given id.- Specified by:
synchroniseHistoricProcessInstance
in interfacePlatformManagementService
- Parameters:
processInstanceId
- the id of the process instance that should be synchronised
-
synchroniseHistoricCaseInstance
Description copied from interface:PlatformManagementService
This will synchronise the historic state of the case instance with the given id.- Specified by:
synchroniseHistoricCaseInstance
in interfacePlatformManagementService
- Parameters:
caseInstanceId
- the id of the case instance that should be synchronised
-
createPlatformChangeTenantIdBuilder
public PlatformChangeTenantIdBuilder createPlatformChangeTenantIdBuilder(String fromTenantId, String toTenantId) Description copied from interface:PlatformManagementService
Create aPlatformChangeTenantIdBuilder
that can be used to change the tenant id of the provided all scopes. e.g. BPMN, CMMN, Action, etc.- Specified by:
createPlatformChangeTenantIdBuilder
in interfacePlatformManagementService
-
createClientRegistrationInfoQuery
- Specified by:
createClientRegistrationInfoQuery
in interfacePlatformManagementService
-
createClientRegistrationInfoBuilder
- Specified by:
createClientRegistrationInfoBuilder
in interfacePlatformManagementService
-
createClientRegistrationInfoUpdateBuilder
- Specified by:
createClientRegistrationInfoUpdateBuilder
in interfacePlatformManagementService
-
getClientRegistrationInfoTokenByKeyAndTenantId
public String getClientRegistrationInfoTokenByKeyAndTenantId(String registrationKey, String tenantId) - Specified by:
getClientRegistrationInfoTokenByKeyAndTenantId
in interfacePlatformManagementService
-
deleteClientRegistrationInfo
- Specified by:
deleteClientRegistrationInfo
in interfacePlatformManagementService
-
deleteClientRegistrationInfoByTenantId
- Specified by:
deleteClientRegistrationInfoByTenantId
in interfacePlatformManagementService
-