A C D E F G I L M N O P Q R S T U W X

A

ACTOR_CITESEER - Static variable in class maito.util.Tools
Person name format "Firstname M.
ACTOR_OTHER - Static variable in class maito.util.Tools
Person name format "Surname, Firstname M.", one actor per field
addGraph(String) - Method in interface maito.integration.Integrator
Adds a new graph to this Integrator.
addGraph(String) - Method in class maito.integration.IntegratorImpl
 
addRecord(Record, String) - Method in class maito.datacollecting.DataStorage
Adds a new record to the file and to the database.
addSource(String, String, URL, String) - Method in interface maito.datacollecting.DataCollector
Adds a single source to this DataCollector's data sources that will be updateble in the future.
addSource(String, String, URL, String) - Method in class maito.datacollecting.DataCollectorImpl
 

C

canonizeActor(String, int) - Static method in class maito.util.Tools
Canonizes an Actor string according to the specifications.
canonizeDate(String) - Static method in class maito.util.Tools
Canonizes / normalizes a Date String according to the specifications.
canonizeGeneric(String) - Static method in class maito.util.Tools
Canonizes a String without any special heuristics or transformation: 1.
canonizeLang(String) - Static method in class maito.util.Tools
Canonizes / normalizes a Language String according to the specifications.
canonizeTitle(String) - Static method in class maito.util.Tools
Canonizes a Title String according to the specifications
categorizeIdentifier(String) - Static method in class maito.util.Tools
Categorizes an Identifier String according to the specifications
characters(char[], int, int) - Method in class maito.datacollecting.oaipmh.ListRecordsContentHandler
 
close() - Method in class maito.integration.RecordReader
Releases the objects for database handling
ConsoleUI - Class in maito.consoleui
A class that can be used as a simple text based user interface for data collecting and data integration.
ConsoleUI() - Constructor for class maito.consoleui.ConsoleUI
creates a new ConsoleUI object
constructRecord(String) - Method in class maito.datacollecting.dcxml.DCXMLRecordConstructor
Constructs a record from the data string.
constructRecord(String, int) - Method in class maito.datacollecting.dcxml.DCXMLRecordConstructWorker
Constructs a record from the data string.
constructRecord(String) - Method in class maito.datacollecting.dcxml.OAICiteseerRecordConstructor
Constructs a record from the data string.
constructRecord(String) - Method in class maito.datacollecting.quickformat.QuickformatDocumentRecordConstructor
 
constructRecord(String) - Method in class maito.datacollecting.quickformat.QuickformatNameRecordConstructor
 
constructRecord(String) - Method in interface maito.datacollecting.RecordConstructor
 
createDbConnection(Properties) - Static method in class maito.util.DbTools
 
createDbConnection(Properties, String) - Static method in class maito.util.DbTools
 
createDocID(Record) - Static method in class maito.integration.IntegratorHelper
Creates an ID for a document-type resource.
createRelation(Connection, String, String, String, boolean) - Method in class maito.integration.IntegratorHelper
Creates a relation between two resources, and saves it in the DB's ResourceRelation table, unless one already exists.
CSVResourceListFormat - Class in maito.browsing.fileexport
A FileFormat implementation for CSV resource / relation lists.
CSVResourceListFormat() - Constructor for class maito.browsing.fileexport.CSVResourceListFormat
 

D

DatabaseManager - Class in maito.browsing
A class that takes care of all database related operations for the class maito.browsing.ResourceBrowser
DatabaseManager() - Constructor for class maito.browsing.DatabaseManager
Creates a new DatabaseManager object.
DataCollector - Interface in maito.datacollecting
An inteface for using the data collecting features of this program.
DataCollectorImpl - Class in maito.datacollecting
 
