Serialized Form
Package info.sswap.api.input.impl |
type
java.net.URI type
value
InputValue value
label
java.lang.String label
description
java.lang.String description
propertyInput
PropertyInput propertyInput
bnodeID
java.lang.String bnodeID
values
com.google.common.collect.ImmutableSet<E> values
inputs
com.google.common.collect.ImmutableList<E> inputs
label
java.lang.String label
language
java.lang.String language
datatype
java.net.URI datatype
property
java.net.URI property
range
Input range
minCardinality
int minCardinality
maxCardinality
int maxCardinality
inputs
com.google.common.collect.ImmutableList<E> inputs
valueTypes
java.net.URI[] valueTypes
valueIndex
int valueIndex
uri
java.net.URI uri
Package info.sswap.api.model |
serialVersionUID: -4049689824313517768L
serialVersionUID: -7021644823589935053L
Package info.sswap.api.servlet |
serialVersionUID: 1L
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.
serialVersionUID: 1L
serialVersionUID: 6176407187653076879L
proxyServiceURL
java.lang.String proxyServiceURL
maxObjects
int maxObjects
serialVersionUID: 1L
serialVersionUID: 1L
Package info.sswap.impl.empire.io |
serialVersionUID: -5541799997721676884L
Package info.sswap.impl.empire.model |
Package info.sswap.ontologies.data.api |
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
Package info.sswap.ontologies.exec.api |
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
Package info.sswap.ontologies.exec.impl |
serialVersionUID: 1L
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.