B D F G J K O R S
B
- BaseFedoraObjectSerializer - Class in org.fcrepo.serialization
-
Auto-wire some helpful services for the FedoraObjectSerializer
- BaseFedoraObjectSerializer() - Constructor for class org.fcrepo.serialization.BaseFedoraObjectSerializer
-
- buildFedoraObjectSerializersMap() - Method in class org.fcrepo.serialization.SerializerUtil
-
Hook into Spring to get the list of all FedoraObjectSerializers that
were (supposedly) component scanned, and register them in our own
map.
D
- deserialize(Session, String, InputStream) - Method in class org.fcrepo.serialization.BaseFedoraObjectSerializer
-
- deserialize(Session, String, InputStream) - Method in interface org.fcrepo.serialization.FedoraObjectSerializer
-
Read the given InputStream and de-serialize the content
into new nodes in the given session using the given path
as the parent node
- deserialize(Session, String, InputStream) - Method in class org.fcrepo.serialization.JcrXmlSerializer
-
- dsService - Variable in class org.fcrepo.serialization.BaseFedoraObjectSerializer
-
F
- FedoraObjectSerializer - Interface in org.fcrepo.serialization
-
Interface for serializing/deserializing a FedoraObject
to some transportable format
G
- getFedoraObjectSerializers() - Method in class org.fcrepo.serialization.SerializerUtil
-
Get the whole list of FedoraObjectSerializers
- getKey() - Method in interface org.fcrepo.serialization.FedoraObjectSerializer
-
Get the key for the serializer (that will be
used at the REST API to identify the format)
- getKey() - Method in class org.fcrepo.serialization.JcrXmlSerializer
-
- getMediaType() - Method in interface org.fcrepo.serialization.FedoraObjectSerializer
-
Get the media type for the serialized output
(so we can send the right mime type as appropriate)
- getMediaType() - Method in class org.fcrepo.serialization.JcrXmlSerializer
-
- getSerializer(String) - Method in class org.fcrepo.serialization.SerializerUtil
-
Get a Fedora Object Serializer by its key
J
- JCR_XML - Static variable in interface org.fcrepo.serialization.FedoraObjectSerializer
-
- JcrXmlSerializer - Class in org.fcrepo.serialization
-
Serialize a FedoraObject using the modeshape-provided JCR/XML format
- JcrXmlSerializer() - Constructor for class org.fcrepo.serialization.JcrXmlSerializer
-
K
- keySet() - Method in class org.fcrepo.serialization.SerializerUtil
-
Get the list of Fedora serializer keys
O
- objService - Variable in class org.fcrepo.serialization.BaseFedoraObjectSerializer
-
- org.fcrepo.serialization - package org.fcrepo.serialization
-
This package provides serialization capability.
R
- repo - Variable in class org.fcrepo.serialization.BaseFedoraObjectSerializer
-
S
- serialize(FedoraObject, OutputStream, boolean, boolean) - Method in class org.fcrepo.serialization.BaseFedoraObjectSerializer
-
- serialize(FedoraObject, OutputStream, boolean, boolean) - Method in interface org.fcrepo.serialization.FedoraObjectSerializer
-
Serialize a FedoraObject into some format with options for recurse
and skipBinary, and write it to the given OutputStream
- serialize(FedoraObject, OutputStream, boolean, boolean) - Method in class org.fcrepo.serialization.JcrXmlSerializer
-
- SerializerUtil - Class in org.fcrepo.serialization
-
Helper service that aggregates serializers and makes them accessible by key
- SerializerUtil() - Constructor for class org.fcrepo.serialization.SerializerUtil
-
- setApplicationContext(ApplicationContext) - Method in class org.fcrepo.serialization.SerializerUtil
-
B D F G J K O R S
Copyright © 2013–2014 DuraSpace, Inc.. All rights reserved.