Interface MasterDataInstanceQuery

  • All Superinterfaces:
    org.flowable.common.engine.api.query.Query<MasterDataInstanceQuery,​MasterDataInstance>
    All Known Implementing Classes:
    MasterDataInstanceQueryImpl

    public interface MasterDataInstanceQuery
    extends org.flowable.common.engine.api.query.Query<MasterDataInstanceQuery,​MasterDataInstance>
    The query interface to create a query to search for master data instances. Either the master data definition id, key or external id needs to be present in order to query for instances as there is no way (and not necessary) to query across different master data types.
    Author:
    Micha Kiener