- 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
-
- 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
-
- 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
- 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