JavaScript is disabled on your browser.
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
add(Annotation)
- Method in
View
Adds an annotation to the processing step's list of annotations.
addAnnotation(Annotation)
- Method in
View
Adds an annotation to the processing step's list of annotations.
addContains(String, String, String)
- Method in
View
Adds an entry to the
contains
section in the view object.
addFeature(String, Set)
- Method in
Annotation
addMetaData(String, Object)
- Method in
View
Adds the name/value pair to the metadata map.
addView(View)
- Method in
Container
Annotation
- Class in
org.lappsgrid.serialization.lif
Information about a single standoff annotation.
Annotation(Map)
- Constructor in
Annotation
asJson()
- Method in
Data
Returns a JSON representation of the Data object
asPrettyJson()
- Method in
Data
Returns a pretty-printed JSON representation of the Data object.
Authorization
- Class in
org.lappsgrid.serialization.aas
@deprecated
Authors:
Keith Suderman
B
C
Container
- Class in
org.lappsgrid.serialization.lif
Container objects are the outer wrapper for all LIF objects.
Container.ContextType
- Enum in
org.lappsgrid.serialization.lif
Container(Map)
- Constructor in
Container
Contains
- Class in
org.lappsgrid.serialization.lif
Holds information for the 'contains' sections of a
View
's metadata section.
contains(String)
- Method in
View
Returns true if the metadata.contains map contains the named key.
Content
- Class in
org.lappsgrid.serialization.lif
The Content object is a JSON "value object", that is, a JSON object with a @value field.
Content(Content)
- Constructor in
Content
D
Data
- Class in
org.lappsgrid.serialization
The Data object is the container for all communications between services on the Lappsgrid.
Data(Map)
- Constructor in
Data
DataContainer
- Class in
org.lappsgrid.serialization
The DataContainer class extends Data
so that we can pass Class instances.
DataContainer(Map)
- Constructor in
DataContainer
deepCopy(View)
- Method in
Utils
define(String, String)
- Method in
Container
Dependency
- Class in
org.lappsgrid.serialization.lif
@author Keith Suderman
dependency(Dependency)
- Method in
Contains
E
Error
- Class in
org.lappsgrid.serialization
A Data object with the discriminator set to http://vocab.lappsgrid.org/ns/error
Error(String)
- Constructor in
Error
ExecuteRequest
- Class in
org.lappsgrid.serialization.service
Deprecated
ExecuteRequest(Container)
- Constructor in
ExecuteRequest
expired()
- Method in
Token
F
findByAtType(String)
- Method in
View
findById(String)
- Method in
View
findViewById(String)
- Method in
Container
findViewsThatContain(String)
- Method in
Container
findViewsThatContainBy(String, String)
- Method in
Container
G
getContains(String)
- Method in
View
getDependsOn()
- Method in
Contains
getEnd()
- Method in
ListRequest
getFeature(String)
- Method in
Annotation
getFeatureList(String)
- Method in
Annotation
getFeatureMap(String)
- Method in
Annotation
getFeatureSet(String)
- Method in
Annotation
getKey()
- Method in
GetRequest
getLanguage()
- Method in
Container
getMetadata(String)
- Method in
Container
getMetaData(String)
- Method in
View
getParameter(String)
- Method in
Data
getProducer()
- Method in
Contains
GetRequest
- Class in
org.lappsgrid.serialization.datasource
The
Data
object sent to request a single document from a Lappgrid Datasource.
GetRequest(String)
- Constructor in
GetRequest
getStart()
- Method in
ListRequest
getTagSet()
- Method in
Contains
getText()
- Method in
Container
getTimestamp()
- Method in
View
getType()
- Method in
Contains
getUrl()
- Method in
Contains
getView(int)
- Method in
Container
H
I
J
K
L
LappsIOException
- Class in
org.lappsgrid.serialization
@author Keith Suderman
LappsIOException()
- Constructor in
LappsIOException
License
- Class in
org.lappsgrid.serialization.aas
@deprecated
Authors:
Keith Suderman
LifException
- Class in
org.lappsgrid.serialization
@author Keith Suderman
LifException(String, Throwable, boolean, boolean)
- Constructor in
LifException
ListRequest
- Class in
org.lappsgrid.serialization.datasource
The
Data
object sent to a Datasource to retrieve a list of document IDs from the Datasource.
ListRequest.Offsets
- Class in
org.lappsgrid.serialization.datasource
ListRequest.Offsets(int, int)
- Constructor in
ListRequest.Offsets
ListRequest(int, int)
- Constructor in
ListRequest
ListResponse
- Class in
org.lappsgrid.serialization.response
Deprecated.
LOCAL_CONTEXT
- Field in
Container
LoginRequest
- Class in
org.lappsgrid.serialization.aas
@deprecated
Authors:
Keith Suderman
LoginRequest(String)
- Constructor in
LoginRequest
M
N
newAnnotation(String, String, long, long)
- Method in
View
Creates and returns a new Annotation.
newView()
- Method in
Container
O
P
parse(String)
- Method in
Serializer
parseTime(String)
- Method in
Utils
Q
R
REMOTE_CONTEXT
- Field in
Container
S
SerializationException
- Class in
org.lappsgrid.serialization
@author Keith Suderman
SerializationException(String, Throwable, boolean, boolean)
- Constructor in
SerializationException
Serializer
- Class in
org.lappsgrid.serialization
Serializes objects to/from JSON.
setDependsOn(List<Dependency>)
- Method in
Contains
setKey(String)
- Method in
GetRequest
setLanguage(String)
- Method in
Container
setMetadata(String, Object)
- Method in
Container
setParameter(String, Object)
- Method in
Data
setProducer(String)
- Method in
Contains
setTagSet(String)
- Method in
Contains
setText(String)
- Method in
Container
setTimestamp(String)
- Method in
View
setType(String)
- Method in
Contains
setUrl(String)
- Method in
Contains
SizeRequest
- Class in
org.lappsgrid.serialization.datasource
The
Data
object...
SizeRequest()
- Constructor in
SizeRequest
SizeResponse
- Class in
org.lappsgrid.serialization.response
Deprecated
T
timestamp()
- Method in
Utils
toJson()
- Method in
LoginRequest
toJson(Object)
- Method in
Serializer
Returns a JSON representation of the object.
Token
- Class in
org.lappsgrid.serialization.aas
@deprecated
Authors:
Keith Suderman
toPrettyJson()
- Method in
LoginRequest
toPrettyJson(Object)
- Method in
Serializer
Returns a pretty-printed JSON representation of the object.
toString()
- Method in
Annotation
toString()
- Method in
LoginRequest
Calls toPrettyJson()
U
Utils
- Class in
org.lappsgrid.serialization
@author Keith Suderman
V
ValueObject
- Class in
org.lappsgrid.serialization.lif
A JSON-LD
value object
.
ValueObject(Map)
- Constructor in
ValueObject
View
- Class in
org.lappsgrid.serialization.lif
A View consists of some metadata and a list of annotations.
View(View)
- Constructor in
View
W
X
Y
Z
_
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
org.lappsgrid:serialization:2.7.0