DataCollectorImpl(String, String) - Constructor for class maito.datacollecting.DataCollectorImpl
Creates a new DataCollectorImpl instance.
DataProcessor - Interface in maito
A common interface for subsystems that process data in some way.
DataSource - Interface in maito.datacollecting
Represents a data source where data is collected from.
DATASOURCE_PARAM_LOCATION - Static variable in class maito.util.Tools
 
DATASOURCE_PARAM_UPDATED - Static variable in class maito.util.Tools
 
DataSourceDescription - Class in maito.datacollecting
A class that holds all necessary information of a data source.
DataSourceDescription(String, String, String, long, String, boolean) - Constructor for class maito.datacollecting.DataSourceDescription
 
DataSourceException - Exception in maito.datacollecting
 
DataSourceException() - Constructor for exception maito.datacollecting.DataSourceException
 
DataSourceException(String) - Constructor for exception maito.datacollecting.DataSourceException
 
DataSourceException(String, Throwable) - Constructor for exception maito.datacollecting.DataSourceException
 
DataSourceException(Throwable) - Constructor for exception maito.datacollecting.DataSourceException
 
DataStorage - Class in maito.datacollecting
A class that takes care of storing the data it receives from a RecordParser.
DataStorage(String, Connection, File, Transformer) - Constructor for class maito.datacollecting.DataStorage
 
DbTools - Class in maito.util
A class that contains methods for database related things.
DCXMLRecordConstructor - Class in maito.datacollecting.dcxml
Constructs a Record object from a valid XML String that specifies a record in Dublin Core 2.0 XML format (simple elements plus qualified extensions specified in the specifications document).
DCXMLRecordConstructor() - Constructor for class maito.datacollecting.dcxml.DCXMLRecordConstructor
 
DCXMLRecordConstructWorker - Class in maito.datacollecting.dcxml
Constructs a Record object from a valid XML String that specifies a record in either Dublin Core 2.0 XML or oai_citeseer format (see the integer constants in this class).
DCXMLRecordConstructWorker() - Constructor for class maito.datacollecting.dcxml.DCXMLRecordConstructWorker
 
DCXMLTransformer - Class in maito.datacollecting.dcxml
A class that implements the generic DC XML transformation with specified generic actor name heuristics Null values in source data aren't inserted to the constructed record.
DCXMLTransformer() - Constructor for class maito.datacollecting.dcxml.DCXMLTransformer
 
DCXMLTransformWorker - Class in maito.datacollecting.dcxml
DCXMLTransformWorker A class that implements the functionality for DC XML and oai_citeseer transformations.
debug(String) - Static method in class maito.integration.IntegratorImpl
 
deleteField(String) - Method in class maito.datacollecting.Record
Deletes the field and all its values.

E

endDocument() - Method in class maito.datacollecting.oaipmh.ListRecordsContentHandler
 
endElement(String, String, String) - Method in class maito.datacollecting.oaipmh.ListRecordsContentHandler
 
endPrefixMapping(String) - Method in class maito.datacollecting.oaipmh.ListRecordsContentHandler
 
equals(DataSourceDescription) - Method in class maito.datacollecting.DataSourceDescription
Two DataSourceDescription objects are seen as equal if they have the same id.
equals(Record) - Method in class maito.datacollecting.Record
Two records are considered the same only if they have the same id.
error(SAXParseException) - Method in class maito.datacollecting.dcxml.DCXMLRecordConstructWorker
 
error(SAXParseException) - Method in class maito.datacollecting.oaipmh.ListRecordsContentHandler
 
escSQL(String) - Static method in class maito.util.DbTools
Escapes some special SQL characters
executeLatestQuery() - Method in class maito.browsing.DatabaseManager
 
executeSQL(String, String) - Method in class maito.browsing.DatabaseManager
Executes an SQL query in the database.
executeSQL(String, String) - Method in class maito.browsing.ResourceBrowser
Executes an SQL query in the resource database.
executeSQL(String) - Method in class maito.resource.ResourceLoader
Executes a query in the database.

F

