org.pasoa.record
Class RecordPlugIn
java.lang.Object
org.pasoa.record.RecordPlugIn
- All Implemented Interfaces:
- PlugIn
- public class RecordPlugIn
- extends Object
- implements PlugIn
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_LPID
public static final String NO_LPID
- See Also:
- Constant Field Values
RecordPlugIn
public RecordPlugIn()
process
public Document process(Document document,
StorageSystem ss)
throws Exception
- Specified by:
process
in interface PlugIn
- Throws:
Exception
setReceiveDipatchesSynchronously
public void setReceiveDipatchesSynchronously(boolean sync)
receiveDispatchesSyncronously
public boolean receiveDispatchesSyncronously()
- Specified by:
receiveDispatchesSyncronously
in interface PlugIn
getDefaultResponse
public String getDefaultResponse()
- Description copied from interface:
PlugIn
- This method should only be used when the PlugIn receives dispatches asynchrounsly.
- Specified by:
getDefaultResponse
in interface PlugIn
- Returns:
getConfiguration
public Map getConfiguration()
- Specified by:
getConfiguration
in interface PlugIn
initialize
public void initialize(Map configuration)
- Description copied from interface:
PlugIn
- At least the following values are present in all plug-in configurations:
- The provenance service URL, with key org.pasoa.common.Constants.PROVENANCE_STORE_URL
- Specified by:
initialize
in interface PlugIn