Serialized Form


Package info.sswap.api.input.impl

Class info.sswap.api.input.impl.AbstractInput extends java.lang.Object implements Serializable

Serialized Fields

type

java.net.URI type

value

InputValue value

label

java.lang.String label

description

java.lang.String description

propertyInput

PropertyInput propertyInput

Class info.sswap.api.input.impl.AtomicInputImpl extends AbstractInput implements Serializable

Class info.sswap.api.input.impl.BNodeValueImpl extends java.lang.Object implements Serializable

Serialized Fields

bnodeID

java.lang.String bnodeID

Class info.sswap.api.input.impl.EnumeratedInputImpl extends AbstractInput implements Serializable

Serialized Fields

values

com.google.common.collect.ImmutableSet<E> values

Class info.sswap.api.input.impl.IntersectionInputImpl extends AbstractInput implements Serializable

Serialized Fields

inputs

com.google.common.collect.ImmutableList<E> inputs

Class info.sswap.api.input.impl.LiteralValueImpl extends java.lang.Object implements Serializable

Serialized Fields

label

java.lang.String label

language

java.lang.String language

datatype

java.net.URI datatype

Class info.sswap.api.input.impl.PropertyInputImpl extends AbstractInput implements Serializable

Serialized Fields

property

java.net.URI property

range

Input range

minCardinality

int minCardinality

maxCardinality

int maxCardinality

Class info.sswap.api.input.impl.UnionInputImpl extends AbstractInput implements Serializable

Serialized Fields

inputs

com.google.common.collect.ImmutableList<E> inputs

valueTypes

java.net.URI[] valueTypes

valueIndex

int valueIndex

Class info.sswap.api.input.impl.URIValueImpl extends java.lang.Object implements Serializable

Serialized Fields

uri

java.net.URI uri

Package info.sswap.api.model

Class info.sswap.api.model.DataAccessException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -4049689824313517768L

Class info.sswap.api.model.ValidationException extends java.lang.Exception implements Serializable

serialVersionUID: -7021644823589935053L


Package info.sswap.api.servlet

Class info.sswap.api.servlet.AbstractSSWAPServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

rdgPath

java.lang.String rdgPath
Real path to the RDG on the file system as specified in web.xml (may be a directory)


rdgFile

java.lang.String rdgFile
Absolute, fully resolved path and file name of the RDG on the file system


remoteServiceURI

java.net.URI remoteServiceURI
URI to be called to pass on service invocation to a remote service. Only used when this servlet is extended, as by SSWAPProxyServlet, which sets the value to non-null.


suggestedPollingInterval

int suggestedPollingInterval
Suggested polling interval read from web.xml (if defined) or a default value. This field contains an interval (in milliseconds) that will be returned as an advice to callers that invoke this service in an asynchronous way. (During asynchronous invocation, this servlet immediately returns an asynchronous RRG, even though the service has not computed its result; later the caller is supposed to poll (inquiry) at this interval to verify whether the actual result is ready for retrieval.)


initCompleted

boolean initCompleted
Flag to check if init has completed.

Class info.sswap.api.servlet.ClientException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class info.sswap.api.servlet.LegacyServiceWrapperServlet extends AbstractSSWAPServlet implements Serializable

serialVersionUID: 6176407187653076879L

Serialized Fields

proxyServiceURL

java.lang.String proxyServiceURL

maxObjects

int maxObjects

Class info.sswap.api.servlet.RequestEntityTooLargeException extends ClientException implements Serializable

serialVersionUID: 1L

Class info.sswap.api.servlet.SimpleSSWAPServlet extends AbstractSSWAPServlet implements Serializable

serialVersionUID: 1L


Package info.sswap.impl.empire.io

Class info.sswap.impl.empire.io.ByteLimitExceededException extends java.io.IOException implements Serializable

serialVersionUID: -5541799997721676884L


Package info.sswap.impl.empire.model

Class info.sswap.impl.empire.model.RDFCSVWriter.MaxPropertyInstances extends java.util.TreeMap<java.lang.String,java.lang.Integer> implements Serializable

Class info.sswap.impl.empire.model.RDFCSVWriter.SortedPredicates extends java.util.TreeMap<java.lang.String,RDFCSVWriter.Values> implements Serializable

Class info.sswap.impl.empire.model.RDFCSVWriter.SortedRows extends java.util.TreeMap<java.lang.String,RDFCSVWriter.SortedPredicates> implements Serializable

Class info.sswap.impl.empire.model.RDFCSVWriter.Values extends java.util.ArrayList<java.lang.String> implements Serializable


Package info.sswap.ontologies.data.api

Class info.sswap.ontologies.data.api.AccessorException extends DataException implements Serializable

serialVersionUID: 1L

Class info.sswap.ontologies.data.api.DataException extends DataAccessException implements Serializable

serialVersionUID: 1L

Class info.sswap.ontologies.data.api.ParserException extends DataException implements Serializable

serialVersionUID: 1L

Class info.sswap.ontologies.data.api.SerializerException extends DataException implements Serializable

serialVersionUID: 1L

Class info.sswap.ontologies.data.api.ValidatorException extends DataException implements Serializable

serialVersionUID: 1L


Package info.sswap.ontologies.exec.api

Class info.sswap.ontologies.exec.api.ArgumentTooLongException extends ExecException implements Serializable

serialVersionUID: 1L

Class info.sswap.ontologies.exec.api.ExecException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class info.sswap.ontologies.exec.api.ExecServlet extends ExecImpl implements Serializable

serialVersionUID: 1L

Class info.sswap.ontologies.exec.api.TooManyArgumentsException extends ExecException implements Serializable

serialVersionUID: 1L


Package info.sswap.ontologies.exec.impl

Class info.sswap.ontologies.exec.impl.ExecImpl extends AbstractSSWAPServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

rdgPath

java.lang.String rdgPath
"RDGPath" as defined in web.xml. This is the path to the "public" directory where the RDF/XML RDGs reside.


hotboxPath

java.lang.String hotboxPath
Optional "hotboxPath" as defined in web.xml. This is the directory that is polled (scanned every interval) for JSON files awaiting conversion to RDGs, to be placed in the public folder.


hotboxPoller

HotboxPoller hotboxPoller
The hotbox poller; may be null if not invoked


tmpDir

java.io.File tmpDir
Temporary working directory (TWD) for the executed process. Each process invocation gets a new TWD; TWD is recursively deleted upon normal or exception exit.



Copyright (c) 2011, iPlant Collaborative, University of Arizona, Cold Spring Harbor Laboratories, University of Texas at Austin.