A B C D E F G H I J L M N O P Q R S T U V W

A

add(Map<String, List<String>>, String, String) - Method in class com.googlecode.fascinator.common.PythonUtils
Add the provided key/value pair into the index.
addChild(String, String) - Method in class com.googlecode.fascinator.common.ManifestNode
Add a new child node to this node.
addTopNode(String, String) - Method in class com.googlecode.fascinator.common.Manifest
Add a new child node to the top level.
authenticate(String, String) - Method in class com.googlecode.fascinator.common.BasicHttpClient
Sets the authentication credentials for authenticated requests

B

backupSystemFile() - Static method in class com.googlecode.fascinator.common.JsonConfig
Performs a backup on the system-wide configuration file from the default config dir if it exists.
backupSystemFile() - Static method in class com.googlecode.fascinator.common.JsonSimpleConfig
Performs a backup on the system-wide configuration file from the default config dir if it exists.
basicDisplayType(String) - Method in class com.googlecode.fascinator.common.PythonUtils
A basic method for selecting common display templates from a given MIME type.
BasicHttpClient - Class in com.googlecode.fascinator.common
Commons HttpClient wrapper that makes it easier to work with proxies and authentication
BasicHttpClient(String) - Constructor for class com.googlecode.fascinator.common.BasicHttpClient
Creates an HTTP client for the specified base URL.
byteToHex(byte) - Static method in class com.googlecode.fascinator.common.Utf8StringDebug
Convert byte to hex

C

characters(XMLString, Augmentations) - Method in class com.googlecode.fascinator.common.sax.SafeSAXParser
Character content
checkHarvestFile(Storage, File) - Static method in class com.googlecode.fascinator.common.storage.StorageUtils
Ensure the provided harvest file is up-to-date in storage.
checkNetmask(InetAddress) - Static method in class com.googlecode.fascinator.common.InetAddressUtil
Deprecated. This was an internal implementation detail of the method InetAddressUtil.contains(java.net.InetAddress, java.net.InetAddress, java.net.InetAddress) and should never have been made public. Furthermore it's broken for IPv6. (However, there is no real replacement. If you need this functionality, you should rewrite it yourself.)
close() - Method in class com.googlecode.fascinator.common.storage.impl.GenericDigitalObject
Close the object
close() - Method in class com.googlecode.fascinator.common.storage.impl.GenericPayload
Close the input stream for this payload
com.googlecode.fascinator.common - package com.googlecode.fascinator.common
This module contains useful utility classes used by The Fascinator and various plugins.
com.googlecode.fascinator.common.access - package com.googlecode.fascinator.common.access
This module contains generic schema classes that provides common security functionality for subclasses.
com.googlecode.fascinator.common.authentication - package com.googlecode.fascinator.common.authentication
This module contains generic user classes that provides common authentication functionality for subclasses.
com.googlecode.fascinator.common.harvester.impl - package com.googlecode.fascinator.common.harvester.impl
This module contains generic harvester implementation classes that provides common harvest functionality for it's subclasses.
com.googlecode.fascinator.common.jaxb - package com.googlecode.fascinator.common.jaxb
This module contains generic JAXB classes that provides common Java Architecture for XML Binding functionality.
com.googlecode.fascinator.common.messaging - package com.googlecode.fascinator.common.messaging
 
com.googlecode.fascinator.common.sax - package com.googlecode.fascinator.common.sax
A basic util class to instantiate a SAX Reader and parse documents whilst retaining original escaped characters.
com.googlecode.fascinator.common.solr - package com.googlecode.fascinator.common.solr
 
com.googlecode.fascinator.common.storage - package com.googlecode.fascinator.common.storage
This module contains generic Storage utility classes used by The Fascinator and storage plugin.
com.googlecode.fascinator.common.storage.impl - package com.googlecode.fascinator.common.storage.impl
This module contains generic storage implementation classes that provides common harvest functionality for it's subclasses.
com.googlecode.fascinator.common.transaction - package com.googlecode.fascinator.common.transaction
 
contains(InetAddress, InetAddress, InetAddress) - Static method in class com.googlecode.fascinator.common.InetAddressUtil
Checks if a subnet contains a specific IP address.
count(String) - Method in class com.googlecode.fascinator.common.solr.SolrFacet
Get the count against a given facet value for this field.
createLinkedPayload(String, String) - Method in class com.googlecode.fascinator.common.storage.impl.GenericDigitalObject
Creates a new linked payload on the object
createLinkedPayload(DigitalObject, String, String) - Static method in class com.googlecode.fascinator.common.storage.StorageUtils
Creates a linked Payload in the specified DigitalObject
createOrUpdatePayload(DigitalObject, String, InputStream) - Static method in class com.googlecode.fascinator.common.storage.StorageUtils
Create or update a stored Payload in the specified DigitalObject
createOrUpdatePayload(DigitalObject, String, InputStream, String) - Static method in class com.googlecode.fascinator.common.storage.StorageUtils
 
createStoredPayload(String, InputStream) - Method in class com.googlecode.fascinator.common.storage.impl.GenericDigitalObject
Creates a new stored payload on the object

D

debugString(String) - Static method in class com.googlecode.fascinator.common.Utf8StringDebug
Simple entry point, Looks for only multi-byte characters
debugString(String, int) - Static method in class com.googlecode.fascinator.common.Utf8StringDebug
Optional 'limit' can be set to 0 to show all characters
DEFAULT_HOSTNAME - Static variable in class com.googlecode.fascinator.common.storage.StorageUtils
Default host name
DEFAULT_MIME_TYPE - Static variable in class com.googlecode.fascinator.common.MimeTypeUtil
Default Mime Type
DEFAULT_PATH - Static variable in class com.googlecode.fascinator.common.FascinatorHome
Default Fascinator home directory
delete(String) - Method in class com.googlecode.fascinator.common.Manifest
 
describeMetadata() - Method in class com.googlecode.fascinator.common.access.GenericSchema
Will return a JSON string description of an extending classes' fields.
describeMetadata() - Method in class com.googlecode.fascinator.common.authentication.GenericUser
Will return a JSON string description of an extending classes' fields.
displayString(String, int) - Static method in class com.googlecode.fascinator.common.Utf8StringDebug
Used recursively to pull the string apart
docToStream(Node, OutputStream) - Method in class com.googlecode.fascinator.common.sax.SafeSAXReader
Convert node to stream
docToString(Node) - Method in class com.googlecode.fascinator.common.sax.SafeSAXReader
Convert node to string
DummyFileLock - Class in com.googlecode.fascinator.common
A basic file lock against a local file.
DummyFileLock(String) - Constructor for class com.googlecode.fascinator.common.DummyFileLock
Creates a new lock against the file provided.

