| Package | Description |
|---|---|
| org.duracloud.account.db.util | |
| org.duracloud.account.db.util.impl |
| Modifier and Type | Method and Description |
|---|---|
DuracloudInstanceService |
DuracloudInstanceManagerService.createInstance(Long accountId,
String version,
org.duracloud.account.db.model.InstanceType instanceType)
Starts a new instance for the given account based on the given
DuraCloud software version
|
DuracloudInstanceService |
DuracloudInstanceServiceFactory.getInstance(org.duracloud.account.db.model.DuracloudInstance instance)
This method provides an DuracloudInstanceService wrapping the arg
instance.
|
DuracloudInstanceService |
DuracloudInstanceManagerService.getInstanceService(Long instanceId)
Retrieves the DuraCloud instance with the given ID wrapped in a class
which provides services on the instance.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DuracloudInstanceService> |
DuracloudInstanceManagerService.getInstanceServices(Long accountId)
Retrieves the Set of DuraCloud instances associated with a given account,
wrapped in a class which provides services on the instances.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DuracloudInstanceServiceImpl |
class |
DuracloudInstanceServiceSecuredImpl
This class wraps another DuracloudInstanceService implementation with
AccessDecisionVoter security checks based on the DuracloudInstanceService
annotations.
|
| Modifier and Type | Method and Description |
|---|---|
DuracloudInstanceService |
DuracloudInstanceManagerServiceImpl.createInstance(Long accountId,
String version,
org.duracloud.account.db.model.InstanceType instanceType) |
DuracloudInstanceService |
DuracloudInstanceServiceFactoryImpl.getInstance(org.duracloud.account.db.model.DuracloudInstance instance) |
DuracloudInstanceService |
DuracloudInstanceManagerServiceImpl.getInstanceService(Long instanceId) |
| Modifier and Type | Method and Description |
|---|---|
Set<DuracloudInstanceService> |
DuracloudInstanceManagerServiceImpl.getInstanceServices(Long accountId) |
| Constructor and Description |
|---|
DuracloudInstanceServiceSecuredImpl(DuracloudInstanceService instanceService,
org.springframework.security.core.Authentication authentication,
org.springframework.security.access.AccessDecisionVoter voter,
AnnotationParser annotationParser) |
Copyright © 2009–2015 DuraSpace. All rights reserved.