B C D F G I 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.
C
- canSerialize(FedoraResource) - Method in interface org.fcrepo.serialization.FedoraObjectSerializer
-
Determines whether this FedoraObjectSerializer can be used to
serialize the given resource.
- canSerialize(FedoraResource) - Method in class org.fcrepo.serialization.JcrXmlSerializer
-
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
-
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
I
- InvalidSerializationFormatException - Exception in org.fcrepo.serialization
-
Exception thrown when during deserialization it becomes obvious that the
InputStream is not in the expected format.
- InvalidSerializationFormatException(String) - Constructor for exception org.fcrepo.serialization.InvalidSerializationFormatException
-
Exception with message
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
- org.fcrepo.serialization - package org.fcrepo.serialization
-
This package provides serialization capability.
R
- repo - Variable in class org.fcrepo.serialization.BaseFedoraObjectSerializer
-
S
- serialize(FedoraResource, OutputStream, boolean, boolean) - Method in class org.fcrepo.serialization.BaseFedoraObjectSerializer
-
- serialize(FedoraResource, 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(FedoraResource, 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 C D F G I J K O R S
Copyright © 2013-2014 DuraSpace, Inc.. All Rights Reserved.