E

ERROR_TOPIC - Static variable in class com.googlecode.fascinator.common.messaging.MessagingServices
Error topic string
escape(String) - Static method in class com.googlecode.fascinator.common.JsonObject
Escape quotes, \, /, \r, \n, \b, \f, \t and other control characters (U+0000 through U+001F).
executeMethod(HttpMethodBase) - Method in class com.googlecode.fascinator.common.BasicHttpClient
Sends an HTTP request.
executeMethod(HttpMethodBase, boolean) - Method in class com.googlecode.fascinator.common.BasicHttpClient
Sends an HTTP request

F

FascinatorHome - Class in com.googlecode.fascinator.common
Manages the Fascinator home directory.
FascinatorHome() - Constructor for class com.googlecode.fascinator.common.FascinatorHome
 
field() - Method in class com.googlecode.fascinator.common.solr.SolrFacet
Get the name of the facet field
fromJavaMap(Map<String, JsonSimple>) - Static method in class com.googlecode.fascinator.common.JsonSimple
Take all of the JsonSimple objects in the given Map and return a Map having replace them all with their base JsonObjects.

G

generateOid(File) - Static method in class com.googlecode.fascinator.common.storage.StorageUtils
Generates a Object identifier for a given file
generatePid(File) - Static method in class com.googlecode.fascinator.common.storage.StorageUtils
Generates a Payload identifier for a given file
GenericDigitalObject - Class in com.googlecode.fascinator.common.storage.impl
Generic DigitalObject implementation
GenericDigitalObject(String) - Constructor for class com.googlecode.fascinator.common.storage.impl.GenericDigitalObject
Creates a DigitalObject with the specified identifier and no metadata
GenericHarvester - Class in com.googlecode.fascinator.common.harvester.impl
Generic Harvester implementation that provides common functionality for subclasses.
GenericHarvester(String, String) - Constructor for class com.googlecode.fascinator.common.harvester.impl.GenericHarvester
Constructor
GenericListener - Interface in com.googlecode.fascinator.common.messaging
A Basic message listener for use in IndexerServlet.
GenericPayload - Class in com.googlecode.fascinator.common.storage.impl
Generic Payload implementation
GenericPayload(String) - Constructor for class com.googlecode.fascinator.common.storage.impl.GenericPayload
Creates an empty payload
GenericPayload(String, String, String) - Constructor for class com.googlecode.fascinator.common.storage.impl.GenericPayload
Creates a data payload with the specified identifier, label and content type, but no content stream
GenericPayload(String, String, String, PayloadType) - Constructor for class com.googlecode.fascinator.common.storage.impl.GenericPayload
Creates a data payload with the specified identifier, label, content type and payload type but no content stream
GenericPayload(String, File) - Constructor for class com.googlecode.fascinator.common.storage.impl.GenericPayload
Creates an file based payload
GenericPayload(Payload) - Constructor for class com.googlecode.fascinator.common.storage.impl.GenericPayload
Creates a copy of the specified payload
GenericSchema - Class in com.googlecode.fascinator.common.access
A basic security schema, does not define its metadata schema, that is left to extending classes, but creates access methods against an unknown schema.
GenericSchema() - Constructor for class com.googlecode.fascinator.common.access.GenericSchema
 
GenericTransactionManager - Class in com.googlecode.fascinator.common.transaction
A transaction manager will parse incoming JSON messages and inform the TransactionManagerQueueConsumer which Transformers, Subscribers, Indexing and Messaging sould occur in response.
GenericTransactionManager(String, String) - Constructor for class com.googlecode.fascinator.common.transaction.GenericTransactionManager
Constructor, standard for plugins
GenericUser - Class in com.googlecode.fascinator.common.authentication
A basic user object, does not define its metadata schema, that is left to extending classes, but creates access methods against an unknown schema.
GenericUser() - Constructor for class com.googlecode.fascinator.common.authentication.GenericUser
 
