| 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. |
Long |
ServiceProvider.getAvailableStorageSpace()
Getter for the available space in the mount path of eDAL.
|
static Long |
DataManager.getAvailableStorageSpace()
Getter for the available space in the mount path of eDAL.
|
PrimaryDataEntity |
HttpServiceProvider.getPrimaryDataEntityByID(String uuid,
long versionNumber)
Getter to load a
PrimaryDataEntity object specified by
UUID and number of the PrimaryDataEntityVersion. |
PrimaryDataEntity |
HttpServiceProvider.getPrimaryDataEntityForPersistenIdentifier(String uuid,
long versionNumber,
PersistentIdentifier persistentIdentifier)
Get a
PrimaryDataEntity for a given PublicReference |
PrimaryDataEntity |
HttpServiceProvider.getPrimaryDataEntityForReviewer(String uuid,
long versionNumber,
String internalId,
int reviewerCode)
Getter for a
PrimaryDataEntity for a reviewer to create a
temporary landing page. |
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. |
Long |
ServiceProvider.getUsedStorageSpace()
Getter for the used space in the mount path of eDAL.
|
static Long |
DataManager.getUsedStorageSpace()
Getter for the used space in the mount path of eDAL.
|
| Modifier and Type | Method and Description |
|---|---|
EdalReferenceable |
PublicReference.getReferencable()
Getter for the
EdalReferenceable type of this
PublicReference: |
PrimaryDataEntity |
ImplementationProvider.reloadPrimaryDataEntityByID(String uuid,
long versionNumber)
Internal Function to reload a
PrimaryDataEntity with his
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)
Get a
PublicReference object by the internal UUID for
generating HTML template |
| Constructor and Description |
|---|
DataCiteMDSConnector(EdalConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static ImplementationProvider |
EdalHelpers.getFileSystemImplementationProvider(boolean cleanMountPathBefore,
EdalConfiguration config)
Get a new
FileSystemImplementationProvider. |
Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.