Uses of Interface
com.flowable.platform.api.repository.PlatformDefinitionQuery
Packages that use PlatformDefinitionQuery
Package
Description
-
Uses of PlatformDefinitionQuery in com.flowable.platform.api.repository
Methods in com.flowable.platform.api.repository that return PlatformDefinitionQueryModifier and TypeMethodDescriptionPlatformRepositoryService.createPlatformDefinitionQuery()PlatformDefinitionQuery.latestVersion()PlatformDefinitionQuery.parentDeploymentId(String parentDeploymentId) PlatformDefinitionQuery.searchText(String searchText) PlatformDefinitionQuery.types(Collection<String> types) PlatformDefinitionQuery.withoutTenantId() -
Uses of PlatformDefinitionQuery in com.flowable.platform.engine.impl.repository
Methods in com.flowable.platform.engine.impl.repository that return PlatformDefinitionQuery -
Uses of PlatformDefinitionQuery in com.flowable.platform.engine.impl.work.repository
Classes in com.flowable.platform.engine.impl.work.repository that implement PlatformDefinitionQueryMethods in com.flowable.platform.engine.impl.work.repository that return PlatformDefinitionQueryModifier and TypeMethodDescriptionPlatformDefinitionQueryImpl.latestVersion()PlatformDefinitionQueryImpl.parentDeploymentId(String parentDeploymentId) PlatformDefinitionQueryImpl.searchText(String searchText) PlatformDefinitionQueryImpl.types(Collection<String> types) PlatformDefinitionQueryImpl.withoutTenantId()