-
Deprecated InterfacesInterfaceDescriptionuse org.camunda.bpm.engine.delegate.TaskListener instead
-
Deprecated Classes
-
Deprecated Enum ClassesEnum ClassDescriptionThese permissions have no effect
-
Deprecated FieldsFieldDescriptionPlease use
EntityTypes.ATTACHMENT
instead.Please useEntityTypes.IDENTITY_LINK
instead.Please useEntityTypes.TASK
instead.
-
Deprecated MethodsMethodDescriptionUse
AuthorizationException.getMissingAuthorizations()
to get the id of the resource of theMissingAuthorization
(s). This method may be removed in future versions.UseAuthorizationException.getMissingAuthorizations()
to get the type of the resource of theMissingAuthorization
(s). This method may be removed in future versions.UseAuthorizationException.getMissingAuthorizations()
to get the violated permission name of theMissingAuthorization
(s). This method may be removed in future versions.since 5.2, useHistoricDetailQuery.activityInstanceId(String)
insteadsince 7.2. UseHistoricVariableUpdate.getTypeName()
Note that this method name is not expressive enough, because it is also possible to delete the historic decision instance by the instance id. Therefore useHistoryService.deleteHistoricDecisionInstanceByDefinitionId(java.lang.String)
instead to delete the historic decision instance by the definition id.As of v. 7.9.0, because there can be more than one history cleanup job at once, useHistoryService.findHistoryCleanupJobs()
instead.useProcessEngineConfigurationImpl.getHostnameProvider()
instead.since 7.4 A new instance of a sentry does not reference the source case execution id anymore.since 7.4 A new instance of a sentry does not reference the source case execution id anymore.since 7.4 A new instance of a sentry does not reference the source case execution id anymore.since 7.2, useContext.getBpmnExecutionContext()
org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity.getActivtyInstanceId()UseDeploymentQuery.orderByDeploymentTime()
insteadUse authorization mechanism instead.Use authorization mechanism instead.Use authorization mechanism instead.Use authorization mechanism instead.useRepositoryService.deleteDeployment(String, boolean)
. This methods may be deleted from 5.3.Use authorization mechanism instead.a transition instances represents a transition to or from an activity; useTransitionInstance.getActivityId()
instead.This method has been deprecated as of Camunda Platform 7.1. It has been replaced with the operation log. SeeUserOperationLogEntry
andUserOperationLogQuery
.
-
Deprecated Constructors
-
Deprecated Enum ConstantsEnum ConstantDescriptionsince the permission is not used by any built-in functionality of Camunda Platform
HostnameProvider
for providing the Metrics Reporter id.