fatalError(SAXParseException) - Method in class maito.datacollecting.dcxml.DCXMLRecordConstructWorker
 
fatalError(SAXParseException) - Method in class maito.datacollecting.oaipmh.ListRecordsContentHandler
 
FileDataSource - Class in maito.datacollecting.file
Reads a file in lines and passes them to a RecordParser for parsing.
FileDataSource(Properties, RecordParser) - Constructor for class maito.datacollecting.file.FileDataSource
 
FileExporter - Interface in maito.browsing.fileexport
 
FileExporterImpl - Class in maito.browsing.fileexport
Implementation of the FileExporter spec - handles the exporting of resource & relation data to different file formats
FileExporterImpl() - Constructor for class maito.browsing.fileexport.FileExporterImpl
 
FileFormat - Interface in maito.browsing.fileexport
 
findUniqueID(Connection) - Method in class maito.resource.Resource
Finds the unique id for this resource based on the current id.
formatDate(Date) - Static method in class maito.util.DbTools
Formats a java.util.Date to the standard sql format YYYY-MM-DD

G

getAllContents(DocumentBuilder, InputStream, String) - Static method in class maito.util.XMLTools
Returns the text content of one or more elements in an XML document.
getCurrentTasks() - Method in class maito.datacollecting.DataCollectorImpl
 
getCurrentTasks() - Method in interface maito.DataProcessor
Returns a user readable description of every task that is in progress at the moment.
getCurrentTasks() - Method in class maito.integration.IntegratorImpl
 
getDataFormat() - Method in class maito.datacollecting.DataSourceDescription
 
getError() - Method in class maito.datacollecting.oaipmh.ListRecordsContentHandler
Returns the OAI-PMH error found in the document.
getErrors() - Method in class maito.datacollecting.DataCollectorImpl
 
getErrors() - Method in interface maito.DataProcessor
Returns all errors that have occurred since the last data processing was started.
getErrors() - Method in class maito.integration.IntegratorImpl
 
getExtIDs() - Method in class maito.resource.Resource
 
getField(String) - Method in class maito.datacollecting.Record
Gets the value(s) of the field with the specified key.
getFieldNames() - Method in class maito.datacollecting.Record
Returns a list of keys in this record
getFileFormats() - Method in class maito.browsing.ResourceBrowser
Returns all file formats that are supported by the FileExporter.
getFirstVal(Vector) - Static method in class maito.integration.IntegratorHelper
Returns the first String of a Vector, or null if not possible
getFormats() - Method in interface maito.browsing.fileexport.FileExporter
Gets a list of file export formats that are supported by the software.
getFormats() - Method in class maito.browsing.fileexport.FileExporterImpl
Returns a list of file export formats that are supported by the software.
getGraphs() - Method in class maito.browsing.DatabaseManager
Returns all available resource graphs (database names).
getGraphs() - Method in class maito.browsing.ResourceBrowser
Returns all existing resource graphs.
getGraphs() - Method in interface maito.integration.Integrator
Returns an array of all resource graphs known to this Integrator.
getGraphs() - Method in class maito.integration.IntegratorImpl
 
getId() - Method in class maito.datacollecting.DataSourceDescription
 
getID() - Method in class maito.datacollecting.Record
Gets the ID of this record
getID() - Method in class maito.resource.Resource
 
getIntegratedTo() - Method in class maito.datacollecting.Record
 
getIntegrationDate() - Method in class maito.integration.IntegratedSource
Returns the date when this source was integrated.
getKeywords() - Method in class maito.resource.Resource
 
getMessage() - Method in exception maito.datacollecting.DataSourceException
 
getModified() - Method in class maito.datacollecting.DataSourceDescription
Returns the date when this data source was last modified.
getNodeContent(DocumentBuilder, InputStream, String) - Static method in class maito.util.XMLTools
Returns the text content of an element in an XML document.
getObject() - Method in class maito.resource.ResourceRelation
 
