org.camunda.bpm.engine.impl.db
Interface HasDbReferences

All Known Implementing Classes:
CaseExecutionEntity, ExecutionEntity, IncidentEntity

public interface HasDbReferences

Author:
Daniel Meyer

Method Summary
 Set<String> getReferencedEntityIds()
           
 

Method Detail

getReferencedEntityIds

Set<String> getReferencedEntityIds()
Returns:
the ids of the entities that this entity references. Should only return ids for entities of the same type


Copyright © 2016 camunda services GmbH. All rights reserved.