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