getOverwrite() - Method in class maito.resource.Resource
Get current overwrite status
getRecords(DataSourceDescription) - Method in class maito.integration.RecordReader
Initialize this datasource to get records.
getRelations(Resource) - Method in class maito.browsing.DatabaseManager
Fetches all relations for a single resource.
getResource(Connection, String, String, String, String) - Method in class maito.integration.IntegratorHelper
Retrieves a Resource (by types and canoName) from the DB, or creates a new Resource if none exist.
getResumptionToken() - Method in class maito.datacollecting.oaipmh.ListRecordsContentHandler
Returns the resumption token found in the document.
getRole() - Method in class maito.resource.ResourceRelation
 
getSingleField(String) - Method in class maito.resource.Resource
 
getSizeInRows() - Method in class maito.datacollecting.DataSourceDescription
 
getSource() - Method in class maito.integration.IntegratedSource
Returns the id of the data source that this IntegratedSource represents.
getSources() - Method in interface maito.datacollecting.DataCollector
Returns a description of each source that this DataCollector has.
getSources() - Method in class maito.datacollecting.DataCollectorImpl
 
getSources(String) - Method in interface maito.integration.Integrator
Returns the descriptions of the sources that are integrated into a graph.
getSources(String) - Method in class maito.integration.IntegratorImpl
 
getSubject() - Method in class maito.resource.ResourceRelation
 
getSupportedTypes() - Method in interface maito.datacollecting.DataCollector
Returns all source types that are supported by this DataCollector.
getSupportedTypes() - Method in class maito.datacollecting.DataCollectorImpl
 
getType() - Method in class maito.resource.Resource
 
getUpdated() - Method in class maito.datacollecting.DataSourceDescription
Returns the date when this data source was last updated.

I

IDLENGTH - Static variable in class maito.datacollecting.DataSourceDescription
 
IDLENGTH - Static variable in class maito.datacollecting.Record
 
IDLENGTH - Static variable in class maito.resource.Resource
 
ignorableWhitespace(char[], int, int) - Method in class maito.datacollecting.oaipmh.ListRecordsContentHandler
 
integrate(DataSourceDescription[], String) - Method in interface maito.integration.Integrator
Starts the creation of a new resource graph in the integration subsystem.
integrate(DataSourceDescription[], String) - Method in class maito.integration.IntegratorImpl
 
integrateDocument(Connection, String, Record) - Method in class maito.integration.IntegratorHelper
 
IntegratedSource - Class in maito.integration
Represents a data source that has been integrated into a resource graph.
IntegratedSource(String, String) - Constructor for class maito.integration.IntegratedSource
 
integrateNameQuickFormat(Connection, String, Record) - Method in class maito.integration.IntegratorHelper
 
IntegrationException - Exception in maito.integration
 
IntegrationException() - Constructor for exception maito.integration.IntegrationException
 
IntegrationException(String) - Constructor for exception maito.integration.IntegrationException
 
IntegrationException(String, Throwable) - Constructor for exception maito.integration.IntegrationException
 
IntegrationException(Throwable) - Constructor for exception maito.integration.IntegrationException
 
Integrator - Interface in maito.integration
An inteface for using the integration features of this program.
IntegratorHelper - Class in maito.integration
 
IntegratorHelper(Properties, Properties, Properties) - Constructor for class maito.integration.IntegratorHelper
 
IntegratorImpl - Class in maito.integration
 
IntegratorImpl() - Constructor for class maito.integration.IntegratorImpl
Loads the database config into memory.
isIntegrated() - Method in class maito.datacollecting.DataSourceDescription
 

L

ListRecords - Class in maito.datacollecting.oaipmh
A class that represents an OAI-PMH response with the verb ListRecords.
ListRecords(String, String, String) - Constructor for class maito.datacollecting.oaipmh.ListRecords
Creates a new ListRecords object.
ListRecordsContentHandler - Class in maito.datacollecting.oaipmh
A class for parsing the OAI-PMH resonse for the verb ListRecords using SAX.
ListRecordsContentHandler() - Constructor for class maito.datacollecting.oaipmh.ListRecordsContentHandler
 
