Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Fields
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    com.flowable.engage.external.system.whatsapp.api.WhatsAppContactVerificationQuery
    without an alternative, as the WhatsApp Cloud API does not support this and the On-Premise API is being sunset by Meta.
    com.flowable.engage.external.system.whatsapp.api.WhatsAppContactVerificationQuery.verify()
    See WhatsAppContactVerificationQuery for the deprecation reason
    com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationRequest
    com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse
    com.flowable.engage.external.system.whatsapp.dto.WhatsAppExternalEventTypes.VERIFY_CONTACT
  • Deprecated Interfaces
    Interface
    Description
    com.flowable.core.idm.api.TokenAuthenticationBuilder
    use AccessTokenBuilder instead
    com.flowable.engage.external.system.whatsapp.api.WhatsAppContactVerificationQuery
    without an alternative, as the WhatsApp Cloud API does not support this and the On-Premise API is being sunset by Meta.
  • Deprecated Classes
    Class
    Description
    com.flowable.core.spring.security.ldap.FlowableLdapAuthenticationProviderConfigurer
    use FlowableLdapAuthenticationProviderFactory to expose an AuthenticatioProvider instead
    com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationRequest
    com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse
    com.flowable.engage.external.system.whatsapp.event.WhatsAppContactVerificationResponseEventHandler
    com.flowable.engage.external.system.whatsapp.WhatsAppContactVerificationQueryImpl
    com.flowable.idm.engine.impl.TokenAuthenticationBuilderImpl
    com.flowable.platform.expressions.FlowableExpressionDateFunctionUtils
    Use methods from FlowableExpressionTimeUtils instead
    com.flowable.platform.service.content.PlatformFolderItemService
    use instead
    com.flowable.platform.service.content.PlatformFolderItemService.CustomFolderPath
    use PlatformContentItemService.CustomFolderPath
  • Deprecated Fields
    Field
    Description
    com.flowable.engage.external.system.whatsapp.dto.WhatsAppExternalEventTypes.VERIFY_CONTACT
    com.flowable.platform.service.content.PlatformFolderItemService.PERSONAL_FOLDER_NAME
    use PlatformContentItemService.PERSONAL_FOLDER_NAME
    com.flowable.platform.service.content.PlatformFolderItemService.SCOPE_TYPE_USER
    use PlatformContentItemService.SCOPE_TYPE_USER
  • Deprecated Methods
    Method
    Description
    com.flowable.action.api.bot.BaseBotActionResult.getPayload()
    com.flowable.action.api.bot.BotActionResult.getPayload()
    use BotActionResult.getPayloadNode() instead
    com.flowable.action.api.runtime.ScopedObjectFormProvider.getForm(String, String, String)
    only used for getting form info before 3.6
    com.flowable.content.engine.ContentEngineConfiguration.getAsyncExecutorAsyncJobLockTimeInMillis()
    use AsyncJobExecutorConfiguration.getAsyncJobLockTime() via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.getAsyncExecutorDefaultAsyncJobAcquireWaitTime()
    use AsyncJobExecutorConfiguration.getDefaultAsyncJobAcquireWaitTime() via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.getAsyncExecutorDefaultQueueSizeFullWaitTime()
    use AsyncJobExecutorConfiguration.getDefaultQueueSizeFullWaitTime() via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.getAsyncExecutorDefaultTimerJobAcquireWaitTime()
    use AsyncJobExecutorConfiguration.getDefaultTimerJobAcquireWaitTime() via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.getAsyncExecutorLockOwner()
    use AsyncJobExecutorConfiguration.getLockOwner() via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.getAsyncExecutorMaxAsyncJobsDuePerAcquisition()
    use AsyncJobExecutorConfiguration.getMaxAsyncJobsDuePerAcquisition() via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.getAsyncExecutorResetExpiredJobsInterval()
    use AsyncJobExecutorConfiguration.getResetExpiredJobsInterval() via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.getAsyncExecutorResetExpiredJobsMaxTimeout()
    use AsyncJobExecutorConfiguration.getTenantId() via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.getAsyncExecutorResetExpiredJobsPageSize()
    use AsyncJobExecutorConfiguration.getResetExpiredJobsPageSize() via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.getAsyncExecutorTenantId()
    use AsyncJobExecutorConfiguration.getTenantId() via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.isAsyncExecutorAsyncJobAcquisitionEnabled()
    use AsyncJobExecutorConfiguration.isAsyncJobAcquisitionEnabled() via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.isAsyncExecutorResetExpiredJobsEnabled()
    use AsyncJobExecutorConfiguration.isResetExpiredJobEnabled() via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.setAsyncExecutorAsyncJobAcquisitionEnabled(boolean)
    use AsyncJobExecutorConfiguration.setAsyncJobAcquisitionEnabled(boolean) via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.setAsyncExecutorAsyncJobLockTimeInMillis(int)
    use AsyncJobExecutorConfiguration.setAsyncJobLockTime(Duration) via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.setAsyncExecutorDefaultAsyncJobAcquireWaitTime(int)
    use AsyncJobExecutorConfiguration.setDefaultAsyncJobAcquireWaitTime(Duration) via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.setAsyncExecutorDefaultQueueSizeFullWaitTime(int)
    use AsyncJobExecutorConfiguration.setDefaultQueueSizeFullWaitTime(Duration) via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.setAsyncExecutorDefaultTimerJobAcquireWaitTime(int)
    use AsyncJobExecutorConfiguration.setDefaultTimerJobAcquireWaitTime(Duration) via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.setAsyncExecutorLockOwner(String)
    use AsyncJobExecutorConfiguration.setLockOwner(String) via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.setAsyncExecutorMaxAsyncJobsDuePerAcquisition(int)
    use AsyncJobExecutorConfiguration.setMaxAsyncJobsDuePerAcquisition(int) via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.setAsyncExecutorResetExpiredJobsEnabled(boolean)
    use AsyncJobExecutorConfiguration.setResetExpiredJobEnabled(boolean) via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.setAsyncExecutorResetExpiredJobsInterval(int)
    use AsyncJobExecutorConfiguration.setResetExpiredJobsInterval(Duration) via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.setAsyncExecutorResetExpiredJobsPageSize(int)
    use AsyncJobExecutorConfiguration.setResetExpiredJobsPageSize(int) via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.content.engine.ContentEngineConfiguration.setAsyncExecutorTenantId(String)
    use AsyncJobExecutorConfiguration.setTenantId(String) via ContentEngineConfiguration.getAsyncExecutorConfiguration()
    com.flowable.core.idm.api.PlatformIdentityService.createAuthenticationTokenBuilder()
    use PlatformIdentityService.createNewAccessTokenBuilder() instead
    com.flowable.core.idm.api.PlatformIdentityService.deactivateUser(String, String)
    use PlatformIdentityService.setUserStateAndSubState(String, String, String) instead with state UserStates.INACTIVE
    com.flowable.core.idm.api.PlatformIdentityService.findIdentityInfoByUserIdAndName(String, String)
    com.flowable.core.idm.api.PlatformIdentityService.findPlatformGroupById(String)
    user PlatformIdentityService.createPlatformGroupQuery() instead
    com.flowable.core.idm.api.PlatformIdentityService.findPlatformGroupsForUser(String)
    use PlatformIdentityService.createPlatformGroupQuery() with PlatformGroupQuery.groupMember(String) instead.
    com.flowable.core.idm.api.PlatformIdentityService.findPlatformUserById(String)
    use PlatformIdentityService.createPlatformUserQuery() instead
    com.flowable.core.idm.api.PlatformIdentityService.getPlatformUserInfo(String, String, Class<T>)
    com.flowable.core.idm.api.PlatformIdentityService.reactivateUser(String, String)
    use PlatformIdentityService.setUserStateAndSubState(String, String, String) instead with state UserStates.ACTIVE
    com.flowable.core.idm.api.PlatformIdentityService.setPlatformUserInfo(String, String, Object)
    use PlatformIdentityService.createPlatformIdentityInfoBuilder() instead
    com.flowable.core.idm.api.PlatformIdentityService.updateUserPresence(String, String)
    use PlatformIdentityService.updateUserPresence(String, String, String) instead
    com.flowable.core.idm.api.PlatformUserQuery.accessibleByUser(String)
    use PlatformUserQuery.accessibleByUserWithUserDefinitionKey(String, String) instead
    com.flowable.core.idm.api.UserDefinitionService.getUserDefinitionModelForUser(String)
    com.flowable.core.idm.api.UserPermissionService.checkUserCreation(String, String)
    use UserPermissionService.checkUserCreation(String, Collection, String, String) instead
    com.flowable.core.idm.api.UserPermissionService.checkUserDeactivation(String, String)
    use UserPermissionService.checkUserDeactivation(String, Collection, String, String) instead
    com.flowable.core.idm.api.UserPermissionService.checkUserReactivation(String, String)
    use UserPermissionService.checkUserReactivation(String, Collection, String, String) instead
    com.flowable.core.spring.security.SecurityUtils.currentUserHasAuthority(String)
    use the SecurityScope.hasAuthority(String) obtained via SecurityUtils.getCurrentUserSecurityScope() instead
    com.flowable.core.spring.security.SecurityUtils.currentUserHasGroup(String)
    use the SecurityScope.getGroupKeys() obtained via SecurityUtils.getCurrentUserSecurityScope() to check instead
    com.flowable.core.spring.security.SecurityUtils.getCurrentTenantId()
    use the SecurityScope.getTenantId() obtained via SecurityUtils.getCurrentUserSecurityScope() instead
    com.flowable.core.spring.security.SecurityUtils.getCurrentUserGroupKeys()
    use the SecurityScope.getGroupKeys() obtained via SecurityUtils.getCurrentUserSecurityScope() instead
    com.flowable.core.spring.security.SecurityUtils.getCurrentUserId()
    use the SecurityScope.getUserId() obtained via SecurityUtils.getCurrentUserSecurityScope() instead
    com.flowable.core.spring.security.UserDefinitionAuthoritiesProvider.findGrantedAuthorities(String)
    use UserDefinitionAuthoritiesProvider.findGrantedAuthorities(String, String) instead
    com.flowable.dataobject.api.runtime.DataObjectRuntimeService.findDataObjectValueByDataObjectInstanceId(String)
    This method will be removed in a future release, as it does not return the proper result.
    com.flowable.engage.conversation.api.Conversation.getUserAccountId()
    Use Conversation.getUserAccountIds() instead
    com.flowable.engage.conversation.api.ConversationBuilder.startWithPermissionCheck(String)
    use ConversationBuilder.startWithPermissionCheck(String, Collection, String) instead
    com.flowable.engage.conversation.api.ConversationBuilder.startWithReuseAndPermissionCheck(String)
    use ConversationBuilder.startWithPermissionCheck(String, Collection, String) instead
    com.flowable.engage.conversation.api.ConversationService.removeUserAccountFromConversation(String)
    use ConversationService.removeUserAccountsFromConversation(String) to remove all links from a conversation or ConversationService.removeUserAccountFromConversation(String, String) to remove a particular user account
    com.flowable.engage.conversation.api.permission.ConversationPermissionService.checkArchiveConversation(String, String)
    use ConversationPermissionService.checkArchiveConversation(String, Collection, String, String) instead
    com.flowable.engage.conversation.api.permission.ConversationPermissionService.checkCreateConversation(String, String, ConversationBuilder)
    use ConversationPermissionService.checkCreateConversation(String, Collection, String, String, ConversationBuilder) instead
    com.flowable.engage.conversation.api.permission.ConversationPermissionService.checkDropParticipantFromConversation(String, String, String)
    use ConversationPermissionService.checkDropParticipantFromConversation(String, Collection, String, String, String) instead
    com.flowable.engage.conversation.api.permission.ConversationPermissionService.checkEditMessage(String, String, String)
    use ConversationPermissionService.checkEditMessage(String, Collection, String, String, String) instead
    com.flowable.engage.conversation.api.permission.ConversationPermissionService.checkJoinParticipantToExistingConversation(String, String, String)
    use ConversationPermissionService.checkReopenConversation(String, Collection, String, String) instead
    com.flowable.engage.conversation.api.permission.ConversationPermissionService.checkPostAction(String, String, String, String, String)
    use ConversationPermissionService.checkPostAction(String, Collection, String, String, String, String, String) instead
    com.flowable.engage.conversation.api.permission.ConversationPermissionService.checkPostMedia(String, String, String)
    use ConversationPermissionService.checkPostMedia(String, Collection, String, String, String) instead
    com.flowable.engage.conversation.api.permission.ConversationPermissionService.checkPostMessage(String, String)
    use ConversationPermissionService.checkPostMessage(String, Collection, String, String) instead
    com.flowable.engage.conversation.api.permission.ConversationPermissionService.checkReopenConversation(String, String)
    use ConversationPermissionService.checkReopenConversation(String, Collection, String, String) instead
    com.flowable.engage.conversation.api.permission.ConversationPermissionService.checkUpdateConversationAvatar(String, String)
    use ConversationPermissionService.checkUpdateConversationAvatar(String, Collection, String, String) instead
    com.flowable.engage.conversation.api.permission.ConversationPermissionService.checkUpdateConversationDescription(String, String)
    use ConversationPermissionService.checkUpdateConversationDescription(String, Collection, String, String) instead
    com.flowable.engage.conversation.api.permission.ConversationPermissionService.checkUpdateConversationName(String, String)
    use ConversationPermissionService.checkUpdateConversationName(String, Collection, String, String) instead
    com.flowable.engage.conversation.api.permission.ConversationPermissionService.hasAccessToConversation(String, String)
    use ConversationPermissionService.hasAccessToConversation(String, Collection, String, String) instead
    com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse.isBot()
    com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl.startWithPermissionCheck(String)
    com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl.startWithReuseAndPermissionCheck(String)
    com.flowable.engage.engine.impl.conversation.ConversationServiceImpl.removeUserAccountFromConversation(String)
    com.flowable.engage.engine.impl.notification.NotificationEvaluationProvider.evaluateNotifications(Message, Conversation, Collection<Participant>)
    com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl.checkArchiveConversation(String, String)
    com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl.checkCreateConversation(String, String, ConversationBuilder)
    com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl.checkDropParticipantFromConversation(String, String, String)
    com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl.checkEditMessage(String, String, String)
    com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl.checkJoinParticipantToExistingConversation(String, String, String)
    com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl.checkPostMedia(String, String, String)
    com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl.checkPostMessage(String, String)
    com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl.checkReopenConversation(String, String)
    com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl.checkUpdateConversationAvatar(String, String)
    com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl.checkUpdateConversationDescription(String, String)
    com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl.checkUpdateConversationName(String, String)
    com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl.hasAccessToConversation(String, String)
    com.flowable.engage.external.system.wechat.WeChatSenderMessageListener.triggerProcessOrPostponeTimeout(Conversation, PlatformUser, UserAccount)
    use WeChatSenderMessageListener.triggerProcessOrPostponeTimeout(Conversation, String, UserAccount) instead
    com.flowable.engage.external.system.whatsapp.api.WhatsAppContactVerificationQuery.verify()
    See WhatsAppContactVerificationQuery for the deprecation reason
    com.flowable.engage.external.system.whatsapp.api.WhatsAppExternalConversationSystemAdapter.createContactVerificationQuery()
    See WhatsAppContactVerificationQuery for the deprecation reason
    com.flowable.engage.external.system.whatsapp.dto.TextParameter.setDefaultValue(String)
    use TextParameter.setText(String) instead. Kept here for backward compatibility with old json models.
    com.flowable.engage.external.system.whatsapp.WhatsAppJmsExternalConversationSystemAdapter.createContactVerificationQuery()
    com.flowable.engage.external.system.whatsapp.WhatsAppJmsExternalConversationSystemAdapter.verifyContact(WhatsAppContactVerificationRequest)
    com.flowable.engage.external.system.whatsapp.WhatsAppSenderMessageListener.triggerProcessOrPostponeTimeout(Conversation, PlatformUser, UserAccount)
    use WhatsAppSenderMessageListener.triggerProcessOrPostponeTimeout(Conversation, String, UserAccount) instead
    com.flowable.engage.message.api.MessageBuilder.mainContentTemplate(String, String, Map<String, Object>)
    always use the method with the template key instead and provide your own key
    com.flowable.idm.engine.impl.BaseIdmIdentityServiceImpl.createAuthenticationTokenBuilder()
    com.flowable.idm.engine.impl.GrantingUserPermissionService.checkUserCreation(String, String)
    com.flowable.idm.engine.impl.GrantingUserPermissionService.checkUserDeactivation(String, String)
    com.flowable.idm.engine.impl.PlatformUserQueryImpl.includeIdentityInfo()
    com.flowable.idm.engine.impl.ReadOnlyIdmIdentityService.findPlatformGroupById(String)
    com.flowable.idm.engine.impl.ReadOnlyIdmIdentityService.findPlatformGroupsForUser(String)
    com.flowable.idm.engine.impl.ReadOnlyIdmIdentityService.findPlatformUserById(String)
    com.flowable.indexing.api.LowLevelIndexingService.indexObject(Object)
    com.flowable.indexing.api.LowLevelIndexingService.indexObject(Object, String)
    com.flowable.platform.expressions.FlowableExpressionDateFunctionUtils.compareDates(String, Object, Object)
    use one of the comparison methods in FlowableExpressionTimeUtils
    com.flowable.platform.expressions.FlowableExpressionDateFunctionUtils.compareDateTimes(String, Object, Object)
    use one of the comparison methods in FlowableExpressionTimeUtils
    com.flowable.platform.expressions.FlowableExpressionDateFunctionUtils.modifyDate(Object, Number, Number, Number)
    use one of the plus options in FlowableExpressionTimeUtils. If a combination of days, months and years is needed use FlowableExpressionTimeUtils.plusDuration(Object, String) with a duration as P1Y5M10D
    com.flowable.platform.expressions.FlowableExpressionDateFunctionUtils.modifyDateTime(Object, Number, Number, Number, Number, Number, Number)
    use one of the plus options in FlowableExpressionTimeUtils. If a combination of values is needed use FlowableExpressionTimeUtils.plusDuration(Object, String) with a duration as P1Y5M10DT10H15M10S
    com.flowable.platform.expressions.FlowableExpressionDateFunctionUtils.now()
    use FlowableExpressionTimeUtils.currentLocalDateTime() instead
    com.flowable.platform.expressions.FlowableExpressionDateFunctionUtils.parseDate(String)
    use FlowableExpressionTimeUtils.asLocalDate(Object) instead
    com.flowable.platform.expressions.FlowableExpressionDateFunctionUtils.parseDate(String, String)
    use FlowableExpressionTimeUtils.parseLocalDate(Object, String) instead
    com.flowable.platform.expressions.FlowableExpressionDateFunctionUtils.parseDateTime(String)
    use FlowableExpressionTimeUtils.asLocalDateTime(Object) instead
    com.flowable.platform.expressions.FlowableExpressionDateFunctionUtils.parseDateTime(String, String)
    use FlowableExpressionTimeUtils.parseLocalDateTime(Object, String) instead
    com.flowable.platform.expressions.FlowableExpressionDateFunctionUtils.today()
    use FlowableExpressionTimeUtils.currentLocalDate() instead
    com.flowable.platform.expressions.FlowableExpressionTimeUtils.secondsBetweenDates(Object, Object)
    use FlowableExpressionTimeUtils.secondsBetween(Object, Object) instead
    com.flowable.platform.service.action.CaseInstanceScopedObjectFormProvider.getForm(String, String, String)
    com.flowable.platform.service.action.DefaultScopedObjectFormProvider.getForm(String, String, String)
    com.flowable.platform.service.action.ProcessInstanceScopedObjectFormProvider.getForm(String, String, String)
    com.flowable.platform.service.content.PlatformFolderItemService.createBinaryContentItem(CoreContentItem, MultipartFile)
    use PlatformContentItemService.createBinaryContentItem(CoreContentItem, MultipartFile)
    com.flowable.platform.service.content.PlatformFolderItemService.createCaseFolderHierarchy(String)
    use PlatformContentItemService.createCaseFolderHierarchy(String)
    com.flowable.platform.service.content.PlatformFolderItemService.createFolderFromInstance(String, String)
    use PlatformContentItemService.createFolderFromInstance(String, String)
    com.flowable.platform.service.content.PlatformFolderItemService.createFolderFromPath(PlatformContentItemService.CustomFolderPath, String, String)
    use PlatformContentItemService.createFolderFromPath(PlatformContentItemService.CustomFolderPath, String, String)
    com.flowable.platform.service.content.PlatformFolderItemService.createProcessFolderHierarchy(String)
    use PlatformContentItemService.createProcessFolderHierarchy(String)
    com.flowable.platform.service.content.PlatformFolderItemService.createSimpleContentItem(CoreContentItem)
    use PlatformContentItemService.createSimpleContentItem(CoreContentItem)
    com.flowable.platform.service.content.PlatformFolderItemService.createTaskFolderHierarchy(String)
    use PlatformContentItemService.createTaskFolderHierarchy(String)
    com.flowable.platform.service.content.PlatformFolderItemService.getChildContentItems(String, Boolean)
    use PlatformContentItemService.getChildContentItems(String, Boolean, String, String)
    com.flowable.platform.service.content.PlatformFolderItemService.getChildFolderItems(String, String, Boolean)
    use PlatformContentItemService.getChildFolderItems(String, String, Boolean, String, String)
    com.flowable.platform.service.content.PlatformFolderItemService.getChildFolderTreeItems(String)
    use PlatformContentItemService.getChildFolderTreeItems(String, String, String)
    com.flowable.platform.service.content.PlatformFolderItemService.getFirstLevelContentItems(String)
    use PlatformContentItemService.getFirstLevelContentItems(String, String, String)
    com.flowable.platform.service.content.PlatformFolderItemService.getFolderFromScope(String, String, String)
    use PlatformContentItemService.getFolderFromScope(String, String, String)
    com.flowable.platform.service.content.PlatformFolderItemService.getFolderItemsForScope(String, String)
    use PlatformContentItemService.getFolderItemsForScope(String, String, String, String)
    com.flowable.platform.service.content.PlatformFolderItemService.getOrCreateParentFolder(CoreContentItem)
    use PlatformContentItemService.getOrCreateParentFolder(CoreContentItem)
    com.flowable.platform.service.content.PlatformFolderItemService.getParentFolderWithScope(CoreContentItem)
    use PlatformContentItemService.getParentFolderWithScope(CoreContentItem)
    com.flowable.platform.service.content.PlatformFolderItemService.getParentPaths(CoreContentItem, String)
    use PlatformContentItemService.getParentPaths(CoreContentItem, String)
    com.flowable.platform.service.content.PlatformFolderItemService.getRootFolder(String)
    use PlatformContentItemService.getRootFolder(String)
    com.flowable.platform.service.content.PlatformFolderItemService.getWorkFolder(String)
    use PlatformContentItemService.getWorkFolder(String)
    com.flowable.platform.service.content.PlatformFolderItemService.isReadOnly(CoreContentItem)
    use PlatformContentItemService.isReadOnly(CoreContentItem)
    com.flowable.platform.service.content.PlatformFolderItemService.isReadOnly(FolderItem)
    use PlatformContentItemService.isReadOnly(FolderItem)
    com.flowable.platform.service.permission.UserPermissionServiceImpl.checkUserCreation(String, String)
    com.flowable.platform.service.permission.UserPermissionServiceImpl.checkUserDeactivation(String, String)
    com.flowable.platform.service.permission.UserPermissionServiceImpl.checkUserReactivation(String, String)
  • Deprecated Constructors
    Constructor
    Description
    com.flowable.action.api.bot.BaseBotActionResult(Map<String, Object>)
    use BaseBotActionResult(JsonNode, Intent) with Intent.NOOP as an intent
    com.flowable.action.api.bot.BaseBotActionResult(Map<String, Object>, Intent)
    use BaseBotActionResult(JsonNode, Intent)
    com.flowable.engage.engine.impl.cmd.RemoveUserAccountFromConversationCmd(String)