-
Deprecated Interfaces
-
Deprecated Classes
-
Deprecated MethodsMethodDescriptioncom.flowable.content.engine.ContentEngineConfiguration.setAsyncExecutorAsyncJobLockTimeInMillis
(int) com.flowable.content.engine.ContentEngineConfiguration.setAsyncExecutorResetExpiredJobsInterval(int) com.flowable.content.engine.ContentEngineConfiguration.setAsyncExecutorResetExpiredJobsPageSize(int) usePlatformIdentityService.setUserStateAndSubState(String, String, String)
instead with stateUserStates.INACTIVE
userPlatformIdentityService.createPlatformGroupQuery()
insteadusePlatformIdentityService.setUserStateAndSubState(String, String, String)
instead with stateUserStates.ACTIVE
use theSecurityScope.hasAuthority(String)
obtained viaSecurityUtils.getCurrentUserSecurityScope()
insteaduse theSecurityScope.getGroupKeys()
obtained viaSecurityUtils.getCurrentUserSecurityScope()
to check insteaduse theSecurityScope.getTenantId()
obtained viaSecurityUtils.getCurrentUserSecurityScope()
insteaduse theSecurityScope.getGroupKeys()
obtained viaSecurityUtils.getCurrentUserSecurityScope()
insteaduse theSecurityScope.getUserId()
obtained viaSecurityUtils.getCurrentUserSecurityScope()
instead
AccessTokenBuilder
instead