load(Connection) - Method in class maito.resource.Resource
Loads the resource data from database into this Resource object.
loadProperties(String) - Static method in class maito.util.Tools
 
LogListener - Interface in maito
 
logMessage(String) - Method in class maito.consoleui.ConsoleUI
 
logMessage(String) - Method in interface maito.LogListener
 

M

main(String[]) - Static method in class maito.browsing.gui.MainWindow
 
main(String[]) - Static method in class maito.browsing.ResourceBrowser
 
main(String[]) - Static method in class maito.consoleui.ConsoleUI
 
main(String[]) - Static method in class maito.integration.IntegratorImpl
 
MainWindow - Class in maito.browsing.gui
A class that can be used as user interface for the class ResourceBrowser.
MainWindow() - Constructor for class maito.browsing.gui.MainWindow
Creates new JFrame-object
maito - package maito
 
maito.browsing - package maito.browsing
 
maito.browsing.fileexport - package maito.browsing.fileexport
 
maito.browsing.gui - package maito.browsing.gui
 
maito.consoleui - package maito.consoleui
 
maito.datacollecting - package maito.datacollecting
 
maito.datacollecting.dcxml - package maito.datacollecting.dcxml
 
maito.datacollecting.file - package maito.datacollecting.file
 
maito.datacollecting.oaipmh - package maito.datacollecting.oaipmh
 
maito.datacollecting.quickformat - package maito.datacollecting.quickformat
 
maito.integration - package maito.integration
 
maito.resource - package maito.resource
 
maito.util - package maito.util
 

N

nextPart(int) - Method in class maito.datacollecting.oaipmh.ListRecords
Returns a requested amount of characters from the OAI-PMH response.
nextRecord() - Method in class maito.integration.RecordReader
Gets the next record from the resultset.
nextResource() - Method in class maito.browsing.DatabaseManager
Fetches the next resource produced by the latest query (by the method executeSQL()).
nextResource() - Method in class maito.browsing.ResourceBrowser
Returns the next Resource object produced by the latest query.
nextResource() - Method in class maito.resource.ResourceLoader
Fetches the next resource produced by the latest query.

O

OAICiteseerRecordConstructor - Class in maito.datacollecting.dcxml
Constructs a Record object from a valid XML String that specifies a record in oai_citeseer XML format (including DC 2.0 simple elements and qualified extensions plus oai_citeseer specific elements specified in the specifications document )
OAICiteseerRecordConstructor() - Constructor for class maito.datacollecting.dcxml.OAICiteseerRecordConstructor
 
OAICiteseerTransformer - Class in maito.datacollecting.dcxml
A class that implements the generic DC XML transformation with oai_citeseer type name handling heuristics and extra tags Null values in source data aren't inserted to the constructed record.
OAICiteseerTransformer() - Constructor for class maito.datacollecting.dcxml.OAICiteseerTransformer
 
OAIPMHDataSource - Class in maito.datacollecting.oaipmh
A class that represents a data source using OAI-PMH to read data from a network repository.
OAIPMHDataSource(Properties, RecordParser) - Constructor for class maito.datacollecting.oaipmh.OAIPMHDataSource
 
OAIPMHException - Exception in maito.datacollecting.oaipmh
 
OAIPMHException() - Constructor for exception maito.datacollecting.oaipmh.OAIPMHException
 
OAIPMHException(String) - Constructor for exception maito.datacollecting.oaipmh.OAIPMHException
 
OAIPMHException(String, Throwable) - Constructor for exception maito.datacollecting.oaipmh.OAIPMHException
 
OAIPMHException(Throwable) - Constructor for exception maito.datacollecting.oaipmh.OAIPMHException
 
