public class IndexEventDAO
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
add(edu.ucsb.nceas.metacat.common.index.event.IndexEvent event) |
edu.ucsb.nceas.metacat.common.index.event.IndexEvent |
get(org.dataone.service.types.v1.Identifier identifier) |
java.util.Set<org.dataone.service.types.v1.Identifier> |
getAllIdentifiers() |
static IndexEventDAO |
getInstance() |
void |
remove(org.dataone.service.types.v1.Identifier identifier) |
public static IndexEventDAO getInstance()
public void add(edu.ucsb.nceas.metacat.common.index.event.IndexEvent event) throws java.sql.SQLException
java.sql.SQLException
public void remove(org.dataone.service.types.v1.Identifier identifier) throws java.sql.SQLException
java.sql.SQLException
public edu.ucsb.nceas.metacat.common.index.event.IndexEvent get(org.dataone.service.types.v1.Identifier identifier) throws java.sql.SQLException
java.sql.SQLException
public java.util.Set<org.dataone.service.types.v1.Identifier> getAllIdentifiers() throws java.sql.SQLException
java.sql.SQLException
Copyright © 2020 Regents of the University of California. All Rights Reserved.