Uses of Class
org.fcrepo.server.errors.ObjectIntegrityException

Packages that use ObjectIntegrityException
org.fcrepo.server.errors   
org.fcrepo.server.search   
org.fcrepo.server.storage   
org.fcrepo.server.storage.service   
org.fcrepo.server.storage.translation   
org.fcrepo.server.utilities   
 

Uses of ObjectIntegrityException in org.fcrepo.server.errors
 

Subclasses of ObjectIntegrityException in org.fcrepo.server.errors
 class ValidationException
          Signals an error while validating.
 

Uses of ObjectIntegrityException in org.fcrepo.server.search
 

Methods in org.fcrepo.server.search that throw ObjectIntegrityException
 FieldSearchResult FieldSearchSQLImpl.findObjects(String[] resultFields, int maxResults, FieldSearchQuery query)
           
 FieldSearchResult FieldSearchSQLImpl.resumeFindObjects(String sessionToken)
           
protected  void FieldSearchResultSQLImpl.step()
          Update object with the next chunk of results.
 

Constructors in org.fcrepo.server.search that throw ObjectIntegrityException
ObjectFields(String[] fieldNames, InputStream in)
           
 

Uses of ObjectIntegrityException in org.fcrepo.server.storage
 

Methods in org.fcrepo.server.storage that throw ObjectIntegrityException
 InputStream SimpleDOReader.Export(String format, String exportContext)
          Gets the content of the entire digital object as XML, with public URIs as references to managed content datastreams under the custodianship of the repository.
 InputStream SimpleDOReader.ExportObject(String format, String exportContext)
          Deprecated. in Fedora 3.0, use Export instead
 MethodDef[] SimpleServiceDefinitionReader.getAbstractMethods(Date versDateTime)
           
 InputStream SimpleServiceDefinitionReader.getAbstractMethodsXML(Date versDateTime)
           
protected  DatastreamXMLMetadata SimpleServiceAwareReader.getDSInputSpecDatastream(Date versDateTime)
           
protected  DatastreamXMLMetadata SimpleServiceAwareReader.getMethodMapDatastream(Date versDateTime)
           
 InputStream SimpleDOReader.GetObjectXML()
          Return the object as an XML input stream in the internal serialization format.
 DOReader DirectoryBasedRepositoryReader.getReader(boolean UseCachedObject, Context context, String pid)
           
 ServiceDefinitionReader DirectoryBasedRepositoryReader.getServiceDefinitionReader(boolean UseCachedObject, Context context, String pid)
           
 ServiceDeploymentReader DirectoryBasedRepositoryReader.getServiceDeploymentReader(boolean UseCachedObject, Context context, String pid)
           
 DeploymentDSBindSpec SimpleServiceDeploymentReader.getServiceDSInputSpec(Date versDateTime)
           
 MethodDefOperationBind[] SimpleServiceDeploymentReader.getServiceMethodBindings(Date versDateTime)
           
 MethodDef[] SimpleServiceDeploymentReader.getServiceMethods(Date versDateTime)
           
 InputStream SimpleServiceDeploymentReader.getServiceMethodsXML(Date versDateTime)
           
protected  DatastreamXMLMetadata SimpleServiceAwareReader.getWSDLDatastream(Date versDateTime)
           
 void SimpleDOWriter.remove()
          Removes the entire digital object.
 void SimpleDOWriter.setLabel(String label)
           
 void SimpleDOWriter.setOwnerId(String ownerId)
           
 void SimpleDOWriter.setState(String state)
           
 

Constructors in org.fcrepo.server.storage that throw ObjectIntegrityException
DirectoryBasedRepositoryReader(File directory, DOTranslator translator, String exportFormat, String storageFormat, String encoding)
          Initializes the RepositoryReader by looking at all files in the provided directory and ensuring that they're all serialized digital objects and that there are no PID conflicts.
SimpleDOReader(Context context, RepositoryReader repoReader, DOTranslator translator, String exportFormat, String storageFormat, String encoding, InputStream serializedObject)
           
SimpleServiceAwareReader(Context context, RepositoryReader repoReader, DOTranslator translator, String exportFormat, String storageFormat, String encoding, InputStream serializedObject)
           
SimpleServiceDefinitionReader(Context context, RepositoryReader repoReader, DOTranslator translator, String exportFormat, String storageFormat, String encoding, InputStream serializedObject)
           
SimpleServiceDeploymentReader(Context context, RepositoryReader repoReader, DOTranslator translator, String exportFormat, String storageFormat, String encoding, InputStream serializedObject)
           
 

