Uses of Class
edu.ucsb.nceas.metacat.shared.ServiceException
Package
Description
-
Uses of ServiceException in edu.ucsb.nceas.metacat
Modifier and TypeMethodDescriptionorg.dataone.service.types.v1.ObjectList
IdentifierManager.querySystemMetadata
(Date startTime, Date endTime, org.dataone.service.types.v1.ObjectFormatIdentifier objectFormatId, org.dataone.service.types.v1.NodeReference nodeId, int start, int count, org.dataone.service.types.v1.Identifier identifier, boolean isSID) query the systemmetadata table based on the given parameters -
Uses of ServiceException in edu.ucsb.nceas.metacat.admin
Modifier and TypeMethodDescriptionprotected void
SolrAdmin.handleWarningActions
(String action, javax.servlet.http.HttpServletRequest request, Vector<String> processingErrors) Method to handle a warning message in the request, which have user's response. -
Uses of ServiceException in edu.ucsb.nceas.metacat.admin.upgrade.solr
Modifier and TypeMethodDescriptionstatic SolrSchemaAndConfigUpgrader
SolrSchemaAndConfigUpgrader.getInstance()
Get the singleton instance -
Uses of ServiceException in edu.ucsb.nceas.metacat.database
-
Uses of ServiceException in edu.ucsb.nceas.metacat.dataone
Modifier and TypeMethodDescriptionvoid
SyncAccessPolicy.syncAll()
For all guids for which current MN is authoritative, check that access policy is synced with CN. -
Uses of ServiceException in edu.ucsb.nceas.metacat.index.queue
Modifier and TypeMethodDescriptionprotected void
IndexGenerator.doRefresh()
protected static String
IndexGenerator.getFilePath
(org.dataone.service.types.v1.Identifier id) Get the relative file path for the identifier.static IndexGenerator
IndexGenerator.getInstance()
Implement a Singleton pattern using "double checked locking" pattern.void
Publish the given information to the index queuevoid
IndexGenerator.stop()
Stop the service -
Uses of ServiceException in edu.ucsb.nceas.metacat.plugin
Modifier and TypeMethodDescriptionstatic MetacatHandlerPluginManager
MetacatHandlerPluginManager.getInstance()
-
Uses of ServiceException in edu.ucsb.nceas.metacat.properties
Modifier and TypeMethodDescriptionvoid
PropertyService.doRefresh()
void
SkinPropertyService.doRefresh()
static PropertyService
PropertyService.getInstance()
Get the single instance of PropertyService, only after it has been previously instantiated with a call to one of the other getInstance() methods passing either a reference to the servlet context or the config file pathstatic PropertyService
PropertyService.getInstance
(String testConfigFileDir) Get the single instance of PropertyService for test purposes.static PropertyService
PropertyService.getInstance
(javax.servlet.ServletContext context) Get the single instance of PropertyService.static SkinPropertyService
SkinPropertyService.getInstance()
Get the single instance of SkinPropertyService.static PropertyService
PropertyService.getInstanceForTesting
(Path testDefaultPropertiesFilePath, Path testSitePropertiesFilePath) Get the single instance of PropertyService for test purposes.void
PropertyService.stop()
void
SkinPropertyService.stop()
-
Uses of ServiceException in edu.ucsb.nceas.metacat.service
Modifier and TypeMethodDescriptionvoid
SessionService.doRefresh()
void
XMLSchemaService.doRefresh()
refresh the persistant values in this service.static String
ServiceService.getRealApplicationContext()
Get the servlet context namestatic String
ServiceService.getRealConfigDir()
Convert the relative config directory to a full pathstatic String
ServiceService.getRealSkinDir()
Convert the relative skins directory to a full pathstatic void
ServiceService.refreshService
(String serviceName) Refresh a service.static void
ServiceService.registerService
(String serviceName, BaseService service) Register a service with the system.void
SessionService.registerSession
(SessionData sessionData) Register a session in the session hash table.void
SessionService.registerSession
(String sessionId, String userName, String[] groupNames, String password, String name) Register a session in the session hash table.void
SessionService.stop()
void
XMLSchemaService.stop()
-
Uses of ServiceException in edu.ucsb.nceas.metacat.startup
Modifier and TypeMethodDescriptionprotected void
MetacatInitializer.initAfterMetacatConfig()
Initialize the remainder of Metacat. -
Uses of ServiceException in edu.ucsb.nceas.metacat.util
Modifier and TypeMethodDescriptionstatic boolean
ConfigurationUtil.bypassConfiguration()
Reports whether the metacat configuration utility should be run.