OAIPMHRecordParser - Class in maito.datacollecting.oaipmh
Parses records from an incoming OAI-PMH stream NOTE: this actually works with any other character stream as long as the content is in a format similar to OAI-PMH / DC XML
OAIPMHRecordParser(RecordConstructor, DataStorage) - Constructor for class maito.datacollecting.oaipmh.OAIPMHRecordParser
 

P

PajekFormat - Class in maito.browsing.fileexport
A FileFormat implementation for simple Pajek .net graphs Uses the Resource IDs as the names in the Vertex list.
PajekFormat() - Constructor for class maito.browsing.fileexport.PajekFormat
 
PATH_DBCONFIG - Static variable in class maito.util.Tools
The full path for the dbconfig.properties file
PATH_RAWDATA_SQL - Static variable in class maito.util.Tools
The full path for the resource graph file
PATH_RESOURCEGRAPH_SQL - Static variable in class maito.util.Tools
The full path for the dbconfig.properties file
processingInstruction(String, String) - Method in class maito.datacollecting.oaipmh.ListRecordsContentHandler
 
putData(String) - Method in class maito.datacollecting.oaipmh.OAIPMHRecordParser
Adds the part to the internal buffer and checks out if there's a full record in the buffer already.
putData(String) - Method in class maito.datacollecting.quickformat.QuickformatRecordParser
Adds the part to the internal buffer and checks out if there's a full record in the buffer already.
putData(String) - Method in interface maito.datacollecting.RecordParser
 

Q

QuickformatDocumentRecordConstructor - Class in maito.datacollecting.quickformat
Constructs a Record object from a valid String that specifies a record in quickformat document format
QuickformatDocumentRecordConstructor() - Constructor for class maito.datacollecting.quickformat.QuickformatDocumentRecordConstructor
 
QuickformatNameRecordConstructor - Class in maito.datacollecting.quickformat
Constructs a Record object from a valid String that specifies a record in quickformat name format
QuickformatNameRecordConstructor() - Constructor for class maito.datacollecting.quickformat.QuickformatNameRecordConstructor
 
QuickformatRecordParser - Class in maito.datacollecting.quickformat
Parses records from an incoming quickformat stream
QuickformatRecordParser(RecordConstructor, DataStorage) - Constructor for class maito.datacollecting.quickformat.QuickformatRecordParser
 
QuickformatTransformer - Class in maito.datacollecting.quickformat
QuickformatTransformer Transforms quickformat-type data.
QuickformatTransformer() - Constructor for class maito.datacollecting.quickformat.QuickformatTransformer
 

R

readFile(String) - Static method in class maito.util.Tools
Reads a text file created in the UTF-8 charset into a string
Record - Class in maito.datacollecting
 
Record(String) - Constructor for class maito.datacollecting.Record
Class constructor
RECORD_CITESEER - Static variable in class maito.datacollecting.dcxml.DCXMLRecordConstructWorker
The Record is in oai_citeseer format
RECORD_DCXML - Static variable in class maito.datacollecting.dcxml.DCXMLRecordConstructWorker
The Record is in Dublin Core 2.0 XML format
RecordConstructor - Interface in maito.datacollecting
A common interface for different implementations for creating a Record object from raw data.
RecordParser - Interface in maito.datacollecting
A common interface for different implementations for parsing complete records from a stream of text data.
RecordReader - Class in maito.integration
RecordReader.java
RecordReader(Connection) - Constructor for class maito.integration.RecordReader
Initializes Record reader.
removeSources(DataSourceDescription[], boolean) - Method in interface maito.datacollecting.DataCollector
Removes one or more data sources permanently.
removeSources(DataSourceDescription[], boolean) - Method in class maito.datacollecting.DataCollectorImpl
 
resolveDocumentReferences(Connection, Record, String) - Method in class maito.integration.IntegratorHelper
 