get(String) - Method in class com.googlecode.fascinator.common.access.GenericSchema
Retrieves a given property for this security object.
get(String) - Method in class com.googlecode.fascinator.common.authentication.GenericUser
Retrieves a given property for this user object.
get(String) - Method in class com.googlecode.fascinator.common.JsonConfig
Gets the value of the specified node
get(String, String) - Method in class com.googlecode.fascinator.common.JsonConfig
Gets the value of the specified node, with a specified default if the not was not found
get(String) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Gets the value of the specified node
get(String, String) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Gets the value of the specified node, with a specified default if the not was not found
get(String) - Method in class com.googlecode.fascinator.common.solr.SolrDoc
Gets the String value of the specified field.
getAccessSchema(String) - Method in class com.googlecode.fascinator.common.PythonUtils
Return an empty access control schema from the given plugin
getAddress(String) - Static method in class com.googlecode.fascinator.common.InetAddressUtil
Deprecated. This was an internal implementation detail of the method InetAddressUtil.contains(java.net.InetAddress, java.net.InetAddress, java.net.InetAddress) and should never have been made public. (And it's unnecessary too, as well as broken for IPv6. ;-) Use InetAddress.getByName(string) instead.
getArray(Object...) - Method in class com.googlecode.fascinator.common.JsonSimple
Walk down the JSON nodes specified by the path and retrieve the target JSONArray.
getArray(Object...) - Method in class com.googlecode.fascinator.common.JsonSimpleConfig
Walk down the JSON nodes specified by the path and retrieve the target JSONArray.
getBaseUrl() - Method in class com.googlecode.fascinator.common.BasicHttpClient
Gets the base URL
getBoolean(Boolean, Object...) - Method in class com.googlecode.fascinator.common.JsonSimple
Retrieve the Boolean value on the given path.
getBoolean(Boolean, Object...) - Method in class com.googlecode.fascinator.common.JsonSimpleConfig
Retrieve the Boolean value on the given path.
getChildren() - Method in class com.googlecode.fascinator.common.ManifestNode
Return a list of children for this node.
getClassPart(InetAddress, int) - Static method in class com.googlecode.fascinator.common.InetAddressUtil
Deprecated. This was an internal implementation detail of the method InetAddressUtil.contains(java.net.InetAddress, java.net.InetAddress, java.net.InetAddress) and should never have been made public. (And it's inefficient and unnecessary too, as well as broken for IPv6. ;-) Use ip.getAddress()[partNumber] instead.
getContentType() - Method in class com.googlecode.fascinator.common.storage.impl.GenericPayload
Gets the content (MIME) type for this payload
getDeletedObjectIdList() - Method in class com.googlecode.fascinator.common.harvester.impl.GenericHarvester
Gets a list of deleted digital object IDs.
getDescription() - Method in class com.googlecode.fascinator.common.Manifest
Get the description for this manifest
getDigitalObject(Storage, String) - Static method in class com.googlecode.fascinator.common.storage.StorageUtils
Gets a DigitalObject from the specified Storage instance.
getDisplayMimeType(String[], DigitalObject, String) - Method in class com.googlecode.fascinator.common.PythonUtils
Find the MIME type to use at display time, giving first priority to the preview payload, then to the source payload.
getEntries() - Method in class com.googlecode.fascinator.common.jaxb.MapEntryListType
 
getFacets() - Method in class com.googlecode.fascinator.common.solr.SolrResult
Return the List of SolrFacet objects from this result set.
getFieldList(String) - Method in class com.googlecode.fascinator.common.solr.SolrResult
Search for the indicated field in the results set and return a list of the values.
getFirst(String) - Method in class com.googlecode.fascinator.common.solr.SolrDoc
Gets the first String value of the specified field.
getHidden() - Method in class com.googlecode.fascinator.common.ManifestNode
Get the hidden flag for this node.
getHttpClient(boolean) - Method in class com.googlecode.fascinator.common.BasicHttpClient
Gets an HTTP client.
getId() - Method in class com.googlecode.fascinator.common.harvester.impl.GenericHarvester
Gets an identifier for Harvester plugin
getId() - Method in class com.googlecode.fascinator.common.ManifestNode
Get the ID for this node.
getId() - Method in interface com.googlecode.fascinator.common.messaging.GenericListener
Return the ID string for this listener
getId() - Method in class com.googlecode.fascinator.common.storage.impl.GenericDigitalObject
Gets the unique identifier for this object
getId() - Method in class com.googlecode.fascinator.common.storage.impl.GenericPayload
Gets the identifier for this payload
getId() - Method in class com.googlecode.fascinator.common.transaction.GenericTransactionManager
Gets an identifier for Harvester plugin
getInstance() - Static method in class com.googlecode.fascinator.common.messaging.MessagingServices
Get messaging service instance
getInteger(Integer, Object...) - Method in class com.googlecode.fascinator.common.JsonSimple
Retrieve the Integer value on the given path.
getInteger(Integer, Object...) - Method in class com.googlecode.fascinator.common.JsonSimpleConfig
Retrieve the Integer value on the given path.
getJsonArray() - Method in class com.googlecode.fascinator.common.JsonSimple
 
getJsonConfig() - Method in class com.googlecode.fascinator.common.harvester.impl.GenericHarvester
Get config file
getJsonConfig() - Method in class com.googlecode.fascinator.common.transaction.GenericTransactionManager
Get config file
getJsonList(String) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Get list of JsonConfigHelper of the specified node
getJsonMap(String) - Method in class com.googlecode.fascinator.common.JsonConfig
Gets the JSON Map of the specified node
getJsonMap(String) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Get the JSON Map of the specified node
getJsonObject() - Method in class com.googlecode.fascinator.common.JsonSimple
Return the JsonObject holding this object's JSON representation
getJsonObject(InputStream) - Method in class com.googlecode.fascinator.common.PythonUtils
Parse a JSON object from an inputstream
getJsonSimpleList(Object...) - Method in class com.googlecode.fascinator.common.JsonSimple
Retrieve a list of JsonSimple objects found on the given path.
getJsonSimpleList(Object...) - Method in class com.googlecode.fascinator.common.JsonSimpleConfig
Retrieve a list of JsonSimple objects found on the given path.
getJsonSimpleMap(Object...) - Method in class com.googlecode.fascinator.common.JsonSimple
Retrieve a map of JsonSimple objects found on the given path.
getJsonSimpleMap(Object...) - Method in class com.googlecode.fascinator.common.JsonSimpleConfig
Retrieve a map of JsonSimple objects found on the given path.
getKey() - Method in class com.googlecode.fascinator.common.ManifestNode
Get the key of this node.
getLabel() - Method in class com.googlecode.fascinator.common.storage.impl.GenericPayload
Gets the descriptive label for this payload
getList(String) - Method in class com.googlecode.fascinator.common.JsonConfig
Gets values of the specified node as a list.
getList(String) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Gets values of the specified node as a list.
getList(String) - Method in class com.googlecode.fascinator.common.solr.SolrDoc
Gets the list of String values of the specified field.
getLock() - Method in class com.googlecode.fascinator.common.DummyFileLock
Get Lock status of a file
getManifest() - Method in class com.googlecode.fascinator.common.storage.impl.GenericDigitalObject
Get the manifest of the DigitalObject
getMap(String) - Method in class com.googlecode.fascinator.common.JsonConfig
Gets a map of the child nodes of the specified node
getMap(String) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Gets a map of the child nodes of the specified node
getMapWithChild(String) - Method in class com.googlecode.fascinator.common.JsonConfig
Gets a map of the child (and the 2nd level children) nodes of the specified node
getMapWithChild(String) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Gets a map of the child (and the 2nd level children) nodes of the specified node
getMetadata() - Method in class com.googlecode.fascinator.common.storage.impl.GenericDigitalObject
Instantiates a properties object from the object's metadata payload.
getMimeType(String) - Static method in class com.googlecode.fascinator.common.MimeTypeUtil
Gets the MIME type for the specified file name
getMimeType(File) - Static method in class com.googlecode.fascinator.common.MimeTypeUtil
Gets the MIME type for the specified file
getMimeType(InputStream) - Static method in class com.googlecode.fascinator.common.MimeTypeUtil
Gets the MIME type for the specified input stream
getMimeType(byte[], String) - Static method in class com.googlecode.fascinator.common.MimeTypeUtil
Gets the MIME type for the specified byte array and filename
getMinArrayLength() - Method in class com.googlecode.fascinator.common.MagicMimeTypeIdentifierWrapper
 
getName() - Method in class com.googlecode.fascinator.common.harvester.impl.GenericHarvester
Get a name for Harvester plugin
getName() - Method in class com.googlecode.fascinator.common.jaxb.MapEntryType
 
getName() - Method in class com.googlecode.fascinator.common.transaction.GenericTransactionManager
Get a name for Harvester plugin
getNode(String) - Method in class com.googlecode.fascinator.common.Manifest
Get the requested node from the manifest.
getNumFound() - Method in class com.googlecode.fascinator.common.solr.SolrResult
Return the number of documents found by this result set.
getObject(Object...) - Method in class com.googlecode.fascinator.common.JsonSimple
Walk down the JSON nodes specified by the path and retrieve the target JsonObject.
getObject(Object...) - Method in class com.googlecode.fascinator.common.JsonSimpleConfig
Walk down the JSON nodes specified by the path and retrieve the target JsonObject.
getObjectId(File) - Method in class com.googlecode.fascinator.common.harvester.impl.GenericHarvester
Get an individual uploaded file as a digital object.
getParentKey() - Method in class com.googlecode.fascinator.common.ManifestNode
Get the key of the parent node to this node.
getPath() - Static method in class com.googlecode.fascinator.common.FascinatorHome
Gets the Fascinator home directory, which is used for configuration, storage, etc.
getPath(String) - Static method in class com.googlecode.fascinator.common.FascinatorHome
Gets a relative directory inside the Fascinator home directory.
getPath(Object...) - Method in class com.googlecode.fascinator.common.JsonSimple
Walk down the JSON nodes specified by the path and retrieve the target.
getPath(Object...) - Method in class com.googlecode.fascinator.common.JsonSimpleConfig
Walk down the JSON nodes specified by the path and retrieve the target.
getPathFile() - Static method in class com.googlecode.fascinator.common.FascinatorHome
Gets the Fascinator home directory as a File object.
getPathFile(String) - Static method in class com.googlecode.fascinator.common.FascinatorHome
Gets a relative directory inside the Fascinator home directory.
getPayload(String) - Method in class com.googlecode.fascinator.common.storage.impl.GenericDigitalObject
Gets the payload with the specified identifier
getPayloadIdList() - Method in class com.googlecode.fascinator.common.storage.impl.GenericDigitalObject
Gets the payloads related to this object
getPlainText(String, String) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Get the value of specified node, with a specified default if it's not found
getPluginDetails() - Method in class com.googlecode.fascinator.common.harvester.impl.GenericHarvester
Gets a PluginDescription object relating to this plugin.
getPluginDetails() - Method in class com.googlecode.fascinator.common.transaction.GenericTransactionManager
Gets a PluginDescription object relating to this plugin.
getQueryTime() - Method in class com.googlecode.fascinator.common.solr.SolrResult
Return the time taken to perform this search
getRdfModel(Payload) - Method in class com.googlecode.fascinator.common.PythonUtils
Parse RDF data stored in a payload
getRdfModel(InputStream) - Method in class com.googlecode.fascinator.common.PythonUtils
Parse RDF data from an inputstream
getRecordId() - Method in class com.googlecode.fascinator.common.access.GenericSchema
 
getResource(String) - Method in class com.googlecode.fascinator.common.PythonUtils
Get a resource from one of the compiled classes on the classpath
getResults() - Method in class com.googlecode.fascinator.common.solr.SolrResult
Return the list of documents from this results set wrapped in utility objects.
getRolesWithAccess(String) - Method in class com.googlecode.fascinator.common.PythonUtils
Find the list of roles with access to the given object
getRolesWithAccess(String, String) - Method in class com.googlecode.fascinator.common.PythonUtils
Find the list of roles with access to the given object, but only looking at a single plugin.
getRows() - Method in class com.googlecode.fascinator.common.solr.SolrResult
Return the number of documents returned by this result set.
getSource() - Method in class com.googlecode.fascinator.common.access.GenericSchema
 
getSource() - Method in class com.googlecode.fascinator.common.authentication.GenericUser
Used by the authentication manager to track the user's origin
getSourceId() - Method in class com.googlecode.fascinator.common.storage.impl.GenericDigitalObject
Gets the Source related to this object
getStartRow() - Method in class com.googlecode.fascinator.common.solr.SolrResult
Return the index of the first row in this result set [getRows()] compared to number found [getNumFound()].
getStatus() - Method in class com.googlecode.fascinator.common.solr.SolrResult
Return the status code for the search
getStorage() - Method in class com.googlecode.fascinator.common.harvester.impl.GenericHarvester
Get storage instance that the Harvester will use to manage objects.
getString(String, Object...) - Method in class com.googlecode.fascinator.common.JsonSimple
Retrieve the String value on the given path.
getString(String, Object...) - Method in class com.googlecode.fascinator.common.JsonSimpleConfig
Retrieve the String value on the given path.
getStringList(Object...) - Method in class com.googlecode.fascinator.common.JsonSimple
Retrieve a list of Strings found on the given path.
getStringList(JsonObject, String) - Static method in class com.googlecode.fascinator.common.JsonSimple
Get a list of strings found on the specified node
getStringList(JSONArray) - Static method in class com.googlecode.fascinator.common.JsonSimple
Get a list of strings from the provided JSONArray
getStringList(Object...) - Method in class com.googlecode.fascinator.common.JsonSimpleConfig
Retrieve a list of Strings found on the given path.
getSystemFile() - Static method in class com.googlecode.fascinator.common.JsonConfig
Gets the system-wide configuration file from the default config dir.
getSystemFile() - Static method in class com.googlecode.fascinator.common.JsonSimpleConfig
Gets the system-wide configuration file from the default config dir.
getTitle() - Method in class com.googlecode.fascinator.common.Manifest
Get the title for this manifest
getTitle() - Method in class com.googlecode.fascinator.common.ManifestNode
Get the title for this node.
getTopNodes() - Method in class com.googlecode.fascinator.common.Manifest
Get the requested node from the manifest.
getType() - Method in class com.googlecode.fascinator.common.Manifest
Get the type of this manifest
getType() - Method in class com.googlecode.fascinator.common.storage.impl.GenericPayload
Gets the type of this payload
getUsername() - Method in class com.googlecode.fascinator.common.authentication.GenericUser
Retrieve the user's name
getUsersWithAccess(String) - Method in class com.googlecode.fascinator.common.PythonUtils
Find the list of users with access to the given object
getUsersWithAccess(String, String) - Method in class com.googlecode.fascinator.common.PythonUtils
Find the list of users with access to the given object, but only looking at a single plugin.
getValue() - Method in class com.googlecode.fascinator.common.jaxb.MapEntryType
 
getViewId() - Method in class com.googlecode.fascinator.common.Manifest
Get the 'viewId' node for this manifest
getXmlDocument(Payload) - Method in class com.googlecode.fascinator.common.PythonUtils
Parse an XML document stored in a payload
getXmlDocument(String) - Method in class com.googlecode.fascinator.common.PythonUtils
Parse an XML document from a string
getXmlDocument(InputStream) - Method in class com.googlecode.fascinator.common.PythonUtils
Parse an XML document from an inputstream

H

hasChildren() - Method in class com.googlecode.fascinator.common.ManifestNode
Check if this node has any children.
hasMetaChanged() - Method in class com.googlecode.fascinator.common.storage.impl.GenericPayload
Status of the metadata if it has changed
hasMoreDeletedObjects() - Method in class com.googlecode.fascinator.common.harvester.impl.GenericHarvester
Tests whether there are more objects to retrieve.

I

identify(byte[], String, URI) - Method in class com.googlecode.fascinator.common.MagicMimeTypeIdentifierWrapper
 
InetAddressUtil - Class in com.googlecode.fascinator.common
A utility class for InetAddress.
init(File) - Method in class com.googlecode.fascinator.common.harvester.impl.GenericHarvester
Initialises the plugin using the specified JSON configuration
init(String) - Method in class com.googlecode.fascinator.common.harvester.impl.GenericHarvester
Initialises the plugin using the specified JSON String
init() - Method in class com.googlecode.fascinator.common.harvester.impl.GenericHarvester
Abstract method for Harvester plugin
init(JsonSimpleConfig) - Method in interface com.googlecode.fascinator.common.messaging.GenericListener
Initialization method
init(File) - Method in class com.googlecode.fascinator.common.transaction.GenericTransactionManager
Initialises the plugin using the specified JSON configuration
init(String) - Method in class com.googlecode.fascinator.common.transaction.GenericTransactionManager
Initialises the plugin using the specified JSON String
init() - Method in class com.googlecode.fascinator.common.transaction.GenericTransactionManager
Abstract method for Harvester plugin
isConfigured() - Method in class com.googlecode.fascinator.common.JsonConfig
Tests whether or not the system-config has been properly configured.
isConfigured() - Method in class com.googlecode.fascinator.common.JsonSimpleConfig
Tests whether or not the system-config has been properly configured.
isLinked() - Method in class com.googlecode.fascinator.common.storage.impl.GenericPayload
Returns whether the file is linked or stored
isOutdated() - Method in class com.googlecode.fascinator.common.JsonConfig
To check if configuration file is outdated
isOutdated() - Method in class com.googlecode.fascinator.common.JsonSimpleConfig
To check if configuration file is outdated

J

JsonConfig - Class in com.googlecode.fascinator.common
Manages JSON configuration.
JsonConfig() - Constructor for class com.googlecode.fascinator.common.JsonConfig
Creates a config with only the system settings
JsonConfig(File) - Constructor for class com.googlecode.fascinator.common.JsonConfig
Creates a JSON configuration from the specified file
JsonConfig(InputStream) - Constructor for class com.googlecode.fascinator.common.JsonConfig
Creates a JSON configuration from the specified input stream
JsonConfig(String) - Constructor for class com.googlecode.fascinator.common.JsonConfig
Create a JSON configuration from the specified input string
JsonConfigHelper - Class in com.googlecode.fascinator.common
Helper class for working with JSON configuration.
JsonConfigHelper() - Constructor for class com.googlecode.fascinator.common.JsonConfigHelper
Creates an empty JSON configuration
JsonConfigHelper(Map<String, Object>) - Constructor for class com.googlecode.fascinator.common.JsonConfigHelper
Creates a JSON configuration from a map.
JsonConfigHelper(String) - Constructor for class com.googlecode.fascinator.common.JsonConfigHelper
Creates a JSON configuration from the specified string
JsonConfigHelper(File) - Constructor for class com.googlecode.fascinator.common.JsonConfigHelper
Creates a JSON configuration from the specified file
JsonConfigHelper(InputStream) - Constructor for class com.googlecode.fascinator.common.JsonConfigHelper
Creates a JSON configuration from the specified input stream
JsonConfigHelper(Reader) - Constructor for class com.googlecode.fascinator.common.JsonConfigHelper
Creates a JSON configuration from the specified reader
JsonObject - Class in com.googlecode.fascinator.common
This class is and all code is a direct copy of the org.json.simple.JSONObject implementation found here: http://json-simple.googlecode.com/svn/trunk/src/org /json/simple/JSONObject.java
JsonObject() - Constructor for class com.googlecode.fascinator.common.JsonObject
 
JsonObject(Map<?, ?>) - Constructor for class com.googlecode.fascinator.common.JsonObject
 
JsonSimple - Class in com.googlecode.fascinator.common
Introduction
JsonSimple() - Constructor for class com.googlecode.fascinator.common.JsonSimple
Creates an empty JSON object
JsonSimple(File) - Constructor for class com.googlecode.fascinator.common.JsonSimple
Creates a JSON object from the specified file
JsonSimple(InputStream) - Constructor for class com.googlecode.fascinator.common.JsonSimple
Creates a JSON object from the specified input stream
JsonSimple(String) - Constructor for class com.googlecode.fascinator.common.JsonSimple
Creates a JSON object from the specified string
JsonSimple(JsonObject) - Constructor for class com.googlecode.fascinator.common.JsonSimple
Wrap a JsonObject in this class
JsonSimpleConfig - Class in com.googlecode.fascinator.common
An extension of the JsonSimple class specifically to access configuration.
JsonSimpleConfig() - Constructor for class com.googlecode.fascinator.common.JsonSimpleConfig
Creates JSON Configuration object from the system config file
JsonSimpleConfig(File) - Constructor for class com.googlecode.fascinator.common.JsonSimpleConfig
Creates JSON Configuration object from the provided config file
JsonSimpleConfig(InputStream) - Constructor for class com.googlecode.fascinator.common.JsonSimpleConfig
Creates JSON Configuration object from the provided input stream
JsonSimpleConfig(String) - Constructor for class com.googlecode.fascinator.common.JsonSimpleConfig
Creates JSON Configuration object from the provided config string

L

lastModified() - Method in class com.googlecode.fascinator.common.storage.impl.GenericPayload
Return the timestamp when the payload was last modified
linkFile(Storage, File) - Static method in class com.googlecode.fascinator.common.storage.StorageUtils
This method stores a link to a File as a DigitalObject into the specified Storage
loadDocument(String) - Method in class com.googlecode.fascinator.common.sax.SafeSAXReader
Load Document from specified String
loadDocumentFromStream(InputStream) - Method in class com.googlecode.fascinator.common.sax.SafeSAXReader
Load Document from specified Input Stream
log - Static variable in class com.googlecode.fascinator.common.FascinatorHome
Logging

M

MagicMimeTypeIdentifierWrapper - Class in com.googlecode.fascinator.common
Wraps the Aperture MIME type identifier with provision to add custom types based on extension.
MagicMimeTypeIdentifierWrapper() - Constructor for class com.googlecode.fascinator.common.MagicMimeTypeIdentifierWrapper
 
Manifest - Class in com.googlecode.fascinator.common
Represents a JSON manifest as used in other parts of the application.
Manifest(JsonObject) - Constructor for class com.googlecode.fascinator.common.Manifest
Wrap a JsonObject in this class
Manifest(InputStream) - Constructor for class com.googlecode.fascinator.common.Manifest
Creates Manifest object from the provided input stream
Manifest(String) - Constructor for class com.googlecode.fascinator.common.Manifest
Creates Manifest object from the provided string
ManifestNode - Class in com.googlecode.fascinator.common
Represents a node in a JSON manifest.
ManifestNode() - Constructor for class com.googlecode.fascinator.common.ManifestNode
Create a new empty node
ManifestNode(JsonObject) - Constructor for class com.googlecode.fascinator.common.ManifestNode
Wrap a JsonObject in this class
MapAdapter - Class in com.googlecode.fascinator.common.jaxb
JAXB adapter for unmarshalling the following XML structure into a map:
MapAdapter() - Constructor for class com.googlecode.fascinator.common.jaxb.MapAdapter
 
MapEntryListType - Class in com.googlecode.fascinator.common.jaxb
JAXB binding for the following XML structure:
MapEntryListType() - Constructor for class com.googlecode.fascinator.common.jaxb.MapEntryListType
 
MapEntryListType(Map<String, String>) - Constructor for class com.googlecode.fascinator.common.jaxb.MapEntryListType
 
MapEntryType - Class in com.googlecode.fascinator.common.jaxb
JAXB binding for the following XML structure:
MapEntryType() - Constructor for class com.googlecode.fascinator.common.jaxb.MapEntryType
 
MapEntryType(String, String) - Constructor for class com.googlecode.fascinator.common.jaxb.MapEntryType
 
marshal(Map<String, String>) - Method in class com.googlecode.fascinator.common.jaxb.MapAdapter
 
MESSAGE_TOPIC - Static variable in class com.googlecode.fascinator.common.messaging.MessagingServices
Message topic string
MessagingException - Exception in com.googlecode.fascinator.common.messaging
Generic exception for messaging errors
MessagingException(String) - Constructor for exception com.googlecode.fascinator.common.messaging.MessagingException
Messaging Exception Constructor
MessagingException(Throwable) - Constructor for exception com.googlecode.fascinator.common.messaging.MessagingException
Messaging Exception Constructor
MessagingException(String, Throwable) - Constructor for exception com.googlecode.fascinator.common.messaging.MessagingException
Messaging Exception Constructor
MessagingServices - Class in com.googlecode.fascinator.common.messaging
Messaging services
MimeTypeUtil - Class in com.googlecode.fascinator.common
Utility class to determine MIME type
MimeTypeUtil() - Constructor for class com.googlecode.fascinator.common.MimeTypeUtil
 
move(String, String) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Move node from one path to another path in the JSON
move(String, String) - Method in class com.googlecode.fascinator.common.Manifest
 
moveAfter(String, String) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Move node to a node after the specified node
moveAfter(String, String) - Method in class com.googlecode.fascinator.common.Manifest
 
moveBefore(String, String) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Move node to a node before the specified node
moveBefore(String, String) - Method in class com.googlecode.fascinator.common.Manifest
 

N

newConnection() - Method in class com.googlecode.fascinator.common.messaging.MessagingServices
Establish a new JMS Connection to the local broker
newSession() - Method in class com.googlecode.fascinator.common.messaging.MessagingServices
Establish a new JMS Session on an existing connection to the local broker

O

onEvent(Map<String, String>) - Method in class com.googlecode.fascinator.common.messaging.MessagingServices
To put events to subscriber queue
open() - Method in class com.googlecode.fascinator.common.storage.impl.GenericPayload
Gets the input stream to access the content for this payload

P

PACKAGE_FILE_EXTENSION - Static variable in class com.googlecode.fascinator.common.Strings
Packaging
parseMessage(Object) - Method in class com.googlecode.fascinator.common.transaction.GenericTransactionManager
This wrapper implements the API and enforces the practical requirement that the I/O Objects are appropriate JSON classes.
parseMessage(JsonSimple) - Method in class com.googlecode.fascinator.common.transaction.GenericTransactionManager
This method is expected to be overwritten by implementations.
printBytes(byte[], String, int) - Static method in class com.googlecode.fascinator.common.Utf8StringDebug
Print the bytes
publishMessage(String, String) - Method in class com.googlecode.fascinator.common.messaging.MessagingServices
Sends a textual message to the named topic of the local broker.
publishMessage(String, String, String) - Method in class com.googlecode.fascinator.common.messaging.MessagingServices
Sends a textual message to the named topic on any broker.
PythonUtils - Class in com.googlecode.fascinator.common
The purpose of this class is to expose common Java classes and methods we use to Python scripts.
PythonUtils(JsonSimpleConfig) - Constructor for class com.googlecode.fascinator.common.PythonUtils
 

Q

queueMessage(String, String) - Method in class com.googlecode.fascinator.common.messaging.MessagingServices
Sends a textual message to a named JMS queue on the local broker
queueMessage(String, String, String) - Method in class com.googlecode.fascinator.common.messaging.MessagingServices
Sends a textual message to a named JMS queue on any broker.

R

realName() - Method in class com.googlecode.fascinator.common.authentication.GenericUser
Retrieves how the user should be shown on-screen.
registerNamespace(String, String) - Method in class com.googlecode.fascinator.common.PythonUtils
Register a namespace for our XML parser
release() - Method in class com.googlecode.fascinator.common.DummyFileLock
Release lock of the file
release() - Method in class com.googlecode.fascinator.common.messaging.MessagingServices
Closes the JMS connections.
removeAccessSchema(AccessControlSchema, String) - Method in class com.googlecode.fascinator.common.PythonUtils
Remove an access control schema from a security plugin
removePath(String) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Remove specified path from json
removePayload(String) - Method in class com.googlecode.fascinator.common.storage.impl.GenericDigitalObject
Remove a payload from the object

S

SafeSAXParser - Class in com.googlecode.fascinator.common.sax
A custom SAX parser to preserve escaped entities Credit due : http://asfak.wordpress.com/2009/08/29/escaping-or-unescaping-special- characters-while-writing-xml-files-using-dom4j/
SafeSAXParser() - Constructor for class com.googlecode.fascinator.common.sax.SafeSAXParser
 
SafeSAXReader - Class in com.googlecode.fascinator.common.sax
A basic util class to instantiate a SAX Reader and parse documents whilst retaining original escaped characters.
SafeSAXReader() - Constructor for class com.googlecode.fascinator.common.sax.SafeSAXReader
Constructor
search(String) - Method in class com.googlecode.fascinator.common.JsonSimple
Search through the JSON for any nodes (at any depth) matching the requested name and return them.
search(String) - Method in class com.googlecode.fascinator.common.JsonSimpleConfig
Search through the JSON for any nodes (at any depth) matching the requested name and return them.
sendMessage(String, Destination, TextMessage) - Method in class com.googlecode.fascinator.common.messaging.MessagingServices
Sends a JMS message to an instantiated JMS destination.
sendMessage(String, String) - Method in class com.googlecode.fascinator.common.PythonUtils
Send a message to the given message queue
set(String, String) - Method in class com.googlecode.fascinator.common.access.GenericSchema
Sets a given property for this security object.
set(String, String) - Method in class com.googlecode.fascinator.common.authentication.GenericUser
Sets a given property for this user object.
set(String, String, boolean) - Method in class com.googlecode.fascinator.common.JsonConfig
Sets the value of the specified node.
set(String, String) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Sets the value of the specified node.
setAccessSchema(AccessControlSchema, String) - Method in class com.googlecode.fascinator.common.PythonUtils
Submit a new access control schema to a security plugin
setContentType(String) - Method in class com.googlecode.fascinator.common.storage.impl.GenericPayload
Sets the content (MIME) type for this payload
setDescription(String) - Method in class com.googlecode.fascinator.common.Manifest
Set the description for this manifest
setHidden(boolean) - Method in class com.googlecode.fascinator.common.ManifestNode
Set the hidden flag for this node.
setId(String) - Method in class com.googlecode.fascinator.common.ManifestNode
Set the ID for this node.
setId(String) - Method in class com.googlecode.fascinator.common.storage.impl.GenericDigitalObject
Sets the unique identifier for this object
setId(String) - Method in class com.googlecode.fascinator.common.storage.impl.GenericPayload
Sets the identifier for this payload
setInputStream(InputStream) - Method in class com.googlecode.fascinator.common.storage.impl.GenericPayload
Sets the input stream to access the content for this payload.
setJsonList(String, List<JsonConfigHelper>) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Set Map on the specified path
setJsonMap(String, Map<String, JsonConfigHelper>) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Set Map on the specified path
setKey(String) - Method in class com.googlecode.fascinator.common.ManifestNode
Set the key of this node.
setLabel(String) - Method in class com.googlecode.fascinator.common.storage.impl.GenericPayload
Sets the descriptive label for this payload
setLinked(boolean) - Method in class com.googlecode.fascinator.common.storage.impl.GenericPayload
Set the link state
setMap(String, Map<String, Object>) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Set map with its child
setMetaChanged(boolean) - Method in class com.googlecode.fascinator.common.storage.impl.GenericPayload
Set the metadata changed flag to a specific value.
setMultiMap(String, Map<String, Object>) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Set Multiple nested map on the specified path
setParentKey(String) - Method in class com.googlecode.fascinator.common.ManifestNode
Set the key of the parent node to this node.
setPriority(int) - Method in interface com.googlecode.fascinator.common.messaging.GenericListener
Sets the priority level for the thread.
setPropertySubstitution(boolean) - Method in class com.googlecode.fascinator.common.JsonSimple
Set method for behaviour flag on substituting system properties during string retrieval.
setRecordId(String) - Method in class com.googlecode.fascinator.common.access.GenericSchema
 
setSource(String) - Method in class com.googlecode.fascinator.common.access.GenericSchema
 
setSource(String) - Method in class com.googlecode.fascinator.common.authentication.GenericUser
Used by the authentication manager to track the user's origin
setSourceId(String) - Method in class com.googlecode.fascinator.common.storage.impl.GenericDigitalObject
Sets the Source related to this object
setStorage(Storage) - Method in class com.googlecode.fascinator.common.harvester.impl.GenericHarvester
Sets the Storage instance that the Harvester will use to manage objects.
setTitle(String) - Method in class com.googlecode.fascinator.common.Manifest
Set the title for this manifest
setTitle(String) - Method in class com.googlecode.fascinator.common.ManifestNode
Set the title for this node.
setType(String) - Method in class com.googlecode.fascinator.common.Manifest
Set the type of this manifest
setType(PayloadType) - Method in class com.googlecode.fascinator.common.storage.impl.GenericPayload
Sets the type of this payload
setUsername(String) - Method in class com.googlecode.fascinator.common.authentication.GenericUser
Set user's name
setViewId(String) - Method in class com.googlecode.fascinator.common.Manifest
Set the 'viewId' node for this manifest
shutdown() - Method in class com.googlecode.fascinator.common.harvester.impl.GenericHarvester
Shuts down the plugin
shutdown() - Method in class com.googlecode.fascinator.common.PythonUtils
Try to closing any objects that require closure
shutdown() - Method in class com.googlecode.fascinator.common.transaction.GenericTransactionManager
Shuts down the plugin
size() - Method in class com.googlecode.fascinator.common.Manifest
Return the total number of nodes in this manifest.
size() - Method in class com.googlecode.fascinator.common.storage.impl.GenericPayload
Return the size of the payload in byte
SolrDoc - Class in com.googlecode.fascinator.common.solr
An extension of the JsonSimple class specifically to address Solr result documents and shortcut common access.
SolrDoc(JsonObject) - Constructor for class com.googlecode.fascinator.common.solr.SolrDoc
Wrap a JsonObject in this class
solrDocument(Map<String, List<String>>) - Method in class com.googlecode.fascinator.common.PythonUtils
Generate a Solr document from a map of provided key/value pairs.
SolrFacet - Class in com.googlecode.fascinator.common.solr
An extension of the JsonSimple class specifically to address Solr result facets and shortcut common access.
SolrFacet(String, JSONArray) - Constructor for class com.googlecode.fascinator.common.solr.SolrFacet
Wrap a JSONArray in this class
solrField(String, String) - Method in class com.googlecode.fascinator.common.PythonUtils
Generate an XML snippet representing a key/value pair in a Solr doc.
SolrResult - Class in com.googlecode.fascinator.common.solr
An extension of the JsonSimple class specifically to address Solr result documents and shortcut common access.
SolrResult(InputStream) - Constructor for class com.googlecode.fascinator.common.solr.SolrResult
Creates SolrResult object from the provided input stream
SolrResult(String) - Constructor for class com.googlecode.fascinator.common.solr.SolrResult
Creates SolrResult object from the provided string
start() - Method in interface com.googlecode.fascinator.common.messaging.GenericListener
Start the queue
startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class com.googlecode.fascinator.common.sax.SafeSAXParser
This method notifies of the start of an entity.
stop() - Method in interface com.googlecode.fascinator.common.messaging.GenericListener
Stop the Queue Consumer
StorageUtils - Class in com.googlecode.fascinator.common.storage
Storage API utility methods.
StorageUtils() - Constructor for class com.googlecode.fascinator.common.storage.StorageUtils
 
store(Writer) - Method in class com.googlecode.fascinator.common.JsonConfig
Serialises the current state of the JSON configuration to the specified writer.
store(Writer, boolean) - Method in class com.googlecode.fascinator.common.JsonConfig
Serialises the current state of the JSON configuration to the specified writer.
store(Writer) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Serialises the current state of the JSON configuration to the specified writer.
store(Writer, boolean) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Serialises the current state of the JSON configuration to the specified writer.
storeFile(Storage, File) - Static method in class com.googlecode.fascinator.common.storage.StorageUtils
This method stores a copy of a File as a DigitalObject into the specified Storage
storeFile(Storage, File, boolean) - Static method in class com.googlecode.fascinator.common.storage.StorageUtils
This method stores a File as a DigitalObject into the specified Storage.
storeSystemConfig() - Method in class com.googlecode.fascinator.common.JsonSimpleConfig
Store the underlying system configuration on disk in the appropriate location.
Strings - Class in com.googlecode.fascinator.common
This file contains a number of commonly occurring String Literals that are often used in the system across a number of Classes.
Strings() - Constructor for class com.googlecode.fascinator.common.Strings
 
SUBSCRIBER_QUEUE - Static variable in class com.googlecode.fascinator.common.messaging.MessagingServices
Subscriber Queue name
SYSTEM_KEY - Static variable in class com.googlecode.fascinator.common.FascinatorHome
System property key

T

toJavaList(JSONArray) - Static method in class com.googlecode.fascinator.common.JsonSimple
Take all of the JsonObjects found in a JSONArray, wrap them in JsonSimple objects, then add to a Java list and return.
toJavaMap(JsonObject) - Static method in class com.googlecode.fascinator.common.JsonSimple
Take all of the JsonObjects found in a JsonObject, wrap them in JsonSimple objects, then add to a Java Map and return.
toJSONString(Map<?, ?>) - Static method in class com.googlecode.fascinator.common.JsonObject
 
toJSONString() - Method in class com.googlecode.fascinator.common.JsonObject
 
toString() - Method in class com.googlecode.fascinator.common.JsonConfig
 
toString() - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Convert Json to String
toString(boolean) - Method in class com.googlecode.fascinator.common.JsonConfigHelper
Convert Json to String
toString() - Method in class com.googlecode.fascinator.common.JsonObject
 
toString(String, Object) - Static method in class com.googlecode.fascinator.common.JsonObject
 
toString() - Method in class com.googlecode.fascinator.common.JsonSimple
Return the String representation of this object's JSON
toString(boolean) - Method in class com.googlecode.fascinator.common.JsonSimple
Return the String representation of this object's JSON, optionally formatted for human readability.
toString() - Method in class com.googlecode.fascinator.common.storage.impl.GenericDigitalObject
Get the id of the DigitalObject
toString() - Method in class com.googlecode.fascinator.common.storage.impl.GenericPayload
Gets the Payload identifier

U

unmarshal(MapEntryListType) - Method in class com.googlecode.fascinator.common.jaxb.MapAdapter
 
unregisterNamespace(String) - Method in class com.googlecode.fascinator.common.PythonUtils
UN-register a namespace for our XML parser
updatePayload(String, InputStream) - Method in class com.googlecode.fascinator.common.storage.impl.GenericDigitalObject
Updates a payload's contents
Utf8StringDebug - Class in com.googlecode.fascinator.common
A class purely for debugging UTF-8 Strings.
Utf8StringDebug() - Constructor for class com.googlecode.fascinator.common.Utf8StringDebug
 

V

values() - Method in class com.googlecode.fascinator.common.solr.SolrFacet
Get a Map containing facet values and counts.

W

WORKFLOW_PAYLOAD_ID - Static variable in class com.googlecode.fascinator.common.Strings
Workflows
writableSystemConfig() - Method in class com.googlecode.fascinator.common.JsonSimpleConfig
Returns a reference to the underlying system configuration object.
writeArray(Object...) - Method in class com.googlecode.fascinator.common.JsonSimple
Walk down the JSON nodes specified by the path and retrieve the target array, writing each node that doesn't exist along the way.
writeJSONString(Map<?, ?>, Writer) - Static method in class com.googlecode.fascinator.common.JsonObject
 
writeJSONString(Writer) - Method in class com.googlecode.fascinator.common.JsonObject
 
writeObject(Object...) - Method in class com.googlecode.fascinator.common.JsonSimple
Walk down the JSON nodes specified by the path and retrieve the target object, writing each node that doesn't exist along the way.

A B C D E F G H I J L M N O P Q R S T U V W

Copyright © 2009-2013. All Rights Reserved.