Uses of Class
fedora.server.errors.GeneralException

Packages that use GeneralException
fedora.server   
fedora.server.access.dissemination   
fedora.server.security   
fedora.server.storage   
fedora.server.storage.service   
fedora.server.storage.types   
fedora.server.utilities   
fedora.server.validation   
 

Uses of GeneralException in fedora.server
 

Methods in fedora.server that throw GeneralException
static java.util.Date Server.getCurrentDate(Context context)
          Get the current date from the context.
 

Uses of GeneralException in fedora.server.access.dissemination
 

Methods in fedora.server.access.dissemination that throw GeneralException
 MIMETypedStream DisseminationService.getDisseminationContent(java.lang.String url, Context context, java.lang.String user, java.lang.String pass)
          A method that reads the contents of the specified URL and returns the result as a MIMETypedStream
 

Uses of GeneralException in fedora.server.security
 

Methods in fedora.server.security that throw GeneralException
 BackendSecuritySpec BackendSecurityDeserializer.deserialize(java.lang.String inFilePath)
           
 void BackendSecuritySpec.setSecuritySpec(java.lang.String serviceRoleID, java.lang.String methodName, java.util.Hashtable<java.lang.String,java.lang.String> properties)
          Set the security properties at the backend service or for a method of that backend service.
 

Constructors in fedora.server.security that throw GeneralException
PolicyFinderModule(java.lang.String combiningAlgorithm, java.lang.String repositoryPolicyDirectoryPath, java.lang.String repositoryBackendPolicyDirectoryPath, java.lang.String repositoryPolicyGuiToolDirectoryPath, DOManager doManager, boolean validateRepositoryPolicies, boolean validateObjectPoliciesFromDatastream, java.lang.String policySchemaPath)
           
 

Uses of GeneralException in fedora.server.storage
 

Methods in fedora.server.storage that throw GeneralException
 java.io.InputStream FastDOReader.ExportObject(java.lang.String format, java.lang.String exportContext)
          Exports the object.
 MethodParmDef[] FastBdefReader.getAbstractMethodParms(java.lang.String methodName, java.util.Date versDateTime)
          Gets user method parameters associated with the specified method name.
 MethodDef[] SimpleBDefReader.getAbstractMethods(java.util.Date versDateTime)
           
 java.lang.String[] FastDOReader.GetBehaviorDefs(java.util.Date versDateTime)
          Gets a list of Behavior Definition object PIDs associated with the specified digital object.
 Datastream FastDOReader.GetDatastream(java.lang.String datastreamID, java.util.Date versDateTime)
          Gets a datastream specified by the datastream ID.
 Datastream FastDOReader.getDatastream(java.lang.String dsID, java.lang.String versionID)
           
 Datastream[] FastDOReader.GetDatastreams(java.util.Date versDateTime, java.lang.String state)
          Gets all the datastreams of a digital object.
 DisseminationBindingInfo[] FastDOReader.getDisseminationBindingInfo(java.lang.String bDefPID, java.lang.String methodName, java.util.Date versDateTime)
          Gets the dissemination binding info necessary to perform a particular dissemination.
 Disseminator FastDOReader.GetDisseminator(java.lang.String disseminatorID, java.util.Date versDateTime)
          Gets a disseminator with the specified ID.
 Disseminator[] FastDOReader.GetDisseminators(java.util.Date versDateTime, java.lang.String state)
          Gets all disseminators of the specified object.
 DSBindingMapAugmented[] FastDOReader.GetDSBindingMaps(java.util.Date versDateTime)
          Gets datastream binding map.
 MIMETypedStream DefaultExternalContentManager.getExternalContent(java.lang.String url, Context context)
          A method that reads the contents of the specified URL and returns the result as a MIMETypedStream
 java.lang.String[] FastDOReader.getObjectHistory(java.lang.String PID)
          Gets the change history of an object by returning a list of timestamps that correspond to modification dates of components.
 java.lang.String FastDOReader.GetObjectLabel()
          Gets the label of the requested object.
 MethodParmDef[] FastDOReader.getObjectMethodParms(java.lang.String bDefPID, java.lang.String methodName, java.util.Date versDateTime)
          Gets method parameters associated with the specified method name.
 java.lang.String FastDOReader.GetObjectPID()
          Gets the persistent identifier or PID of the digital object.
 java.lang.String FastDOReader.GetObjectState()
          Gets the state on a digital object
 java.io.InputStream FastDOReader.GetObjectXML()
          Gets the XML representation of the object.
 BMechDSBindSpec SimpleBMechReader.getServiceDSInputSpec(java.util.Date versDateTime)
           
 MethodDefOperationBind[] SimpleBMechReader.getServiceMethodBindings(java.util.Date versDateTime)
           
 MethodParmDef[] FastBmechReader.getServiceMethodParms(java.lang.String methodName, java.util.Date versDateTime)
          Gets default mechanism method parameters associated with the specified method name.
 MethodDef[] SimpleBMechReader.getServiceMethods(java.util.Date versDateTime)
           
 java.lang.String[] FastDOReader.ListDatastreamIDs(java.lang.String state)
          Lists the datastream IDs of the requested object having the specified state.
 java.lang.String[] FastDOReader.ListDisseminatorIDs(java.lang.String state)
          Gets a list of disseminator IDs.
 ObjectMethodsDef[] FastDOReader.listMethods(java.util.Date versDateTime)
          Gets all methods associated with the specified digital object.
 MethodDef[] FastDOReader.listMethods(java.lang.String bDefPID, java.util.Date versDateTime)
          Gets all method defintiions associated with the specified Behavior Mechanism.
 java.lang.String FastBdefReader.locateBdefPID(java.lang.String bDefPID)
          Locates the specified bdef object using its persistent identifier.
 java.lang.String FastBmechReader.locateBmechPID(java.lang.String bMechPID)
          Locates the specified bmech object using its persistent identifier.
 java.lang.String FastDOReader.locatePID(java.lang.String PID)
          Locates the specified digital object using its persitent identifier.
 

Uses of GeneralException in fedora.server.storage.service
 

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

Uses of GeneralException in fedora.server.storage.types
 

Methods in fedora.server.storage.types that throw GeneralException
static java.lang.String Datastream.validateChecksumType(java.lang.String checksumType)
           
 

Uses of GeneralException in fedora.server.utilities
 

Constructors in fedora.server.utilities that throw GeneralException
ProtocolPort(java.lang.String protocol, java.lang.String port)
           
 

Uses of GeneralException in fedora.server.validation
 

Methods in fedora.server.validation that throw GeneralException
 void DOValidatorXMLSchema.validate(java.io.File objectAsFile)
           
 void DOValidatorImpl.validate(java.io.File objectAsFile, java.lang.String format, int validationType, java.lang.String phase)
          Validates a digital object.
 void DOValidatorXMLSchema.validate(java.io.InputStream objectAsStream)
           
 

Constructors in fedora.server.validation that throw GeneralException
DOValidatorXMLSchema(java.lang.String schemaPath)