Interface PlatformDefinitionQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<PlatformDefinitionQuery,
PlatformDefinition>
- All Known Implementing Classes:
PlatformDefinitionQueryImpl
public interface PlatformDefinitionQuery
extends org.flowable.common.engine.api.query.Query<PlatformDefinitionQuery,PlatformDefinition>
Query to retrieve definitions (Case, Process, Decision, Form, Actions, Channels etc.) from the platform.
- Author:
- Christopher Welsch
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
-
Method Summary
Modifier and TypeMethodDescriptionparentDeploymentId
(String parentDeploymentId) searchText
(String searchText) types
(Collection<String> types) Methods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Method Details
-
tenantId
-
withoutTenantId
PlatformDefinitionQuery withoutTenantId() -
parentDeploymentId
-
key
-
type
-
types
-
searchText
-
latestVersion
PlatformDefinitionQuery latestVersion()
-