Uses of Interface
com.flowable.platform.api.repository.PlatformDefinitionQuery
Packages that use PlatformDefinitionQuery
Package
Description
-
Uses of PlatformDefinitionQuery in com.flowable.platform.api.repository
Subinterfaces with type arguments of type PlatformDefinitionQuery in com.flowable.platform.api.repositoryModifier and TypeInterfaceDescriptioninterfaceQuery to retrieve definitions (Case, Process, Decision, Form, Actions, Channels etc.) from the platform.Methods in com.flowable.platform.api.repository that return PlatformDefinitionQueryModifier and TypeMethodDescriptionPlatformRepositoryService.createPlatformDefinitionQuery()PlatformDefinitionQuery.latestVersion()PlatformDefinitionQuery.parentDeploymentId(String parentDeploymentId) PlatformDefinitionQuery.searchText(String searchText) PlatformDefinitionQuery.tenantIdLike(String tenantIdLike) 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 PlatformDefinitionQuerySubclasses with type arguments of type PlatformDefinitionQuery in com.flowable.platform.engine.impl.work.repositoryMethods in com.flowable.platform.engine.impl.work.repository that return PlatformDefinitionQueryModifier and TypeMethodDescriptionPlatformDefinitionQueryImpl.latestVersion()PlatformDefinitionQueryImpl.parentDeploymentId(String parentDeploymentId) PlatformDefinitionQueryImpl.searchText(String searchText) PlatformDefinitionQueryImpl.tenantIdLike(String tenantIdLike) PlatformDefinitionQueryImpl.types(Collection<String> types) PlatformDefinitionQueryImpl.withoutTenantId()