Uses of Class
org.openrefine.wikibase.updates.scheduler.ImpossibleSchedulingException
-
Packages that use ImpossibleSchedulingException Package Description org.openrefine.wikibase.updates.scheduler -
-
Uses of ImpossibleSchedulingException in org.openrefine.wikibase.updates.scheduler
Methods in org.openrefine.wikibase.updates.scheduler that throw ImpossibleSchedulingException Modifier and Type Method Description List<EntityEdit>
QuickStatementsUpdateScheduler. schedule(List<EntityEdit> updates)
List<EntityEdit>
UpdateScheduler. schedule(List<EntityEdit> updates)
Performs the scheduling.List<EntityEdit>
WikibaseAPIUpdateScheduler. schedule(List<EntityEdit> updates)
protected void
QuickStatementsUpdateScheduler. splitUpdate(EntityEdit edit)
Separates out the statements which refer to new entities from the rest of the update.
-