| Package | Description |
|---|---|
| org.fcrepo.server.access | |
| org.fcrepo.server.access.defaultdisseminator | |
| org.fcrepo.server.storage.types | |
| org.fcrepo.server.utilities |
| Modifier and Type | Method and Description |
|---|---|
MIMETypedStream |
DynamicAccessModule.getDissemination(Context context,
String PID,
String sDefPID,
String methodName,
Property[] userParms,
Date asOfDateTime)
Perform a dissemination for a method that belongs to a dynamic
disseminator that is associate with the digital object.
|
MIMETypedStream |
DefaultAccess.getDissemination(Context context,
String PID,
String sDefPID,
String methodName,
Property[] userParms,
Date asOfDateTime)
Disseminates the content produced by executing the specified method of
the associated deployment object of the specified digital object.
|
MIMETypedStream |
Access.getDissemination(Context context,
String pid,
String sDefPID,
String methodName,
Property[] userParms,
Date asOfDateTime)
Disseminates the content produced by executing the specified method of
the associated Service Deployment object of the specified digital object.
|
MIMETypedStream |
DynamicAccessImpl.getDissemination(Context context,
String PID,
String sDefPID,
String methodName,
Property[] userParms,
Date asOfDateTime,
DOReader reader)
Perform a dissemination for a method that belongs to a dynamic
disseminator that is associate with the digital object.
|
void |
FedoraAccessServlet.getDissemination(Context context,
String PID,
String sDefPID,
String methodName,
Property[] userParms,
Date asOfDateTime,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
This method calls the Fedora Access Subsystem to retrieve a MIME-typed
stream corresponding to the dissemination request.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ServiceMethodDispatcher.invokeMethod(Object service_object,
String methodName,
Property[] userParms)
Invoke a method on an internal service.
|
| Modifier and Type | Field and Description |
|---|---|
Property[] |
MIMETypedStream.header |
| Constructor and Description |
|---|
MIMETypedStream(String MIMEType,
InputStream stream,
Property[] header)
Constructs a MIMETypedStream.
|
MIMETypedStream(String MIMEType,
InputStream stream,
Property[] header,
long size)
Constructs a MIMETypedStream.
|
| Modifier and Type | Method and Description |
|---|---|
static Property[] |
TypeUtility.convertGenPropertyArrayToPropertyArray(GetDissemination.Parameters genProperties) |
static Property[] |
TypeUtility.convertGenPropertyArrayToPropertyArray(GetDissemination.Parameters genProperties) |
static Property |
TypeUtility.convertGenPropertyToProperty(Property genProperty) |
| Modifier and Type | Method and Description |
|---|---|
static Property |
TypeUtility.convertPropertyToGenProperty(Property property) |
Copyright © 2013 DuraSpace. All Rights Reserved.