Uses of ObjectIntegrityException in org.fcrepo.server.storage.service
 

Methods in org.fcrepo.server.storage.service that throw ObjectIntegrityException
 DeploymentDSBindSpec ServiceMapper.getDSInputSpec(InputSource dsInputSpecSource)
           
 MethodDefOperationBind[] ServiceMapper.getMethodDefBindings(InputSource wsdlSource, InputSource methodMapSource)
          getMethodDefBindings: creates an array of operation bindings in the form of an array of Fedora MethodDefOperationBind objects.
 MethodDef[] ServiceMapper.getMethodDefs(InputSource methodMapSource)
          getMethodDefs: creates an array of abstract method definitions in the form of an array of Fedora MethodDef objects.
 

Constructors in org.fcrepo.server.storage.service that throw ObjectIntegrityException
DSInputSpecParser(String parentPID, InputStream in)
          Constructor allows this class to initiate the parsing
 

Uses of ObjectIntegrityException in org.fcrepo.server.storage.translation
 

Methods in org.fcrepo.server.storage.translation that throw ObjectIntegrityException
protected static void DOTranslationUtility.appendAuditTrail(DigitalObject obj, PrintWriter writer)
           
protected static void DOTranslationUtility.appendXMLStream(InputStream in, PrintWriter writer, String encoding)
          Appends XML to a PrintWriter.
 void METSFedoraExtDODeserializer.deserialize(InputStream in, DigitalObject obj, String encoding, int transContext)
          Deserializes the given stream.
 void FOXMLDODeserializer.deserialize(InputStream in, DigitalObject obj, String encoding, int transContext)
          Deserializes the given stream.
 void DODeserializer.deserialize(InputStream in, DigitalObject obj, String encoding, int transContext)
          Deserializes the given stream.
 void AtomDODeserializer.deserialize(InputStream in, DigitalObject obj, String encoding, int transContext)
          Deserializes the given stream.
 void DOTranslatorModule.deserialize(InputStream in, DigitalObject out, String format, String encoding, int transContext)
          Deserializes the given stream.
 void DOTranslatorImpl.deserialize(InputStream in, DigitalObject obj, String format, String encoding, int transContext)
          Deserializes the given stream.
 void DOTranslator.deserialize(InputStream in, DigitalObject obj, String format, String encoding, int transContext)
          Deserializes the given stream.
protected static String DOTranslationUtility.getAuditTrail(DigitalObject obj)
           
protected  File AtomDODeserializer.getContentSrcAsFile(org.apache.abdera.i18n.iri.IRI contentSrc)
          Returns the an Entry's contentSrc as a File relative to AtomDODeserializer.m_tempDir.
static String DOTranslationUtility.getStateAttribute(DigitalObject obj)
          Reads the state attribute from a DigitalObject.
static RDFName DOTranslationUtility.getTypeAttribute(DigitalObject obj)
           
 void METSFedoraExtDOSerializer.serialize(DigitalObject obj, OutputStream out, String encoding, int transContext)
          Serializes the given object.
 void FOXMLDOSerializer.serialize(DigitalObject obj, OutputStream out, String encoding, int transContext)
          Serializes the given object.
 void DOSerializer.serialize(DigitalObject obj, OutputStream out, String encoding, int transContext)
          Serializes the given object.
 void AtomDOSerializer.serialize(DigitalObject obj, OutputStream out, String encoding, int transContext)
          Serializes the given object.
 void DOTranslatorModule.serialize(DigitalObject in, OutputStream out, String format, String encoding, int transContext)
          Serializes the given object.
 void DOTranslatorImpl.serialize(DigitalObject obj, OutputStream out, String format, String encoding, int transContext)
          Serializes the given object.
 void DOTranslator.serialize(DigitalObject obj, OutputStream out, String format, String encoding, int transContext)
          Serializes the given object.
static Datastream DOTranslationUtility.setDatastreamDefaults(Datastream ds)
          Check for null values in attributes and set them to empty string so 'null' does not appear in XML attribute values.
static Disseminator DOTranslationUtility.setDisseminatorDefaults(Disseminator diss)
          Deprecated. 
protected static void DOTranslationUtility.validateAudit(AuditRecord audit)
          The audit record is created by the system, so programmatic validation here is o.k.
 

Uses of ObjectIntegrityException in org.fcrepo.server.utilities
 

Constructors in org.fcrepo.server.utilities that throw ObjectIntegrityException
DCFields(InputStream in)
           
 



Copyright © 2012 DuraSpace. All Rights Reserved.