org.fcrepo.server.validation.ecm
Class OwlValidator

java.lang.Object
  extended by org.fcrepo.server.validation.ecm.OwlValidator

public class OwlValidator
extends Object

Created by IntelliJ IDEA. User: abr Date: Aug 4, 2010 Time: 10:50:52 AM To change this template use File | Settings | File Templates.


Constructor Summary
OwlValidator(RepositoryReader doMgr)
           
 
Method Summary
 void validate(Context context, Date asOfDateTime, DOReader currentObjectReader, Validation validation)
          This is one complex method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwlValidator

public OwlValidator(RepositoryReader doMgr)
Method Detail

validate

public void validate(Context context,
                     Date asOfDateTime,
                     DOReader currentObjectReader,
                     Validation validation)
              throws ServerException
This is one complex method.

1. retrieve the list of content models from the object. 2. retrieve the ontology datastreams from each of these content models 3.

Parameters:
context -
asOfDateTime -
currentObjectReader -
validation -
Throws:
ServerException


Copyright © 2011 DuraSpace. All Rights Reserved.