org.dlese.dpc.services.dcs
Class PutRecordData
java.lang.Object
org.dlese.dpc.services.dcs.PutRecordData
public class PutRecordData
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PutRecordData
public PutRecordData()
getId
public String getId()
getCollection
public String getCollection()
getFormat
public String getFormat()
getDocument
public Document getDocument()
init
public void init(String recordXml,
String format,
String collection,
FrameworkRegistry frameworks)
throws Exception
- Throws:
Exception