Resource - Class in maito.resource
An object representing a complete resource in the resource database.
Resource(String, String) - Constructor for class maito.resource.Resource
Initialize this resource.
ResourceBrowser - Class in maito.browsing
A class that can be used for creating a view into the data in the resource database.
ResourceBrowser() - Constructor for class maito.browsing.ResourceBrowser
Creates a new ResourceBrowser instance.
ResourceLoader - Class in maito.resource
This class acts as a buffered stream for reading Resource objects from the database.
ResourceLoader(Connection) - Constructor for class maito.resource.ResourceLoader
 
RESOURCENET_PATH - Static variable in class maito.util.Tools
The full path for the dbconfig.properties file
ResourceRelation - Class in maito.resource
ResourceRelation.java This class represents a relation between two resources and is a direct mapping to the table ResourceRelation in the database.
ResourceRelation() - Constructor for class maito.resource.ResourceRelation
 
ResourceRelation(String, String, String) - Constructor for class maito.resource.ResourceRelation
 
run() - Method in class maito.browsing.gui.MainWindow
 

S

safeStr(String) - Static method in class maito.util.DbTools
Escapes single quotes and returns the string quoted with single quotes.
save(Connection) - Method in class maito.resource.Resource
Save this Resource object's state into the database
saveFile(String, String, boolean) - Static method in class maito.util.Tools
Saves a text file in the UTF-8 character encoding
setDocumentLocator(Locator) - Method in class maito.datacollecting.oaipmh.ListRecordsContentHandler
 
setField(String, String) - Method in class maito.datacollecting.Record
Adds a value to a field.
setField(String, String) - Method in class maito.resource.Resource
Sets the value for a specified key in this resource.
setIntegratedTo(String) - Method in class maito.datacollecting.Record
 
setLogListener(LogListener) - Method in class maito.datacollecting.DataCollectorImpl
 
setLogListener(LogListener) - Method in interface maito.DataProcessor
Sets a listener for all log messages sent by this DataProcessor.
setLogListener(String, LogListener) - Method in interface maito.integration.Integrator
Sets a listener for log messages sent by this Integrator.
setLogListener(String, LogListener) - Method in class maito.integration.IntegratorImpl
 
setLogListener(LogListener) - Method in class maito.integration.IntegratorImpl
 
setObject(String) - Method in class maito.resource.ResourceRelation
 
setOverwrite(boolean) - Method in class maito.resource.Resource
Set whether updates to this Record overwrite existing values or not.
setRelations(ResourceRelation[]) - Method in class maito.browsing.fileexport.CSVResourceListFormat
Sets the relations that are to be written to the file.
setRelations(ResourceRelation[]) - Method in interface maito.browsing.fileexport.FileFormat
Sets the relations that are to be written to the file.
setRelations(ResourceRelation[]) - Method in class maito.browsing.fileexport.PajekFormat
Sets the relations that are to be written to the file.
setResources(Resource[]) - Method in class maito.browsing.fileexport.CSVResourceListFormat
Sets the resources that are to be written to the file.
setResources(Resource[]) - Method in interface maito.browsing.fileexport.FileFormat
Sets the resources that are to be written to the file.
setResources(Resource[]) - Method in class maito.browsing.fileexport.PajekFormat
Sets the resources that are to be written to the file.
setRole(String) - Method in class maito.resource.ResourceRelation
 
setSubject(String) - Method in class maito.resource.ResourceRelation
 
skippedEntity(String) - Method in class maito.datacollecting.oaipmh.ListRecordsContentHandler
 
splitActor(String, int) - Static method in class maito.util.Tools
Splits an Actor string to a table of substrings provided.
splitPerson(String) - Static method in class maito.util.Tools
Splits a String of "Henkilö"-type Actors to a table of substrings.
SQLstr(String, int) - Static method in class maito.util.DbTools
Formats a string for SQL statement
start() - Method in class maito.consoleui.ConsoleUI
starts the UI
startDocument() - Method in class maito.datacollecting.oaipmh.ListRecordsContentHandler
 
