
Package ca.uhn.fhir.jpa.api.model
Class DeleteConflictList
java.lang.Object
ca.uhn.fhir.jpa.api.model.DeleteConflictList
- All Implemented Interfaces:
Iterable<DeleteConflict>
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorDeleteConflictList(DeleteConflictList theParentList) Constructor that shares (i.e. uses the same list, as opposed to cloning it) ofresources marked for deletion -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(DeleteConflict theDeleteConflict) voidaddAll(DeleteConflictList theNewConflicts) booleanisEmpty()booleanisResourceIdMarkedForDeletion(org.hl7.fhir.instance.model.api.IIdType theIdType) booleanisResourceIdToIgnoreConflict(org.hl7.fhir.instance.model.api.IIdType theIdType) iterator()voidbooleanremoveIf(Predicate<DeleteConflict> theFilter) voidsetResourceIdMarkedForDeletion(org.hl7.fhir.instance.model.api.IIdType theIdType) voidsetResourceIdToIgnoreConflict(org.hl7.fhir.instance.model.api.IIdType theIdType) intsize()toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DeleteConflictList
public DeleteConflictList()Constructor -
DeleteConflictList
Constructor that shares (i.e. uses the same list, as opposed to cloning it) ofresources marked for deletion
-
-
Method Details
-
isResourceIdMarkedForDeletion
-
setResourceIdMarkedForDeletion
-
isResourceIdToIgnoreConflict
-
setResourceIdToIgnoreConflict
-
add
-
isEmpty
-
iterator
- Specified by:
iteratorin interfaceIterable<DeleteConflict>
-
removeIf
-
addAll
-
size
-
removeAll
-
toString
-