Uses of Class
nzilbb.labbcat.server.db.SqlGraphStoreAdministration
-
Packages that use SqlGraphStoreAdministration Package Description nzilbb.labbcat.server.api.serialize /api/serialize/… : API endpoints related to serialization of annotation graphs/fragments.nzilbb.labbcat.server.task Long-running tasks that can be monitored and cancelled by the user. -
-
Uses of SqlGraphStoreAdministration in nzilbb.labbcat.server.api.serialize
Methods in nzilbb.labbcat.server.api.serialize with parameters of type SqlGraphStoreAdministration Modifier and Type Method Description Vector<nzilbb.ag.serialize.util.NamedStream>Graphs. serializeGraphs(String name, String[] ids, Collection<String> layers, String mimeType, SqlGraphStoreAdministration store)Deprecated. -
Uses of SqlGraphStoreAdministration in nzilbb.labbcat.server.task
Methods in nzilbb.labbcat.server.task that return SqlGraphStoreAdministration Modifier and Type Method Description SqlGraphStoreAdministrationSerializeFragmentsTask. getStore()Getter forSerializeFragmentsTask.store: Graph store.Methods in nzilbb.labbcat.server.task with parameters of type SqlGraphStoreAdministration Modifier and Type Method Description SerializeFragmentsTaskSerializeFragmentsTask. setStore(SqlGraphStoreAdministration newStore)Setter forSerializeFragmentsTask.store: Graph store.Constructors in nzilbb.labbcat.server.task with parameters of type SqlGraphStoreAdministration Constructor Description SerializeFragmentsTask(String name, long searchId, Collection<String> layers, String mimeType, SqlGraphStoreAdministration store)Constructor
-