startElement(String, String, String, Attributes) - Method in class maito.datacollecting.oaipmh.ListRecordsContentHandler
 
startPrefixMapping(String, String) - Method in class maito.datacollecting.oaipmh.ListRecordsContentHandler
 
STMTKEYLEN - Static variable in class maito.datacollecting.Record
 
STMTVALLEN - Static variable in class maito.datacollecting.Record
 

T

taskEnded() - Method in class maito.integration.IntegratorImpl
 
taskStarted() - Method in class maito.integration.IntegratorImpl
 
testNamespaceImpl() - Method in class maito.datacollecting.dcxml.DCXMLRecordConstructWorker
This method is needed to reach and test the inner class.
toHTML() - Method in class maito.resource.Resource
 
Tools - Class in maito.util
A class that contains static utility methods.
toString() - Method in class maito.datacollecting.DataSourceDescription
 
transform(Record) - Method in class maito.datacollecting.dcxml.DCXMLTransformer
 
transform(Record, int) - Static method in class maito.datacollecting.dcxml.DCXMLTransformWorker
 
transform(Record) - Method in class maito.datacollecting.dcxml.OAICiteseerTransformer
 
transform(Record) - Method in class maito.datacollecting.quickformat.QuickformatTransformer
 
transform(Record) - Method in interface maito.datacollecting.Transformer
 
Transformer - Interface in maito.datacollecting
A common interface for different implementations for transforming a data format to the common format used by this program.
TransformException - Exception in maito.datacollecting
 
TransformException() - Constructor for exception maito.datacollecting.TransformException
 

U

update() - Method in interface maito.datacollecting.DataSource
Implementing classes must perform the updating here.
update() - Method in class maito.datacollecting.file.FileDataSource
Reads the source file in blocks and passes them on to the specified recordParser When the end of the file is reached, sends a null block.
update() - Method in class maito.datacollecting.oaipmh.OAIPMHDataSource
Reads data from the OAI-PMH repository.
updateSources(DataSourceDescription[]) - Method in interface maito.datacollecting.DataCollector
Starts updating data sources.
updateSources(DataSourceDescription[]) - Method in class maito.datacollecting.DataCollectorImpl
 

W

warning(SAXParseException) - Method in class maito.datacollecting.dcxml.DCXMLRecordConstructWorker
 
warning(SAXParseException) - Method in class maito.datacollecting.oaipmh.ListRecordsContentHandler
 
workInProgress() - Method in class maito.datacollecting.DataCollectorImpl
 
workInProgress() - Method in interface maito.DataProcessor
Tells whether this DataProcessor is currently processing data.
workInProgress() - Method in class maito.integration.IntegratorImpl
 
writeDocumentToFile(Document, String) - Static method in class maito.util.XMLTools
Writes a document to a file.
writeFile(String) - Method in class maito.browsing.fileexport.CSVResourceListFormat
Writes the data set by setResources and setRelations to a file that's in CSV list format: first row has headers of the fields and the following rows have the data.
writeFile(String, String, Resource[], ResourceRelation[]) - Method in interface maito.browsing.fileexport.FileExporter
 
writeFile(String, String, Resource[], ResourceRelation[]) - Method in class maito.browsing.fileexport.FileExporterImpl
 
writeFile(String) - Method in interface maito.browsing.fileexport.FileFormat
Writes the data set by setResources and setRelations to a file that's in a format that the implementing class supports.
writeFile(String) - Method in class maito.browsing.fileexport.PajekFormat
Writes the data set by setResources and setRelations to a file that's in Pajek .net format.
writeToFile(String, String) - Method in class maito.browsing.ResourceBrowser
Writes the current view into a file.

X

XMLTools - Class in maito.util
This class that holds a couple of useful methods for accessing xml data and writing an xml document to a file.

A C D E F G I L M N O P Q R S T U W X