| Modifier and Type | Method and Description |
|---|---|
static URL |
EdalJettyServer.generateMethodURL(String ticket,
int reviewerCode,
EdalHttpFunctions method)
Generate an
URL to a ticket for the given method. |
static URL |
EdalJettyServer.generateReviewerURL(URL entityURL,
int reviewersCode)
Generate an
URL to access a
PrimaryDataEntity
as reviewer over a temporal landing page. |
static Long |
DataManager.getAvailableStorageSpace()
Getter for the available space in the mount path of eDAL.
|
static URL |
EdalJettyServer.getServerURL()
Get the
URL of the HTTP server. |
static List<Class<? extends Principal>> |
DataManager.getSupportedPrincipals()
Getter all supported
Principals of the current eDAL system. |
static Long |
DataManager.getUsedStorageSpace()
Getter for the used space in the mount path of eDAL.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
ImplementationProvider.getAvailableStorageSpace()
Getter for the available space in the mount path of eDAL.
|
javax.mail.internet.InternetAddress |
ImplementationProvider.getPreviousRootUser()
Load the email address of the existing root user.
|
PrimaryDataEntity |
ImplementationProvider.getPrimaryDataEntityByID(String uuid,
long versionNumber)
Getter to load a
PrimaryDataEntity object specified by
UUID and number of the PrimaryDataEntityVersion. |
PrimaryDataEntity |
ImplementationProvider.getPrimaryDataEntityForPersistenIdentifier(String uuid,
long versionNumber,
PersistentIdentifier persistentIdentifier) |
PrimaryDataEntity |
ImplementationProvider.getPrimaryDataEntityForReviewer(String uuid,
long versionNumber,
String internalId,
int reviewerCode)
Getter for a
PrimaryDataEntity for a reviewer to create a
temporary landing page. |
EdalReferenceable |
PublicReference.getReferencable()
Getter for the
EdalReferenceable type of this
PublicReference: |
List<Class<? extends Principal>> |
ImplementationProvider.getSupportedPrincipals()
Getter all supported
Principals of the current eDAL system. |
Long |
ImplementationProvider.getUsedStorageSpace()
Getter for the used space in the mount path of eDAL.
|
PrimaryDataEntity |
ImplementationProvider.reloadPrimaryDataEntityByID(String uuid,
long versionNumber) |
void |
ImplementationProvider.storeRootUser(Subject subject,
javax.mail.internet.InternetAddress address,
UUID uuid) |
| Constructor and Description |
|---|
PublicReference(PrimaryDataEntityVersion entityVersion,
PersistentIdentifier identifierType)
Constructor generate a new
PublicReference object and use the
class that belongs to the PersistentIdentifier. |
| Modifier and Type | Class and Description |
|---|---|
class |
EdalApprovalException
Exception is thrown on failures of the ApprovalService.
|
| Modifier and Type | Method and Description |
|---|---|
PublicReference |
ApprovalServiceProvider.getPublicReferenceByInternalId(String internalId) |
| Constructor and Description |
|---|
DataCiteMDSConnector(EdalConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static void |
EdalHelpers.cleanMountPath(Path path)
Clean all files in directory.
|
static ImplementationProvider |
EdalHelpers.getFileSystemImplementationProvider(boolean cleanMountPathBefore,
EdalConfiguration config)
Get a new
FileSystemImplementationProvider. |
Copyright © 2014 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.