public class DefaultDisseminatorImpl extends InternalService implements DefaultDisseminator
| Constructor and Description |
|---|
DefaultDisseminatorImpl(Context context,
Date asOfDateTime,
DOReader reader,
Access access,
String reposBaseURL,
File reposHomeDir) |
| Modifier and Type | Method and Description |
|---|---|
static MethodDef[] |
reflectMethods()
Method implementation of reflectMethods from the InternalService
interface.
|
MIMETypedStream |
viewDublinCore()
Returns the Dublin Core record for the object, if one exists.
|
MIMETypedStream |
viewItemIndex()
Returns an HTML rendering of the Item Index for the object.
|
MIMETypedStream |
viewMethodIndex()
Returns an HTML rendering of the Dissemination Index for the object.
|
MIMETypedStream |
viewObjectProfile()
Returns an HTML rendering of the object profile which contains key
metadata from the object, plus URLs for the object's Dissemination Index
and Item Index.
|
public DefaultDisseminatorImpl(Context context, Date asOfDateTime, DOReader reader, Access access, String reposBaseURL, File reposHomeDir) throws ServerException
ServerExceptionpublic MIMETypedStream viewObjectProfile() throws ServerException
viewObjectProfile in interface DefaultDisseminatorServerExceptionpublic MIMETypedStream viewMethodIndex() throws ServerException
viewMethodIndex in interface DefaultDisseminatorServerExceptionpublic MIMETypedStream viewItemIndex() throws ServerException
viewItemIndex in interface DefaultDisseminatorServerExceptionpublic MIMETypedStream viewDublinCore() throws ServerException
viewDublinCore in interface DefaultDisseminatorServerExceptionpublic static MethodDef[] reflectMethods()
Copyright © 2013 DuraSpace. All Rights Reserved.