Package ca.uhn.fhir.jpa.cache
Interface IResourceChangeEvent
- All Known Implementing Classes:
ResourceChangeEvent
public interface IResourceChangeEvent
Registered IResourceChangeListener instances are called with this event to provide them with a list of ids of resources
that match the search parameters and that changed from the last time they were checked.
-
Method Details
-
getCreatedResourceIds
List<org.hl7.fhir.instance.model.api.IIdType> getCreatedResourceIds() -
getUpdatedResourceIds
List<org.hl7.fhir.instance.model.api.IIdType> getUpdatedResourceIds() -
getDeletedResourceIds
List<org.hl7.fhir.instance.model.api.IIdType> getDeletedResourceIds() -
isEmpty
boolean isEmpty()- Returns:
- true when all three lists are empty
-