org.deegree.metadata.iso.persistence.inspectors
Class FIInspector

java.lang.Object
  extended by org.deegree.metadata.iso.persistence.inspectors.FIInspector
All Implemented Interfaces:
RecordInspector<ISORecord>

public class FIInspector
extends Object
implements RecordInspector<ISORecord>

Inspects whether the fileIdentifier should be set when inserting a metadata or not and what consequences should occur.

Version:
$Revision: 30865 $, $Date: 2011-05-19 13:41:37 +0200 (Do, 19. Mai 2011) $
Author:
Steffen Thomas, last edited by: $Author: lbuesching $

Constructor Summary
FIInspector(FileIdentifierInspector inspector)
           
 
Method Summary
 ISORecord inspect(ISORecord record, Connection conn, ConnectionManager.Type connectionType)
          Inspects the given MetdataRecord.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIInspector

public FIInspector(FileIdentifierInspector inspector)
Method Detail

inspect

public ISORecord inspect(ISORecord record,
                         Connection conn,
                         ConnectionManager.Type connectionType)
                  throws MetadataInspectorException
Description copied from interface: RecordInspector
Inspects the given MetdataRecord.

Specified by:
inspect in interface RecordInspector<ISORecord>
Returns:
the inspected and (possibly) modified metadata record
Throws:
MetadataInspectorException


Copyright © 2011. All Rights Reserved.