A B C D E F G H I J K L M N O P Q R S T U V W X

A

AbstractRestController<T> - Class in org.duracloud.controller
 
AbstractRestController(String) - Constructor for class org.duracloud.controller.AbstractRestController
 
AbstractServiceInfo - Class in org.duracloud.duraservice.config
This class is the base of service-specific configuration classes.
AbstractServiceInfo() - Constructor for class org.duracloud.duraservice.config.AbstractServiceInfo
 
AbstractSpringPreparerFactory - Class in org.springframework.web.servlet.view.tiles2
Abstract implementation of the Tiles2 PreparerFactory interface, obtaining the current Spring WebApplicationContext and delegating to AbstractSpringPreparerFactory.getPreparer(String, org.springframework.web.context.WebApplicationContext) .
AbstractSpringPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory
 
AccessDecisionManagerImpl - Class in org.duracloud.security.vote
This class polls its internal list of AccessDecisionVoters to come to an AuthZ decision for the principal (authentication) and resource.
AccessDecisionManagerImpl() - Constructor for class org.duracloud.security.vote.AccessDecisionManagerImpl
 
acctNonExpiredKey - Static variable in class org.duracloud.appconfig.domain.SecurityConfig
 
acctNonLockedKey - Static variable in class org.duracloud.appconfig.domain.SecurityConfig
 
add(String, String, Map<String, String>) - Static method in class org.duracloud.duradmin.util.MetadataUtils
 
addChangedFile(File) - Method in class org.duracloud.sync.mgmt.ChangedList
Adds a changed file to the list of items to be processed.
addChangedFile(ChangedFile) - Method in class org.duracloud.sync.mgmt.ChangedList
 
addContent(String, String, String, File) - Method in class org.duracloud.chunk.FileChunker
This method pushes the content file to the space destSpaceId with the content ID destContentId
addContent(String, String, InputStream, long, String, String, Map<String, String>) - Method in interface org.duracloud.client.ContentStore
Adds content to a space.
addContent(String, String, InputStream, long, String, String, Map<String, String>) - Method in class org.duracloud.client.ContentStoreImpl
Adds content to a space.
addContent(String, String, InputStream, long, String, String, Map<String, String>) - Method in class org.duracloud.duradmin.cache.ContentStoreCache
Adds content to a space.
addContent(String, String, InputStream, String, int, String, String) - Method in interface org.duracloud.durastore.rest.ContentResource
 
addContent(String, String, InputStream, String, int, String, String) - Method in class org.duracloud.durastore.rest.ContentResourceImpl
Adds content to a space.
addContent(String, String, String) - Method in class org.duracloud.durastore.rest.ContentRest
see ContentResource.addContent()
addContent(String, String, String, long, String, InputStream) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
 
addContent(String, String, String, long, String, InputStream) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
 
addContent(String, String, String, long, String, InputStream) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
 
addContent(String, String, String, long, String, InputStream) - Method in class org.duracloud.emcstorage.EMCStorageProvider
Adds content to a space.
addContent(String, String, String, long, String, InputStream) - Method in class org.duracloud.rackspacestorage.RackspaceStorageProvider
Adds content to a space.
addContent(String, String, String, long, String, InputStream) - Method in class org.duracloud.s3storage.S3StorageProvider
Adds content to a space.
addContent(String, String, String, long, String, InputStream) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
addContent(String, String, String, long, String, InputStream) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
addContent(String, String, String, long, String, InputStream) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
addContent(StorageProvider, String, String, String, String, long, String, InputStream) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
addContent(StorageProvider, String, String, String, String, long, String, InputStream) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
addContent(String, String, String, long, String, InputStream) - Method in interface org.duracloud.storage.provider.StorageProvider
Adds content to a space.
addContentFrom(File, String) - Method in class org.duracloud.chunk.FileChunker
This method loops the arg baseDir and pushes the found content to the arg destSpace.
addContentId(String) - Method in class org.duracloud.domain.Space
addContentId
AddContentResult - Class in org.duracloud.chunk.writer
 
AddContentResult(String, String, long) - Constructor for class org.duracloud.chunk.writer.AddContentResult
 
AddContentResult.State - Enum in org.duracloud.chunk.writer
 
addDefaultConverters() - Method in class org.duracloud.duradmin.binding.ConversionService
 
addElement(String) - Method in class org.duracloud.common.util.metrics.Metric
 
addEntry(String, String, long) - Method in class org.duracloud.chunk.manifest.ChunksManifest
 
addEntry(String, Map<String, String>) - Method in class org.duracloud.common.util.bulk.ManifestVerifier
 
addEntry(String, Map<String, String>) - Method in class org.duracloud.services.fixity.util.FixityManifestVerifier
 
addFlashMessage(Message, HttpServletRequest) - Static method in class org.duracloud.duradmin.util.MessageUtils
 
addFlashMessage(String, ModelAndView) - Static method in class org.duracloud.duradmin.util.MessageUtils
 
addGrantedAuthority(String) - Method in class org.duracloud.security.domain.SecurityUserBean
 
addMenuItem(String, String, String) - Method in class org.duracloud.duradmin.view.Menu
 
addMessageToRedirect(Message, HttpServletRequest) - Static method in class org.duracloud.duradmin.util.MessageUtils
 
addMetadata(String, String) - Method in class org.duracloud.domain.Content
Adds an item to the content metadata map
addMetadata(String, String) - Method in class org.duracloud.domain.Space
Adds an item to the space metadata map
addMetric(Metric) - Method in class org.duracloud.common.util.metrics.MetricsTable
 
addNewChunk() - Method in interface org.duracloud.ChunksType
Appends and returns a new empty value (as xml) as the last "chunk" element
addNewChunk() - Method in class org.duracloud.impl.ChunksTypeImpl
Appends and returns a new empty value (as xml) as the last "chunk" element
addNewChunks() - Method in interface org.duracloud.ChunksManifestType
Appends and returns a new empty "chunks" element
addNewChunks() - Method in class org.duracloud.impl.ChunksManifestTypeImpl
Appends and returns a new empty "chunks" element
addNewChunksManifest() - Method in interface org.duracloud.ChunksManifestDocument
Appends and returns a new empty "chunksManifest" element
addNewChunksManifest() - Method in class org.duracloud.impl.ChunksManifestDocumentImpl
Appends and returns a new empty "chunksManifest" element
addNewDeployment() - Method in interface org.duracloud.DeploymentsType
Appends and returns a new empty value (as xml) as the last "deployment" element
addNewDeployment() - Method in class org.duracloud.impl.DeploymentsTypeImpl
Appends and returns a new empty value (as xml) as the last "deployment" element
addNewDeploymentOptions() - Method in class org.duracloud.impl.ServiceTypeImpl
Appends and returns a new empty "deploymentOptions" element
addNewDeploymentOptions() - Method in interface org.duracloud.ServiceType
Appends and returns a new empty "deploymentOptions" element
addNewDeployments() - Method in class org.duracloud.impl.ServiceTypeImpl
Appends and returns a new empty "deployments" element
addNewDeployments() - Method in interface org.duracloud.ServiceType
Appends and returns a new empty "deployments" element
addNewHeader() - Method in interface org.duracloud.ChunksManifestType
Appends and returns a new empty "header" element
addNewHeader() - Method in class org.duracloud.impl.ChunksManifestTypeImpl
Appends and returns a new empty "header" element
addNewMode() - Method in class org.duracloud.impl.ModeSetTypeImpl
Appends and returns a new empty value (as xml) as the last "mode" element
addNewMode() - Method in interface org.duracloud.ModeSetType
Appends and returns a new empty value (as xml) as the last "mode" element
addNewModeSet() - Method in class org.duracloud.impl.ModeTypeImpl
Appends and returns a new empty value (as xml) as the last "modeSet" element
addNewModeSet() - Method in class org.duracloud.impl.UserConfigTypeImpl
Appends and returns a new empty value (as xml) as the last "modeSet" element
addNewModeSet() - Method in interface org.duracloud.ModeType
Appends and returns a new empty value (as xml) as the last "modeSet" element
addNewModeSet() - Method in interface org.duracloud.UserConfigType
Appends and returns a new empty value (as xml) as the last "modeSet" element
addNewOption() - Method in interface org.duracloud.DeploymentOptionsType
Appends and returns a new empty value (as xml) as the last "option" element
addNewOption() - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
Appends and returns a new empty value (as xml) as the last "option" element
addNewOption() - Method in class org.duracloud.impl.UserPropertyTypeImpl
Appends and returns a new empty value (as xml) as the last "option" element
addNewOption() - Method in interface org.duracloud.UserPropertyType
Appends and returns a new empty value (as xml) as the last "option" element
addNewProperty() - Method in class org.duracloud.impl.ModeTypeImpl
Appends and returns a new empty value (as xml) as the last "property" element
addNewProperty() - Method in class org.duracloud.impl.SystemConfigTypeImpl
Appends and returns a new empty value (as xml) as the last "property" element
addNewProperty() - Method in class org.duracloud.impl.UserConfigTypeImpl
Appends and returns a new empty value (as xml) as the last "property" element
addNewProperty() - Method in interface org.duracloud.ModeType
Appends and returns a new empty value (as xml) as the last "property" element
addNewProperty() - Method in interface org.duracloud.SystemConfigType
Appends and returns a new empty value (as xml) as the last "property" element
addNewProperty() - Method in interface org.duracloud.UserConfigType
Appends and returns a new empty value (as xml) as the last "property" element
addNewSecurityUser() - Method in class org.duracloud.impl.SecurityUsersTypeImpl
Appends and returns a new empty value (as xml) as the last "security-user" element
addNewSecurityUser() - Method in interface org.duracloud.SecurityUsersType
Appends and returns a new empty value (as xml) as the last "security-user" element
addNewSecurityUsers() - Method in class org.duracloud.impl.SecurityUsersDocumentImpl
Appends and returns a new empty "security-users" element
addNewSecurityUsers() - Method in interface org.duracloud.SecurityUsersDocument
Appends and returns a new empty "security-users" element
addNewService() - Method in class org.duracloud.impl.ServiceDocumentImpl
Appends and returns a new empty "service" element
addNewService() - Method in class org.duracloud.impl.ServicesDocumentImpl.ServicesImpl
Appends and returns a new empty value (as xml) as the last "service" element
addNewService() - Method in interface org.duracloud.ServiceDocument
Appends and returns a new empty "service" element
addNewService() - Method in interface org.duracloud.ServicesDocument.Services
Appends and returns a new empty value (as xml) as the last "service" element
addNewServices() - Method in class org.duracloud.impl.ServicesDocumentImpl
Appends and returns a new empty "services" element
addNewServices() - Method in interface org.duracloud.ServicesDocument
Appends and returns a new empty "services" element
addNewSourceContent() - Method in interface org.duracloud.HeaderType
Appends and returns a new empty "sourceContent" element
addNewSourceContent() - Method in class org.duracloud.impl.HeaderTypeImpl
Appends and returns a new empty "sourceContent" element
addNewSystemConfig() - Method in interface org.duracloud.DeploymentType
Appends and returns a new empty "systemConfig" element
addNewSystemConfig() - Method in class org.duracloud.impl.DeploymentTypeImpl
Appends and returns a new empty "systemConfig" element
addNewSystemConfig() - Method in class org.duracloud.impl.ServiceTypeImpl
Appends and returns a new empty "systemConfig" element
addNewSystemConfig() - Method in interface org.duracloud.ServiceType
Appends and returns a new empty "systemConfig" element
addNewUserConfig() - Method in interface org.duracloud.DeploymentType
Appends and returns a new empty "userConfig" element
addNewUserConfig() - Method in class org.duracloud.impl.DeploymentTypeImpl
Appends and returns a new empty "userConfig" element
addNewUserConfig() - Method in class org.duracloud.impl.ServiceTypeImpl
Appends and returns a new empty "userConfig" element
addNewUserConfig() - Method in interface org.duracloud.ServiceType
Appends and returns a new empty "userConfig" element
addRedirectMessageToModelAndView(ModelAndView, HttpServletRequest) - Static method in class org.duracloud.duradmin.util.MessageUtils
 
addSpace(String, String, Map<String, String>, String) - Method in class org.duracloud.durastore.rest.SpaceResource
Adds a space.
addSpace(String, String) - Method in class org.duracloud.durastore.rest.SpaceRest
see SpaceResource.addSpace(String, String, String, String)
addSubMetric(Metric, MetricsTable) - Method in class org.duracloud.common.util.metrics.MetricsTable
 
addTag(String, Map<String, String>) - Static method in class org.duracloud.duradmin.util.TagUtil
 
addUpdateContent(String, String, File) - Method in class org.duracloud.sync.endpoint.DuraStoreChunkSyncEndpoint
 
addUpdateContent(String, String, File) - Method in class org.duracloud.sync.endpoint.DuraStoreSyncEndpoint
 
addUploadTask(UploadTask) - Method in class org.duracloud.controller.UploadManager
 
addUser(SecurityUserBean) - Method in class org.duracloud.duradmin.domain.SecurityUserCommand
 
AdminInit - Class in org.duracloud.duradmin.domain
 
AdminInit() - Constructor for class org.duracloud.duradmin.domain.AdminInit
 
afterPropertiesSet() - Method in class org.duracloud.duradmin.view.tiles2.TilesConfigurer
Creates and exposes a TilesContainer for this web application.
afterReturning(Object, Method, Object[], Object) - Method in class org.duracloud.computeprovider.aop.LoggingAdvice
 
afterReturning(Object, Method, Object[], Object) - Method in class org.duracloud.durastore.aop.IngestAdvice
 
afterReturning(Object, Method, Object[], Object) - Method in class org.duracloud.durastore.aop.VerifySpaceCreationAdvice
 
afterReturning(Object, Method, Object[], Object) - Method in class org.duracloud.durastore.aop.VerifySpaceDeletionAdvice
 
AGE - Static variable in interface org.duracloud.common.rest.HttpHeaders
 
AltTextOutputFormat<K,V> - Class in org.duracloud.services.hadoop.base
Overrides the text output format to allow the output directory to exist and include a DuraCloud space metadata file.
AltTextOutputFormat() - Constructor for class org.duracloud.services.hadoop.base.AltTextOutputFormat
 
AppConfig - Interface in org.duracloud.appconfig.domain
This interface defines the contract of a configuration set used for initializing the duracloud applications: duradmin, durastore, duraservice.
appendRedirectMessage(String, Message, HttpServletRequest) - Static method in class org.duracloud.duradmin.util.MessageUtils
adds a redirect message and appends the redirect key to the outcomeUrl.
Application - Class in org.duracloud.appconfig.domain
This class provides an abstraction of an application that is reachable at a host:port/context endpoint and can be initialized and can have its security-users updated.
Application(String, String, String) - Constructor for class org.duracloud.appconfig.domain.Application
 
ApplicationConfig - Class in org.duracloud.common.util
 
ApplicationConfig() - Constructor for class org.duracloud.common.util.ApplicationConfig
 
ApplicationInitDriver - Class in org.duracloud.appconfig
 
ApplicationInitDriver() - Constructor for class org.duracloud.appconfig.ApplicationInitDriver
 
ApplicationInitializer - Class in org.duracloud.appconfig
This class loads the configuration properties of durastore, duradmin, duraservice, and security and initializes each.
ApplicationInitializer(File) - Constructor for class org.duracloud.appconfig.ApplicationInitializer
 
ApplicationWithConfig - Class in org.duracloud.appconfig.support
 
ApplicationWithConfig(String) - Constructor for class org.duracloud.appconfig.support.ApplicationWithConfig
 
applyValues(TextUserConfig, Map<String, String>) - Static method in class org.duracloud.duradmin.util.ServiceInfoUtil
 
applyValues(SingleSelectUserConfig, Map<String, String>) - Static method in class org.duracloud.duradmin.util.ServiceInfoUtil
 
applyValues(MultiSelectUserConfig, Map<String, String>) - Static method in class org.duracloud.duradmin.util.ServiceInfoUtil
 
applyValues(List<UserConfig>, Map<String, String>) - Static method in class org.duracloud.duradmin.util.ServiceInfoUtil
 
applyValues(List<UserConfig>, HttpServletRequest) - Static method in class org.duracloud.duradmin.util.ServiceInfoUtil
 
artifactMetadataSource - Variable in class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
 
asXml() - Method in interface org.duracloud.appconfig.domain.AppConfig
This method returns an XML serialization of the configuration.
asXml() - Method in class org.duracloud.appconfig.domain.DuradminConfig
 
asXml() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig
 
asXml() - Method in class org.duracloud.appconfig.domain.DurastoreConfig
 
asXml() - Method in class org.duracloud.appconfig.domain.SecurityConfig
 
attemptRestart() - Method in class org.duracloud.sync.backup.SyncBackupManager
 
authenticate(Authentication) - Method in class org.duracloud.duradmin.security.ContentStoreAuthenticationProvider
 
AuthoritiesType - Interface in org.duracloud
An XML AuthoritiesType(@duracloud.org).
AuthoritiesType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
AuthoritiesTypeImpl - Class in org.duracloud.impl
An XML AuthoritiesType(@duracloud.org).
AuthoritiesTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.AuthoritiesTypeImpl
 
AuthoritiesTypeImpl(SchemaType, boolean) - Constructor for class org.duracloud.impl.AuthoritiesTypeImpl
 
authorizeHttpRequest(HttpMethod) - Method in class org.duracloud.s3storage.ProbedRestS3Service
 
AVAILABLE - Static variable in interface org.duracloud.DeploymentOptionStateType
 
available() - Method in class org.duracloud.io.ByteCountingInputStream
 

B

BACKUP_FILE_NAME - Static variable in class org.duracloud.sync.config.SyncToolConfigParser
 
backupConfig(File, String[]) - Method in class org.duracloud.sync.config.SyncToolConfigParser
 
BaseCommandController - Class in org.duracloud.duradmin.control
 
BaseCommandController() - Constructor for class org.duracloud.duradmin.control.BaseCommandController
 
BaseConfig - Class in org.duracloud.appconfig.domain
This class collects the common functionality needed by durastore, duraservice, duradmin, and security configurations.
BaseConfig() - Constructor for class org.duracloud.appconfig.domain.BaseConfig
 
baseDir - Variable in class org.duracloud.services.common.util.BundleHome
 
BaseFormController - Class in org.duracloud.duradmin.control
 
BaseFormController() - Constructor for class org.duracloud.duradmin.control.BaseFormController
 
BaseRest - Class in org.duracloud.duraservice.rest
Base REST resource
BaseRest() - Constructor for class org.duracloud.duraservice.rest.BaseRest
 
BaseRest - Class in org.duracloud.durastore.rest
Base REST resource
BaseRest() - Constructor for class org.duracloud.durastore.rest.BaseRest
 
BaseService - Class in org.duracloud.services
 
BaseService() - Constructor for class org.duracloud.services.BaseService
 
BaseStorageClassTaskRunner - Class in org.duracloud.s3task.storage
 
BaseStorageClassTaskRunner() - Constructor for class org.duracloud.s3task.storage.BaseStorageClassTaskRunner
 
BaseStreamingTaskRunner - Class in org.duracloud.s3task.streaming
 
BaseStreamingTaskRunner() - Constructor for class org.duracloud.s3task.streaming.BaseStreamingTaskRunner
 
BaseViewPreparer - Class in org.duracloud.duradmin.view
A view preparer to be invoked by every page in the application.
BaseViewPreparer() - Constructor for class org.duracloud.duradmin.view.BaseViewPreparer
 
before(Method, Object[], Object) - Method in class org.duracloud.duradmin.security.SecurityAdvice
 
beginSync() - Method in class org.duracloud.sync.mgmt.SyncManager
Allows the SyncManager to begin watching for updates to the ChangedList
BrokeredStorageProvider - Class in org.duracloud.storage.provider
 
BrokeredStorageProvider(StatelessStorageProvider, StorageProvider, String) - Constructor for class org.duracloud.storage.provider.BrokeredStorageProvider
 
buildServiceList() - Method in class org.duracloud.duraservice.config.ServiceXmlGenerator
 
BulkImageConversionService - Class in org.duracloud.services.bulkimageconversion
Service which converts image files from one format to another in a bulk fashion by utilizing hadoop.
BulkImageConversionService() - Constructor for class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
BulkImageConversionServiceInfo - Class in org.duracloud.duraservice.config
 
BulkImageConversionServiceInfo() - Constructor for class org.duracloud.duraservice.config.BulkImageConversionServiceInfo
 
BulkImageConversionTaskHelper - Class in org.duracloud.s3task.hadoop
 
BulkImageConversionTaskHelper() - Constructor for class org.duracloud.s3task.hadoop.BulkImageConversionTaskHelper
 
BundleCatalog - Class in org.duracloud.servicesutil.util.catalog
This class keeps track of the bundles that are installed into the OSGi container, and how many services have dependencies on any given bundle.
BundleCatalog() - Constructor for class org.duracloud.servicesutil.util.catalog.BundleCatalog
 
BundleHome - Class in org.duracloud.services.common.util
 
BundleHome() - Constructor for class org.duracloud.services.common.util.BundleHome
 
ByteCountingInputStream - Class in org.duracloud.io
An input stream wrapper that tracks the number of bytes that have been read off the underlying stream
ByteCountingInputStream(InputStream) - Constructor for class org.duracloud.io.ByteCountingInputStream
 

C

call() - Method in class org.duracloud.client.StoreCaller
 
call() - Method in class org.duracloud.services.fixity.util.StoreCaller
 
cancel() - Method in interface org.duracloud.controller.UploadTask
 
cancel() - Method in class org.duracloud.duradmin.spaces.controller.ContentItemUploadTask
 
cdnEnableContainer(String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
cdnUpdateContainer(String, int, boolean, boolean) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
cfService - Variable in class org.duracloud.s3task.streaming.BaseStreamingTaskRunner
 
ChangedFile - Class in org.duracloud.sync.mgmt
 
ChangedFile(File) - Constructor for class org.duracloud.sync.mgmt.ChangedFile
 
ChangedList - Class in org.duracloud.sync.mgmt
The list of files which have been changed.
ChangedListBackupManager - Class in org.duracloud.sync.backup
Manages the backing up of the changed list on a consistent schedule.
ChangedListBackupManager(ChangedList, File, long) - Constructor for class org.duracloud.sync.backup.ChangedListBackupManager
 
ChangeHandler - Interface in org.duracloud.sync.mgmt
 
ChangeWatcher - Class in org.duracloud.sync.mgmt
Watches for new items on the ChangedList.
ChangeWatcher(ChangedList, ChangeHandler, long) - Constructor for class org.duracloud.sync.mgmt.ChangeWatcher
Creates a ChangeWatcher which watches for changes to the ChangedList and notifies the ChangeHandler.
checkBucketStatus(String) - Method in class org.duracloud.s3storage.ProbedRestS3Service
 
checkContentItemId(String, String) - Static method in class org.duracloud.duradmin.util.ControllerUtils
 
checkOutputSpecs(FileSystem, JobConf) - Method in class org.duracloud.services.hadoop.base.AltTextOutputFormat
 
checkSpaceId(String) - Static method in class org.duracloud.duradmin.util.ControllerUtils
 
ChecksumInputStream - Class in org.duracloud.common.stream
 
ChecksumInputStream(InputStream, String) - Constructor for class org.duracloud.common.stream.ChecksumInputStream
 
ChecksumUtil - Class in org.duracloud.common.util
 
ChecksumUtil(ChecksumUtil.Algorithm) - Constructor for class org.duracloud.common.util.ChecksumUtil
 
ChecksumUtil.Algorithm - Enum in org.duracloud.common.util
This class encapsulates the valid values for checksum algorithms.
ChunkableContent - Class in org.duracloud.chunk
This class manages the provided content stream by breaking it chunks of the size specified by maxChunkSize.
ChunkableContent(String, InputStream, long, long) - Constructor for class org.duracloud.chunk.ChunkableContent
 
ChunkableContent(String, String, InputStream, long, long) - Constructor for class org.duracloud.chunk.ChunkableContent
 
ChunkInputStream - Class in org.duracloud.chunk.stream
This class provides the ability to limit the number of bytes read from the provided InputStream to maxChunkSize.
ChunkInputStream(String, InputStream, long, boolean) - Constructor for class org.duracloud.chunk.stream.ChunkInputStream
 
ChunksManifest - Class in org.duracloud.chunk.manifest
 
ChunksManifest(ChunksManifestBean) - Constructor for class org.duracloud.chunk.manifest.ChunksManifest
 
ChunksManifest(String, String, long) - Constructor for class org.duracloud.chunk.manifest.ChunksManifest
 
ChunksManifestBean - Class in org.duracloud.chunk.manifest
This class is a simple bean for a ChunksManifest.
ChunksManifestBean() - Constructor for class org.duracloud.chunk.manifest.ChunksManifestBean
 
ChunksManifestBean.ManifestEntry - Class in org.duracloud.chunk.manifest
Manifest Entry inner class.
ChunksManifestBean.ManifestEntry(String, String, int, long) - Constructor for class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestEntry
 
ChunksManifestBean.ManifestHeader - Class in org.duracloud.chunk.manifest
Manifest Header inner class.
ChunksManifestBean.ManifestHeader(String, String, long) - Constructor for class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestHeader
 
ChunksManifestDocument - Interface in org.duracloud
A document containing one chunksManifest(@duracloud.org) element.
ChunksManifestDocument.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
ChunksManifestDocumentImpl - Class in org.duracloud.impl
A document containing one chunksManifest(@duracloud.org) element.
ChunksManifestDocumentImpl(SchemaType) - Constructor for class org.duracloud.impl.ChunksManifestDocumentImpl
 
ChunksManifestType - Interface in org.duracloud
An XML chunksManifestType(@duracloud.org).
ChunksManifestType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
ChunksManifestTypeImpl - Class in org.duracloud.impl
An XML chunksManifestType(@duracloud.org).
ChunksManifestTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.ChunksManifestTypeImpl
 
ChunksType - Interface in org.duracloud
An XML chunksType(@duracloud.org).
ChunksType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
ChunksTypeImpl - Class in org.duracloud.impl
An XML chunksType(@duracloud.org).
ChunksTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.ChunksTypeImpl
 
ChunkType - Interface in org.duracloud
An XML chunkType(@duracloud.org).
ChunkType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
ChunkTypeImpl - Class in org.duracloud.impl
An XML chunkType(@duracloud.org).
ChunkTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.ChunkTypeImpl
 
clearCatalog() - Static method in class org.duracloud.servicesutil.util.catalog.BundleCatalog
This method removes all catalog entries.
clearDB() - Method in class org.duracloud.common.util.DatabaseUtil
 
clone() - Method in class org.duracloud.serviceconfig.ServiceInfo
 
close() - Method in class org.duracloud.chunk.stream.ChunkInputStream
 
close() - Method in class org.duracloud.io.ByteCountingInputStream
 
close() - Method in class org.duracloud.services.hadoop.base.SimpleFileRecordReader
 
collector - Variable in class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
 
collectResult() - Method in class org.duracloud.services.hadoop.base.ProcessFileMapper
Collects the result of the mapping process.
collectResult() - Method in class org.duracloud.services.hadoop.imageconversion.ImageConversionMapper
 
collectTaskParams() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
COLOR_SPACE - Static variable in class org.duracloud.services.hadoop.imageconversion.ICInitParamParser
 
compareChecksum(StorageProvider, String, String, String) - Static method in class org.duracloud.storage.util.StorageProviderUtil
Determines if the checksum for a particular piece of content stored in a StorageProvider matches the expected checksum value.
compareTo(Object) - Method in class org.duracloud.duradmin.spaces.controller.ContentItemUploadTask
 
completeJarParams(Map<String, String>, List<String>) - Method in class org.duracloud.s3task.hadoop.BulkImageConversionTaskHelper
Add image conversion specific jar parameters
completeJarParams(Map<String, String>, List<String>) - Method in interface org.duracloud.s3task.hadoop.HadoopTaskHelper
Complete the listing of jar parameters by adding any task-specific parameters to the list.
ComputeProvider - Interface in org.duracloud.computeprovider.mgmt
This interface exposes basic management capabilities of ComputeProviders: start, stop, describe...
ComputeProviderFactory - Class in org.duracloud.computeprovider.mgmt
This class is a factory for creating instances of ComputeProviders.
ComputeProviderFactory() - Constructor for class org.duracloud.computeprovider.mgmt.ComputeProviderFactory
 
ComputeProviderProperties - Interface in org.duracloud.computeprovider.mgmt
 
ComputeProviderType - Enum in org.duracloud.computeprovider.domain
 
ComputeService - Interface in org.duracloud.services
 
ComputeService.ServiceStatus - Enum in org.duracloud.services
 
ComputeServiceBean - Class in org.duracloud.services.beans
 
ComputeServiceBean() - Constructor for class org.duracloud.services.beans.ComputeServiceBean
 
ComputeServiceBean(String) - Constructor for class org.duracloud.services.beans.ComputeServiceBean
 
configure(InputStream) - Method in class org.duracloud.duraservice.mgmt.ServiceManager
Initializes the service manager with the provided XML document so that the service manager is able to connect to all services service compute instances, and user storage.
configure(JobConf) - Method in class org.duracloud.services.hadoop.base.ProcessFileMapper
 
ConfigureController - Class in org.duracloud.servicesadmin.control
 
ConfigureController() - Constructor for class org.duracloud.servicesadmin.control.ConfigureController
 
configureManager(InputStream) - Method in interface org.duracloud.duraservice.rest.ServiceResource
 
configureManager(InputStream) - Method in class org.duracloud.duraservice.rest.ServiceResourceImpl
 
configureService(int, int) - Method in class org.duracloud.duraservice.rest.ServiceRest
Re-Configures a deployed service.
CONNECTION - Static variable in interface org.duracloud.common.rest.HttpHeaders
 
connectToExistingDB() - Method in class org.duracloud.unittestdb.UnitTestDatabaseUtil
 
containerExists(String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
contains(Iterator<String>, String) - Static method in class org.duracloud.storage.util.StorageProviderUtil
Determines if a String value is included in a Iterated list.
Content - Class in org.duracloud.domain
Content - a stream of bits and metadata to describe the stream.
Content() - Constructor for class org.duracloud.domain.Content
 
CONTENT_CHECKSUM - Static variable in interface org.duracloud.client.ContentStore
Basic content metadata: MD5 checksum
CONTENT_ID - Static variable in class org.duracloud.durastore.aop.IngestMessageConverter
 
CONTENT_ID - Static variable in class org.duracloud.services.replication.ReplicationService
 
CONTENT_ID_INDEX - Static variable in class org.duracloud.durastore.aop.IngestAdvice
 
CONTENT_MD5 - Static variable in interface org.duracloud.common.rest.HttpHeaders
 
CONTENT_METADATA_SUFFIX - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
CONTENT_MIMETYPE - Static variable in interface org.duracloud.client.ContentStore
Basic content metadata: MIME type
CONTENT_MIMETYPE_HEADER - Static variable in class org.duracloud.durastore.rest.BaseRest
 
CONTENT_MODIFIED - Static variable in interface org.duracloud.client.ContentStore
Basic content metadata: Last modified date
CONTENT_RANGE - Static variable in interface org.duracloud.common.rest.HttpHeaders
 
CONTENT_SIZE - Static variable in interface org.duracloud.client.ContentStore
Basic content metadata: Size
ContentItem - Class in org.duracloud.duradmin.domain
 
ContentItem() - Constructor for class org.duracloud.duradmin.domain.ContentItem
 
ContentItemController - Class in org.duracloud.duradmin.spaces.controller
 
ContentItemController() - Constructor for class org.duracloud.duradmin.spaces.controller.ContentItemController
 
ContentItemDownloadController - Class in org.duracloud.duradmin.control
 
ContentItemDownloadController(ControllerSupport) - Constructor for class org.duracloud.duradmin.control.ContentItemDownloadController
 
ContentItemList - Class in org.duracloud.duradmin.contentstore
 
ContentItemList(String, ContentStore) - Constructor for class org.duracloud.duradmin.contentstore.ContentItemList
 
ContentItemListCache - Class in org.duracloud.duradmin.contentstore
 
ContentItemListCache() - Constructor for class org.duracloud.duradmin.contentstore.ContentItemListCache
 
ContentItemUploadController - Class in org.duracloud.duradmin.spaces.controller
 
ContentItemUploadController() - Constructor for class org.duracloud.duradmin.spaces.controller.ContentItemUploadController
 
ContentItemUploadTask - Class in org.duracloud.duradmin.spaces.controller
 
ContentItemUploadTask(ContentItem, ContentStore, InputStream, String) - Constructor for class org.duracloud.duradmin.spaces.controller.ContentItemUploadTask
 
ContentIterator - Class in org.duracloud.client
 
ContentIterator(ContentStore, String, String) - Constructor for class org.duracloud.client.ContentIterator
 
ContentIterator(ContentStore, String, String, long) - Constructor for class org.duracloud.client.ContentIterator
 
ContentIterator - Class in org.duracloud.storage.domain
 
ContentIterator(StorageProvider, String, String) - Constructor for class org.duracloud.storage.domain.ContentIterator
 
ContentIterator(StorageProvider, String, String, long) - Constructor for class org.duracloud.storage.domain.ContentIterator
 
ContentLocation - Class in org.duracloud.services.fixity.domain
 
ContentLocation(String, String) - Constructor for class org.duracloud.services.fixity.domain.ContentLocation
 
ContentLocationPair - Class in org.duracloud.services.fixity.domain
 
ContentLocationPair(ContentLocation, ContentLocation) - Constructor for class org.duracloud.services.fixity.domain.ContentLocationPair
 
ContentMetadata - Class in org.duracloud.duradmin.domain
Stores content metadata.
ContentMetadata() - Constructor for class org.duracloud.duradmin.domain.ContentMetadata
 
ContentNotAddedException - Exception in org.duracloud.chunk.error
 
ContentNotAddedException(String) - Constructor for exception org.duracloud.chunk.error.ContentNotAddedException
 
ContentNotAddedException(String, Exception) - Constructor for exception org.duracloud.chunk.error.ContentNotAddedException
 
ContentNotAddedException(String, String, Exception) - Constructor for exception org.duracloud.chunk.error.ContentNotAddedException
 
ContentResource - Interface in org.duracloud.durastore.rest
 
ContentResourceImpl - Class in org.duracloud.durastore.rest
Provides interaction with content
ContentResourceImpl(StorageProviderFactory) - Constructor for class org.duracloud.durastore.rest.ContentResourceImpl
 
ContentRest - Class in org.duracloud.durastore.rest
Provides interaction with content via REST
ContentRest(ContentResource, RestUtil) - Constructor for class org.duracloud.durastore.rest.ContentRest
 
ContentStore - Interface in org.duracloud.client
Provides access to a content store
ContentStore.AccessType - Enum in org.duracloud.client
 
ContentStoreAuthenticationProvider - Class in org.duracloud.duradmin.security
A custom authentication provider that grants ROLE_USER authority to a client who successfully logs into the content store manager.
ContentStoreAuthenticationProvider() - Constructor for class org.duracloud.duradmin.security.ContentStoreAuthenticationProvider
 
ContentStoreCache - Class in org.duracloud.duradmin.cache
 
ContentStoreCache() - Constructor for class org.duracloud.duradmin.cache.ContentStoreCache
 
ContentStoreException - Exception in org.duracloud.error
Exception thrown by the ContentStore.
ContentStoreException(String) - Constructor for exception org.duracloud.error.ContentStoreException
 
ContentStoreException(String, Throwable) - Constructor for exception org.duracloud.error.ContentStoreException
 
ContentStoreException(Throwable) - Constructor for exception org.duracloud.error.ContentStoreException
 
ContentStoreException(String, Throwable, String) - Constructor for exception org.duracloud.error.ContentStoreException
 
ContentStoreException(String, String, Throwable) - Constructor for exception org.duracloud.error.ContentStoreException
 
ContentStoreException(String, String, String, Throwable) - Constructor for exception org.duracloud.error.ContentStoreException
 
ContentStoreImpl - Class in org.duracloud.client
Provides access to a content store
ContentStoreImpl(String, StorageProviderType, String, RestHttpHelper) - Constructor for class org.duracloud.client.ContentStoreImpl
Creates a ContentStore
ContentStoreManager - Interface in org.duracloud.client
Provides facilities for connecting to a set of content stores
ContentStoreManagerFactory - Interface in org.duracloud.duradmin.contentstore
 
ContentStoreManagerFactoryImpl - Class in org.duracloud.duradmin.contentstore
 
ContentStoreManagerFactoryImpl() - Constructor for class org.duracloud.duradmin.contentstore.ContentStoreManagerFactoryImpl
 
ContentStoreManagerImpl - Class in org.duracloud.client
Provides facilities for connecting to a set of content stores
ContentStoreManagerImpl(String, String) - Constructor for class org.duracloud.client.ContentStoreManagerImpl
Constructor for ContentStoreManagerImpl.
ContentStoreManagerImpl(String, String, String) - Constructor for class org.duracloud.client.ContentStoreManagerImpl
Constructor for ContentStoreManagerImpl.
ContentStoreManagerUtil - Class in org.duracloud.duraservice.mgmt
This class helps to create ContentStoreManagers that are logged-in with the current session's user credentials.
ContentStoreManagerUtil(SecurityContextUtil) - Constructor for class org.duracloud.duraservice.mgmt.ContentStoreManagerUtil
 
ContentStoreProvider - Class in org.duracloud.duradmin.contentstore
 
ContentStoreProvider(ContentStoreManager, ContentStoreSelector) - Constructor for class org.duracloud.duradmin.contentstore.ContentStoreProvider
 
ContentStoreSelector - Class in org.duracloud.duradmin.contentstore
 
ContentStoreSelector() - Constructor for class org.duracloud.duradmin.contentstore.ContentStoreSelector
 
contentStream - Variable in class org.duracloud.common.rest.RestUtil.RequestContent
 
ContentUploadHelper - Class in org.duracloud.duradmin.spaces.controller
 
ContentUploadHelper() - Constructor for class org.duracloud.duradmin.spaces.controller.ContentUploadHelper
 
ContentWriter - Interface in org.duracloud.chunk.writer
 
context - Static variable in class org.duracloud.sync.config.SyncToolConfigParser
 
contextKey - Static variable in class org.duracloud.appconfig.ApplicationInitializer
 
contextKey - Static variable in class org.duracloud.appconfig.domain.DuraserviceConfig
 
ControllerSupport - Class in org.duracloud.duradmin.control
 
ControllerSupport(ContentStoreProvider, ServicesManager) - Constructor for class org.duracloud.duradmin.control.ControllerSupport
 
ControllerUtils - Class in org.duracloud.duradmin.util
 
ControllerUtils() - Constructor for class org.duracloud.duradmin.util.ControllerUtils
 
ConversionManager - Class in org.duracloud.services.image
Handles the conversion of image files from one format to another.
ConversionManager(ContentStore, File, String, String, String, String, String, String, int) - Constructor for class org.duracloud.services.image.ConversionManager
 
ConversionResult - Class in org.duracloud.services.image
 
ConversionResult(Date, String, String, String, boolean, String, long, long, long) - Constructor for class org.duracloud.services.image.ConversionResult
 
ConversionResultListener - Interface in org.duracloud.services.image
 
ConversionResultProcessor - Class in org.duracloud.services.image
 
ConversionResultProcessor(ContentStore, String, File) - Constructor for class org.duracloud.services.image.ConversionResultProcessor
 
ConversionService - Class in org.duracloud.duradmin.binding
 
ConversionService() - Constructor for class org.duracloud.duradmin.binding.ConversionService
 
ConversionThread - Class in org.duracloud.services.image
Thread in which the conversion manager does its work.
ConversionThread(ContentStore, File, String, String, String, String, String, String, int) - Constructor for class org.duracloud.services.image.ConversionThread
 
ConversionWorker - Class in org.duracloud.services.image
 
ConversionWorker(ContentStore, String, String, String, File, String, Map<String, String>, String, ConversionResultListener) - Constructor for class org.duracloud.services.image.ConversionWorker
 
convertExtendedMetadata(Map<String, String>) - Static method in class org.duracloud.duradmin.util.MetadataUtils
 
convertToDate(String, String) - Static method in class org.duracloud.common.util.DateUtil
 
convertToDate(String) - Static method in class org.duracloud.common.util.DateUtil
 
copy(InputStream, OutputStream) - Static method in class org.duracloud.common.util.IOUtil
 
copyFileLocal(Path) - Method in class org.duracloud.services.hadoop.base.ProcessFileMapper
Copies a file from a remote file system to local storage
copyFileToDirectory(File, File) - Static method in class org.duracloud.common.util.IOUtil
 
count(Iterator<String>) - Static method in class org.duracloud.storage.util.StorageProviderUtil
Determines the number of elements in an iteration.
CountingDigestInputStream - Class in org.duracloud.chunk.stream
This class combines the two InputStream implementations: - CountingInputStream & - DigestInputStream
CountingDigestInputStream(InputStream, boolean) - Constructor for class org.duracloud.chunk.stream.CountingDigestInputStream
The digest capabilities are turned off if the arg preserveMD5 is false
CountListener - Interface in org.duracloud.common.util
 
create() - Method in interface org.duracloud.duradmin.contentstore.ContentStoreManagerFactory
 
create() - Method in class org.duracloud.duradmin.contentstore.ContentStoreManagerFactoryImpl
 
create() - Method in class org.duracloud.duradmin.mock.contentstore.MockContentStoreManagerFactoryImpl
 
createChunksManifestElementFrom(ChunksManifestBean) - Static method in class org.duracloud.chunk.manifest.xml.ManifestElementWriter
This method serializes a ChunksManifest object into a ChunksManifest xml element.
createComputeInstance(String, String, String, String) - Method in class org.duracloud.duraservice.mgmt.ServiceComputeInstanceUtil
 
createContainer(String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
createDocumentFrom(DuradminConfig) - Static method in class org.duracloud.appconfig.xml.DuradminInitDocumentBinding
This method serializes the provide duradmin configuration into xml.
createDocumentFrom(DuraserviceConfig) - Static method in class org.duracloud.appconfig.xml.DuraserviceInitDocumentBinding
This method serializes the provide duraservice configuration into xml.
createDocumentFrom(Collection<StorageAccount>) - Static method in class org.duracloud.appconfig.xml.StorageAccountsDocumentBinding
This method serializes the provide durastore acct configuration into xml.
createDocumentFrom(ChunksManifestBean) - Static method in class org.duracloud.chunk.manifest.xml.ManifestDocumentBinding
This method serializes the arg ChunksManifest object into an xml document.
createDocumentFrom(Collection<SecurityUserBean>) - Static method in class org.duracloud.security.xml.SecurityUsersDocumentBinding
This method serializes the arg SecurityUserBean list into an xml document.
createDocumentFrom(ServiceInfo) - Static method in class org.duracloud.serviceconfig.xml.ServiceDocumentBinding
This method serializes the arg ServiceInfo object into an xml document.
createDocumentFrom(List<ServiceInfo>) - Static method in class org.duracloud.serviceconfig.xml.ServiceListDocumentBinding
This method serializes a list of ServiceInfo objects into a multi-service-config xml document.
createDuradminConfigFrom(InputStream) - Static method in class org.duracloud.appconfig.xml.DuradminInitDocumentBinding
This method deserializes the provided xml into a duradmin config object.
createElementFrom(ServiceInfo) - Static method in class org.duracloud.serviceconfig.xml.ServiceElementWriter
This method serializes a ServiceInfo object into a service-config xml element that will be embedded in document containing mulitple such elements.
createFullPath(String, String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
createKey() - Method in class org.duracloud.services.hadoop.base.SimpleFileRecordReader
Create an empty Text object in which the key can be stored
createManifestFrom(InputStream) - Static method in class org.duracloud.chunk.manifest.xml.ManifestDocumentBinding
This method binds a ChunksManifest object to the content of the arg xml.
createManifestFrom(ChunksManifestDocument) - Static method in class org.duracloud.chunk.manifest.xml.ManifestElementReader
This method binds a ChunksManifest xml document to a ChunksManifest object
createMessage(String) - Static method in class org.duracloud.duradmin.util.MessageUtils
 
createMessage(String, Severity) - Static method in class org.duracloud.duradmin.util.MessageUtils
 
createNewDB() - Method in class org.duracloud.unittestdb.UnitTestDatabaseUtil
 
createObject(Acl, MetadataList, byte[], String) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
createObjectFromSegment(Acl, MetadataList, BufferSegment, String) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
createObjectFromSegmentOnPath(ObjectPath, Acl, MetadataList, BufferSegment, String) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
createObjectFromStream(Acl, MetadataList, InputStream, int, String) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
createObjectOnPath(ObjectPath, Acl, MetadataList, byte[], String) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
createOptions() - Method in class org.duracloud.services.hadoop.base.InitParamParser
Creates the input parameter options.
createOptions() - Method in class org.duracloud.services.hadoop.imageconversion.ICInitParamParser
Creates the input parameter options.
createPath(String, String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
createPlaylist(ContentStore, String) - Method in class org.duracloud.services.streaming.PlaylistCreator
 
createScript(File, String) - Method in class org.duracloud.services.hadoop.imageconversion.ImageConversionMapper
 
createSecurityUsersElementFrom(Collection<SecurityUserBean>) - Static method in class org.duracloud.security.xml.SecurityUserElementWriter
This method serializes a SecurityUserBean list into a SecurityUsers xml element.
createSecurityUsersFrom(SecurityUsersDocument) - Static method in class org.duracloud.security.xml.SecurityUserElementReader
This method binds a SecurityUsers xml document to a SecurityUsers list.
createSecurityUsersFrom(InputStream) - Static method in class org.duracloud.security.xml.SecurityUsersDocumentBinding
This method binds a SecurityUserBean list to the content of the arg xml.
createServiceFrom(InputStream) - Static method in class org.duracloud.serviceconfig.xml.ServiceDocumentBinding
This method binds a ServiceInfo object to the content of the arg xml.
createServiceFrom(ServiceDocument) - Static method in class org.duracloud.serviceconfig.xml.ServiceElementReader
This method binds a single-service xml document to a single ServiceInfo object
createServiceInstance(String) - Method in class org.duracloud.duraservice.mgmt.ServiceManager
Starts up a new services compute instance.
createServiceListFrom(ServicesDocument) - Static method in class org.duracloud.serviceconfig.xml.ServiceElementReader
This method binds a multi-service xml document to a list of ServiceInfo objects
createServiceListFrom(InputStream) - Static method in class org.duracloud.serviceconfig.xml.ServiceListDocumentBinding
This method binds a list of ServiceInfo objects to the content of the arg multi-service xml.
createSingleServiceElementFrom(ServiceInfo) - Static method in class org.duracloud.serviceconfig.xml.ServiceElementWriter
This method serializes a single ServiceInfo object into a single-service-config xml element.
createSpace(String, Map<String, String>) - Method in interface org.duracloud.client.ContentStore
Creates a new space.
createSpace(String, Map<String, String>) - Method in class org.duracloud.client.ContentStoreImpl
Creates a new space.
createSpace(String, Map<String, String>) - Method in class org.duracloud.duradmin.cache.ContentStoreCache
Creates a new space.
createSpace(String) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
 
createSpace(String) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
 
createSpace(String) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
 
createSpace(String) - Method in class org.duracloud.emcstorage.EMCStorageProvider
Creates a new space.
createSpace(String) - Method in class org.duracloud.rackspacestorage.RackspaceStorageProvider
Creates a new space.
createSpace(String) - Method in class org.duracloud.s3storage.S3StorageProvider
Creates a new space.
createSpace(String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
createSpace(String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
createSpace(String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
createSpace(StorageProvider, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
createSpace(StorageProvider, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
createSpace(String) - Method in interface org.duracloud.storage.provider.StorageProvider
Creates a new space.
createStorageAccountsFrom(InputStream) - Static method in class org.duracloud.appconfig.xml.DuraserviceInitDocumentBinding
This method deserializes the provided xml into a duraservice config object.
createStorageAccountsFrom(InputStream) - Static method in class org.duracloud.appconfig.xml.StorageAccountsDocumentBinding
This method deserializes the provided xml into a durastore acct config object.
createTestContent(File, long) - Static method in class org.duracloud.chunk.FileChunker
This method generates a test file with random char content.
createTilesContainer() - Method in class org.duracloud.duradmin.view.tiles2.TilesConfigurer
Create a TilesContainer for this web application.
createValue() - Method in class org.duracloud.services.hadoop.base.SimpleFileRecordReader
Create an empty Text object in which the value can be stored
Credential - Class in org.duracloud.common.model
 
Credential() - Constructor for class org.duracloud.common.model.Credential
 
Credential(String, String) - Constructor for class org.duracloud.common.model.Credential
 
credNonExpiredKey - Static variable in class org.duracloud.appconfig.domain.SecurityConfig
 
currentElement() - Method in class org.duracloud.common.util.metrics.Metric
 

D

DashboardController - Class in org.duracloud.duradmin.dashboard.controller
 
DashboardController() - Constructor for class org.duracloud.duradmin.dashboard.controller.DashboardController
 
DatabaseUtil - Class in org.duracloud.common.util
This abstract class provides the ability to create/clear/remove a database and its tables.
DatabaseUtil(Credential, String) - Constructor for class org.duracloud.common.util.DatabaseUtil
 
DatabaseUtil(Credential, String, String) - Constructor for class org.duracloud.common.util.DatabaseUtil
 
DataRetrievalException - Exception in org.duracloud.duradmin.util
 
DataRetrievalException(Throwable) - Constructor for exception org.duracloud.duradmin.util.DataRetrievalException
 
DATE - Static variable in class org.duracloud.services.hadoop.imageconversion.ImageConversionMapper
 
DateUtil - Class in org.duracloud.common.util
 
DateUtil() - Constructor for class org.duracloud.common.util.DateUtil
 
debugText(String, Authentication, ConfigAttributeDefinition, Object, int) - Static method in class org.duracloud.security.vote.VoterUtil
This is small debug utility available to voters in this package.
decide(Authentication, Object, ConfigAttributeDefinition) - Method in class org.duracloud.security.vote.AccessDecisionManagerImpl
This method implements to AccessDecisionManager interface.
decrypt(String) - Method in class org.duracloud.common.util.EncryptionUtil
Provides decryption of a String encrypted using encrypt()
DEFAULT_MAX_FILE_SIZE - Static variable in class org.duracloud.sync.config.SyncToolConfigParser
 
DEFAULT_MAX_RESULTS - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
DEFAULT_MIME - Static variable in class org.duracloud.duraservice.rest.BaseRest
 
DEFAULT_MIME - Static variable in class org.duracloud.durastore.rest.BaseRest
 
DEFAULT_MIMETYPE - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
DEFAULT_NUM_THREADS - Static variable in class org.duracloud.sync.config.SyncToolConfigParser
 
DEFAULT_POLL_FREQUENCY - Static variable in class org.duracloud.sync.config.SyncToolConfigParser
 
DEFAULT_PORT - Static variable in class org.duracloud.sync.config.SyncToolConfigParser
 
delete(String) - Method in class org.duracloud.common.web.RestHttpHelper
 
delete(HttpServletRequest, HttpServletResponse, T, BindException) - Method in class org.duracloud.controller.AbstractRestController
 
delete(HttpServletRequest, HttpServletResponse, ContentItem, BindException) - Method in class org.duracloud.duradmin.spaces.controller.ContentItemController
 
delete(HttpServletRequest, HttpServletResponse, Space, BindException) - Method in class org.duracloud.duradmin.spaces.controller.SpaceController
 
DeleteChecker - Class in org.duracloud.sync.walker
 
DeleteChecker(Iterator<String>, List<File>) - Constructor for class org.duracloud.sync.walker.DeleteChecker
Creates a delete checker
deleteContainer(String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
deleteContent(String, String) - Method in interface org.duracloud.client.ContentStore
Removes content from a space.
deleteContent(String, String) - Method in class org.duracloud.client.ContentStoreImpl
Removes content from a space.
deleteContent(String, String) - Method in class org.duracloud.duradmin.cache.ContentStoreCache
Removes content from a space.
deleteContent(String, String, String) - Method in interface org.duracloud.durastore.rest.ContentResource
 
deleteContent(String, String, String) - Method in class org.duracloud.durastore.rest.ContentResourceImpl
Removes a piece of content.
deleteContent(String, String, String) - Method in class org.duracloud.durastore.rest.ContentRest
see ContentResource.removeContent()
deleteContent(String, String) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
 
deleteContent(String, String) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
 
deleteContent(String, String) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
 
deleteContent(String, String) - Method in class org.duracloud.emcstorage.EMCStorageProvider
Removes content from a space.
deleteContent(String, String) - Method in class org.duracloud.rackspacestorage.RackspaceStorageProvider
Removes content from a space.
deleteContent(String, String) - Method in class org.duracloud.s3storage.S3StorageProvider
Removes content from a space.
deleteContent(String, String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
deleteContent(String, String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
deleteContent(String, String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
deleteContent(StorageProvider, String, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
deleteContent(StorageProvider, String, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
deleteContent(String, String) - Method in interface org.duracloud.storage.provider.StorageProvider
Removes content from a space.
deleteObject(Identifier) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
deleteObject(String, String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
deleteObjectWithSignedUrl(String) - Method in class org.duracloud.s3storage.ProbedRestS3Service
 
deleteServiceBundle(String) - Method in class org.duracloud.servicesadminclient.ServicesAdminClient
 
deleteSpace(String) - Method in interface org.duracloud.client.ContentStore
Deletes a space.
deleteSpace(String) - Method in class org.duracloud.client.ContentStoreImpl
Deletes a space.
deleteSpace(String) - Method in class org.duracloud.duradmin.cache.ContentStoreCache
Deletes a space.
deleteSpace(String, String) - Method in class org.duracloud.durastore.rest.SpaceResource
Deletes a space, removing all included content.
deleteSpace(String, String) - Method in class org.duracloud.durastore.rest.SpaceRest
see SpaceResource.deleteSpace(String, String);
deleteSpace(String) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
 
deleteSpace(String) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
 
deleteSpace(String) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
 
deleteSpace(String) - Method in class org.duracloud.emcstorage.EMCStorageProvider
Deletes a space.
deleteSpace(String) - Method in class org.duracloud.rackspacestorage.RackspaceStorageProvider
Deletes a space.
deleteSpace(String) - Method in class org.duracloud.s3storage.S3StorageProvider
Deletes a space.
deleteSpace(String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
deleteSpace(String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
deleteSpace(String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
deleteSpace(StorageProvider, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
deleteSpace(StorageProvider, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
deleteSpace(String) - Method in interface org.duracloud.storage.provider.StorageProvider
Deletes a space.
DeleteStreamingTaskRunner - Class in org.duracloud.s3task.streaming
 
DeleteStreamingTaskRunner(S3StorageProvider, S3Service, CloudFrontService) - Constructor for class org.duracloud.s3task.streaming.DeleteStreamingTaskRunner
 
deleteUserMetadata(Identifier, MetadataTags) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
DELIMITER - Static variable in class org.duracloud.duradmin.util.TagUtil
 
DependencyCollector - Interface in org.ops4j.pax.exam.mavenplugin
 
deploy(String, InputStream) - Method in class org.duracloud.services.webapputil.internal.WebAppUtilImpl
This method deploys the arg war to a newly created appserver under the arg serviceId context.
deploy(String, InputStream, Map<String, String>) - Method in class org.duracloud.services.webapputil.internal.WebAppUtilImpl
This method deploys the arg war to a newly created appserver under the arg serviceId context.
deploy(String, InputStream) - Method in class org.duracloud.services.webapputil.tomcat.TomcatInstance
This method deploys the arg war into the appserver under the arg context.
deploy(String, InputStream) - Method in interface org.duracloud.services.webapputil.WebAppUtil
This method deploys the arg war to a new application server under the arg context.
deploy(String, InputStream, Map<String, String>) - Method in interface org.duracloud.services.webapputil.WebAppUtil
 
Deployment - Class in org.duracloud.serviceconfig
This class holds the name, status, and configuration of an deployed service.
Deployment() - Constructor for class org.duracloud.serviceconfig.Deployment
 
Deployment.Status - Enum in org.duracloud.serviceconfig
 
deploymentId - Variable in class org.duracloud.duradmin.domain.ServiceCommand
 
DeploymentOption - Class in org.duracloud.serviceconfig
This class holds the description and state of a service deployment host option.
DeploymentOption() - Constructor for class org.duracloud.serviceconfig.DeploymentOption
 
DeploymentOption.Location - Enum in org.duracloud.serviceconfig
Is this the primary host? new one? existing secondary host?
DeploymentOption.State - Enum in org.duracloud.serviceconfig
 
DeploymentOptionLocationType - Interface in org.duracloud
An XML deploymentOptionLocationType(@duracloud.org).
DeploymentOptionLocationType.Enum - Class in org.duracloud
Enumeration value class for org.duracloud.DeploymentOptionLocationType.
DeploymentOptionLocationType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
DeploymentOptionLocationTypeImpl - Class in org.duracloud.impl
An XML deploymentOptionLocationType(@duracloud.org).
DeploymentOptionLocationTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.DeploymentOptionLocationTypeImpl
 
DeploymentOptionLocationTypeImpl(SchemaType, boolean) - Constructor for class org.duracloud.impl.DeploymentOptionLocationTypeImpl
 
DeploymentOptionStateType - Interface in org.duracloud
An XML deploymentOptionStateType(@duracloud.org).
DeploymentOptionStateType.Enum - Class in org.duracloud
Enumeration value class for org.duracloud.DeploymentOptionStateType.
DeploymentOptionStateType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
DeploymentOptionStateTypeImpl - Class in org.duracloud.impl
An XML deploymentOptionStateType(@duracloud.org).
DeploymentOptionStateTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.DeploymentOptionStateTypeImpl
 
DeploymentOptionStateTypeImpl(SchemaType, boolean) - Constructor for class org.duracloud.impl.DeploymentOptionStateTypeImpl
 
DeploymentOptionsType - Interface in org.duracloud
An XML deploymentOptionsType(@duracloud.org).
DeploymentOptionsType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
DeploymentOptionsTypeImpl - Class in org.duracloud.impl
An XML deploymentOptionsType(@duracloud.org).
DeploymentOptionsTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.DeploymentOptionsTypeImpl
 
DeploymentOptionType - Interface in org.duracloud
An XML deploymentOptionType(@duracloud.org).
DeploymentOptionType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
DeploymentOptionTypeImpl - Class in org.duracloud.impl
An XML deploymentOptionType(@duracloud.org).
DeploymentOptionTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.DeploymentOptionTypeImpl
 
DeploymentStatusType - Interface in org.duracloud
An XML deploymentStatusType(@duracloud.org).
DeploymentStatusType.Enum - Class in org.duracloud
Enumeration value class for org.duracloud.DeploymentStatusType.
DeploymentStatusType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
DeploymentStatusTypeImpl - Class in org.duracloud.impl
An XML deploymentStatusType(@duracloud.org).
DeploymentStatusTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.DeploymentStatusTypeImpl
 
DeploymentStatusTypeImpl(SchemaType, boolean) - Constructor for class org.duracloud.impl.DeploymentStatusTypeImpl
 
DeploymentsType - Interface in org.duracloud
An XML deploymentsType(@duracloud.org).
DeploymentsType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
DeploymentsTypeImpl - Class in org.duracloud.impl
An XML deploymentsType(@duracloud.org).
DeploymentsTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.DeploymentsTypeImpl
 
DeploymentType - Interface in org.duracloud
An XML deploymentType(@duracloud.org).
DeploymentType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
DeploymentTypeImpl - Class in org.duracloud.impl
An XML deploymentType(@duracloud.org).
DeploymentTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.DeploymentTypeImpl
 
deployService(int, String, List<UserConfig>, DeploymentOption) - Method in interface org.duracloud.client.ServicesManager
Deploys a service.
deployService(int, String, List<UserConfig>, DeploymentOption) - Method in class org.duracloud.client.ServicesManagerImpl
Deploys a service.
deployService(int, String, String, List<UserConfig>) - Method in class org.duracloud.duraservice.mgmt.ServiceManager
Attempts to deploy the service with the given ID the the server at the given host.
deployService(int, String, InputStream) - Method in interface org.duracloud.duraservice.rest.ServiceResource
 
deployService(int, String, InputStream) - Method in class org.duracloud.duraservice.rest.ServiceResourceImpl
 
deployService(int, String) - Method in class org.duracloud.duraservice.rest.ServiceRest
Deploys, Configures, and Starts a service.
describe() - Method in class org.duracloud.services.BaseService
 
describe() - Method in interface org.duracloud.services.ComputeService
 
describe() - Method in class org.duracloud.services.hello.impl.HelloServiceImpl
 
describe() - Method in class org.duracloud.services.hellowebappwrapper.HelloWebappWrapper
 
describe() - Method in class org.duracloud.services.j2kservice.J2kWebappWrapper
 
DescribeHadoopJobTaskRunner - Class in org.duracloud.s3task.hadoop
 
DescribeHadoopJobTaskRunner(AmazonElasticMapReduceClient) - Constructor for class org.duracloud.s3task.hadoop.DescribeHadoopJobTaskRunner
 
describeRunningInstance(Credential, String, String) - Method in interface org.duracloud.computeprovider.mgmt.ComputeProvider
This method retrieves description of initiated instance.
describeRunningInstance(Credential, String, String) - Method in class org.duracloud.computeprovider.mgmt.mock.LocalComputeProviderImpl
 
describeRunningInstance(Credential, String, String) - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProvider
This method retrieves description of initiated instance.
DESCRIPTION_META - Static variable in class org.duracloud.services.streaming.PlaylistCreator
 
deselectAll() - Method in class org.duracloud.serviceconfig.user.SelectableUserConfig
 
deserializeBean(String) - Method in interface org.duracloud.services.util.ServiceSerializer
 
deserializeBean(String) - Method in class org.duracloud.services.util.XMLServiceSerializerImpl
 
deserializeList(String) - Static method in class org.duracloud.common.util.SerializationUtil
DeSerializes XML into a List of Strings.
deserializeList(String) - Method in interface org.duracloud.services.util.ServiceSerializer
 
deserializeList(String) - Method in class org.duracloud.services.util.XMLServiceSerializerImpl
 
deserializeMap(String) - Static method in class org.duracloud.common.util.SerializationUtil
DeSerializes XML into a Map.
DEST_FORMAT - Static variable in class org.duracloud.services.hadoop.imageconversion.ICInitParamParser
 
destroy() - Method in class org.duracloud.duradmin.view.tiles2.TilesConfigurer
Removes the TilesContainer from this web application.
determineOS() - Method in class org.duracloud.services.script.ScriptService
 
DirectoryListener - Class in org.duracloud.sync.monitor
Handles update notifications from the Directory Update Monitor by adding the changed files to the ChangedList.
DirectoryListener(boolean) - Constructor for class org.duracloud.sync.monitor.DirectoryListener
 
DirectoryUpdateMonitor - Class in org.duracloud.sync.monitor
Monitors of local file system directories for changes.
DirectoryUpdateMonitor(List<File>, long, boolean) - Constructor for class org.duracloud.sync.monitor.DirectoryUpdateMonitor
Creates a directory update monitor which, when started, will notify on changes within the given directories.
DirectoryUtil - Class in org.duracloud.sync.util
 
DirectoryUtil() - Constructor for class org.duracloud.sync.util.DirectoryUtil
 
DirWalker - Class in org.duracloud.sync.walker
Handles the walking of a set of directory trees.
DirWalker(List<File>) - Constructor for class org.duracloud.sync.walker.DirWalker
 
DisableStreamingTaskRunner - Class in org.duracloud.s3task.streaming
 
DisableStreamingTaskRunner(S3StorageProvider, S3Service, CloudFrontService) - Constructor for class org.duracloud.s3task.streaming.DisableStreamingTaskRunner
 
DisableStreamingWorker - Class in org.duracloud.services.streaming
 
DisableStreamingWorker(ContentStore, String) - Constructor for class org.duracloud.services.streaming.DisableStreamingWorker
 
disconnect() - Method in class org.duracloud.common.util.DatabaseUtil
 
doCall() - Method in class org.duracloud.client.StoreCaller
 
doCall() - Method in class org.duracloud.services.fixity.util.StoreCaller
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.hello.HelloServlet
 
doneWorking - Variable in class org.duracloud.services.fixity.worker.ServiceWorkManager
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.hello.HelloServlet
 
DummyUserService - Class in org.duracloud.duradmin.security
Spring security configuration seems to require a user detail service.
DummyUserService() - Constructor for class org.duracloud.duradmin.security.DummyUserService
 
DuraCloudCheckedException - Exception in org.duracloud.common.error
This class is the top-level Checked DuraCloud exception from which other internal exceptions extend.
DuraCloudCheckedException() - Constructor for exception org.duracloud.common.error.DuraCloudCheckedException
 
DuraCloudCheckedException(String) - Constructor for exception org.duracloud.common.error.DuraCloudCheckedException
 
DuraCloudCheckedException(String, String) - Constructor for exception org.duracloud.common.error.DuraCloudCheckedException
 
DuraCloudCheckedException(String, Throwable) - Constructor for exception org.duracloud.common.error.DuraCloudCheckedException
 
DuraCloudCheckedException(String, Throwable, String) - Constructor for exception org.duracloud.common.error.DuraCloudCheckedException
 
DuraCloudCheckedException(Throwable) - Constructor for exception org.duracloud.common.error.DuraCloudCheckedException
 
DuraCloudCheckedException(Throwable, String) - Constructor for exception org.duracloud.common.error.DuraCloudCheckedException
 
DuracloudContentWriter - Class in org.duracloud.chunk.writer
This class implements the ContentWriter interface to write the provided content to the Duracloud storeclient interface.
DuracloudContentWriter(ContentStore) - Constructor for class org.duracloud.chunk.writer.DuracloudContentWriter
 
DuracloudContentWriter(ContentStore, boolean) - Constructor for class org.duracloud.chunk.writer.DuracloudContentWriter
 
DuraCloudExceptionCore - Class in org.duracloud.common.error
This class is the core utility for supporting DuraCloud exceptions and user-friendly formatted messages.
DuraCloudExceptionCore() - Constructor for class org.duracloud.common.error.DuraCloudExceptionCore
 
DuraCloudExceptionCore(String) - Constructor for class org.duracloud.common.error.DuraCloudExceptionCore
 
DuraCloudRuntimeException - Exception in org.duracloud.common.error
This class is the top-level Runtime DuraCloud exception from which other internal exceptions extend.
DuraCloudRuntimeException() - Constructor for exception org.duracloud.common.error.DuraCloudRuntimeException
 
DuraCloudRuntimeException(String) - Constructor for exception org.duracloud.common.error.DuraCloudRuntimeException
 
DuraCloudRuntimeException(String, String) - Constructor for exception org.duracloud.common.error.DuraCloudRuntimeException
 
DuraCloudRuntimeException(String, Throwable) - Constructor for exception org.duracloud.common.error.DuraCloudRuntimeException
 
DuraCloudRuntimeException(String, Throwable, String) - Constructor for exception org.duracloud.common.error.DuraCloudRuntimeException
 
DuraCloudRuntimeException(Throwable) - Constructor for exception org.duracloud.common.error.DuraCloudRuntimeException
 
DuraCloudRuntimeException(Throwable, String) - Constructor for exception org.duracloud.common.error.DuraCloudRuntimeException
 
DuracloudUserDetailsService - Interface in org.duracloud.security
 
DuraCloudUserType - Enum in org.duracloud.common.model
 
DuraConfigAdmin - Interface in org.duracloud.servicesutil.util
 
DuraConfigAdminImpl - Class in org.duracloud.servicesutil.util.internal
 
DuraConfigAdminImpl() - Constructor for class org.duracloud.servicesutil.util.internal.DuraConfigAdminImpl
 
DuradminConfig - Class in org.duracloud.appconfig.domain
This class holds the configuration elements for duradmin.
DuradminConfig() - Constructor for class org.duracloud.appconfig.domain.DuradminConfig
 
DuradminConfig - Class in org.duracloud.duradmin.config
This class provides configuration properties associated with the duracloud duradmin.
DuradminConfig() - Constructor for class org.duracloud.duradmin.config.DuradminConfig
 
DuradminInitDocumentBinding - Class in org.duracloud.appconfig.xml
This class (de)serializes duradmin configuration between objects and xml.
DuradminInitDocumentBinding() - Constructor for class org.duracloud.appconfig.xml.DuradminInitDocumentBinding
 
DuradminServicesManagerImpl - Class in org.duracloud.duradmin.services
 
DuradminServicesManagerImpl() - Constructor for class org.duracloud.duradmin.services.DuradminServicesManagerImpl
 
DuraserviceConfig - Class in org.duracloud.appconfig.domain
This class holds the configuration elements for duraservice.
DuraserviceConfig() - Constructor for class org.duracloud.appconfig.domain.DuraserviceConfig
 
DuraserviceConfig.PrimaryInstance - Class in org.duracloud.appconfig.domain
 
DuraserviceConfig.PrimaryInstance() - Constructor for class org.duracloud.appconfig.domain.DuraserviceConfig.PrimaryInstance
 
DuraserviceConfig.ServiceCompute - Class in org.duracloud.appconfig.domain
 
DuraserviceConfig.ServiceCompute() - Constructor for class org.duracloud.appconfig.domain.DuraserviceConfig.ServiceCompute
 
DuraserviceConfig.ServiceStore - Class in org.duracloud.appconfig.domain
 
DuraserviceConfig.ServiceStore() - Constructor for class org.duracloud.appconfig.domain.DuraserviceConfig.ServiceStore
 
DuraserviceConfig.UserStore - Class in org.duracloud.appconfig.domain
 
DuraserviceConfig.UserStore() - Constructor for class org.duracloud.appconfig.domain.DuraserviceConfig.UserStore
 
duraServiceContextKey - Static variable in class org.duracloud.appconfig.domain.DuradminConfig
 
duraServiceHostKey - Static variable in class org.duracloud.appconfig.domain.DuradminConfig
 
DuraserviceInitDocumentBinding - Class in org.duracloud.appconfig.xml
This class (de)serializes duraservice configuration between objects and xml.
DuraserviceInitDocumentBinding() - Constructor for class org.duracloud.appconfig.xml.DuraserviceInitDocumentBinding
 
duraServicePortKey - Static variable in class org.duracloud.appconfig.domain.DuradminConfig
 
DuraStoreChunkSyncEndpoint - Class in org.duracloud.sync.endpoint
 
DuraStoreChunkSyncEndpoint(String, int, String, String, String, String, boolean, long) - Constructor for class org.duracloud.sync.endpoint.DuraStoreChunkSyncEndpoint
 
DurastoreConfig - Class in org.duracloud.appconfig.domain
This class holds the configuration elements for durastore.
DurastoreConfig() - Constructor for class org.duracloud.appconfig.domain.DurastoreConfig
 
duraStoreContextKey - Static variable in class org.duracloud.appconfig.domain.DuradminConfig
 
duraStoreHostKey - Static variable in class org.duracloud.appconfig.domain.DuradminConfig
 
duraStorePortKey - Static variable in class org.duracloud.appconfig.domain.DuradminConfig
 
DuraStoreSyncEndpoint - Class in org.duracloud.sync.endpoint
Endpoint which pushes files to DuraCloud.
DuraStoreSyncEndpoint(String, int, String, String, String, String, boolean) - Constructor for class org.duracloud.sync.endpoint.DuraStoreSyncEndpoint
 

E

EC2ComputeProvider - Class in org.duracloud.ec2typicacomputeprovider.mgmt
 
EC2ComputeProvider() - Constructor for class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProvider
 
EC2ComputeProviderProperties - Class in org.duracloud.ec2typicacomputeprovider.mgmt
POJO container for EC2-specific configuration information.
EC2ComputeProviderProperties() - Constructor for class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
 
EC2Helper - Class in org.duracloud.ec2typicacomputeprovider.mgmt
 
EC2Helper() - Constructor for class org.duracloud.ec2typicacomputeprovider.mgmt.EC2Helper
 
EC2InstanceDescription - Class in org.duracloud.ec2typicacomputeprovider.mgmt
 
EC2InstanceDescription(List<ReservationDescription>, EC2ComputeProviderProperties) - Constructor for class org.duracloud.ec2typicacomputeprovider.mgmt.EC2InstanceDescription
 
EC2InstanceDescription(Exception) - Constructor for class org.duracloud.ec2typicacomputeprovider.mgmt.EC2InstanceDescription
 
elapsedSecs() - Method in class org.duracloud.common.util.metrics.Metric.MetricElement
 
EMCStorageProvider - Class in org.duracloud.emcstorage
Provides content storage backed by EMC's Storage Utility.
EMCStorageProvider(String, String) - Constructor for class org.duracloud.emcstorage.EMCStorageProvider
 
EMCStorageProvider(EsuApi) - Constructor for class org.duracloud.emcstorage.EMCStorageProvider
 
EmptyUserListException - Exception in org.duracloud.security.error
 
EmptyUserListException() - Constructor for exception org.duracloud.security.error.EmptyUserListException
 
enabledKey - Static variable in class org.duracloud.appconfig.domain.SecurityConfig
 
EnableStreamingTaskRunner - Class in org.duracloud.s3task.streaming
 
EnableStreamingTaskRunner(S3StorageProvider, S3Service, CloudFrontService) - Constructor for class org.duracloud.s3task.streaming.EnableStreamingTaskRunner
 
EnableStreamingWorker - Class in org.duracloud.services.streaming
 
EnableStreamingWorker(ContentStore, String, String, PlaylistCreator, File) - Constructor for class org.duracloud.services.streaming.EnableStreamingWorker
 
EncodeUtil - Class in org.duracloud.common.web
 
EncodeUtil() - Constructor for class org.duracloud.common.web.EncodeUtil
 
encrypt(String) - Method in class org.duracloud.common.util.EncryptionUtil
Provides basic encryption on a String.
EncryptionUtil - Class in org.duracloud.common.util
Encryption utilities.
EncryptionUtil() - Constructor for class org.duracloud.common.util.EncryptionUtil
Initializes EncryptionUtil
endBackup() - Method in class org.duracloud.sync.backup.ChangedListBackupManager
 
endBackups() - Method in class org.duracloud.sync.backup.SyncBackupManager
 
endSync() - Method in class org.duracloud.sync.mgmt.SyncManager
Stops the sync, no further changed files will be handled after those which are in progress have completed.
endWatch() - Method in class org.duracloud.sync.mgmt.ChangeWatcher
 
ensureDatabaseExists() - Method in class org.duracloud.common.util.DatabaseUtil
 
ensureTablesExist() - Method in class org.duracloud.common.util.DatabaseUtil
 
enumValue() - Method in interface org.duracloud.DeploymentOptionLocationType
 
enumValue() - Method in interface org.duracloud.DeploymentOptionStateType
 
enumValue() - Method in interface org.duracloud.DeploymentStatusType
 
enumValue() - Method in interface org.duracloud.OptionInputType
 
equals(Object) - Method in class org.duracloud.common.model.Credential
 
equals(Space) - Method in class org.duracloud.domain.Space
Compares one space to another
equals(Object) - Method in class org.duracloud.serviceconfig.DeploymentOption
 
equals(Object) - Method in class org.duracloud.serviceconfig.SystemConfig
 
equals(Object) - Method in class org.duracloud.serviceconfig.user.Option
 
equals(Object) - Method in class org.duracloud.serviceconfig.user.SelectableUserConfig
 
equals(Object) - Method in class org.duracloud.serviceconfig.user.TextUserConfig
 
equals(Object) - Method in class org.duracloud.serviceconfig.user.UserConfig
 
equals(Object) - Method in class org.duracloud.services.fixity.domain.ContentLocation
 
ERR_MESSAGE - Static variable in class org.duracloud.services.hadoop.base.ProcessFileMapper
 
ERROR_KEY - Static variable in interface org.duracloud.services.ComputeService
 
ESU_HOST - Static variable in class org.duracloud.emcstorage.EMCStorageProvider
 
ESU_PORT - Static variable in class org.duracloud.emcstorage.EMCStorageProvider
 
exception - Variable in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
ExceptionMessages - Class in org.duracloud.common.error
This class abstracts the resource file that holds the mapping between exception keys and there MessageFormat patterns.
ExceptionMessages() - Constructor for class org.duracloud.common.error.ExceptionMessages
 
ExceptionUtil - Class in org.duracloud.common.util
 
ExceptionUtil() - Constructor for class org.duracloud.common.util.ExceptionUtil
 
EXCLUSION_DEFINITION - Static variable in class org.duracloud.duraservice.mgmt.ServiceConfigUtil
 
execute(String) - Method in class org.duracloud.common.util.DatabaseUtil
 
execute() - Method in class org.duracloud.duradmin.spaces.controller.ContentItemUploadTask
 
execute(TilesRequestContext, AttributeContext) - Method in class org.duracloud.duradmin.view.BaseViewPreparer
 
execute() - Method in class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
 
EXISTING - Static variable in interface org.duracloud.DeploymentOptionLocationType
 
exitOnCompletion() - Method in class org.duracloud.sync.config.SyncToolConfig
 
ExtendedMetadata - Class in org.duracloud.duradmin.domain
 
ExtendedMetadata() - Constructor for class org.duracloud.duradmin.domain.ExtendedMetadata
 

F

factory - Variable in class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
 
failedCompletion(File) - Method in class org.duracloud.sync.mgmt.StatusManager
 
FAILURE - Static variable in class org.duracloud.services.hadoop.base.ProcessFileMapper
 
FileChunker - Class in org.duracloud.chunk
This class provides the ability to loop over a directory of content which may include files over 5-GB in size, chunk, and push them to a DataStore encapsulated by the member: ContentWriter.
FileChunker(ContentWriter) - Constructor for class org.duracloud.chunk.FileChunker
 
FileChunker(ContentWriter, FileChunkerOptions) - Constructor for class org.duracloud.chunk.FileChunker
 
FileChunkerDriver - Class in org.duracloud.chunk
This class is a commandline interface for initiating the read of local content, chunking it, then writing it via a provided ContentWriter.
FileChunkerDriver() - Constructor for class org.duracloud.chunk.FileChunkerDriver
 
FileChunkerOptions - Class in org.duracloud.chunk
This class is a simple container for configuration options for the FileChunker.
FileChunkerOptions() - Constructor for class org.duracloud.chunk.FileChunkerOptions
 
FileChunkerOptions(long) - Constructor for class org.duracloud.chunk.FileChunkerOptions
 
FileChunkerOptions(IOFileFilter, long) - Constructor for class org.duracloud.chunk.FileChunkerOptions
 
FileChunkerOptions(long, boolean) - Constructor for class org.duracloud.chunk.FileChunkerOptions
 
FileChunkerOptions(IOFileFilter, IOFileFilter, long) - Constructor for class org.duracloud.chunk.FileChunkerOptions
 
FileChunkerOptions(IOFileFilter, IOFileFilter, long, boolean, boolean) - Constructor for class org.duracloud.chunk.FileChunkerOptions
 
fileFindReplace(File, String, String) - Static method in class org.duracloud.common.util.IOUtil
 
fileOf(String) - Method in class org.duracloud.common.util.bulk.ManifestVerifier
 
fileOf(String) - Method in class org.duracloud.services.fixity.util.FixityManifestVerifier
 
FilesystemContentWriter - Class in org.duracloud.chunk.writer
This class implements the ContentWriter interface to write the provided content to a local filesystem.
FilesystemContentWriter() - Constructor for class org.duracloud.chunk.writer.FilesystemContentWriter
 
FileSystemSyncEndpoint - Class in org.duracloud.sync.endpoint
Allows syncing to be performed to a location on the local file system.
FileSystemSyncEndpoint(File, boolean) - Constructor for class org.duracloud.sync.endpoint.FileSystemSyncEndpoint
Creates a SyncEnpoint pointing to a directory on the local file system where files will be synced to.
filteredDeploy(String, InputStream, Map<String, String>, List<String>) - Method in class org.duracloud.services.webapputil.internal.WebAppUtilImpl
This method deploys the arg war to a newly created appserver under the arg serviceId context.
filteredDeploy(String, InputStream, Map<String, String>, List<String>) - Method in interface org.duracloud.services.webapputil.WebAppUtil
This method deploys the arg war to a newly created appserver under the arg serviceId context.
FilteredWar - Class in org.duracloud.services.webapputil.internal
This class wraps the inputstream of a war file, and applies the filters supplied in the constructor's namedFilters.
FilteredWar(InputStream, NamedFilterList) - Constructor for class org.duracloud.services.webapputil.internal.FilteredWar
 
finalizeManifest() - Method in class org.duracloud.chunk.ChunkableContent
 
findCredentialByResourceType(ResourceType) - Method in class org.duracloud.unittestdb.PasswordRepositoryDBImpl
 
findCredentialForResource(ResourceType) - Method in class org.duracloud.unittestdb.UnitTestDatabaseUtil
 
findPasswordByResourceTypeAndUsername(ResourceType, String) - Method in class org.duracloud.unittestdb.PasswordRepositoryDBImpl
 
findService(String, List<ComputeService>) - Method in class org.duracloud.servicesutil.util.internal.util.ServiceHelper
 
first() - Method in interface org.duracloud.duradmin.util.Scrollable
 
first() - Method in class org.duracloud.duradmin.util.ScrollableList
 
FixityManifestVerifier - Class in org.duracloud.services.fixity.util
This class overrides the method from common::ManifestVerifier that parses the content-item names and MD5s from a manifest entry.
FixityManifestVerifier(File, File) - Constructor for class org.duracloud.services.fixity.util.FixityManifestVerifier
 
FixityService - Class in org.duracloud.services.fixity
This class is the entry point for performing on-demand bit-integrity verification.
FixityService() - Constructor for class org.duracloud.services.fixity.FixityService
 
FixityServiceInfo - Class in org.duracloud.duraservice.config
 
FixityServiceInfo() - Constructor for class org.duracloud.duraservice.config.FixityServiceInfo
 
FixityServiceOptions - Class in org.duracloud.services.fixity.domain
 
FixityServiceOptions(String, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class org.duracloud.services.fixity.domain.FixityServiceOptions
 
FixityServiceOptions.HashApproach - Enum in org.duracloud.services.fixity.domain
 
FixityServiceOptions.Mode - Enum in org.duracloud.services.fixity.domain
 
FLASH_MESSAGE - Static variable in class org.duracloud.duradmin.util.MessageUtils
 
forInt(int) - Static method in class org.duracloud.DeploymentOptionLocationType.Enum
Returns the enum value corresponding to an int, or null if none.
forInt(int) - Static method in class org.duracloud.DeploymentOptionStateType.Enum
Returns the enum value corresponding to an int, or null if none.
forInt(int) - Static method in class org.duracloud.DeploymentStatusType.Enum
Returns the enum value corresponding to an int, or null if none.
forInt(int) - Static method in class org.duracloud.OptionInputType.Enum
Returns the enum value corresponding to an int, or null if none.
formatDownloadURL(String, ContentItem, ContentStore, boolean) - Static method in class org.duracloud.duradmin.util.SpaceUtil
 
forString(String) - Static method in class org.duracloud.DeploymentOptionLocationType.Enum
Returns the enum value for a string, or null if none.
forString(String) - Static method in class org.duracloud.DeploymentOptionStateType.Enum
Returns the enum value for a string, or null if none.
forString(String) - Static method in class org.duracloud.DeploymentStatusType.Enum
Returns the enum value for a string, or null if none.
forString(String) - Static method in class org.duracloud.OptionInputType.Enum
Returns the enum value for a string, or null if none.
fromDuraCloudUserType(DuraCloudUserType) - Static method in class org.duracloud.unittestdb.domain.ResourceType
 
fromMessage(Message) - Method in class org.duracloud.durastore.aop.IngestMessageConverter
 
fromStorageProviderType(StorageProviderType) - Static method in class org.duracloud.unittestdb.domain.ResourceType
 
fromString(String) - Static method in enum org.duracloud.common.model.DuraCloudUserType
 
fromString(String) - Static method in enum org.duracloud.common.util.ChecksumUtil.Algorithm
 
fromString(String) - Static method in enum org.duracloud.computeprovider.domain.ComputeProviderType
 
fromString(String) - Static method in enum org.duracloud.computeprovider.mgmt.InstanceState
 
fromString(String) - Static method in enum org.duracloud.services.fixity.domain.FixityServiceOptions.Mode
 
fromString(String) - Static method in enum org.duracloud.servicesadminclient.ServicesAdminClientCLI.ADMIN_OPTION
 
fromString(String) - Static method in enum org.duracloud.servicesadminclient.ServicesAdminClientCLI.SERVICE
 
fromString(String) - Static method in enum org.duracloud.storage.domain.StorageProviderType
 
fromString(String) - Static method in class org.duracloud.unittestdb.domain.ResourceType
This method returns a ResourceType from the arg type id.

G

generateChecksum(File) - Method in class org.duracloud.common.util.ChecksumUtil
 
generateChecksum(InputStream) - Method in class org.duracloud.common.util.ChecksumUtil
This method generates checksum of content in arg stream.
GenerateConfigMojo - Class in org.ops4j.pax.exam.mavenplugin
 
GenerateConfigMojo() - Constructor for class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
 
GenerateDependsFileMojo - Class in org.ops4j.pax.exam.mavenplugin
Just extend the SeviceMix mojo to generate the depends file.
GenerateDependsFileMojo() - Constructor for class org.ops4j.pax.exam.mavenplugin.GenerateDependsFileMojo
 
generateServiceXml(String) - Method in class org.duracloud.duraservice.config.ServiceXmlGenerator
Creates service xml and writes it to a file in the directory indicated by dirPath.
get(String) - Method in class org.duracloud.common.web.RestHttpHelper
 
get(HttpServletRequest, HttpServletResponse, T, BindException) - Method in class org.duracloud.controller.AbstractRestController
 
get(String) - Method in class org.duracloud.controller.UploadManager
 
get(HttpServletRequest, String, ContentStoreProvider) - Static method in class org.duracloud.duradmin.contentstore.ContentItemListCache
 
get(HttpServletRequest, HttpServletResponse, ContentItem, BindException) - Method in class org.duracloud.duradmin.spaces.controller.ContentItemController
 
get(HttpServletRequest, HttpServletResponse, Space, BindException) - Method in class org.duracloud.duradmin.spaces.controller.SpaceController
 
getAccess() - Method in class org.duracloud.duradmin.domain.Space
 
getAccess() - Method in class org.duracloud.duradmin.domain.SpaceMetadata
 
getAccess() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getAccount() - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
getAccountInfo() - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
getAccountManager() - Method in class org.duracloud.durastore.util.ProviderFactoryBase
Gets the account manager
getAccountNonExpired() - Method in class org.duracloud.impl.SecurityUserTypeImpl
Gets the "accountNonExpired" element
getAccountNonExpired() - Method in interface org.duracloud.SecurityUserType
Gets the "accountNonExpired" element
getAccountNonLocked() - Method in class org.duracloud.impl.SecurityUserTypeImpl
Gets the "accountNonLocked" element
getAccountNonLocked() - Method in interface org.duracloud.SecurityUserType
Gets the "accountNonLocked" element
getAcl(Identifier) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
getAction() - Method in class org.duracloud.duradmin.domain.ContentItem
 
getAction() - Method in class org.duracloud.duradmin.domain.Space
 
getAllExistingDistributions(String) - Method in class org.duracloud.s3task.streaming.BaseStreamingTaskRunner
 
getAllMetadata(Identifier) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
getApplication() - Method in class org.duracloud.appconfig.support.ApplicationWithConfig
 
getArgs() - Method in exception org.duracloud.common.error.DuraCloudCheckedException
 
getArgs() - Method in class org.duracloud.common.error.DuraCloudExceptionCore
 
getArgs() - Method in exception org.duracloud.common.error.DuraCloudRuntimeException
 
getArgs() - Method in interface org.duracloud.common.error.MessageFormattable
This method returns the args that act as variables in the message.
getAsXml() - Method in class org.duracloud.computeprovider.mgmt.mock.MockComputeProviderProperties
 
getAsXml() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
 
getAttic() - Method in class org.duracloud.services.common.util.BundleHome
 
getAuthenticationURL() - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
getAvailableServices() - Method in interface org.duracloud.client.ServicesManager
Provides a listing of available services, that is, services which can be deployed.
getAvailableServices() - Method in class org.duracloud.client.ServicesManagerImpl
Provides a listing of available services, that is, services which can be deployed.
getAvailableServices() - Method in class org.duracloud.duraservice.mgmt.ServiceManager
Retrieves a listing of services which are available for deployment along with the description and user configuration for each service
getAvailableServices() - Method in interface org.duracloud.duraservice.rest.ServiceResource
 
getAvailableServices() - Method in class org.duracloud.duraservice.rest.ServiceResourceImpl
 
getBackupDir() - Method in class org.duracloud.sync.config.SyncToolConfig
 
getBaseDir() - Method in class org.duracloud.services.common.util.BundleHome
 
getBaseURL() - Method in interface org.duracloud.client.ContentStore
Gets the base URL pointing to the DuraCloud DuraStore REST API
getBaseURL() - Method in class org.duracloud.client.ContentStoreImpl
 
getBaseURL() - Method in interface org.duracloud.client.ServicesManager
 
getBaseURL() - Method in class org.duracloud.client.ServicesManagerImpl
 
getBaseURL() - Method in class org.duracloud.duradmin.cache.ContentStoreCache
 
getBaseURL(HttpServletRequest) - Static method in class org.duracloud.duradmin.spaces.controller.ContentItemController
 
getBaseURL() - Method in class org.duracloud.servicesadminclient.ServicesAdminClient
 
getBody() - Method in class org.duracloud.chunk.manifest.ChunksManifest
 
getBrokerURL() - Method in class org.duracloud.services.replication.ReplicationService
 
getBucketName(String, String) - Static method in class org.duracloud.s3storage.S3ProviderUtil
Converts a provided space ID into a valid and unique S3 bucket name.
getBucketName(String) - Method in class org.duracloud.s3storage.S3StorageProvider
Converts a DuraCloud spaceId into its corresponding Amazon S3 bucket name
getBundleHome() - Method in class org.duracloud.servicesutil.util.internal.ServiceInstallBase
 
getBundleHome() - Method in class org.duracloud.servicesutil.util.internal.ServiceStarterImpl
 
getBundleHome() - Method in interface org.duracloud.servicesutil.util.ServiceInstaller
 
getBundleHome() - Method in interface org.duracloud.servicesutil.util.ServiceUninstaller
 
getByteSize() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestEntry
 
getByteSize() - Method in interface org.duracloud.ChunkType
Gets the "byteSize" element
getByteSize() - Method in class org.duracloud.impl.ChunkTypeImpl
Gets the "byteSize" element
getByteSize() - Method in class org.duracloud.impl.SourceContentTypeImpl
Gets the "byteSize" element
getByteSize() - Method in interface org.duracloud.SourceContentType
Gets the "byteSize" element
getBytesRead() - Method in class org.duracloud.io.ByteCountingInputStream
 
getCatalinaHome() - Method in class org.duracloud.services.webapputil.tomcat.TomcatInstance
 
getCatalinaHome(File) - Method in class org.duracloud.services.webapputil.tomcat.TomcatUtil
 
getCDNContainerInfo(String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
getChangedFile() - Method in class org.duracloud.sync.mgmt.ChangedList
Retrieves a changed file for processing and removes it from the list.
getChecksum(DigestInputStream) - Static method in class org.duracloud.common.util.ChecksumUtil
Determines the checksum value of a DigestInputStream's underlying stream after the stream has been read.
getChecksum() - Method in class org.duracloud.duradmin.domain.ContentMetadata
 
getChunkArray() - Method in interface org.duracloud.ChunksType
Gets array of all "chunk" elements
getChunkArray(int) - Method in interface org.duracloud.ChunksType
Gets ith "chunk" element
getChunkArray() - Method in class org.duracloud.impl.ChunksTypeImpl
Gets array of all "chunk" elements
getChunkArray(int) - Method in class org.duracloud.impl.ChunksTypeImpl
Gets ith "chunk" element
getChunkId() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestEntry
 
getChunkId() - Method in class org.duracloud.chunk.stream.ChunkInputStream
 
getChunkId() - Method in interface org.duracloud.ChunkType
Gets the "chunkId" attribute
getChunkId() - Method in class org.duracloud.impl.ChunkTypeImpl
Gets the "chunkId" attribute
getChunkMD5() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestEntry
 
getChunks() - Method in interface org.duracloud.ChunksManifestType
Gets the "chunks" element
getChunks() - Method in class org.duracloud.impl.ChunksManifestTypeImpl
Gets the "chunks" element
getChunkSize() - Method in class org.duracloud.chunk.stream.ChunkInputStream
 
getChunksManifest() - Method in interface org.duracloud.ChunksManifestDocument
Gets the "chunksManifest" element
getChunksManifest() - Method in class org.duracloud.impl.ChunksManifestDocumentImpl
Gets the "chunksManifest" element
getClasspath() - Method in class org.duracloud.services.j2kservice.J2kInstallHelper
 
getCloudFrontService(String, String) - Static method in class org.duracloud.s3storage.S3ProviderUtil
 
getCode() - Method in exception org.duracloud.services.common.error.ServiceException
 
getCode() - Method in exception org.duracloud.services.common.error.ServiceRuntimeException
 
getColorSpace() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
getColorSpace() - Method in class org.duracloud.services.image.ImageConversionService
 
getComputeProvider(ComputeProviderType) - Static method in class org.duracloud.computeprovider.mgmt.ComputeProviderFactory
getConfig() - Method in class org.duracloud.appconfig.support.ApplicationWithConfig
 
getConfigAdmin() - Method in class org.duracloud.servicesadmin.control.ConfigureController
 
getConfigFileName() - Static method in class org.duracloud.common.error.ExceptionMessages
 
getConfigFileName() - Static method in class org.duracloud.duradmin.config.DuradminConfig
 
getConfigIdFromRestURL(HttpServletRequest) - Method in class org.duracloud.servicesadmin.util.HttpRequestHelper
 
getConfigProps(HttpServletRequest) - Method in class org.duracloud.servicesadmin.util.HttpRequestHelper
 
getConfiguration(String) - Method in interface org.duracloud.servicesutil.util.DuraConfigAdmin
 
getConfiguration(String) - Method in class org.duracloud.servicesutil.util.internal.DuraConfigAdminImpl
getConnectionFactory() - Method in class org.duracloud.services.replication.ReplicationService
 
getConnectionTimeOut() - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
getContainer() - Method in class org.duracloud.services.common.util.BundleHome
 
getContainerInfo(String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
getContainerName(String) - Method in class org.duracloud.rackspacestorage.RackspaceStorageProvider
Converts a provided space ID into a valid Rackspace container name.
getContent(String, String) - Method in interface org.duracloud.client.ContentStore
Gets content from a space.
getContent(String, String) - Method in class org.duracloud.client.ContentStoreImpl
Gets content from a space.
getContent(String, String) - Method in class org.duracloud.duradmin.cache.ContentStoreCache
Gets content from a space.
getContent(String, String, String) - Method in interface org.duracloud.durastore.rest.ContentResource
 
getContent(String, String, String) - Method in class org.duracloud.durastore.rest.ContentResourceImpl
Retrieves content from a space.
getContent(String, String, String, boolean) - Method in class org.duracloud.durastore.rest.ContentRest
see ContentResource.getContent() see ContentResource.getContentMetadata()
getContent(String, String) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
 
getContent(String, String) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
 
getContent(String, String) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
 
getContent(String, String) - Method in class org.duracloud.emcstorage.EMCStorageProvider
Gets content from a space.
getContent(String, String) - Method in class org.duracloud.rackspacestorage.RackspaceStorageProvider
Gets content from a space.
getContent(String, String) - Method in class org.duracloud.s3storage.S3StorageProvider
Gets content from a space.
getContent(String, String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
getContent(String, String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getContent() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getContent(String, String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
getContent(StorageProvider, String, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
getContent(StorageProvider, String, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
getContent(String, String) - Method in interface org.duracloud.storage.provider.StorageProvider
Gets content from a space.
getContentId() - Method in exception org.duracloud.chunk.error.ContentNotAddedException
 
getContentId() - Method in class org.duracloud.chunk.writer.AddContentResult
 
getContentId() - Method in class org.duracloud.duradmin.domain.ContentItem
 
getContentId() - Method in class org.duracloud.duradmin.domain.ExtendedMetadata
 
getContentId() - Method in class org.duracloud.duradmin.domain.MetadataItem
 
getContentId() - Method in class org.duracloud.duradmin.domain.Tag
 
getContentId() - Method in class org.duracloud.durastore.aop.IngestMessage
 
getContentId() - Method in class org.duracloud.impl.ServiceTypeImpl
Gets the "contentId" attribute
getContentId() - Method in class org.duracloud.impl.SourceContentTypeImpl
Gets the "contentId" attribute
getContentId() - Method in class org.duracloud.serviceconfig.ServiceInfo
 
getContentId() - Method in class org.duracloud.services.fixity.domain.ContentLocation
 
getContentId() - Method in class org.duracloud.services.image.ConversionResult
 
getContentId() - Method in interface org.duracloud.ServiceType
Gets the "contentId" attribute
getContentId() - Method in interface org.duracloud.SourceContentType
Gets the "contentId" attribute
getContentId() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getContentIds() - Method in class org.duracloud.domain.Space
Getter for the field contentIds.
getContentItemList() - Method in class org.duracloud.duradmin.contentstore.ContentItemList
 
getContentLocationA() - Method in class org.duracloud.services.fixity.domain.ContentLocationPair
 
getContentLocationB() - Method in class org.duracloud.services.fixity.domain.ContentLocationPair
 
getContentMetadata(String, String) - Method in interface org.duracloud.client.ContentStore
Retrieves the metadata associated with content.
getContentMetadata(String, String) - Method in class org.duracloud.client.ContentStoreImpl
Retrieves the metadata associated with content.
getContentMetadata(String, String) - Method in class org.duracloud.duradmin.cache.ContentStoreCache
Retrieves the metadata associated with content.
getContentMetadata(String, String, String) - Method in interface org.duracloud.durastore.rest.ContentResource
 
getContentMetadata(String, String, String) - Method in class org.duracloud.durastore.rest.ContentResourceImpl
Retrieves the metadata of a piece of content.
getContentMetadata(String, String, String) - Method in class org.duracloud.durastore.rest.ContentRest
see ContentResource.getContentMetadata()
getContentMetadata(String, String) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
 
getContentMetadata(String, String) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
 
getContentMetadata(String, String) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
 
getContentMetadata(String, String) - Method in class org.duracloud.emcstorage.EMCStorageProvider
Retrieves the metadata associated with content.
getContentMetadata(String, String) - Method in class org.duracloud.rackspacestorage.RackspaceStorageProvider
Retrieves the metadata associated with content.
getContentMetadata(String, String) - Method in class org.duracloud.s3storage.S3StorageProvider
Retrieves the metadata associated with content.
getContentMetadata(String, String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
getContentMetadata(String, String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getContentMetadata() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getContentMetadata(String, String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
getContentMetadata(StorageProvider, String, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
getContentMetadata(StorageProvider, String, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
getContentMetadata(String, String) - Method in interface org.duracloud.storage.provider.StorageProvider
Retrieves the metadata associated with content.
getContentMimetype() - Method in class org.duracloud.duradmin.domain.ContentItem
 
getContentMimeType() - Method in class org.duracloud.durastore.aop.IngestMessage
 
getContentMimeType() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getContents() - Method in class org.duracloud.duradmin.domain.Space
 
getContentSize() - Method in class org.duracloud.chunk.writer.AddContentResult
 
getContentSize() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getContentStore(String) - Method in interface org.duracloud.client.ContentStoreManager
getContentStore
getContentStore(String) - Method in class org.duracloud.client.ContentStoreManagerImpl
getContentStore
getContentStore() - Method in class org.duracloud.duradmin.cache.ContentStoreCache
 
getContentStore() - Method in class org.duracloud.duradmin.contentstore.ContentStoreProvider
 
getContentStore() - Method in class org.duracloud.duradmin.control.BaseCommandController
 
getContentStore() - Method in class org.duracloud.duradmin.control.BaseFormController
 
getContentStore() - Method in class org.duracloud.duradmin.control.ControllerSupport
 
getContentStore(ContentItem) - Method in class org.duracloud.duradmin.spaces.controller.ContentItemController
 
getContentStore(Space) - Method in class org.duracloud.duradmin.spaces.controller.SpaceController
 
getContentStore(String, String, String) - Method in class org.duracloud.security.vote.SpaceAccessVoter
This method is abstract to provide entry-point for alternate implementations of ContentStore.
getContentStore(String, String, String) - Method in class org.duracloud.security.vote.SpaceAccessVoterImpl
 
getContentStore() - Method in class org.duracloud.sync.endpoint.DuraStoreSyncEndpoint
 
getContentStoreManager() - Method in class org.duracloud.duradmin.security.ContentStoreAuthenticationProvider
 
getContentStoreManager() - Method in class org.duracloud.duradmin.spaces.controller.ContentItemController
 
getContentStoreManager() - Method in class org.duracloud.duradmin.spaces.controller.ContentItemUploadController
 
getContentStoreManager() - Method in class org.duracloud.duradmin.spaces.controller.PartnerLogoController
 
getContentStoreManager() - Method in class org.duracloud.duradmin.spaces.controller.SpaceController
 
getContentStoreManager() - Method in class org.duracloud.duradmin.spaces.controller.SpacesController
 
getContentStoreManager(Store) - Method in class org.duracloud.duraservice.mgmt.ContentStoreManagerUtil
This method creates a ContentStoreManager for the arg store logged-in with the credentials of the session's current user.
getContentStoreManager(Store, Credential) - Method in class org.duracloud.duraservice.mgmt.ContentStoreManagerUtil
 
getContentStoreProvider() - Method in class org.duracloud.duradmin.control.BaseCommandController
 
getContentStoreProvider() - Method in class org.duracloud.duradmin.control.BaseFormController
 
getContentStoreProvider() - Method in class org.duracloud.duradmin.control.ControllerSupport
 
getContentStoreProvider() - Method in class org.duracloud.duradmin.view.BaseViewPreparer
 
getContentStores() - Method in interface org.duracloud.client.ContentStoreManager
getContentStores
getContentStores() - Method in class org.duracloud.client.ContentStoreManagerImpl
getContentStores
getContentStores() - Method in class org.duracloud.duradmin.contentstore.ContentStoreProvider
 
getContentStream() - Method in class org.duracloud.common.rest.RestUtil.RequestContent
 
getContext() - Method in class org.duracloud.appconfig.domain.Application
 
getContext() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.ServiceStore
 
getContext() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.UserStore
 
getContext() - Method in class org.duracloud.duraservice.domain.Store
 
getContext() - Method in class org.duracloud.services.replication.ReplicationService
 
getContext() - Method in class org.duracloud.sync.config.SyncToolConfig
 
getConversionDate() - Method in class org.duracloud.services.image.ConversionResult
 
getConversionStatus() - Method in class org.duracloud.services.image.ConversionManager
 
getConversionStatus(boolean) - Method in class org.duracloud.services.image.ConversionResultProcessor
 
getConversionStatus() - Method in class org.duracloud.services.image.ConversionThread
 
getConversionTime() - Method in class org.duracloud.services.image.ConversionResult
 
getCount() - Method in class org.duracloud.duradmin.domain.SpaceMetadata
 
getCount() - Method in class org.duracloud.duradmin.spaces.controller.ItemCounter
 
getCreated() - Method in class org.duracloud.duradmin.domain.SpaceMetadata
 
getCredential() - Method in class org.duracloud.duraservice.domain.ServiceStore
 
getCredentialsNonExpired() - Method in class org.duracloud.impl.SecurityUserTypeImpl
Gets the "credentialsNonExpired" element
getCredentialsNonExpired() - Method in interface org.duracloud.SecurityUserType
Gets the "credentialsNonExpired" element
getCredentialsProvider() - Method in class org.duracloud.s3storage.ProbedRestS3Service
 
getCurrentEnvironmentNetworkIp() - Static method in class org.duracloud.common.web.NetworkUtil
This method provides the current environment's IP address, taking into account the Internet connection to any of the available machine's Network interfaces.
getCurrentUser() - Method in class org.duracloud.duraservice.mgmt.ContentStoreManagerUtil
 
getCurrentUser() - Method in class org.duracloud.security.context.SecurityContextUtil
 
getData(String) - Method in class org.duracloud.duradmin.contentstore.ContentItemList
 
getData(E) - Method in class org.duracloud.duradmin.util.ScrollableList
 
getDataSource() - Method in class org.duracloud.common.util.DatabaseUtil
 
getDdl() - Method in class org.duracloud.common.util.TableSpec
 
getDefaultValue() - Method in class org.duracloud.impl.SystemPropertyTypeImpl
Gets the "defaultValue" attribute
getDefaultValue() - Method in class org.duracloud.serviceconfig.SystemConfig
 
getDefaultValue() - Method in interface org.duracloud.SystemPropertyType
Gets the "defaultValue" attribute
getDependencies() - Method in interface org.ops4j.pax.exam.mavenplugin.DependencyCollector
 
getDependencies() - Method in class org.ops4j.pax.exam.mavenplugin.SingleModuleDependencyCollector
 
getDependencies() - Method in class org.ops4j.pax.exam.mavenplugin.TransitiveDependencyCollector
 
getDeployed() - Method in class org.duracloud.duraservice.domain.Service
 
getDeployedService(int, int) - Method in interface org.duracloud.client.ServicesManager
Gets a deployed service.
getDeployedService(int, int) - Method in class org.duracloud.client.ServicesManagerImpl
Gets a deployed service.
getDeployedService(int, int) - Method in class org.duracloud.duraservice.mgmt.ServiceManager
Gets a service which has been deployed.
getDeployedService(int, int) - Method in interface org.duracloud.duraservice.rest.ServiceResource
 
getDeployedService(int, int) - Method in class org.duracloud.duraservice.rest.ServiceResourceImpl
 
getDeployedService(int, int) - Method in class org.duracloud.duraservice.rest.ServiceRest
Gets information pertaining to a deployed service.
getDeployedServiceProperties(int, int) - Method in class org.duracloud.duraservice.rest.ServiceRest
Gets the runtime properties of a deployed service.
getDeployedServiceProps(int, int) - Method in interface org.duracloud.client.ServicesManager
Gets runtime properties for a deployed service.
getDeployedServiceProps(int, int) - Method in class org.duracloud.client.ServicesManagerImpl
Gets runtime properties for a deployed service.
getDeployedServiceProps(int, int) - Method in class org.duracloud.duraservice.mgmt.ServiceManager
Gets the properties of a service which has been deployed.
getDeployedServiceProps(int, int) - Method in interface org.duracloud.duraservice.rest.ServiceResource
 
getDeployedServiceProps(int, int) - Method in class org.duracloud.duraservice.rest.ServiceResourceImpl
 
getDeployedServices() - Method in interface org.duracloud.client.ServicesManager
Provides a listing of all deployed services.
getDeployedServices() - Method in class org.duracloud.client.ServicesManagerImpl
Provides a listing of all deployed services.
getDeployedServices() - Method in class org.duracloud.duraservice.mgmt.ServiceManager
Retrieves a listing of services which have been deployed.
getDeployedServices() - Method in interface org.duracloud.duraservice.rest.ServiceResource
 
getDeployedServices() - Method in class org.duracloud.duraservice.rest.ServiceResourceImpl
 
getDeploymentArray() - Method in interface org.duracloud.DeploymentsType
Gets array of all "deployment" elements
getDeploymentArray(int) - Method in interface org.duracloud.DeploymentsType
Gets ith "deployment" element
getDeploymentArray() - Method in class org.duracloud.impl.DeploymentsTypeImpl
Gets array of all "deployment" elements
getDeploymentArray(int) - Method in class org.duracloud.impl.DeploymentsTypeImpl
Gets ith "deployment" element
getDeploymentCount() - Method in class org.duracloud.serviceconfig.ServiceInfo
 
getDeploymentId() - Method in class org.duracloud.duradmin.domain.ServiceCommand
 
getDeploymentLocation() - Method in class org.duracloud.duraservice.domain.Service
 
getDeploymentOptions() - Method in class org.duracloud.impl.ServiceTypeImpl
Gets the "deploymentOptions" element
getDeploymentOptions() - Method in class org.duracloud.serviceconfig.ServiceInfo
 
getDeploymentOptions() - Method in interface org.duracloud.ServiceType
Gets the "deploymentOptions" element
getDeployments() - Method in class org.duracloud.impl.ServiceTypeImpl
Gets the "deployments" element
getDeployments() - Method in class org.duracloud.serviceconfig.ServiceInfo
 
getDeployments() - Method in interface org.duracloud.ServiceType
Gets the "deployments" element
getDescription() - Method in class org.duracloud.duraservice.domain.Service
 
getDescription() - Method in class org.duracloud.impl.ServiceTypeImpl
Gets the "description" element
getDescription() - Method in class org.duracloud.serviceconfig.ServiceInfo
 
getDescription() - Method in enum org.duracloud.servicesadminclient.ServicesAdminClientCLI.ADMIN_OPTION
 
getDescription() - Method in enum org.duracloud.servicesadminclient.ServicesAdminClientCLI.SERVICE
 
getDescription() - Method in interface org.duracloud.ServiceType
Gets the "description" element
getDestination() - Method in class org.duracloud.durastore.aop.IngestAdvice
 
getDestination() - Method in class org.duracloud.services.replication.ReplicationService
 
getDestSpaceId() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
getDestSpaceId() - Method in class org.duracloud.services.image.ConversionResult
 
getDestSpaceId() - Method in class org.duracloud.services.image.ImageConversionService
 
getDirFilter() - Method in class org.duracloud.chunk.FileChunkerOptions
 
getDisplayName() - Method in interface org.duracloud.DeploymentOptionType
Gets the "displayName" attribute
getDisplayName() - Method in class org.duracloud.duraservice.domain.ServiceComputeInstance
 
getDisplayName() - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Gets the "displayName" attribute
getDisplayName() - Method in class org.duracloud.impl.ModeTypeImpl
Gets the "displayName" attribute
getDisplayName() - Method in class org.duracloud.impl.ServiceTypeImpl
Gets the "displayName" attribute
getDisplayName() - Method in class org.duracloud.impl.UserPropertyTypeImpl
Gets the "displayName" attribute
getDisplayName() - Method in class org.duracloud.impl.UserPropertyTypeImpl.OptionImpl
Gets the "displayName" attribute
getDisplayName() - Method in interface org.duracloud.ModeType
Gets the "displayName" attribute
getDisplayName() - Method in class org.duracloud.serviceconfig.DeploymentOption
 
getDisplayName() - Method in class org.duracloud.serviceconfig.ServiceInfo
 
getDisplayName() - Method in class org.duracloud.serviceconfig.user.Option
 
getDisplayName() - Method in class org.duracloud.serviceconfig.user.UserConfig
 
getDisplayName() - Method in class org.duracloud.serviceconfig.user.UserConfigMode
 
getDisplayName() - Method in interface org.duracloud.ServiceType
Gets the "displayName" attribute
getDisplayName() - Method in interface org.duracloud.UserPropertyType
Gets the "displayName" attribute
getDisplayName() - Method in interface org.duracloud.UserPropertyType.Option
Gets the "displayName" attribute
getDisplayValue() - Method in class org.duracloud.serviceconfig.user.SelectableUserConfig
 
getDisplayValue() - Method in class org.duracloud.serviceconfig.user.TextUserConfig
 
getDisplayValue() - Method in class org.duracloud.serviceconfig.user.UserConfig
 
getDownloadURL() - Method in class org.duracloud.duradmin.domain.ContentItem
 
getDuradmin() - Method in class org.duracloud.appconfig.ApplicationInitializer
 
getDuraservice() - Method in class org.duracloud.appconfig.ApplicationInitializer
 
getDuraserviceContext() - Method in class org.duracloud.appconfig.domain.DuradminConfig
 
getDuraServiceContext() - Static method in class org.duracloud.duradmin.config.DuradminConfig
 
getDuraServiceContext() - Method in class org.duracloud.duradmin.domain.AdminInit
 
getDuraserviceHost() - Method in class org.duracloud.appconfig.domain.DuradminConfig
 
getDuraServiceHost() - Static method in class org.duracloud.duradmin.config.DuradminConfig
 
getDuraServiceHost() - Method in class org.duracloud.duradmin.domain.AdminInit
 
getDuraservicePort() - Method in class org.duracloud.appconfig.domain.DuradminConfig
 
getDuraServicePort() - Static method in class org.duracloud.duradmin.config.DuradminConfig
 
getDuraServicePort() - Method in class org.duracloud.duradmin.domain.AdminInit
 
getDuraServices() - Method in class org.duracloud.servicesutil.util.internal.NoopServiceListerImpl
 
getDuraServices() - Method in class org.duracloud.servicesutil.util.internal.ServiceListerImpl
getDuraServices() - Method in class org.duracloud.servicesutil.util.internal.ServicePropsFinderImpl
 
getDuraServices() - Method in class org.duracloud.servicesutil.util.internal.ServiceStarterImpl
 
getDuraServices() - Method in class org.duracloud.servicesutil.util.internal.ServiceStatusReporterImpl
 
getDuraServices() - Method in class org.duracloud.servicesutil.util.internal.ServiceStopperImpl
 
getDuraServices() - Method in interface org.duracloud.servicesutil.util.ServiceLister
 
getDurastore() - Method in class org.duracloud.appconfig.ApplicationInitializer
 
getDurastoreContext() - Method in class org.duracloud.appconfig.domain.DuradminConfig
 
getDuraStoreContext() - Static method in class org.duracloud.duradmin.config.DuradminConfig
 
getDuraStoreContext() - Method in class org.duracloud.duradmin.domain.AdminInit
 
getDuraStoreContext() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
getDuraStoreContext() - Method in class org.duracloud.services.fixity.FixityService
 
getDuraStoreContext() - Method in class org.duracloud.services.image.ImageConversionService
 
getDuraStoreContext() - Method in class org.duracloud.services.streaming.MediaStreamingService
 
getDurastoreHost() - Method in class org.duracloud.appconfig.domain.DuradminConfig
 
getDuraStoreHost() - Static method in class org.duracloud.duradmin.config.DuradminConfig
 
getDuraStoreHost() - Method in class org.duracloud.duradmin.domain.AdminInit
 
getDuraStoreHost() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
getDuraStoreHost() - Method in class org.duracloud.services.fixity.FixityService
 
getDuraStoreHost() - Method in class org.duracloud.services.image.ImageConversionService
 
getDuraStoreHost() - Method in class org.duracloud.services.streaming.MediaStreamingService
 
getDurastorePort() - Method in class org.duracloud.appconfig.domain.DuradminConfig
 
getDuraStorePort() - Static method in class org.duracloud.duradmin.config.DuradminConfig
 
getDuraStorePort() - Method in class org.duracloud.duradmin.domain.AdminInit
 
getDuraStorePort() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
getDuraStorePort() - Method in class org.duracloud.services.fixity.FixityService
 
getDuraStorePort() - Method in class org.duracloud.services.image.ImageConversionService
 
getDuraStorePort() - Method in class org.duracloud.services.streaming.MediaStreamingService
 
getEC2() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProvider
 
getElements() - Method in class org.duracloud.common.util.metrics.Metric
 
getElements(Metric) - Method in class org.duracloud.common.util.metrics.MetricsTable
 
getEnabled() - Method in class org.duracloud.impl.SecurityUserTypeImpl
Gets the "enabled" element
getEnabled() - Method in interface org.duracloud.SecurityUserType
Gets the "enabled" element
getEnableStreamingResult() - Method in class org.duracloud.services.streaming.EnableStreamingWorker
 
getEncodedContentId() - Method in class org.duracloud.duradmin.domain.ContentItem
 
getEntries() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean
 
getEntry() - Method in class org.duracloud.services.fixity.results.HashFinderResult
 
getEntry() - Method in class org.duracloud.services.fixity.results.HashVerifierResult
 
getEntry() - Method in interface org.duracloud.services.fixity.results.ServiceResult
 
getErrMessage() - Method in class org.duracloud.services.image.ConversionResult
 
getError() - Method in class org.duracloud.services.BaseService
 
getError() - Method in class org.duracloud.services.bulkimageconversion.HadoopJobWorker
 
getError() - Method in class org.duracloud.services.streaming.EnableStreamingWorker
 
getErrors() - Method in exception org.duracloud.client.error.InvalidServiceConfigurationException
 
getErrorText() - Method in class org.duracloud.client.error.InvalidServiceConfigurationException.ValidationError
 
getErrorType() - Method in exception org.duracloud.common.error.ManifestVerifyException
 
getException() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
getExclusion() - Method in class org.duracloud.impl.UserPropertyTypeImpl
Gets the "exclusion" attribute
getExclusion() - Method in class org.duracloud.serviceconfig.user.UserConfig
 
getExclusion() - Method in interface org.duracloud.UserPropertyType
Gets the "exclusion" attribute
getExistingDistribution(String) - Method in class org.duracloud.s3task.streaming.BaseStreamingTaskRunner
 
getExtendedMetadata() - Method in class org.duracloud.duradmin.domain.ContentItem
 
getExtendedMetadata() - Method in class org.duracloud.duradmin.domain.Space
 
getFailed() - Method in class org.duracloud.services.fixity.results.ServiceResultListener.StatusMsg
 
getFailed() - Method in class org.duracloud.sync.mgmt.StatusManager
 
getFile() - Method in class org.duracloud.sync.mgmt.ChangedFile
 
getFileFilter() - Method in class org.duracloud.chunk.FileChunkerOptions
 
getFileSize() - Method in class org.duracloud.services.image.ConversionResult
 
getFilesList() - Method in class org.duracloud.sync.endpoint.DuraStoreSyncEndpoint
 
getFilesList() - Method in class org.duracloud.sync.endpoint.FileSystemSyncEndpoint
 
getFilesList() - Method in interface org.duracloud.sync.endpoint.SyncEndpoint
Retrieves a listing of all files available at the endpoint.
getFilter(String) - Method in class org.duracloud.services.common.model.NamedFilterList
This method return the filters associated with the arg name.
getFilterTargets() - Method in class org.duracloud.services.common.model.NamedFilterList.NamedFilter
 
getFilterValue(String) - Method in class org.duracloud.services.common.model.NamedFilterList.NamedFilter
 
getFirstResultIndex() - Method in interface org.duracloud.common.util.Scrollable
 
getFirstRunningInstance(ReservationDescription) - Static method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2Helper
 
getFirstRunningInstance(List<ReservationDescription>) - Static method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2Helper
 
getFormattedMessage() - Method in exception org.duracloud.common.error.DuraCloudCheckedException
 
getFormattedMessage() - Method in class org.duracloud.common.error.DuraCloudExceptionCore
 
getFormattedMessage() - Method in exception org.duracloud.common.error.DuraCloudRuntimeException
 
getFormattedMessage() - Method in interface org.duracloud.common.error.MessageFormattable
This method returns the message which includes the arg elements.
getFromAttic(String) - Method in class org.duracloud.services.common.util.BundleHome
 
getFromContainer(String) - Method in class org.duracloud.services.common.util.BundleHome
 
getFromStoreId() - Method in class org.duracloud.services.replication.ReplicationService
 
getGrantedAuthorities() - Method in class org.duracloud.impl.SecurityUserTypeImpl
Gets the "grantedAuthorities" element
getGrantedAuthorities() - Method in class org.duracloud.security.domain.SecurityUserBean
 
getGrantedAuthorities() - Method in interface org.duracloud.SecurityUserType
Gets the "grantedAuthorities" element
getHashApproach() - Method in class org.duracloud.services.fixity.domain.FixityServiceOptions
 
getHeader() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean
 
getHeader() - Method in interface org.duracloud.ChunksManifestType
Gets the "header" element
getHeader() - Method in class org.duracloud.common.util.metrics.Metric
 
getHeader() - Method in class org.duracloud.impl.ChunksManifestTypeImpl
Gets the "header" element
getHeader() - Method in class org.duracloud.services.fixity.results.HashFinderResult
 
getHeader() - Method in class org.duracloud.services.fixity.results.HashVerifierResult
 
getHeader() - Method in interface org.duracloud.services.fixity.results.ServiceResult
 
getHome() - Method in class org.duracloud.services.common.util.BundleHome
 
getHost() - Method in class org.duracloud.appconfig.domain.Application
 
getHost() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.PrimaryInstance
 
getHost() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.ServiceStore
 
getHost() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.UserStore
 
getHost() - Method in class org.duracloud.duraservice.domain.Store
 
getHost() - Method in class org.duracloud.services.replication.ReplicationService
 
getHost() - Method in class org.duracloud.sync.config.SyncToolConfig
 
getHostname() - Method in interface org.duracloud.DeploymentOptionType
Gets the "hostname" attribute
getHostname() - Method in interface org.duracloud.DeploymentType
Gets the "hostname" attribute
getHostName() - Method in class org.duracloud.duraservice.domain.ServiceComputeInstance
 
getHostname() - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Gets the "hostname" attribute
getHostname() - Method in class org.duracloud.impl.DeploymentTypeImpl
Gets the "hostname" attribute
getHostname() - Method in class org.duracloud.serviceconfig.Deployment
 
getHostname() - Method in class org.duracloud.serviceconfig.DeploymentOption
 
getHref() - Method in class org.duracloud.duradmin.view.Menu.MenuItem
 
getHttpClient() - Method in class org.duracloud.s3storage.ProbedRestS3Service
 
getHttpConnectionManager() - Method in class org.duracloud.s3storage.ProbedRestS3Service
 
getId() - Method in class org.duracloud.common.model.Credential
 
getId() - Method in interface org.duracloud.controller.UploadTask
 
getId() - Method in interface org.duracloud.DeploymentOptionsType
Gets the "id" attribute
getId() - Method in interface org.duracloud.DeploymentOptionType
Gets the "id" attribute
getId() - Method in interface org.duracloud.DeploymentsType
Gets the "id" attribute
getId() - Method in interface org.duracloud.DeploymentType
Gets the "id" attribute
getId() - Method in class org.duracloud.domain.Content
Getter for the field id.
getId() - Method in class org.duracloud.domain.Space
Getter for the field id.
getId() - Method in class org.duracloud.duradmin.spaces.controller.ContentItemUploadTask
 
getId() - Method in class org.duracloud.duraservice.domain.Service
 
getId() - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
Gets the "id" attribute
getId() - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Gets the "id" attribute
getId() - Method in class org.duracloud.impl.DeploymentsTypeImpl
Gets the "id" attribute
getId() - Method in class org.duracloud.impl.DeploymentTypeImpl
Gets the "id" attribute
getId() - Method in class org.duracloud.impl.ModeSetTypeImpl
Gets the "id" attribute
getId() - Method in class org.duracloud.impl.ServiceTypeImpl
Gets the "id" attribute
getId() - Method in class org.duracloud.impl.SystemConfigTypeImpl
Gets the "id" attribute
getId() - Method in class org.duracloud.impl.SystemPropertyTypeImpl
Gets the "id" attribute
getId() - Method in class org.duracloud.impl.UserConfigTypeImpl
Gets the "id" attribute
getId() - Method in class org.duracloud.impl.UserPropertyTypeImpl
Gets the "id" attribute
getId() - Method in interface org.duracloud.ModeSetType
Gets the "id" attribute
getId() - Method in class org.duracloud.serviceconfig.Deployment
 
getId() - Method in class org.duracloud.serviceconfig.ServiceInfo
 
getId() - Method in class org.duracloud.serviceconfig.SystemConfig
 
getId() - Method in class org.duracloud.serviceconfig.user.UserConfig
 
getId() - Method in class org.duracloud.serviceconfig.user.UserConfigModeSet
 
getId() - Method in interface org.duracloud.ServiceType
Gets the "id" attribute
getId() - Method in class org.duracloud.storage.domain.StorageAccount
 
getId() - Method in interface org.duracloud.SystemConfigType
Gets the "id" attribute
getId() - Method in interface org.duracloud.SystemPropertyType
Gets the "id" attribute
getId() - Method in interface org.duracloud.UserConfigType
Gets the "id" attribute
getId() - Method in interface org.duracloud.UserPropertyType
Gets the "id" attribute
getIdToClassMap() - Method in class org.duracloud.computeprovider.mgmt.ComputeProviderFactory
 
getImageId() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.ServiceCompute
 
getImageId() - Method in class org.duracloud.duraservice.domain.ServiceCompute
 
getImageId() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
 
getIndex() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestEntry
 
getIndex() - Method in interface org.duracloud.ChunkType
Gets the "index" attribute
getIndex() - Method in class org.duracloud.impl.ChunkTypeImpl
Gets the "index" attribute
getInitResource() - Method in interface org.duracloud.appconfig.domain.AppConfig
This method returns the URL path element of the application's initialization resource.
getInitResource() - Method in class org.duracloud.appconfig.domain.DuradminConfig
 
getInitResource() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig
 
getInitResource() - Method in class org.duracloud.appconfig.domain.DurastoreConfig
 
getInitResource() - Method in class org.duracloud.appconfig.domain.SecurityConfig
 
getInput() - Method in class org.duracloud.impl.UserPropertyTypeImpl
Gets the "input" attribute
getInput() - Method in interface org.duracloud.UserPropertyType
Gets the "input" attribute
getInputFormat() - Method in class org.duracloud.services.hadoop.base.JobBuilder
Retrieves the input format which will be used to determine the input to the mapper functions.
getInputFormat() - Method in class org.duracloud.services.hadoop.imageconversion.ICJobBuilder
Retrieves the input format which will be used to determine the input to the mapper functions.
getInputType() - Method in class org.duracloud.serviceconfig.user.MultiSelectUserConfig
 
getInputType() - Method in class org.duracloud.serviceconfig.user.SingleSelectUserConfig
 
getInputType() - Method in class org.duracloud.serviceconfig.user.TextUserConfig
 
getInputType() - Method in class org.duracloud.serviceconfig.user.UserConfig
 
getInstallEnv(String) - Method in class org.duracloud.services.j2kservice.J2kInstallHelper
 
getInstance() - Static method in class org.duracloud.sync.mgmt.ChangedList
 
getInstance() - Static method in class org.duracloud.sync.mgmt.StatusManager
 
getInstanceId() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
getInstanceType() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
getInWork() - Method in class org.duracloud.sync.mgmt.StatusManager
 
getIsEnabled() - Method in class org.duracloud.common.model.Credential
Default value is '1'
getItemCount() - Method in class org.duracloud.duradmin.domain.Space
the count of all the items in the space
getJ2kZipName() - Method in class org.duracloud.services.j2kservice.J2kWebappWrapper
 
getJmsTemplate() - Method in class org.duracloud.durastore.aop.IngestAdvice
 
getJmsTemplate() - Method in class org.duracloud.durastore.aop.MessageConsumer
 
getJobConf() - Method in class org.duracloud.services.hadoop.base.JobBuilder
Constructs the JobConf to be used to run the map reduce job.
getJobId() - Method in class org.duracloud.services.bulkimageconversion.HadoopJobWorker
 
getJobName() - Method in class org.duracloud.services.hadoop.base.JobBuilder
Retrieves the name of the hadoop job.
getJobName() - Method in class org.duracloud.services.hadoop.imageconversion.ICJobBuilder
Retrieves the name of the hadoop job.
getKey() - Method in exception org.duracloud.common.error.DuraCloudCheckedException
 
getKey() - Method in class org.duracloud.common.error.DuraCloudExceptionCore
 
getKey() - Method in exception org.duracloud.common.error.DuraCloudRuntimeException
 
getKey() - Method in enum org.duracloud.common.error.ManifestVerifyException.ErrorType
 
getKey() - Method in exception org.duracloud.common.error.ManifestVerifyException
 
getKey() - Method in interface org.duracloud.common.error.MessageFormattable
This method returns the message key used as an index in the ResourceBundle.
getKey() - Method in enum org.duracloud.services.fixity.domain.FixityServiceOptions.Mode
 
getKeyname() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
 
getLaunchTime() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
getLength() - Method in class org.duracloud.chunk.stream.KnownLengthInputStream
 
getList(Iterator<String>) - Static method in class org.duracloud.storage.util.StorageProviderUtil
Creates a list of all of the items in an iteration.
getListableTags(MetadataTag) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
getListableTags(String) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
getListSize() - Method in class org.duracloud.sync.mgmt.ChangedList
Gets the current size of the changed list
getListValue() - Method in interface org.duracloud.AuthoritiesType
 
getLocation() - Method in interface org.duracloud.DeploymentOptionType
Gets the "location" attribute
getLocation() - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Gets the "location" attribute
getLocationType() - Method in class org.duracloud.serviceconfig.DeploymentOption
 
getLogLevel() - Method in class org.duracloud.sync.util.LogUtil
 
getLogLocation() - Method in class org.duracloud.sync.util.LogUtil
 
getLogMessage() - Method in class org.duracloud.client.StoreCaller
 
getLogMessage() - Method in class org.duracloud.services.fixity.util.StoreCaller
 
getManager(HttpServletRequest) - Static method in class org.duracloud.duradmin.spaces.controller.ContentUploadHelper
 
getManifest() - Method in class org.duracloud.chunk.ChunkableContent
 
getManifestId() - Method in class org.duracloud.chunk.manifest.ChunksManifest
 
getMapper() - Method in class org.duracloud.services.hadoop.base.JobBuilder
Retrieves the mapper class which will be used for perform the hadoop mapping tasks.
getMapper() - Method in class org.duracloud.services.hadoop.imageconversion.ICJobBuilder
Retrieves the mapper class which will be used for perform the hadoop mapping tasks.
getMappersPerInstance() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
getMax() - Method in interface org.duracloud.DeploymentOptionsType
Gets the "max" attribute
getMax() - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
Gets the "max" attribute
getMaxAsyncThreads() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
 
getMaxChunkSize() - Method in class org.duracloud.chunk.ChunkableContent
 
getMaxChunkSize() - Method in class org.duracloud.chunk.FileChunkerOptions
 
getMaxDeploymentsAllowed() - Method in class org.duracloud.serviceconfig.ServiceInfo
 
getMaxFileSize() - Method in class org.duracloud.sync.config.SyncToolConfig
 
getMaxInstanceCount() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
 
getMaxResultsPerPage() - Method in interface org.duracloud.common.util.Scrollable
The max number of results per page; ie the page size.
getMaxResultsPerPage() - Method in interface org.duracloud.duradmin.util.Scrollable
The max number of results per page; ie the page size.
getMaxResultsPerPage() - Method in class org.duracloud.duradmin.util.ScrollableList
 
getMaxRetries() - Method in class org.duracloud.durastore.aop.RetryAdvice
 
getMaxRetries() - Method in class org.duracloud.durastore.aop.VerifySpaceCreationAdvice
 
getMaxRetries() - Method in class org.duracloud.durastore.aop.VerifySpaceDeletionAdvice
 
getMD5() - Method in class org.duracloud.chunk.stream.ChunkInputStream
 
getMD5() - Method in class org.duracloud.chunk.stream.CountingDigestInputStream
 
getMd5() - Method in class org.duracloud.chunk.writer.AddContentResult
 
getMd5() - Method in interface org.duracloud.ChunkType
Gets the "md5" element
getMD5() - Method in class org.duracloud.common.stream.ChecksumInputStream
 
getMd5() - Method in class org.duracloud.impl.ChunkTypeImpl
Gets the "md5" element
getMd5() - Method in class org.duracloud.impl.SourceContentTypeImpl
Gets the "md5" element
getMd5() - Method in interface org.duracloud.SourceContentType
Gets the "md5" element
getMediaSourceSpaceId() - Method in class org.duracloud.services.streaming.MediaStreamingService
 
getMediaViewerSpaceId() - Method in class org.duracloud.services.streaming.MediaStreamingService
 
getMessageKey() - Method in class org.duracloud.duradmin.view.Menu.MenuItem
 
getMessagePattern(String) - Static method in class org.duracloud.common.error.ExceptionMessages
 
getMetadata() - Method in class org.duracloud.domain.Content
Getter for the field metadata.
getMetadata() - Method in class org.duracloud.domain.Space
Getter for the field metadata.
getMetadata() - Method in class org.duracloud.duradmin.domain.ContentItem
 
getMetadata() - Method in class org.duracloud.duradmin.domain.Space
 
getMetadata(ContentStore, String, String) - Static method in class org.duracloud.duradmin.util.MetadataUtils
 
getMetrics() - Method in class org.duracloud.common.util.metrics.MetricsTable
 
getMimetype() - Method in class org.duracloud.chunk.manifest.ChunksManifest
 
getMimetype() - Method in class org.duracloud.chunk.stream.ChunkInputStream
 
getMimeType() - Method in class org.duracloud.common.rest.RestUtil.RequestContent
 
getMimeType(File) - Method in class org.duracloud.common.util.MimetypeUtil
 
getMimeType(String) - Method in class org.duracloud.common.util.MimetypeUtil
 
getMimetype() - Method in class org.duracloud.duradmin.domain.ContentMetadata
 
getMimetype() - Method in class org.duracloud.impl.SourceContentTypeImpl
Gets the "mimetype" element
getMimetype() - Method in interface org.duracloud.SourceContentType
Gets the "mimetype" element
getMinInstanceCount() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
 
getMode() - Method in class org.duracloud.services.fixity.domain.FixityServiceOptions
 
getMode() - Method in class org.duracloud.services.fixity.FixityService
 
getModeArray() - Method in class org.duracloud.impl.ModeSetTypeImpl
Gets array of all "mode" elements
getModeArray(int) - Method in class org.duracloud.impl.ModeSetTypeImpl
Gets ith "mode" element
getModeArray() - Method in interface org.duracloud.ModeSetType
Gets array of all "mode" elements
getModeArray(int) - Method in interface org.duracloud.ModeSetType
Gets ith "mode" element
getModes() - Method in class org.duracloud.serviceconfig.user.UserConfigModeSet
 
getModeSetArray() - Method in class org.duracloud.impl.ModeTypeImpl
Gets array of all "modeSet" elements
getModeSetArray(int) - Method in class org.duracloud.impl.ModeTypeImpl
Gets ith "modeSet" element
getModeSetArray() - Method in class org.duracloud.impl.UserConfigTypeImpl
Gets array of all "modeSet" elements
getModeSetArray(int) - Method in class org.duracloud.impl.UserConfigTypeImpl
Gets ith "modeSet" element
getModeSetArray() - Method in interface org.duracloud.ModeType
Gets array of all "modeSet" elements
getModeSetArray(int) - Method in interface org.duracloud.ModeType
Gets ith "modeSet" element
getModeSetArray() - Method in interface org.duracloud.UserConfigType
Gets array of all "modeSet" elements
getModeSetArray(int) - Method in interface org.duracloud.UserConfigType
Gets ith "modeSet" element
getModeSets() - Method in class org.duracloud.serviceconfig.ServiceInfo
 
getModified() - Method in class org.duracloud.duradmin.domain.ContentMetadata
 
getMsgBrokerUrl() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.UserStore
 
getMsgBrokerUrl() - Method in class org.duracloud.duraservice.domain.UserStore
 
getName() - Method in class org.duracloud.appconfig.support.ApplicationWithConfig
 
getName() - Method in class org.duracloud.duradmin.domain.ExtendedMetadata
 
getName() - Method in class org.duracloud.duradmin.domain.MetadataItem
 
getName() - Method in class org.duracloud.duradmin.util.NameValuePair
 
getName() - Method in class org.duracloud.duradmin.view.Menu.MenuItem
 
getName() - Method in class org.duracloud.impl.SystemPropertyTypeImpl
Gets the "name" attribute
getName() - Method in class org.duracloud.impl.UserPropertyTypeImpl
Gets the "name" attribute
getName() - Method in class org.duracloud.s3task.hadoop.DescribeHadoopJobTaskRunner
 
getName() - Method in class org.duracloud.s3task.hadoop.RunHadoopJobTaskRunner
 
getName() - Method in class org.duracloud.s3task.hadoop.StopHadoopJobTaskRunner
 
getName() - Method in class org.duracloud.s3task.NoopTaskRunner
 
getName() - Method in class org.duracloud.s3task.storage.BaseStorageClassTaskRunner
 
getName() - Method in class org.duracloud.s3task.storage.SetReducedStorageTaskRunner
 
getName() - Method in class org.duracloud.s3task.storage.SetStandardStorageTaskRunner
 
getName() - Method in class org.duracloud.s3task.streaming.BaseStreamingTaskRunner
 
getName() - Method in class org.duracloud.s3task.streaming.DeleteStreamingTaskRunner
 
getName() - Method in class org.duracloud.s3task.streaming.DisableStreamingTaskRunner
 
getName() - Method in class org.duracloud.s3task.streaming.EnableStreamingTaskRunner
 
getName() - Method in class org.duracloud.serviceconfig.SystemConfig
 
getName() - Method in class org.duracloud.serviceconfig.user.UserConfig
 
getName() - Method in enum org.duracloud.serviceconfig.user.UserConfig.InputType
 
getName() - Method in class org.duracloud.services.common.model.NamedFilterList.NamedFilter
 
getName() - Method in interface org.duracloud.storage.provider.TaskRunner
 
getName() - Method in interface org.duracloud.SystemPropertyType
Gets the "name" attribute
getName() - Method in interface org.duracloud.UserPropertyType
Gets the "name" attribute
getNamePrefix() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
getNamePrefix() - Method in class org.duracloud.services.image.ImageConversionService
 
getNames() - Method in class org.duracloud.services.common.model.NamedFilterList
This method returns all names of contained filters.
getNameSuffix() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
getNameSuffix() - Method in class org.duracloud.services.image.ImageConversionService
 
getNumInstances() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
getNumThreads() - Method in class org.duracloud.sync.config.SyncToolConfig
 
getObject(String, String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
getObjectAclWithSignedUrl(String) - Method in class org.duracloud.s3storage.ProbedRestS3Service
 
getObjectAsStream(String, String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
getObjectDetailsWithSignedUrl(String) - Method in class org.duracloud.s3storage.ProbedRestS3Service
 
getObjectMetaData(String, String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
getObjectPath(String, String) - Method in class org.duracloud.emcstorage.EMCStorageProvider
 
getObjectWithSignedUrl(String) - Method in class org.duracloud.s3storage.ProbedRestS3Service
 
getOps() - Method in class org.duracloud.common.util.DatabaseUtil
 
getOptionArray() - Method in interface org.duracloud.DeploymentOptionsType
Gets array of all "option" elements
getOptionArray(int) - Method in interface org.duracloud.DeploymentOptionsType
Gets ith "option" element
getOptionArray() - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
Gets array of all "option" elements
getOptionArray(int) - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
Gets ith "option" element
getOptionArray() - Method in class org.duracloud.impl.UserPropertyTypeImpl
Gets array of all "option" elements
getOptionArray(int) - Method in class org.duracloud.impl.UserPropertyTypeImpl
Gets ith "option" element
getOptionArray() - Method in interface org.duracloud.UserPropertyType
Gets array of all "option" elements
getOptionArray(int) - Method in interface org.duracloud.UserPropertyType
Gets ith "option" element
getOptions() - Method in class org.duracloud.serviceconfig.user.SelectableUserConfig
 
getOrder() - Method in class org.duracloud.durastore.aop.IngestAdvice
 
getOrder() - Method in class org.duracloud.durastore.aop.RetryAdvice
 
getOrder() - Method in class org.duracloud.durastore.aop.VerifySpaceCreationAdvice
 
getOrder() - Method in class org.duracloud.durastore.aop.VerifySpaceDeletionAdvice
 
getOsgiConfigAdmin() - Method in class org.duracloud.servicesutil.util.internal.DuraConfigAdminImpl
 
getOutputContentId() - Method in class org.duracloud.services.fixity.domain.FixityServiceOptions
 
getOutputFileName() - Method in class org.duracloud.services.hadoop.base.AltTextOutputFormat
 
getOutputFileName() - Method in class org.duracloud.services.hadoop.imageconversion.ICOutputFormat
 
getOutputFormat() - Method in class org.duracloud.services.hadoop.base.JobBuilder
Retrieves the output format which will be used to write output files.
getOutputFormat() - Method in class org.duracloud.services.hadoop.imageconversion.ICJobBuilder
Retrieves the output format which will be used to write output files.
getOutputSpaceId() - Method in class org.duracloud.services.fixity.domain.FixityServiceOptions
 
getOutputStream(File) - Static method in class org.duracloud.common.util.IOUtil
 
getOwnerId() - Method in class org.duracloud.storage.domain.StorageAccount
 
getPackage() - Method in enum org.duracloud.servicesadminclient.ServicesAdminClientCLI.SERVICE
 
getPackageName() - Method in enum org.duracloud.servicesadminclient.ServicesAdminClientCLI.SERVICE
 
getPassed() - Method in class org.duracloud.services.fixity.results.ServiceResultListener.StatusMsg
 
getPassword() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.ServiceCompute
 
getPassword() - Method in class org.duracloud.common.model.Credential
 
getPassword() - Method in class org.duracloud.duradmin.domain.SecurityUserCommand
 
getPassword() - Method in class org.duracloud.duraservice.domain.ServiceCompute
 
getPassword() - Method in class org.duracloud.impl.SecurityUserTypeImpl
Gets the "password" element
getPassword() - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
getPassword() - Method in class org.duracloud.security.domain.SecurityUserBean
 
getPassword() - Method in interface org.duracloud.SecurityUserType
Gets the "password" element
getPassword() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
getPassword() - Method in class org.duracloud.services.fixity.FixityService
 
getPassword() - Method in class org.duracloud.services.image.ImageConversionService
 
getPassword() - Method in class org.duracloud.services.replication.ReplicationService
 
getPassword() - Method in class org.duracloud.services.streaming.MediaStreamingService
 
getPassword() - Method in class org.duracloud.storage.domain.StorageAccount
 
getPassword() - Method in class org.duracloud.sync.config.SyncToolConfig
 
getPhase() - Method in class org.duracloud.services.fixity.results.ServiceResultListener.StatusMsg
 
getPlatform() - Method in class org.duracloud.services.j2kservice.J2kWebappWrapper
 
getPollFrequency() - Method in class org.duracloud.sync.config.SyncToolConfig
 
getPort() - Method in class org.duracloud.appconfig.domain.Application
 
getPort() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.ServiceStore
 
getPort() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.UserStore
 
getPort() - Method in class org.duracloud.duraservice.domain.Store
 
getPort() - Method in class org.duracloud.services.replication.ReplicationService
 
getPort() - Method in class org.duracloud.services.webapputil.tomcat.TomcatInstance
 
getPort() - Method in class org.duracloud.sync.config.SyncToolConfig
 
getPos() - Method in class org.duracloud.services.hadoop.base.SimpleFileRecordReader
 
getPrefix(String) - Method in class org.duracloud.appconfig.domain.BaseConfig
 
getPreparer(String, TilesRequestContext) - Method in class org.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory
 
getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory
Obtain a preparer instance for the given preparer name, based on the given Spring WebApplicationContext.
getPreviousPhaseStatus() - Method in class org.duracloud.services.fixity.results.ServiceResultListener.StatusMsg
 
getPrimaryContentStore() - Method in interface org.duracloud.client.ContentStoreManager
getPrimaryContentStore
getPrimaryContentStore() - Method in class org.duracloud.client.ContentStoreManagerImpl
getPrimaryContentStore
getPrimaryContentStoreAsAnonymous() - Method in interface org.duracloud.client.ContentStoreManager
Provides access to the primary content store without requiring login().
getPrimaryContentStoreAsAnonymous() - Method in class org.duracloud.client.ContentStoreManagerImpl
Provides access to the primary content store without requiring login().
getPrimaryInstance() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig
 
getPrimaryKey() - Method in class org.duracloud.common.util.TableSpec
 
getPrimaryStorageAccount() - Method in class org.duracloud.storage.domain.StorageAccountManager
 
getPrimaryStorageAccountId() - Method in class org.duracloud.storage.domain.StorageAccountManager
 
getPrimaryStorageProviderAccountId() - Method in interface org.duracloud.durastore.util.StorageProviderFactory
 
getPrimaryStorageProviderAccountId() - Method in class org.duracloud.durastore.util.StorageProviderFactoryImpl
Retrieves the id for the primary storage provider account
getPrintableConfig() - Method in class org.duracloud.sync.config.SyncToolConfig
 
getPrintableHelp() - Method in class org.duracloud.sync.SyncTool
 
getPrintableStatus() - Method in class org.duracloud.sync.mgmt.StatusManager
 
getProbedCore() - Method in class org.duracloud.emcstorage.ProbedEMCStorageProvider
 
getProbedCore() - Method in class org.duracloud.rackspacestorage.ProbedRackspaceStorageProvider
 
getProbedCore() - Method in class org.duracloud.s3storage.ProbedS3StorageProvider
 
getProbedCore() - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
getProcessingStatus() - Method in interface org.duracloud.services.fixity.results.ServiceResultListener
 
getProcessingStatus() - Method in class org.duracloud.services.fixity.results.ServiceResultProcessor
 
getProcessingStatus() - Method in class org.duracloud.services.fixity.worker.ServiceWorkManager
 
getProgress() - Method in class org.duracloud.services.hadoop.base.SimpleFileRecordReader
 
getProp0() - Method in class org.duracloud.computeprovider.mgmt.mock.MockComputeProviderProperties
 
getProp1() - Method in class org.duracloud.computeprovider.mgmt.mock.MockComputeProviderProperties
 
getProp2() - Method in class org.duracloud.computeprovider.mgmt.mock.MockComputeProviderProperties
 
getProperties() - Method in interface org.duracloud.controller.UploadTask
 
getProperties() - Method in class org.duracloud.duradmin.spaces.controller.ContentItemUploadTask
 
getPropertyArray() - Method in class org.duracloud.impl.ModeTypeImpl
Gets array of all "property" elements
getPropertyArray(int) - Method in class org.duracloud.impl.ModeTypeImpl
Gets ith "property" element
getPropertyArray() - Method in class org.duracloud.impl.SystemConfigTypeImpl
Gets array of all "property" elements
getPropertyArray(int) - Method in class org.duracloud.impl.SystemConfigTypeImpl
Gets ith "property" element
getPropertyArray() - Method in class org.duracloud.impl.UserConfigTypeImpl
Gets array of all "property" elements
getPropertyArray(int) - Method in class org.duracloud.impl.UserConfigTypeImpl
Gets ith "property" element
getPropertyArray() - Method in interface org.duracloud.ModeType
Gets array of all "property" elements
getPropertyArray(int) - Method in interface org.duracloud.ModeType
Gets ith "property" element
getPropertyArray() - Method in interface org.duracloud.SystemConfigType
Gets array of all "property" elements
getPropertyArray(int) - Method in interface org.duracloud.SystemConfigType
Gets ith "property" element
getPropertyArray() - Method in interface org.duracloud.UserConfigType
Gets array of all "property" elements
getPropertyArray(int) - Method in interface org.duracloud.UserConfigType
Gets ith "property" element
getPropertyName() - Method in class org.duracloud.client.error.InvalidServiceConfigurationException.ValidationError
 
getProps() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProvider
 
getProps(String) - Method in class org.duracloud.servicesutil.util.internal.ServicePropsFinderImpl
 
getProps(String) - Method in interface org.duracloud.servicesutil.util.ServicePropsFinder
 
getPropsDuraServiceContext() - Static method in class org.duracloud.duradmin.config.DuradminConfig
 
getPropsDuraStoreContext() - Static method in class org.duracloud.duradmin.config.DuradminConfig
 
getPropsFromResource(String) - Static method in class org.duracloud.common.util.ApplicationConfig
 
getPropsFromXml(String) - Static method in class org.duracloud.common.util.ApplicationConfig
 
getPropsFromXmlResource(String) - Static method in class org.duracloud.common.util.ApplicationConfig
 
getPropsFromXmlStream(InputStream) - Static method in class org.duracloud.common.util.ApplicationConfig
 
getPropsHost() - Static method in class org.duracloud.duradmin.config.DuradminConfig
 
getPropsPort() - Static method in class org.duracloud.duradmin.config.DuradminConfig
 
getProvidedListingContentIdA() - Method in class org.duracloud.services.fixity.domain.FixityServiceOptions
 
getProvidedListingContentIdB() - Method in class org.duracloud.services.fixity.domain.FixityServiceOptions
 
getProvidedListingSpaceIdA() - Method in class org.duracloud.services.fixity.domain.FixityServiceOptions
 
getProvidedListingSpaceIdB() - Method in class org.duracloud.services.fixity.domain.FixityServiceOptions
 
getProvider() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
getProvider() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
 
getQualifier() - Method in class org.duracloud.appconfig.ApplicationInitializer
 
getQualifier() - Method in class org.duracloud.appconfig.domain.BaseConfig
This method provides the qualifier used to distinquish this config object in a properties file.
getQualifier() - Method in class org.duracloud.appconfig.domain.DuradminConfig
 
getQualifier() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig
 
getQualifier() - Method in class org.duracloud.appconfig.domain.DurastoreConfig
 
getQualifier() - Method in class org.duracloud.appconfig.domain.SecurityConfig
 
getQueryCount() - Method in class org.duracloud.duradmin.domain.SpaceMetadata
 
getQueueSize() - Method in class org.duracloud.sync.mgmt.StatusManager
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.duracloud.services.hadoop.base.WholeFileInputFormat
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.duracloud.services.hadoop.imageconversion.ICInputFormat
 
getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.duracloud.services.hadoop.base.AltTextOutputFormat
 
getRedirectMessage(HttpServletRequest) - Static method in class org.duracloud.duradmin.util.MessageUtils
 
getReducer() - Method in class org.duracloud.services.hadoop.base.JobBuilder
Retrieves the reducer class which will be used to perform the hadoop reduction tasks.
getReplicationType() - Method in class org.duracloud.services.replication.ReplicationService
 
getReportContentId() - Method in class org.duracloud.services.fixity.domain.FixityServiceOptions
 
getRequestContent(HttpServletRequest, HttpHeaders) - Method in interface org.duracloud.common.rest.RestUtil
 
getRequestContent(HttpServletRequest, HttpHeaders) - Method in class org.duracloud.common.rest.RestUtilImpl
Retrieves the contents of the HTTP Request.
getRequestHelper() - Method in class org.duracloud.servicesadmin.control.ConfigureController
 
getRequestHelper() - Method in class org.duracloud.servicesadmin.control.PropsController
 
getRequestHelper() - Method in class org.duracloud.servicesadmin.control.StartController
 
getRequestHelper() - Method in class org.duracloud.servicesadmin.control.StatusController
 
getRequestHelper() - Method in class org.duracloud.servicesadmin.control.StopController
 
getRequestHelper() - Method in class org.duracloud.servicesadmin.control.UninstallController
 
getResponseBody() - Method in class org.duracloud.common.web.RestHttpHelper.HttpResponse
 
getResponseFooters() - Method in class org.duracloud.common.web.RestHttpHelper.HttpResponse
 
getResponseHeader(String) - Method in class org.duracloud.common.web.RestHttpHelper.HttpResponse
 
getResponseHeaders() - Method in class org.duracloud.common.web.RestHttpHelper.HttpResponse
 
getResponseStream() - Method in class org.duracloud.common.web.RestHttpHelper.HttpResponse
 
getRester() - Method in class org.duracloud.servicesadminclient.ServicesAdminClient
 
getResultCount() - Method in interface org.duracloud.common.util.Scrollable
The total result count
getResultList() - Method in interface org.duracloud.common.util.Scrollable
Returns the results for the current "page"
getResultList() - Method in interface org.duracloud.duradmin.util.Scrollable
Returns the results for the current "page"
getResultList() - Method in class org.duracloud.duradmin.util.ScrollableList
 
getResults() - Method in interface org.duracloud.chunk.writer.ContentWriter
This method returns an item-by-item list of results for the write requests.
getResults() - Method in class org.duracloud.chunk.writer.DuracloudContentWriter
 
getResults() - Method in class org.duracloud.chunk.writer.FilesystemContentWriter
This method returns the results of the content write requests.
getReturnTo(FlowExecutionOutcome) - Static method in class org.duracloud.duradmin.util.NavigationUtils
 
getReturnTo(HttpServletRequest) - Static method in class org.duracloud.duradmin.util.NavigationUtils
 
getRootCredential() - Method in class org.duracloud.unittestdb.util.StorageAccountTestUtil
 
getRootId(String) - Method in class org.duracloud.emcstorage.EMCStorageProvider
 
getS3Service(String, String) - Static method in class org.duracloud.s3storage.S3ProviderUtil
 
getSalt() - Method in class org.duracloud.services.fixity.domain.FixityServiceOptions
 
getSchemaVersion() - Method in interface org.duracloud.HeaderType
Gets the "schemaVersion" attribute
getSchemaVersion() - Method in class org.duracloud.impl.HeaderTypeImpl
Gets the "schemaVersion" attribute
getSchemaVersion() - Method in class org.duracloud.impl.SecurityUsersTypeImpl
Gets the "schemaVersion" attribute
getSchemaVersion() - Method in class org.duracloud.impl.ServicesDocumentImpl.ServicesImpl
Gets the "schemaVersion" attribute
getSchemaVersion() - Method in class org.duracloud.impl.SingleServiceTypeImpl
Gets the "schemaVersion" attribute
getSchemaVersion() - Method in interface org.duracloud.SecurityUsersType
Gets the "schemaVersion" attribute
getSchemaVersion() - Method in interface org.duracloud.ServicesDocument.Services
Gets the "schemaVersion" attribute
getSchemaVersion() - Method in interface org.duracloud.SingleServiceType
Gets the "schemaVersion" attribute
getSecurityUserArray() - Method in class org.duracloud.impl.SecurityUsersTypeImpl
Gets array of all "security-user" elements
getSecurityUserArray(int) - Method in class org.duracloud.impl.SecurityUsersTypeImpl
Gets ith "security-user" element
getSecurityUserArray() - Method in interface org.duracloud.SecurityUsersType
Gets array of all "security-user" elements
getSecurityUserArray(int) - Method in interface org.duracloud.SecurityUsersType
Gets ith "security-user" element
getSecurityUsers() - Method in class org.duracloud.impl.SecurityUsersDocumentImpl
Gets the "security-users" element
getSecurityUsers() - Method in interface org.duracloud.SecurityUsersDocument
Gets the "security-users" element
getSelected() - Method in class org.duracloud.impl.ModeTypeImpl
Gets the "selected" attribute
getSelected() - Method in class org.duracloud.impl.UserPropertyTypeImpl.OptionImpl
Gets the "selected" attribute
getSelected() - Method in interface org.duracloud.ModeType
Gets the "selected" attribute
getSelected() - Method in interface org.duracloud.UserPropertyType.Option
Gets the "selected" attribute
getSelectedContentStoreId() - Method in class org.duracloud.duradmin.contentstore.ContentStoreProvider
 
getSelectedId(ContentStoreManager) - Method in class org.duracloud.duradmin.contentstore.ContentStoreSelector
 
getSelectedOption() - Method in class org.duracloud.serviceconfig.user.SingleSelectUserConfig
 
getSelectedValue() - Method in class org.duracloud.serviceconfig.user.SingleSelectUserConfig
 
getSerializer() - Method in class org.duracloud.servicesadmin.control.ListController
 
getSerializer() - Method in class org.duracloud.servicesadmin.util.HttpRequestHelper
 
getSerializer() - Method in class org.duracloud.servicesadminclient.ServicesAdminClient
 
getService(int) - Method in interface org.duracloud.client.ServicesManager
Gets a service.
getService(int) - Method in class org.duracloud.client.ServicesManagerImpl
Gets a service.
getService(int) - Method in class org.duracloud.duraservice.mgmt.ServiceManager
Gets a service.
getService(int) - Method in interface org.duracloud.duraservice.rest.ServiceResource
 
getService(int) - Method in class org.duracloud.duraservice.rest.ServiceResourceImpl
 
getService(int) - Method in class org.duracloud.duraservice.rest.ServiceRest
Gets a full set of service information, including description, configuration options, and a full listing of deployments.
getService() - Method in class org.duracloud.impl.ServiceDocumentImpl
Gets the "service" element
getService(InputStream) - Static method in class org.duracloud.serviceconfig.ServicesConfigDocument
This method binds the arg xml to a single ServiceInfo object.
getService() - Method in interface org.duracloud.ServiceDocument
Gets the "service" element
getServiceArray() - Method in class org.duracloud.impl.ServicesDocumentImpl.ServicesImpl
Gets array of all "service" elements
getServiceArray(int) - Method in class org.duracloud.impl.ServicesDocumentImpl.ServicesImpl
Gets ith "service" element
getServiceArray() - Method in interface org.duracloud.ServicesDocument.Services
Gets array of all "service" elements
getServiceArray(int) - Method in interface org.duracloud.ServicesDocument.Services
Gets ith "service" element
getServiceAsXML(ServiceInfo) - Static method in class org.duracloud.serviceconfig.ServicesConfigDocument
This method serializes the arg ServiceInfo object into a single-service xml config document.
getServiceCompute() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig
 
getServiceConfig(String) - Method in class org.duracloud.servicesadminclient.ServicesAdminClient
 
getServiceId() - Method in class org.duracloud.services.BaseService
 
getServiceId() - Method in interface org.duracloud.services.ComputeService
 
getServiceId() - Method in enum org.duracloud.servicesadminclient.ServicesAdminClientCLI.SERVICE
 
getServiceIdFromPropsURL(HttpServletRequest) - Method in class org.duracloud.servicesadmin.util.HttpRequestHelper
 
getServiceIdFromStatusURL(HttpServletRequest) - Method in class org.duracloud.servicesadmin.util.HttpRequestHelper
 
getServiceIdParameter(HttpServletRequest) - Method in class org.duracloud.servicesadmin.util.HttpRequestHelper
 
getServiceInfoId() - Method in class org.duracloud.duradmin.domain.ServiceCommand
 
getServiceInstaller() - Method in class org.duracloud.servicesadmin.control.InstallController
 
getServiceList(InputStream) - Static method in class org.duracloud.serviceconfig.ServicesConfigDocument
This method binds the arg xml to a list of ServiceInfo objects.
getServiceListAsXML(List<ServiceInfo>) - Static method in class org.duracloud.serviceconfig.ServicesConfigDocument
This method serializes the arg list of ServiceInfo objects into a multi- service xml config document.
getServiceLister() - Method in class org.duracloud.servicesadmin.control.ListController
 
getServiceListing() - Method in class org.duracloud.servicesadminclient.ServicesAdminClient
 
getServiceName() - Method in class org.duracloud.services.beans.ComputeServiceBean
 
getServiceProps() - Method in class org.duracloud.services.BaseService
 
getServiceProps() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
getServiceProps() - Method in interface org.duracloud.services.ComputeService
 
getServiceProps() - Method in class org.duracloud.services.fixity.FixityService
 
getServiceProps() - Method in class org.duracloud.services.hellowebappwrapper.HelloWebappWrapper
 
getServiceProps() - Method in class org.duracloud.services.image.ImageConversionService
 
getServiceProps() - Method in class org.duracloud.services.j2kservice.J2kWebappWrapper
 
getServiceProps() - Method in class org.duracloud.services.script.ScriptService
 
getServiceProps() - Method in class org.duracloud.services.streaming.MediaStreamingService
 
getServiceProps(String) - Method in class org.duracloud.servicesadminclient.ServicesAdminClient
 
getServicePropsFinder() - Method in class org.duracloud.servicesadmin.control.PropsController
 
getServices(String) - Method in class org.duracloud.duraservice.rest.ServiceRest
Gets a listing of services.
getServices() - Method in class org.duracloud.impl.ServicesDocumentImpl
Gets the "services" element
getServices() - Method in interface org.duracloud.ServicesDocument
Gets the "services" element
getServicesAdmin() - Method in class org.duracloud.duraservice.domain.ServiceComputeInstance
 
getServicesAdminContext() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.PrimaryInstance
 
getServicesAdminPort() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.PrimaryInstance
 
getServicesManager() - Method in class org.duracloud.duradmin.control.BaseCommandController
 
getServicesManager() - Method in class org.duracloud.duradmin.control.BaseFormController
 
getServicesManager() - Method in class org.duracloud.duradmin.control.ControllerSupport
This method returns the current service-manager.
getServicesManager() - Method in class org.duracloud.duradmin.services.controller.ServiceController
 
getServicesManager() - Method in class org.duracloud.duradmin.services.controller.ServicesController
 
getServicesManager() - Method in class org.duracloud.duradmin.spaces.controller.ContentItemController
 
getServicesManager() - Method in class org.duracloud.duradmin.spaces.controller.ContentItemUploadController
 
getServiceStarter() - Method in class org.duracloud.servicesadmin.control.StartController
 
getServiceStatus() - Method in class org.duracloud.services.BaseService
 
getServiceStatus() - Method in interface org.duracloud.services.ComputeService
 
getServiceStatus(String) - Method in class org.duracloud.servicesadminclient.ServicesAdminClient
 
getServiceStatusReporter() - Method in class org.duracloud.servicesadmin.control.StatusController
 
getServiceStopper() - Method in class org.duracloud.servicesadmin.control.StopController
 
getServiceStore() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig
 
getServiceUninstaller() - Method in class org.duracloud.servicesadmin.control.UninstallController
 
getServiceVersion() - Method in class org.duracloud.impl.ServiceTypeImpl
Gets the "serviceVersion" attribute
getServiceVersion() - Method in class org.duracloud.serviceconfig.ServiceInfo
 
getServiceVersion() - Method in interface org.duracloud.ServiceType
Gets the "serviceVersion" attribute
getServiceWork(String) - Method in class org.duracloud.services.common.util.BundleHome
 
getServiceWorkDir() - Method in class org.duracloud.services.BaseService
 
getServiceWorkDir() - Method in interface org.duracloud.services.ComputeService
 
getServiceXml(int, String) - Method in class org.duracloud.duraservice.config.AbstractServiceInfo
 
getServiceXml(int, String) - Method in class org.duracloud.duraservice.config.BulkImageConversionServiceInfo
 
getServiceXml(int, String) - Method in class org.duracloud.duraservice.config.FixityServiceInfo
 
getServiceXml(int, String) - Method in class org.duracloud.duraservice.config.HelloServiceInfo
 
getServiceXml(int, String) - Method in class org.duracloud.duraservice.config.HelloWebappWrapperServiceInfo
 
getServiceXml(int, String) - Method in class org.duracloud.duraservice.config.ImageConversionServiceInfo
 
getServiceXml(int, String) - Method in class org.duracloud.duraservice.config.ImageMagickServiceInfo
 
getServiceXml(int, String) - Method in class org.duracloud.duraservice.config.J2kServiceInfo
 
getServiceXml(int, String) - Method in class org.duracloud.duraservice.config.MediaStreamingServiceInfo
 
getServiceXml(int, String) - Method in class org.duracloud.duraservice.config.ReplicationServiceInfo
 
getServiceXml(int, String) - Method in class org.duracloud.duraservice.config.WebappUtilServiceInfo
 
getSettingsForArtifact(String, String, String) - Method in class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
Example: getSettingsForArtifact ( "foo:bar@1,chees:ham2@3@nostart","cheese","ham") --> @3@nostart
getShareableUrl(Identifier, Date) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
getSignatureMethod() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
 
getSimpleDeploymentOptions() - Method in class org.duracloud.duraservice.config.AbstractServiceInfo
 
getSimpleJdbcTemplate() - Method in class org.duracloud.common.util.DatabaseUtil
 
getSize() - Method in class org.duracloud.common.rest.RestUtil.RequestContent
 
getSize() - Method in class org.duracloud.duradmin.domain.ContentMetadata
 
getSourceByteSize() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestHeader
 
getSourceContent() - Method in interface org.duracloud.HeaderType
Gets the "sourceContent" element
getSourceContent() - Method in class org.duracloud.impl.HeaderTypeImpl
Gets the "sourceContent" element
getSourceContentId() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestHeader
 
getSourceMD5() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestHeader
 
getSourceMimetype() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestHeader
 
getSourceSpaceId() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
getSourceSpaceId() - Method in class org.duracloud.services.image.ConversionResult
 
getSourceSpaceId() - Method in class org.duracloud.services.image.ImageConversionService
 
getSpace(String, String, long, String) - Method in interface org.duracloud.client.ContentStore
Provides a space, including the id and metadata of the space as well as a limited list of the content items within a space.
getSpace(String, String, long, String) - Method in class org.duracloud.client.ContentStoreImpl
Provides a space, including the id and metadata of the space as well as a limited list of the content items within a space.
getSpace(String, String, long, String) - Method in class org.duracloud.duradmin.cache.ContentStoreCache
Provides a space, including the id and metadata of the space as well as a limited list of the content items within a space.
getSpace() - Method in class org.duracloud.duradmin.contentstore.ContentItemList
 
getSpace(String, String, String, long, String) - Method in class org.duracloud.durastore.rest.SpaceRest
see SpaceResource.getSpaceMetadata(String, String); see SpaceResource.getSpaceContents(String, String);
getSpaceAccess(String) - Method in interface org.duracloud.client.ContentStore
Gets the access setting of the space, either OPEN or CLOSED.
getSpaceAccess(String) - Method in class org.duracloud.client.ContentStoreImpl
Gets the access setting of the space, either OPEN or CLOSED.
getSpaceAccess(String) - Method in class org.duracloud.duradmin.cache.ContentStoreCache
Gets the access setting of the space, either OPEN or CLOSED.
getSpaceAccess(String) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
 
getSpaceAccess(String) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
 
getSpaceAccess(String) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
 
getSpaceAccess(String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
getSpaceAccess(String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getSpaceAccess(String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
getSpaceAccess(StorageProvider, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
getSpaceAccess(StorageProvider, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
getSpaceAccess(String) - Method in interface org.duracloud.storage.provider.StorageProvider
Gets the access setting of the space, either OPEN or CLOSED.
getSpaceAccess(String) - Method in class org.duracloud.storage.provider.StorageProviderBase
Gets the access setting of the space, either OPEN or CLOSED.
getSpaceContents(String) - Method in interface org.duracloud.client.ContentStore
Retrieves the complete list of content items within a space.
getSpaceContents(String, String) - Method in interface org.duracloud.client.ContentStore
Retrieves the complete list of content items within a space.
getSpaceContents(String) - Method in class org.duracloud.client.ContentStoreImpl
Retrieves the complete list of content items within a space.
getSpaceContents(String, String) - Method in class org.duracloud.client.ContentStoreImpl
Retrieves the complete list of content items within a space.
getSpaceContents(String) - Method in class org.duracloud.duradmin.cache.ContentStoreCache
Provides a list of space contents.
getSpaceContents(String, String) - Method in class org.duracloud.duradmin.cache.ContentStoreCache
Provides a list of space contents.
getSpaceContents(String, String, String, long, String) - Method in class org.duracloud.durastore.rest.SpaceResource
Gets a listing of the contents of a space.
getSpaceContents(String, String) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
 
getSpaceContents(String, String) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
 
getSpaceContents(String, String) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
 
getSpaceContents(String, String) - Method in class org.duracloud.emcstorage.EMCStorageProvider
Provides access to the content files within a space.
getSpaceContents(String, String) - Method in class org.duracloud.rackspacestorage.RackspaceStorageProvider
Provides access to the content files within a space.
getSpaceContents(String, String) - Method in class org.duracloud.s3storage.S3StorageProvider
Provides access to the content files within a space.
getSpaceContents(String, String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
getSpaceContents(String, String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getSpaceContents(String, String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
getSpaceContents(StorageProvider, String, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
getSpaceContents(StorageProvider, String, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
getSpaceContents(String, String) - Method in interface org.duracloud.storage.provider.StorageProvider
Provides access to the content files within a space.
getSpaceContentsChunked(String, String, long, String) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
 
getSpaceContentsChunked(String, String, long, String) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
 
getSpaceContentsChunked(String, String, long, String) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
 
getSpaceContentsChunked(String, String, long, String) - Method in class org.duracloud.emcstorage.EMCStorageProvider
Provides a listing of the content files within a space.
getSpaceContentsChunked(String, String, long, String) - Method in class org.duracloud.rackspacestorage.RackspaceStorageProvider
Provides a listing of the content files within a space.
getSpaceContentsChunked(String, String, long, String) - Method in class org.duracloud.s3storage.S3StorageProvider
Provides a listing of the content files within a space.
getSpaceContentsChunked(String, String, long, String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
getSpaceContentsChunked(String, String, long, String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getSpaceContentsChunked(String, String, long, String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
getSpaceContentsChunked(StorageProvider, String, String, String, long, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
getSpaceContentsChunked(StorageProvider, String, String, String, long, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
getSpaceContentsChunked(String, String, long, String) - Method in interface org.duracloud.storage.provider.StorageProvider
Provides a listing of the content files within a space.
getSpaceCount(String, int) - Method in class org.duracloud.s3storage.S3StorageProvider
 
getSpaceId() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.ServiceStore
 
getSpaceId() - Method in exception org.duracloud.chunk.error.ContentNotAddedException
 
getSpaceId() - Method in class org.duracloud.chunk.writer.AddContentResult
 
getSpaceId() - Method in class org.duracloud.duradmin.domain.ContentItem
 
getSpaceId() - Method in class org.duracloud.duradmin.domain.ExtendedMetadata
 
getSpaceId() - Method in class org.duracloud.duradmin.domain.MetadataItem
 
getSpaceId() - Method in class org.duracloud.duradmin.domain.Space
 
getSpaceId() - Method in class org.duracloud.duradmin.domain.Tag
 
getSpaceId() - Method in class org.duracloud.duraservice.domain.ServiceStore
 
getSpaceId() - Method in class org.duracloud.durastore.aop.IngestMessage
 
getSpaceId(String) - Method in class org.duracloud.s3storage.S3StorageProvider
Converts a bucket name into what could be passed in as a space ID.
getSpaceId(String) - Method in class org.duracloud.s3task.streaming.BaseStreamingTaskRunner
 
getSpaceId() - Method in class org.duracloud.services.fixity.domain.ContentLocation
 
getSpaceId() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getSpaceId() - Method in class org.duracloud.sync.config.SyncToolConfig
 
getSpaceId() - Method in class org.duracloud.sync.endpoint.DuraStoreSyncEndpoint
 
getSpaceMetadata(String) - Method in interface org.duracloud.client.ContentStore
Retrieves the metadata associated with a space.
getSpaceMetadata(String) - Method in class org.duracloud.client.ContentStoreImpl
Retrieves the metadata associated with a space.
getSpaceMetadata(String) - Method in class org.duracloud.duradmin.cache.ContentStoreCache
Retrieves the metadata associated with a space.
getSpaceMetadata(String, String) - Method in class org.duracloud.durastore.rest.SpaceResource
Gets the metadata of a space.
getSpaceMetadata(String, String) - Method in class org.duracloud.durastore.rest.SpaceRest
see SpaceResource.getSpaceMetadata(String, String);
getSpaceMetadata(String) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
 
getSpaceMetadata(String) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
Provides a failure response the number of times indicated by the spaceId.
getSpaceMetadata(String) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
Provides a successful response the number of times indicated by the spaceId.
getSpaceMetadata(String) - Method in class org.duracloud.emcstorage.EMCStorageProvider
Retrieves the metadata associated with a space.
getSpaceMetadata(String) - Method in class org.duracloud.rackspacestorage.RackspaceStorageProvider
Retrieves the metadata associated with a space.
getSpaceMetadata(String) - Method in class org.duracloud.s3storage.S3StorageProvider
Retrieves the metadata associated with a space.
getSpaceMetadata(String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
getSpaceMetadata(String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getSpaceMetadata() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getSpaceMetadata(String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
getSpaceMetadata(StorageProvider, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
getSpaceMetadata(StorageProvider, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
getSpaceMetadata(String) - Method in interface org.duracloud.storage.provider.StorageProvider
Retrieves the metadata associated with a space.
getSpaces() - Method in interface org.duracloud.client.ContentStore
Provides a listing of all spaces IDs.
getSpaces() - Method in class org.duracloud.client.ContentStoreImpl
Provides a listing of all spaces IDs.
getSpaces() - Method in class org.duracloud.duradmin.cache.ContentStoreCache
Provides a listing of all spaces.
getSpaces() - Method in class org.duracloud.duradmin.control.BaseFormController
 
getSpaces() - Method in class org.duracloud.duradmin.control.ControllerSupport
 
getSpaces(String) - Method in class org.duracloud.durastore.rest.SpaceResource
Provides a listing of all spaces for a customer.
getSpaces(String) - Method in class org.duracloud.durastore.rest.SpaceRest
see SpaceResource.getSpaces()
getSpaces() - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
 
getSpaces() - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
 
getSpaces() - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
 
getSpaces() - Method in class org.duracloud.emcstorage.EMCStorageProvider
Provides a listing of all spaces owned by a customer.
getSpaces() - Method in class org.duracloud.rackspacestorage.RackspaceStorageProvider
Provides a listing of all spaces owned by a customer.
getSpaces() - Method in class org.duracloud.s3storage.S3StorageProvider
Provides a listing of all spaces owned by a customer.
getSpaces() - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
getSpaces() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getSpaces() - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
getSpaces(StorageProvider, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
getSpaces(StorageProvider, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
getSpaces() - Method in interface org.duracloud.storage.provider.StorageProvider
Provides a listing of all spaces owned by a customer.
getStackTraceAsString(Throwable) - Static method in class org.duracloud.common.util.ExceptionUtil
 
getStartDate() - Method in interface org.duracloud.controller.UploadTask
 
getStartDate() - Method in class org.duracloud.duradmin.spaces.controller.ContentItemUploadTask
 
getState() - Method in class org.duracloud.chunk.writer.AddContentResult
 
getState() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
getState() - Method in interface org.duracloud.controller.UploadTask
 
getState() - Method in interface org.duracloud.DeploymentOptionType
Gets the "state" attribute
getState() - Method in class org.duracloud.duradmin.spaces.controller.ContentItemUploadTask
 
getState() - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Gets the "state" attribute
getState() - Method in class org.duracloud.serviceconfig.DeploymentOption
 
getState() - Method in class org.duracloud.services.fixity.results.ServiceResultListener.StatusMsg
 
getStatus() - Method in interface org.duracloud.DeploymentType
Gets the "status" attribute
getStatus() - Method in class org.duracloud.impl.DeploymentTypeImpl
Gets the "status" attribute
getStatus() - Method in class org.duracloud.serviceconfig.Deployment
 
getStatus(String) - Method in class org.duracloud.servicesutil.util.internal.ServiceStatusReporterImpl
 
getStatus(String) - Method in interface org.duracloud.servicesutil.util.ServiceStatusReporter
This method returns the status as defined in: ComputeService.ServiceStatus for the arg service.
getStatusCode() - Method in class org.duracloud.common.web.RestHttpHelper.HttpResponse
 
getStorageAccount(String) - Method in class org.duracloud.storage.domain.StorageAccountManager
 
getStorageAccountIds() - Method in class org.duracloud.storage.domain.StorageAccountManager
 
getStorageAccounts() - Method in class org.duracloud.appconfig.domain.DurastoreConfig
 
getStorageAccounts() - Method in class org.duracloud.storage.domain.StorageAccountManager
 
getStorageClass() - Method in class org.duracloud.s3task.storage.BaseStorageClassTaskRunner
 
getStorageClass() - Method in class org.duracloud.s3task.storage.SetReducedStorageTaskRunner
 
getStorageClass() - Method in class org.duracloud.s3task.storage.SetStandardStorageTaskRunner
 
getStorageProvider() - Method in interface org.duracloud.durastore.util.StorageProviderFactory
 
getStorageProvider(String) - Method in interface org.duracloud.durastore.util.StorageProviderFactory
 
getStorageProvider() - Method in class org.duracloud.durastore.util.StorageProviderFactoryImpl
Retrieves the primary storage provider for a given customer.
getStorageProvider(String) - Method in class org.duracloud.durastore.util.StorageProviderFactoryImpl
Retrieves a particular storage provider based on the storage account ID.
getStorageProviderAccountIds() - Method in interface org.duracloud.durastore.util.StorageProviderFactory
 
getStorageProviderAccountIds() - Method in class org.duracloud.durastore.util.StorageProviderFactoryImpl
Retrieves the ids for all available storage provider accounts
getStorageProviderId() - Method in class org.duracloud.duradmin.domain.StorageProvider
 
getStorageProviderType() - Method in interface org.duracloud.client.ContentStore
Gets the storage provider type StorageProviderType
getStorageProviderType() - Method in class org.duracloud.client.ContentStoreImpl
Gets the storage provider type StorageProviderType
getStorageProviderType() - Method in class org.duracloud.duradmin.cache.ContentStoreCache
 
getStorageProviderType(String) - Method in interface org.duracloud.durastore.util.StorageProviderFactory
 
getStorageProviderType(String) - Method in class org.duracloud.durastore.util.StorageProviderFactoryImpl
Returns the type of the storage provider with the given account ID.
getStorageToken() - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
getStorageURL() - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
getStoreId() - Method in interface org.duracloud.client.ContentStore
Gets the ID of this content store
getStoreId() - Method in class org.duracloud.client.ContentStoreImpl
Gets the ID of this content store
getStoreId() - Method in class org.duracloud.duradmin.cache.ContentStoreCache
 
getStoreId() - Method in class org.duracloud.duradmin.domain.ContentItem
 
getStoreId() - Method in class org.duracloud.duradmin.domain.Space
 
getStoreId() - Method in class org.duracloud.durastore.aop.IngestMessage
 
getStoreId() - Method in class org.duracloud.services.fixity.domain.FixityServiceOptions
 
getStores() - Method in class org.duracloud.durastore.rest.StoreRest
Provides a listing of all available storage provider accounts
getStream() - Method in class org.duracloud.domain.Content
Getter for the field stream.
getStreamHost() - Method in class org.duracloud.services.streaming.EnableStreamingWorker
 
getSubHeader() - Method in class org.duracloud.common.util.metrics.Metric
 
getSubHeader() - Method in class org.duracloud.common.util.metrics.Metric.MetricElement
 
getSubTable(Metric, Metric.MetricElement) - Method in class org.duracloud.common.util.metrics.MetricsTable
 
getSucceeded() - Method in class org.duracloud.sync.mgmt.StatusManager
 
getSuffix(String) - Method in class org.duracloud.appconfig.domain.BaseConfig
 
getSupportedTasks() - Method in interface org.duracloud.client.ContentStore
Gets a listing of the supported tasks.
getSupportedTasks() - Method in class org.duracloud.client.ContentStoreImpl
Gets a listing of the supported tasks.
getSupportedTasks() - Method in class org.duracloud.duradmin.cache.ContentStoreCache
Gets a listing of the supported tasks.
getSupportedTasks(String) - Method in class org.duracloud.durastore.rest.TaskRest
Gets a listing of supported tasks for a given provider
getSupportedTasks() - Method in class org.duracloud.s3task.S3TaskProvider
 
getSupportedTasks() - Method in interface org.duracloud.storage.provider.TaskProvider
 
getSyncAttempts() - Method in class org.duracloud.sync.mgmt.ChangedFile
 
getSyncDirs() - Method in class org.duracloud.sync.config.SyncToolConfig
 
getSyncToFile(File, File) - Method in class org.duracloud.sync.endpoint.FileSystemSyncEndpoint
 
getSystemConfig() - Method in interface org.duracloud.DeploymentType
Gets the "systemConfig" element
getSystemConfig() - Method in class org.duracloud.impl.DeploymentTypeImpl
Gets the "systemConfig" element
getSystemConfig() - Method in class org.duracloud.impl.ServiceTypeImpl
Gets the "systemConfig" element
getSystemConfig() - Method in interface org.duracloud.ServiceType
Gets the "systemConfig" element
getSystemConfigs() - Method in class org.duracloud.serviceconfig.Deployment
 
getSystemConfigs() - Method in class org.duracloud.serviceconfig.ServiceInfo
 
getSystemMetadata(Identifier, MetadataTags) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
getTableName() - Method in class org.duracloud.common.util.TableSpec
 
getTableSpec() - Static method in class org.duracloud.unittestdb.PasswordRepositoryDBImpl
 
getTableSpecs() - Method in class org.duracloud.common.util.DatabaseUtil
 
getTableSpecs() - Method in class org.duracloud.unittestdb.UnitTestDatabaseUtil
 
getTag() - Method in class org.duracloud.duradmin.domain.Tag
 
getTags() - Method in class org.duracloud.duradmin.domain.ContentMetadata
 
getTags() - Method in class org.duracloud.duradmin.domain.SpaceMetadata
 
getTargetSpaceId() - Method in class org.duracloud.services.fixity.domain.FixityServiceOptions
 
getTaskProvider() - Method in class org.duracloud.durastore.util.TaskProviderFactory
Retrieves the primary task provider for a given customer.
getTaskProvider(String) - Method in class org.duracloud.durastore.util.TaskProviderFactory
Retrieves a particular task provider based on the storage account ID.
getTaskStatus(String) - Method in class org.duracloud.duradmin.cache.ContentStoreCache
getTempDir() - Method in class org.duracloud.services.hadoop.base.ProcessFileMapper
Retrieves a temporary directory on the local file system.
getText() - Method in class org.duracloud.services.hello.impl.HelloServiceImpl
 
getThreads() - Method in class org.duracloud.services.image.ImageConversionService
 
getThumbnailURL() - Method in class org.duracloud.duradmin.domain.ContentItem
 
getTinyThumbnailURL() - Method in class org.duracloud.duradmin.domain.ContentItem
 
getToFormat() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
getToFormat() - Method in class org.duracloud.services.image.ImageConversionService
 
getToStoreId() - Method in class org.duracloud.services.replication.ReplicationService
 
getTotal() - Method in class org.duracloud.services.fixity.results.ServiceResultListener.StatusMsg
 
getTotalTime() - Method in class org.duracloud.services.image.ConversionResult
 
getType() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.ServiceCompute
 
getType() - Method in class org.duracloud.duraservice.domain.ServiceCompute
 
getType() - Method in class org.duracloud.storage.domain.StorageAccount
 
getUploadTaskList() - Method in class org.duracloud.controller.UploadManager
 
getUploadTaskList(String) - Method in class org.duracloud.controller.UploadManager
 
getUrl() - Method in enum org.duracloud.computeprovider.domain.ComputeProviderType
 
getURL() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
getUrl() - Method in class org.duracloud.services.hellowebappwrapper.HelloWebappWrapper
 
getUrl() - Method in class org.duracloud.services.j2kservice.J2kWebappWrapper
 
getUseETag() - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
getUserAgent() - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
getUserConfig() - Method in interface org.duracloud.DeploymentType
Gets the "userConfig" element
getUserConfig() - Method in class org.duracloud.impl.DeploymentTypeImpl
Gets the "userConfig" element
getUserConfig() - Method in class org.duracloud.impl.ServiceTypeImpl
Gets the "userConfig" element
getUserConfig() - Method in interface org.duracloud.ServiceType
Gets the "userConfig" element
getUserConfigModeSets() - Method in class org.duracloud.serviceconfig.user.UserConfigMode
 
getUserConfigs() - Method in class org.duracloud.serviceconfig.Deployment
 
getUserConfigs() - Method in class org.duracloud.serviceconfig.ServiceInfo
 
getUserConfigs() - Method in class org.duracloud.serviceconfig.user.UserConfigMode
 
getUserConfigVersion() - Method in class org.duracloud.impl.ServiceTypeImpl
Gets the "userConfigVersion" attribute
getUserConfigVersion() - Method in class org.duracloud.serviceconfig.ServiceInfo
 
getUserConfigVersion() - Method in interface org.duracloud.ServiceType
Gets the "userConfigVersion" attribute
getUserDetailsService() - Method in class org.duracloud.duradmin.control.ManageSecurityUsersController
 
getUserMetadata(String...) - Method in class org.duracloud.durastore.rest.BaseRest
Looks through the request headers and pulls out user metadata.
getUserMetadata(Identifier, MetadataTags) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
getUsername() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.ServiceCompute
 
getUsername() - Method in class org.duracloud.common.model.Credential
 
getUsername() - Method in interface org.duracloud.controller.UploadTask
 
getUsername() - Method in class org.duracloud.duradmin.domain.SecurityUserCommand
 
getUsername() - Method in class org.duracloud.duradmin.spaces.controller.ContentItemUploadTask
 
getUsername() - Method in class org.duracloud.duraservice.domain.ServiceCompute
 
getUsername() - Method in class org.duracloud.impl.SecurityUserTypeImpl
Gets the "username" element
getUserName() - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
getUsername() - Method in class org.duracloud.security.domain.SecurityUserBean
 
getUsername() - Method in interface org.duracloud.SecurityUserType
Gets the "username" element
getUsername() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
getUsername() - Method in class org.duracloud.services.fixity.FixityService
 
getUsername() - Method in class org.duracloud.services.image.ImageConversionService
 
getUsername() - Method in class org.duracloud.services.replication.ReplicationService
 
getUsername() - Method in class org.duracloud.services.streaming.MediaStreamingService
 
getUsername() - Method in class org.duracloud.storage.domain.StorageAccount
 
getUsername() - Method in class org.duracloud.sync.config.SyncToolConfig
 
getUsers() - Method in class org.duracloud.appconfig.domain.SecurityConfig
 
getUsers() - Method in class org.duracloud.duradmin.domain.SecurityUserCommand
 
getUsers() - Method in interface org.duracloud.security.DuracloudUserDetailsService
 
getUsers() - Method in class org.duracloud.security.impl.UserDetailsServiceImpl
This method returns all of the non-system-defined users.
getUserStore() - Method in class org.duracloud.appconfig.domain.DuraserviceConfig
 
getValue() - Method in class org.duracloud.duradmin.domain.ExtendedMetadata
 
getValue() - Method in class org.duracloud.duradmin.domain.MetadataItem
 
getValue(String, Map<String, String>) - Static method in class org.duracloud.duradmin.util.MetadataUtils
 
getValue() - Method in class org.duracloud.duradmin.util.NameValuePair
 
getValue() - Method in class org.duracloud.impl.ModeTypeImpl
Gets the "value" attribute
getValue() - Method in class org.duracloud.impl.SystemPropertyTypeImpl
Gets the "value" attribute
getValue() - Method in class org.duracloud.impl.UserPropertyTypeImpl
Gets the "value" attribute
getValue() - Method in class org.duracloud.impl.UserPropertyTypeImpl.OptionImpl
Gets the "value" attribute
getValue() - Method in interface org.duracloud.ModeType
Gets the "value" attribute
getValue() - Method in class org.duracloud.serviceconfig.SystemConfig
 
getValue() - Method in class org.duracloud.serviceconfig.user.Option
 
getValue() - Method in class org.duracloud.serviceconfig.user.TextUserConfig
 
getValue() - Method in class org.duracloud.serviceconfig.user.UserConfigMode
 
getValue() - Method in interface org.duracloud.SystemPropertyType
Gets the "value" attribute
getValue() - Method in interface org.duracloud.UserPropertyType
Gets the "value" attribute
getValue() - Method in interface org.duracloud.UserPropertyType.Option
Gets the "value" attribute
getVerb() - Method in class org.duracloud.duradmin.domain.SecurityUserCommand
 
getVersion() - Method in class org.duracloud.common.util.TableSpec
 
getVersion() - Method in class org.duracloud.sync.mgmt.ChangedList
 
getViewerURL() - Method in class org.duracloud.duradmin.domain.ContentItem
 
getViewFilter() - Method in class org.duracloud.duradmin.contentstore.ContentItemList
 
getWaitTime() - Method in class org.duracloud.durastore.aop.RetryAdvice
 
getWaitTime() - Method in class org.duracloud.durastore.aop.VerifySpaceCreationAdvice
 
getWaitTime() - Method in class org.duracloud.durastore.aop.VerifySpaceDeletionAdvice
 
getWarFile(String) - Method in class org.duracloud.services.j2kservice.J2kInstallHelper
 
getWarName() - Method in class org.duracloud.services.j2kservice.J2kWebappWrapper
 
getWatchDir(File) - Method in class org.duracloud.sync.mgmt.SyncManager
 
getWebappName() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
 
getWebappPort() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
 
getWebappProtocol() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
 
getWebappURL(Credential, String, String) - Method in interface org.duracloud.computeprovider.mgmt.ComputeProvider
This method returns the URL of the instancewebapp on the instance with the provided id.
getWebappURL(Credential, String, String) - Method in class org.duracloud.computeprovider.mgmt.mock.LocalComputeProviderImpl
 
getWebappURL(Credential, String, String) - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProvider
This method returns the URL of the instancewebapp on the instance with the provided id.
getWebappUtil() - Method in class org.duracloud.services.hellowebappwrapper.HelloWebappWrapper
 
getWebappUtil() - Method in class org.duracloud.services.j2kservice.J2kWebappWrapper
 
getWebappWarName() - Method in class org.duracloud.services.hellowebappwrapper.HelloWebappWrapper
 
getWork() - Method in class org.duracloud.services.common.util.BundleHome
 
getWorkSpaceId() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
getXmlFromProps(Properties) - Static method in class org.duracloud.common.util.ApplicationConfig
 
GIGABYTE - Static variable in class org.duracloud.sync.config.SyncToolConfigParser
 
grantsKey - Static variable in class org.duracloud.appconfig.domain.SecurityConfig
 

H

hackToImportSpringServletConfigPackages() - Method in class org.duracloud.servicesadmin.util.ServiceDependencyHackImporter
All of the classes instantiated below are used in the servlet-config.xml Spring application context file.
hackToImportSpringServletConfigPackages() - Method in class org.duracloud.servicesutil.util.ServiceDependencyHackImporter
All of the classes instantiated below are used in the bundle-context.xml Spring application context file.
HadoopJobWorker - Class in org.duracloud.services.bulkimageconversion
 
HadoopJobWorker(ContentStore, String, Map<String, String>, String) - Constructor for class org.duracloud.services.bulkimageconversion.HadoopJobWorker
 
HadoopTaskHelper - Interface in org.duracloud.s3task.hadoop
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.duracloud.controller.AbstractRestController
 
handle(ModelAndView, HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.duradmin.control.ControllerSupport
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.duracloud.duradmin.control.InitController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.duracloud.duradmin.control.ManageSecurityUsersController
 
handle(String, String, Map<String, String>, HttpServletRequest) - Static method in class org.duracloud.duradmin.util.MetadataUtils
 
handleChangedFile(ChangedFile) - Method in interface org.duracloud.sync.mgmt.ChangeHandler
Tells the handler that a file has changed
handleChangedFile(ChangedFile) - Method in class org.duracloud.sync.mgmt.SyncManager
Notifies the SyncManager that a file has changed
handleDirectory(File, int, Collection) - Method in class org.duracloud.sync.walker.RestartDirWalker
 
handleFile(File, int, Collection) - Method in class org.duracloud.sync.walker.DirWalker
 
handleFile(File, int, Collection) - Method in class org.duracloud.sync.walker.RestartDirWalker
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.controller.UploadController
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.duradmin.control.BaseCommandController
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.duradmin.control.BaseFormController
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.duradmin.control.LoginController
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.duradmin.dashboard.controller.DashboardController
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.duradmin.services.controller.ServiceController
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.duradmin.services.controller.ServicesController
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.duradmin.spaces.controller.ContentItemUploadController
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.duradmin.spaces.controller.PartnerLogoController
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.duradmin.spaces.controller.SpacesController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.duradmin.control.ContentItemDownloadController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.duradmin.control.InitSecurityUsersController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.servicesadmin.control.ConfigureController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.servicesadmin.control.InstallController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.servicesadmin.control.ListController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.servicesadmin.control.PropsController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.servicesadmin.control.StartController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.servicesadmin.control.StatusController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.servicesadmin.control.StopController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.servicesadmin.control.UninstallController
 
hasError() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
hashCode() - Method in class org.duracloud.common.model.Credential
 
hashCode() - Method in class org.duracloud.serviceconfig.DeploymentOption
 
hashCode() - Method in class org.duracloud.serviceconfig.SystemConfig
 
hashCode() - Method in class org.duracloud.serviceconfig.user.Option
 
hashCode() - Method in class org.duracloud.serviceconfig.user.SelectableUserConfig
 
hashCode() - Method in class org.duracloud.serviceconfig.user.TextUserConfig
 
hashCode() - Method in class org.duracloud.serviceconfig.user.UserConfig
 
hashCode() - Method in class org.duracloud.services.fixity.domain.ContentLocation
 
HashFinderResult - Class in org.duracloud.services.fixity.results
 
HashFinderResult(boolean, String, String, String) - Constructor for class org.duracloud.services.fixity.results.HashFinderResult
 
HashFinderWorker - Class in org.duracloud.services.fixity
This class finds the hash associated with a single content-item.
HashFinderWorker(FixityServiceOptions, ContentStore, ContentLocation, ServiceResultListener) - Constructor for class org.duracloud.services.fixity.HashFinderWorker
 
HashFinderWorkerFactory - Class in org.duracloud.services.fixity
 
HashFinderWorkerFactory(FixityServiceOptions, ContentStore, ServiceResultListener) - Constructor for class org.duracloud.services.fixity.HashFinderWorkerFactory
 
HashFinderWorkload - Class in org.duracloud.services.fixity
 
HashFinderWorkload(FixityServiceOptions, ContentStore) - Constructor for class org.duracloud.services.fixity.HashFinderWorkload
 
HashVerifierResult - Class in org.duracloud.services.fixity.results
 
HashVerifierResult(boolean, ContentLocation, ContentLocation, String) - Constructor for class org.duracloud.services.fixity.results.HashVerifierResult
 
HashVerifierWorker - Class in org.duracloud.services.fixity
 
HashVerifierWorker(ContentStore, ContentLocationPair, File, ServiceResultListener) - Constructor for class org.duracloud.services.fixity.HashVerifierWorker
 
HashVerifierWorkerFactory - Class in org.duracloud.services.fixity
 
HashVerifierWorkerFactory(ContentStore, File, ServiceResultListener) - Constructor for class org.duracloud.services.fixity.HashVerifierWorkerFactory
 
HashVerifierWorkload - Class in org.duracloud.services.fixity
 
HashVerifierWorkload(FixityServiceOptions) - Constructor for class org.duracloud.services.fixity.HashVerifierWorkload
 
hasId() - Method in class org.duracloud.common.model.Credential
 
hasNext() - Method in class org.duracloud.chunk.ChunkableContent
This method indicates if there are any more chunks.
hasNext() - Method in class org.duracloud.client.ContentIterator
 
hasNext() - Method in class org.duracloud.services.fixity.HashFinderWorkload
 
hasNext() - Method in class org.duracloud.services.fixity.HashVerifierWorkload
 
hasNext() - Method in interface org.duracloud.services.fixity.worker.ServiceWorkload
 
hasNext() - Method in class org.duracloud.storage.domain.ContentIterator
 
head(String) - Method in class org.duracloud.common.web.RestHttpHelper
 
HEADER_PREFIX - Static variable in class org.duracloud.duraservice.rest.BaseRest
 
HEADER_PREFIX - Static variable in class org.duracloud.durastore.rest.BaseRest
 
HeaderType - Interface in org.duracloud
An XML headerType(@duracloud.org).
HeaderType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
HeaderTypeImpl - Class in org.duracloud.impl
An XML headerType(@duracloud.org).
HeaderTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.HeaderTypeImpl
 
HelloServiceImpl - Class in org.duracloud.services.hello.impl
 
HelloServiceImpl() - Constructor for class org.duracloud.services.hello.impl.HelloServiceImpl
 
HelloServiceInfo - Class in org.duracloud.duraservice.config
 
HelloServiceInfo() - Constructor for class org.duracloud.duraservice.config.HelloServiceInfo
 
HelloServlet - Class in org.duracloud.hello
 
HelloServlet() - Constructor for class org.duracloud.hello.HelloServlet
 
HelloWebappWrapper - Class in org.duracloud.services.hellowebappwrapper
This class acts at the OSGi service representative of webapp deployed as a DuraCloud service.
HelloWebappWrapper() - Constructor for class org.duracloud.services.hellowebappwrapper.HelloWebappWrapper
 
HelloWebappWrapperServiceInfo - Class in org.duracloud.duraservice.config
 
HelloWebappWrapperServiceInfo() - Constructor for class org.duracloud.duraservice.config.HelloWebappWrapperServiceInfo
 
HOME - Static variable in class org.duracloud.duradmin.view.MainMenu
 
hostKey - Static variable in class org.duracloud.appconfig.ApplicationInitializer
 
hostKey - Static variable in class org.duracloud.appconfig.domain.DuraserviceConfig
 
HTML - Static variable in class org.duracloud.duraservice.rest.BaseRest
 
HTML - Static variable in class org.duracloud.durastore.rest.BaseRest
 
HTTP_NOT_FOUND - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
HttpHeaders - Interface in org.duracloud.common.rest
 
HttpRequestHelper - Class in org.duracloud.servicesadmin.util
 
HttpRequestHelper() - Constructor for class org.duracloud.servicesadmin.util.HttpRequestHelper
 

I

ICInitParamParser - Class in org.duracloud.services.hadoop.imageconversion
 
ICInitParamParser() - Constructor for class org.duracloud.services.hadoop.imageconversion.ICInitParamParser
 
ICInputFormat - Class in org.duracloud.services.hadoop.imageconversion
 
ICInputFormat() - Constructor for class org.duracloud.services.hadoop.imageconversion.ICInputFormat
 
ICJobBuilder - Class in org.duracloud.services.hadoop.imageconversion
This class constructs a hadoop job to perform image processing
ICJobBuilder(Map<String, String>) - Constructor for class org.duracloud.services.hadoop.imageconversion.ICJobBuilder
Constructs an Image Conversion Job builder
ICJobRunner - Class in org.duracloud.services.hadoop.imageconversion
This is the main point of entry for the hadoop image conversion application.
ICJobRunner() - Constructor for class org.duracloud.services.hadoop.imageconversion.ICJobRunner
 
ICOutputFormat - Class in org.duracloud.services.hadoop.imageconversion
 
ICOutputFormat() - Constructor for class org.duracloud.services.hadoop.imageconversion.ICOutputFormat
 
ICRecordReader - Class in org.duracloud.services.hadoop.imageconversion
 
ICRecordReader(FileSplit, JobConf, Reporter) - Constructor for class org.duracloud.services.hadoop.imageconversion.ICRecordReader
 
idKey - Static variable in class org.duracloud.appconfig.domain.DurastoreConfig
 
IdUtil - Class in org.duracloud.storage.util
 
IdUtil() - Constructor for class org.duracloud.storage.util.IdUtil
 
ignore(String, String, long) - Method in interface org.duracloud.chunk.writer.ContentWriter
This method helps with the book-keeping of which files are ignored.
ignore(String, String, long) - Method in class org.duracloud.chunk.writer.DuracloudContentWriter
 
ignore(String, String, long) - Method in class org.duracloud.chunk.writer.FilesystemContentWriter
 
IllegalBundleNameException - Exception in org.duracloud.servicesutil.util.error
 
IllegalBundleNameException(String) - Constructor for exception org.duracloud.servicesutil.util.error.IllegalBundleNameException
 
ImageConversionMapper - Class in org.duracloud.services.hadoop.imageconversion
Mapper used to perform image conversion.
ImageConversionMapper() - Constructor for class org.duracloud.services.hadoop.imageconversion.ImageConversionMapper
 
ImageConversionService - Class in org.duracloud.services.image
Service which converts image files from one format to another
ImageConversionService() - Constructor for class org.duracloud.services.image.ImageConversionService
 
ImageConversionServiceInfo - Class in org.duracloud.duraservice.config
 
ImageConversionServiceInfo() - Constructor for class org.duracloud.duraservice.config.ImageConversionServiceInfo
 
imageIdKey - Static variable in class org.duracloud.appconfig.domain.DuraserviceConfig
 
ImageMagickService - Class in org.duracloud.services.script
Installs ImageMagick for use by other services
ImageMagickService() - Constructor for class org.duracloud.services.script.ImageMagickService
 
ImageMagickServiceInfo - Class in org.duracloud.duraservice.config
 
ImageMagickServiceInfo() - Constructor for class org.duracloud.duraservice.config.ImageMagickServiceInfo
 
incrementSyncAttempts() - Method in class org.duracloud.sync.mgmt.ChangedFile
 
IngestAdvice - Class in org.duracloud.durastore.aop
 
IngestAdvice() - Constructor for class org.duracloud.durastore.aop.IngestAdvice
 
IngestMessage - Class in org.duracloud.durastore.aop
This class is the bean that is published-to/consumed-from the ingest topic.
IngestMessage() - Constructor for class org.duracloud.durastore.aop.IngestMessage
 
IngestMessageConverter - Class in org.duracloud.durastore.aop
 
IngestMessageConverter() - Constructor for class org.duracloud.durastore.aop.IngestMessageConverter
 
init() - Method in class org.duracloud.servicesutil.util.internal.ServiceInstallBase
 
init() - Method in class org.duracloud.servicesutil.util.internal.ServiceInstallerImpl
 
init() - Method in class org.duracloud.servicesutil.util.internal.ServiceUninstallerImpl
 
InitController - Class in org.duracloud.duradmin.control
This class initializes the application based on the xml body of the servlet request.
InitController() - Constructor for class org.duracloud.duradmin.control.InitController
 
initialize() - Method in class org.duracloud.appconfig.ApplicationInitializer
This method initializes durastore, duraservice, and duradmin based on the loaded configuration.
initialize(AppConfig) - Method in class org.duracloud.appconfig.domain.Application
This method initializes this application with the provided configuration.
initialize(InputStream) - Method in class org.duracloud.durastore.util.ProviderFactoryBase
Initializes DuraStore with account information necessary to connect to Storage Providers.
initialize(InputStream) - Method in interface org.duracloud.durastore.util.StorageProviderFactory
 
initialize(InputStream) - Method in class org.duracloud.storage.domain.StorageAccountManager
 
initialize(InputStream, boolean) - Method in class org.duracloud.storage.domain.StorageAccountManager
Parses xml to construct a listing of available storage accounts.
initializeDB() - Method in class org.duracloud.common.util.DatabaseUtil
This method sets-up empty tables for this database.
initializeDurastore(String, String, String) - Method in class org.duracloud.unittestdb.util.StorageAccountTestUtil
 
initializeServices() - Method in class org.duracloud.duraservice.rest.ServiceRest
Initializes DuraService.
initializeStores() - Method in class org.duracloud.durastore.rest.StoreRest
Initializes the instance.
initializeUsers() - Method in class org.duracloud.duraservice.rest.SecurityRest
 
initializeUsers() - Method in class org.duracloud.durastore.rest.SecurityRest
 
InitParamParser - Class in org.duracloud.services.hadoop.base
Parses the initialization parameters for the hadoop job
InitParamParser() - Constructor for class org.duracloud.services.hadoop.base.InitParamParser
 
InitSecurityUsersController - Class in org.duracloud.duradmin.control
This class initializes the application security users based on the xml body of the servlet request.
InitSecurityUsersController(DuracloudUserDetailsService) - Constructor for class org.duracloud.duradmin.control.InitSecurityUsersController
 
INPUT_PATH - Static variable in class org.duracloud.services.hadoop.base.InitParamParser
 
INPUT_PATH - Static variable in class org.duracloud.services.hadoop.base.ProcessFileMapper
 
insertCredentialForResource(ResourceType, Credential) - Method in class org.duracloud.unittestdb.UnitTestDatabaseUtil
 
insertNewChunk(int) - Method in interface org.duracloud.ChunksType
Inserts and returns a new empty value (as xml) as the ith "chunk" element
insertNewChunk(int) - Method in class org.duracloud.impl.ChunksTypeImpl
Inserts and returns a new empty value (as xml) as the ith "chunk" element
insertNewDeployment(int) - Method in interface org.duracloud.DeploymentsType
Inserts and returns a new empty value (as xml) as the ith "deployment" element
insertNewDeployment(int) - Method in class org.duracloud.impl.DeploymentsTypeImpl
Inserts and returns a new empty value (as xml) as the ith "deployment" element
insertNewMode(int) - Method in class org.duracloud.impl.ModeSetTypeImpl
Inserts and returns a new empty value (as xml) as the ith "mode" element
insertNewMode(int) - Method in interface org.duracloud.ModeSetType
Inserts and returns a new empty value (as xml) as the ith "mode" element
insertNewModeSet(int) - Method in class org.duracloud.impl.ModeTypeImpl
Inserts and returns a new empty value (as xml) as the ith "modeSet" element
insertNewModeSet(int) - Method in class org.duracloud.impl.UserConfigTypeImpl
Inserts and returns a new empty value (as xml) as the ith "modeSet" element
insertNewModeSet(int) - Method in interface org.duracloud.ModeType
Inserts and returns a new empty value (as xml) as the ith "modeSet" element
insertNewModeSet(int) - Method in interface org.duracloud.UserConfigType
Inserts and returns a new empty value (as xml) as the ith "modeSet" element
insertNewOption(int) - Method in interface org.duracloud.DeploymentOptionsType
Inserts and returns a new empty value (as xml) as the ith "option" element
insertNewOption(int) - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
Inserts and returns a new empty value (as xml) as the ith "option" element
insertNewOption(int) - Method in class org.duracloud.impl.UserPropertyTypeImpl
Inserts and returns a new empty value (as xml) as the ith "option" element
insertNewOption(int) - Method in interface org.duracloud.UserPropertyType
Inserts and returns a new empty value (as xml) as the ith "option" element
insertNewProperty(int) - Method in class org.duracloud.impl.ModeTypeImpl
Inserts and returns a new empty value (as xml) as the ith "property" element
insertNewProperty(int) - Method in class org.duracloud.impl.SystemConfigTypeImpl
Inserts and returns a new empty value (as xml) as the ith "property" element
insertNewProperty(int) - Method in class org.duracloud.impl.UserConfigTypeImpl
Inserts and returns a new empty value (as xml) as the ith "property" element
insertNewProperty(int) - Method in interface org.duracloud.ModeType
Inserts and returns a new empty value (as xml) as the ith "property" element
insertNewProperty(int) - Method in interface org.duracloud.SystemConfigType
Inserts and returns a new empty value (as xml) as the ith "property" element
insertNewProperty(int) - Method in interface org.duracloud.UserConfigType
Inserts and returns a new empty value (as xml) as the ith "property" element
insertNewSecurityUser(int) - Method in class org.duracloud.impl.SecurityUsersTypeImpl
Inserts and returns a new empty value (as xml) as the ith "security-user" element
insertNewSecurityUser(int) - Method in interface org.duracloud.SecurityUsersType
Inserts and returns a new empty value (as xml) as the ith "security-user" element
insertNewService(int) - Method in class org.duracloud.impl.ServicesDocumentImpl.ServicesImpl
Inserts and returns a new empty value (as xml) as the ith "service" element
insertNewService(int) - Method in interface org.duracloud.ServicesDocument.Services
Inserts and returns a new empty value (as xml) as the ith "service" element
insertPassword(ResourceType, String, String) - Method in class org.duracloud.unittestdb.PasswordRepositoryDBImpl
 
install(String, InputStream) - Method in class org.duracloud.servicesutil.util.internal.ServiceInstallerImpl
 
install(String, InputStream) - Method in interface org.duracloud.servicesutil.util.ServiceInstaller
 
InstallController - Class in org.duracloud.servicesadmin.control
 
InstallController() - Constructor for class org.duracloud.servicesadmin.control.InstallController
 
installTomcat(File, int) - Method in class org.duracloud.services.webapputil.tomcat.TomcatUtil
This method installs a new tomcat appserver under the arg installDir, running on the arg port.
instance() - Static method in class org.duracloud.duradmin.view.MainMenu
 
InstanceDescription - Class in org.duracloud.computeprovider.mgmt
 
InstanceDescription() - Constructor for class org.duracloud.computeprovider.mgmt.InstanceDescription
 
instanceId - Variable in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
InstanceState - Enum in org.duracloud.computeprovider.mgmt
 
INT_AVAILABLE - Static variable in interface org.duracloud.DeploymentOptionStateType
 
INT_EXISTING - Static variable in interface org.duracloud.DeploymentOptionLocationType
 
INT_MULTISELECT - Static variable in interface org.duracloud.OptionInputType
 
INT_NEW - Static variable in interface org.duracloud.DeploymentOptionLocationType
 
INT_PRIMARY - Static variable in interface org.duracloud.DeploymentOptionLocationType
 
INT_SINGLESELECT - Static variable in interface org.duracloud.OptionInputType
 
INT_STARTED - Static variable in interface org.duracloud.DeploymentStatusType
 
INT_STOPPED - Static variable in interface org.duracloud.DeploymentStatusType
 
INT_TEXT - Static variable in interface org.duracloud.OptionInputType
 
INT_UNAVAILABLE - Static variable in interface org.duracloud.DeploymentOptionStateType
 
InvalidIdException - Exception in org.duracloud.error
Exception thrown when a space or content ID is invalid.
InvalidIdException(String) - Constructor for exception org.duracloud.error.InvalidIdException
 
InvalidIdException(String, String, Exception) - Constructor for exception org.duracloud.error.InvalidIdException
 
InvalidIdException(String, String, String, Exception) - Constructor for exception org.duracloud.error.InvalidIdException
 
InvalidIdException - Exception in org.duracloud.storage.error
 
InvalidIdException(String) - Constructor for exception org.duracloud.storage.error.InvalidIdException
 
InvalidServiceConfigurationException - Exception in org.duracloud.client.error
On validation failure, this class propagates user friendly validation messages that can be associated with a particular property.
InvalidServiceConfigurationException(List<InvalidServiceConfigurationException.ValidationError>) - Constructor for exception org.duracloud.client.error.InvalidServiceConfigurationException
 
InvalidServiceConfigurationException.ValidationError - Class in org.duracloud.client.error
 
InvalidServiceConfigurationException.ValidationError(String) - Constructor for class org.duracloud.client.error.InvalidServiceConfigurationException.ValidationError
 
InvalidServiceConfigurationException.ValidationError(String, String) - Constructor for class org.duracloud.client.error.InvalidServiceConfigurationException.ValidationError
 
invoke(MethodInvocation) - Method in class org.duracloud.durastore.aop.RetryAdvice
 
IOUtil - Class in org.duracloud.common.util
Provides utility methods for I/O.
IOUtil() - Constructor for class org.duracloud.common.util.IOUtil
 
isAccountNonExpired() - Method in class org.duracloud.security.domain.SecurityUserBean
 
isAccountNonLocked() - Method in class org.duracloud.security.domain.SecurityUserBean
 
isBucketAccessible(String) - Method in class org.duracloud.s3storage.ProbedRestS3Service
 
isComplete() - Method in class org.duracloud.services.bulkimageconversion.HadoopJobWorker
 
isComplete() - Method in class org.duracloud.services.bulkimageconversion.PostJobWorker
 
isComplete() - Method in class org.duracloud.services.streaming.EnableStreamingWorker
 
isCredentialsNonExpired() - Method in class org.duracloud.security.domain.SecurityUserBean
 
isEnabled() - Method in class org.duracloud.security.domain.SecurityUserBean
 
isFailFast() - Method in class org.duracloud.services.fixity.domain.FixityServiceOptions
 
isIgnoreLargeFiles() - Method in class org.duracloud.chunk.FileChunkerOptions
 
isInitialized() - Method in class org.duracloud.storage.domain.StorageAccountManager
 
isInstanceBooting(Credential, String, String) - Method in interface org.duracloud.computeprovider.mgmt.ComputeProvider
This method returns true if the webapp of provided instance is currently booting.
isInstanceBooting(Credential, String, String) - Method in class org.duracloud.computeprovider.mgmt.mock.LocalComputeProviderImpl
 
isInstanceBooting(Credential, String, String) - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProvider
This method returns true if the webapp of provided instance is currently booting.
isInstanceRunning(Credential, String, String) - Method in interface org.duracloud.computeprovider.mgmt.ComputeProvider
This method returns true if the instance is successfully running.
isInstanceRunning(Credential, String, String) - Method in class org.duracloud.computeprovider.mgmt.mock.LocalComputeProviderImpl
 
isInstanceRunning(Credential, String, String) - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProvider
This method returns true if the instance is successfully running.
isJar(String) - Method in class org.duracloud.servicesutil.util.internal.ServiceInstallBase
 
isLocked() - Method in class org.duracloud.duraservice.domain.ServiceComputeInstance
 
isLoggedin() - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
isNewDeploymentAllowed() - Method in class org.duracloud.serviceconfig.ServiceInfo
 
isNextAvailable() - Method in class org.duracloud.duradmin.util.ScrollableList
 
isPreserveChunkMD5s() - Method in class org.duracloud.chunk.FileChunkerOptions
 
isPreviousAvailable() - Method in interface org.duracloud.duradmin.util.Scrollable
 
isPreviousAvailable() - Method in class org.duracloud.duradmin.util.ScrollableList
 
isPrimary() - Method in class org.duracloud.storage.domain.StorageAccount
 
isPrimaryKey - Static variable in class org.duracloud.appconfig.domain.DurastoreConfig
 
isRetry() - Method in exception org.duracloud.storage.error.NotFoundException
 
isRetry() - Method in exception org.duracloud.storage.error.StorageException
 
isSelected() - Method in class org.duracloud.serviceconfig.user.Option
 
isSelected() - Method in class org.duracloud.serviceconfig.user.UserConfigMode
 
isServiceDeployed(String) - Method in class org.duracloud.servicesadminclient.ServicesAdminClient
 
isSetAccountNonExpired() - Method in class org.duracloud.impl.SecurityUserTypeImpl
True if has "accountNonExpired" element
isSetAccountNonExpired() - Method in interface org.duracloud.SecurityUserType
True if has "accountNonExpired" element
isSetAccountNonLocked() - Method in class org.duracloud.impl.SecurityUserTypeImpl
True if has "accountNonLocked" element
isSetAccountNonLocked() - Method in interface org.duracloud.SecurityUserType
True if has "accountNonLocked" element
isSetCredentialsNonExpired() - Method in class org.duracloud.impl.SecurityUserTypeImpl
True if has "credentialsNonExpired" element
isSetCredentialsNonExpired() - Method in interface org.duracloud.SecurityUserType
True if has "credentialsNonExpired" element
isSetDefaultValue() - Method in class org.duracloud.impl.SystemPropertyTypeImpl
True if has "defaultValue" attribute
isSetDefaultValue() - Method in interface org.duracloud.SystemPropertyType
True if has "defaultValue" attribute
isSetDeploymentOptions() - Method in class org.duracloud.impl.ServiceTypeImpl
True if has "deploymentOptions" element
isSetDeploymentOptions() - Method in interface org.duracloud.ServiceType
True if has "deploymentOptions" element
isSetDeployments() - Method in class org.duracloud.impl.ServiceTypeImpl
True if has "deployments" element
isSetDeployments() - Method in interface org.duracloud.ServiceType
True if has "deployments" element
isSetDescription() - Method in class org.duracloud.impl.ServiceTypeImpl
True if has "description" element
isSetDescription() - Method in interface org.duracloud.ServiceType
True if has "description" element
isSetDisplayName() - Method in class org.duracloud.impl.ServiceTypeImpl
True if has "displayName" attribute
isSetDisplayName() - Method in interface org.duracloud.ServiceType
True if has "displayName" attribute
isSetEnabled() - Method in class org.duracloud.impl.SecurityUserTypeImpl
True if has "enabled" element
isSetEnabled() - Method in interface org.duracloud.SecurityUserType
True if has "enabled" element
isSetExclusion() - Method in class org.duracloud.impl.UserPropertyTypeImpl
True if has "exclusion" attribute
isSetExclusion() - Method in interface org.duracloud.UserPropertyType
True if has "exclusion" attribute
isSetHostname() - Method in interface org.duracloud.DeploymentOptionType
True if has "hostname" attribute
isSetHostname() - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
True if has "hostname" attribute
isSetId() - Method in interface org.duracloud.DeploymentOptionsType
True if has "id" attribute
isSetId() - Method in interface org.duracloud.DeploymentOptionType
True if has "id" attribute
isSetId() - Method in interface org.duracloud.DeploymentsType
True if has "id" attribute
isSetId() - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
True if has "id" attribute
isSetId() - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
True if has "id" attribute
isSetId() - Method in class org.duracloud.impl.DeploymentsTypeImpl
True if has "id" attribute
isSetId() - Method in class org.duracloud.impl.ModeSetTypeImpl
True if has "id" attribute
isSetId() - Method in class org.duracloud.impl.SystemConfigTypeImpl
True if has "id" attribute
isSetId() - Method in class org.duracloud.impl.UserConfigTypeImpl
True if has "id" attribute
isSetId() - Method in interface org.duracloud.ModeSetType
True if has "id" attribute
isSetId() - Method in interface org.duracloud.SystemConfigType
True if has "id" attribute
isSetId() - Method in interface org.duracloud.UserConfigType
True if has "id" attribute
isSetLocation() - Method in interface org.duracloud.DeploymentOptionType
True if has "location" attribute
isSetLocation() - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
True if has "location" attribute
isSetMax() - Method in interface org.duracloud.DeploymentOptionsType
True if has "max" attribute
isSetMax() - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
True if has "max" attribute
isSetSelected() - Method in class org.duracloud.impl.ModeTypeImpl
True if has "selected" attribute
isSetSelected() - Method in class org.duracloud.impl.UserPropertyTypeImpl.OptionImpl
True if has "selected" attribute
isSetSelected() - Method in interface org.duracloud.ModeType
True if has "selected" attribute
isSetSelected() - Method in interface org.duracloud.UserPropertyType.Option
True if has "selected" attribute
isSetSystemConfig() - Method in interface org.duracloud.DeploymentType
True if has "systemConfig" element
isSetSystemConfig() - Method in class org.duracloud.impl.DeploymentTypeImpl
True if has "systemConfig" element
isSetSystemConfig() - Method in class org.duracloud.impl.ServiceTypeImpl
True if has "systemConfig" element
isSetSystemConfig() - Method in interface org.duracloud.ServiceType
True if has "systemConfig" element
isSetUserConfig() - Method in interface org.duracloud.DeploymentType
True if has "userConfig" element
isSetUserConfig() - Method in class org.duracloud.impl.DeploymentTypeImpl
True if has "userConfig" element
isSetUserConfig() - Method in class org.duracloud.impl.ServiceTypeImpl
True if has "userConfig" element
isSetUserConfig() - Method in interface org.duracloud.ServiceType
True if has "userConfig" element
isSetValue() - Method in class org.duracloud.impl.UserPropertyTypeImpl
True if has "value" attribute
isSetValue() - Method in interface org.duracloud.UserPropertyType
True if has "value" attribute
isSpace(String) - Method in class org.duracloud.s3storage.S3StorageProvider
Determines if an S3 bucket is a DuraSpace space
isSplitable(FileSystem, Path) - Method in class org.duracloud.services.hadoop.base.WholeFileInputFormat
 
isSuccess() - Method in class org.duracloud.services.fixity.results.HashFinderResult
 
isSuccess() - Method in class org.duracloud.services.fixity.results.HashVerifierResult
 
isSuccess() - Method in interface org.duracloud.services.fixity.results.ServiceResult
 
isSuccess() - Method in class org.duracloud.services.image.ConversionResult
 
isValid(String...) - Static method in class org.duracloud.unittestdb.UnitTestDatabaseUtil
 
isWar(String) - Method in class org.duracloud.servicesutil.util.internal.ServiceInstallBase
 
isWebappRunning(Credential, String, String) - Method in interface org.duracloud.computeprovider.mgmt.ComputeProvider
This method returns true if the webapp of provided instance is successfully running.
isWebappRunning(Credential, String, String) - Method in class org.duracloud.computeprovider.mgmt.mock.LocalComputeProviderImpl
 
isWebappRunning(Credential, String, String) - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProvider
This method returns true if the webapp of provided instance is successfully running.
isZip(String) - Method in class org.duracloud.servicesutil.util.internal.ServiceInstallBase
 
ItemCounter - Class in org.duracloud.duradmin.spaces.controller
 
ItemCounter() - Constructor for class org.duracloud.duradmin.spaces.controller.ItemCounter
 
iterator() - Method in class org.duracloud.chunk.ChunkableContent
 
IteratorCounterThread - Class in org.duracloud.common.util
This class spins through the arg Iterator and notifies the arg Listener of the total count upon reaching the iteration end.
IteratorCounterThread(Iterator, CountListener) - Constructor for class org.duracloud.common.util.IteratorCounterThread
 

J

J2kInstallHelper - Class in org.duracloud.services.j2kservice
 
J2kInstallHelper(File, String) - Constructor for class org.duracloud.services.j2kservice.J2kInstallHelper
 
J2kServiceInfo - Class in org.duracloud.duraservice.config
 
J2kServiceInfo() - Constructor for class org.duracloud.duraservice.config.J2kServiceInfo
 
J2kWebappWrapper - Class in org.duracloud.services.j2kservice
This class acts at the OSGi service representative of Djatoka webapp deployed as a DuraCloud service.
J2kWebappWrapper() - Constructor for class org.duracloud.services.j2kservice.J2kWebappWrapper
 
J2kWrapperException - Exception in org.duracloud.services.j2kservice.error
 
J2kWrapperException(String) - Constructor for exception org.duracloud.services.j2kservice.error.J2kWrapperException
 
J2kWrapperException(String, Throwable) - Constructor for exception org.duracloud.services.j2kservice.error.J2kWrapperException
 
J2kWrapperException(Exception) - Constructor for exception org.duracloud.services.j2kservice.error.J2kWrapperException
 
JobBuilder - Class in org.duracloud.services.hadoop.base
This class constructs a hadoop job to process files.
JobBuilder(Map<String, String>) - Constructor for class org.duracloud.services.hadoop.base.JobBuilder
Constructs a Job builder
jobComplete() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
jobConf - Variable in class org.duracloud.services.hadoop.base.ProcessFileMapper
 
jobConf - Variable in class org.duracloud.services.hadoop.base.SimpleFileRecordReader
 
JobRunner - Class in org.duracloud.services.hadoop.base
This is the main point of entry for the hadoop file processing application.
JobRunner() - Constructor for class org.duracloud.services.hadoop.base.JobRunner
 

K

KnownLengthInputStream - Class in org.duracloud.chunk.stream
This wraps ByteArrayInputStream and adds a length field.
KnownLengthInputStream(String) - Constructor for class org.duracloud.chunk.stream.KnownLengthInputStream
 

L

launchTime - Variable in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
listCdnContainerInfo() - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
listCdnContainerInfo(int) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
listCdnContainerInfo(int, String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
listCdnContainers(int) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
listCdnContainers() - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
listCdnContainers(int, String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
listContainers() - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
listContainers(int) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
listContainers(int, String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
listContainersInfo() - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
listContainersInfo(int) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
listContainersInfo(int, String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
ListController - Class in org.duracloud.servicesadmin.control
 
ListController() - Constructor for class org.duracloud.servicesadmin.control.ListController
 
listDirectory(ObjectPath) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
listFilesSortedByModDate(File) - Static method in class org.duracloud.sync.util.DirectoryUtil
 
listObjects(MetadataTag) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
listObjects(String) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
listObjects(String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
listObjects(String, int) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
listObjects(String, String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
listObjects(String, String, int) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
listObjects(String, String, int, String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
listObjects(String, int, String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
listObjectsStartingWith(String, String, String, int, String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
listObjectsWithMetadata(MetadataTag) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
listObjectsWithMetadata(String) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
listUserMetadataTags(Identifier) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
listValue() - Method in interface org.duracloud.AuthoritiesType
Deprecated.  
listVersions(Identifier) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
load(Map<String, String>) - Method in class org.duracloud.appconfig.ApplicationInitializer
This method sets the configuration of duradmin, durastore, duraservice, and application security from the provided props.
load(Map<String, String>) - Method in interface org.duracloud.appconfig.domain.AppConfig
This method loads this classes configuration elements from the provided properties.
load(Map<String, String>) - Method in class org.duracloud.appconfig.domain.BaseConfig
This method loads this class with the configuration provided in props.
loadBackup() - Method in class org.duracloud.sync.backup.ChangedListBackupManager
Attempts to reload the changed list from a backup file.
loadFromXml(String) - Method in class org.duracloud.computeprovider.mgmt.mock.MockComputeProviderProperties
 
loadFromXml(String) - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
 
loadFromXmlStream(InputStream) - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
 
loadMetadata(InputStream) - Static method in class org.duracloud.storage.util.StorageProviderUtil
Loads a stream containing metadata and populates a map with the metadata name/value pairs.
loadProperty(String, String) - Method in class org.duracloud.appconfig.ApplicationInitializer
 
loadProperty(String, String) - Method in class org.duracloud.appconfig.domain.BaseConfig
This method handles loading the given key/value into its proper, application-specific field.
loadProperty(String, String) - Method in class org.duracloud.appconfig.domain.DuradminConfig
 
loadProperty(String, String) - Method in class org.duracloud.appconfig.domain.DuraserviceConfig
 
loadProperty(String, String) - Method in class org.duracloud.appconfig.domain.DurastoreConfig
 
loadProperty(String, String) - Method in class org.duracloud.appconfig.domain.SecurityConfig
 
loadUserByUsername(String) - Method in class org.duracloud.duradmin.security.DummyUserService
 
loadUserByUsername(String) - Method in class org.duracloud.security.impl.UserDetailsServiceImpl
This method retrieves UserDetails for all users from a flat file in DuraCloud.
LOCAL_FS - Static variable in class org.duracloud.services.hadoop.base.ProcessFileMapper
 
LocalComputeProviderImpl - Class in org.duracloud.computeprovider.mgmt.mock
 
LocalComputeProviderImpl() - Constructor for class org.duracloud.computeprovider.mgmt.mock.LocalComputeProviderImpl
 
lock() - Method in class org.duracloud.duraservice.domain.ServiceComputeInstance
 
lockServiceComputeInstance(String) - Method in class org.duracloud.duraservice.mgmt.ServiceManager
Locks a service compute instance, meaning that no further services should be deployed on this instance until the lock is removed.
log - Variable in class org.duracloud.common.rest.RestUtilImpl
 
log - Static variable in class org.duracloud.common.util.ApplicationConfig
 
log - Variable in class org.duracloud.common.util.DatabaseUtil
 
log - Variable in class org.duracloud.common.util.metrics.MetricsReport
 
log - Static variable in class org.duracloud.common.web.NetworkUtil
 
log - Variable in class org.duracloud.common.web.RestHttpHelper
 
log - Static variable in class org.duracloud.computeprovider.mgmt.ComputeProviderFactory
 
log - Variable in class org.duracloud.duradmin.control.BaseCommandController
 
log - Variable in class org.duracloud.duradmin.control.BaseFormController
 
log - Variable in class org.duracloud.duradmin.dashboard.controller.DashboardController
 
log - Variable in class org.duracloud.duradmin.services.controller.ServiceController
 
log - Variable in class org.duracloud.duradmin.services.controller.ServicesController
 
log - Variable in class org.duracloud.duradmin.spaces.controller.ContentItemController
 
log - Variable in class org.duracloud.duradmin.spaces.controller.ContentItemUploadController
 
log - Variable in class org.duracloud.duradmin.spaces.controller.PartnerLogoController
 
log - Variable in class org.duracloud.duradmin.spaces.controller.SpaceController
 
log - Variable in class org.duracloud.duradmin.spaces.controller.SpacesController
 
log - Variable in class org.duracloud.durastore.aop.IngestMessageConverter
 
log - Variable in class org.duracloud.durastore.aop.MessageConsumer
 
log - Static variable in class org.duracloud.durastore.rest.SpaceResource
 
log - Variable in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProvider
 
log - Static variable in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
 
log - Variable in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2InstanceDescription
 
log - Variable in class org.duracloud.servicesutil.util.internal.ServiceInstallBase
 
log - Variable in class org.duracloud.servicesutil.util.internal.ServiceInstallerImpl
 
log - Variable in class org.duracloud.storage.domain.StorageAccountManager
 
log - Variable in class org.duracloud.storage.provider.StorageProviderBase
 
log - Static variable in class org.duracloud.unittestdb.UnitTestDatabaseLoaderCLI
 
log - Static variable in class org.duracloud.unittestdb.UnitTestDatabaseUtil
 
logger - Static variable in class org.duracloud.duradmin.view.tiles2.TilesConfigurer
 
LoggingAdvice - Class in org.duracloud.computeprovider.aop
 
LoggingAdvice() - Constructor for class org.duracloud.computeprovider.aop.LoggingAdvice
 
login(Credential) - Method in class org.duracloud.client.ContentStoreManagerImpl
 
login(Credential) - Method in class org.duracloud.client.ServicesManagerImpl
 
login(Credential) - Method in interface org.duracloud.common.model.Securable
This method supplies user credentials to the application.
login() - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
LoginController - Class in org.duracloud.duradmin.control
 
LoginController() - Constructor for class org.duracloud.duradmin.control.LoginController
 
logout() - Method in class org.duracloud.client.ContentStoreManagerImpl
 
logout() - Method in class org.duracloud.client.ServicesManagerImpl
 
logout() - Method in interface org.duracloud.common.model.Securable
This method clears any previously logged-in credentials.
LogUtil - Class in org.duracloud.sync.util
Sets up the log facilities.
LogUtil() - Constructor for class org.duracloud.sync.util.LogUtil
 

M

main(String[]) - Static method in class org.duracloud.appconfig.ApplicationInitDriver
 
main(String[]) - Static method in class org.duracloud.chunk.FileChunkerDriver
Main
main(String[]) - Static method in class org.duracloud.common.util.bulk.ManifestVerifierDriver
 
main(String[]) - Static method in class org.duracloud.common.util.EncryptionUtil
This main prompts the user to input a string to be encrypted.
main(String[]) - Static method in class org.duracloud.duraservice.config.ServiceXmlGenerator
 
main(String[]) - Static method in class org.duracloud.services.hadoop.base.JobRunner
Main method that sets up file processing job.
main(String[]) - Static method in class org.duracloud.services.hadoop.imageconversion.ICJobRunner
Main method that sets up image conversion job.
main(String[]) - Static method in class org.duracloud.servicesadminclient.ServicesAdminClientCLI
 
main(String[]) - Static method in class org.duracloud.sync.SyncTool
 
main(String[]) - Static method in class org.duracloud.unittestdb.UnitTestDatabaseLoaderCLI
 
MainMenu - Class in org.duracloud.duradmin.view
 
ManageSecurityUsersController - Class in org.duracloud.duradmin.control
 
ManageSecurityUsersController() - Constructor for class org.duracloud.duradmin.control.ManageSecurityUsersController
 
ManifestDocumentBinding - Class in org.duracloud.chunk.manifest.xml
This class is a helper utility for binding ChunksManifest objects to a ChunksManifest xml document.
ManifestDocumentBinding() - Constructor for class org.duracloud.chunk.manifest.xml.ManifestDocumentBinding
 
ManifestElementReader - Class in org.duracloud.chunk.manifest.xml
This class is responsible for binding ChunksManifest xml documents to ChunksManifest objects.
ManifestElementReader() - Constructor for class org.duracloud.chunk.manifest.xml.ManifestElementReader
 
ManifestElementWriter - Class in org.duracloud.chunk.manifest.xml
This class is responsible for serializing ChunksManifest objects into ChunksManifest xml documents.
ManifestElementWriter() - Constructor for class org.duracloud.chunk.manifest.xml.ManifestElementWriter
 
ManifestVerifier - Class in org.duracloud.common.util.bulk
This class compares two manifest files for equal size and checksum/entryname mappings The expected format of the input files is
ManifestVerifier(File, File) - Constructor for class org.duracloud.common.util.bulk.ManifestVerifier
 
ManifestVerifierDriver - Class in org.duracloud.common.util.bulk
 
ManifestVerifierDriver() - Constructor for class org.duracloud.common.util.bulk.ManifestVerifierDriver
 
ManifestVerifyException - Exception in org.duracloud.common.error
 
ManifestVerifyException(String) - Constructor for exception org.duracloud.common.error.ManifestVerifyException
 
ManifestVerifyException(String, String, int, int) - Constructor for exception org.duracloud.common.error.ManifestVerifyException
 
ManifestVerifyException(String, String, List<String>) - Constructor for exception org.duracloud.common.error.ManifestVerifyException
 
ManifestVerifyException.ErrorType - Enum in org.duracloud.common.error
Error types of specific to verifying checksum manifests.
map(Text, Text, OutputCollector<Text, Text>, Reporter) - Method in class org.duracloud.services.hadoop.base.ProcessFileMapper
Performs the actual file processing.
mark(int) - Method in class org.duracloud.io.ByteCountingInputStream
 
markForUpdate() - Method in class org.duracloud.duradmin.util.ScrollableList
 
markSupported() - Method in class org.duracloud.io.ByteCountingInputStream
 
MAX_ITEM_COUNT - Static variable in class org.duracloud.s3storage.S3StorageProvider
 
md5Preserved() - Method in class org.duracloud.chunk.stream.ChunkInputStream
 
MediaStreamingService - Class in org.duracloud.services.streaming
Service which provides media streaming capabilities
MediaStreamingService() - Constructor for class org.duracloud.services.streaming.MediaStreamingService
 
MediaStreamingServiceInfo - Class in org.duracloud.duraservice.config
 
MediaStreamingServiceInfo() - Constructor for class org.duracloud.duraservice.config.MediaStreamingServiceInfo
 
Menu - Class in org.duracloud.duradmin.view
 
Menu() - Constructor for class org.duracloud.duradmin.view.Menu
 
Menu.MenuItem - Class in org.duracloud.duradmin.view
 
Menu.MenuItem(String, String, String) - Constructor for class org.duracloud.duradmin.view.Menu.MenuItem
 
MessageConsumer - Class in org.duracloud.durastore.aop
This is placeholder class that will be replaced when consumers are written to monitor messaging topics/queues
MessageConsumer() - Constructor for class org.duracloud.durastore.aop.MessageConsumer
 
MessageFormattable - Interface in org.duracloud.common.error
This interface defines the methods for creating formatted messages.
MessageUtils - Class in org.duracloud.duradmin.util
 
MessageUtils() - Constructor for class org.duracloud.duradmin.util.MessageUtils
 
METADATA_CONTENT_CHECKSUM - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
METADATA_CONTENT_MD5 - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
METADATA_CONTENT_MIMETYPE - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
METADATA_CONTENT_MODIFIED - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
METADATA_CONTENT_SIZE - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
METADATA_SPACE_ACCESS - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
METADATA_SPACE_COUNT - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
METADATA_SPACE_CREATED - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
MetadataItem - Class in org.duracloud.duradmin.domain
 
MetadataItem() - Constructor for class org.duracloud.duradmin.domain.MetadataItem
 
MetadataUtils - Class in org.duracloud.duradmin.util
 
MetadataUtils() - Constructor for class org.duracloud.duradmin.util.MetadataUtils
 
Metric - Class in org.duracloud.common.util.metrics
This class holds timing metrics for a set of related events (MetricElements).
Metric(String, String) - Constructor for class org.duracloud.common.util.metrics.Metric
 
metric - Variable in class org.duracloud.emcstorage.ProbedEsuApi
 
metric - Variable in class org.duracloud.rackspacestorage.ProbedFilesClient
 
metric - Variable in class org.duracloud.s3storage.ProbedRestS3Service
 
metric - Variable in class org.duracloud.storage.provider.ProbedStorageProvider
 
Metric.MetricElement - Class in org.duracloud.common.util.metrics
 
MetricException - Exception in org.duracloud.common.util.metrics
 
MetricException(String) - Constructor for exception org.duracloud.common.util.metrics.MetricException
 
MetricsProbed - Interface in org.duracloud.common.util.metrics
This interface allows implementations to be injected with a MetricsTable in which to collect Metrics.
MetricsReport - Class in org.duracloud.common.util.metrics
This class writes the contents of a MetricsTable to the provided metricsFileName.
MetricsReport(String, String) - Constructor for class org.duracloud.common.util.metrics.MetricsReport
 
MetricsTable - Class in org.duracloud.common.util.metrics
This class aggregates Metrics into a hierarchy roughly similar to a call stack.
MetricsTable() - Constructor for class org.duracloud.common.util.metrics.MetricsTable
 
metricsTable - Variable in class org.duracloud.emcstorage.ProbedEsuApi
 
metricsTable - Variable in class org.duracloud.rackspacestorage.ProbedFilesClient
 
metricsTable - Variable in class org.duracloud.s3storage.ProbedRestS3Service
 
metricsTable - Variable in class org.duracloud.storage.provider.ProbedStorageProvider
 
mimeType - Variable in class org.duracloud.common.rest.RestUtil.RequestContent
 
MIMETYPE - Static variable in class org.duracloud.durastore.aop.IngestMessageConverter
 
MIMETYPE_INDEX - Static variable in class org.duracloud.durastore.aop.IngestAdvice
 
MimetypeUtil - Class in org.duracloud.common.util
Determines the MIME type of a file.
MimetypeUtil() - Constructor for class org.duracloud.common.util.MimetypeUtil
 
MockComputeProviderProperties - Class in org.duracloud.computeprovider.mgmt.mock
 
MockComputeProviderProperties() - Constructor for class org.duracloud.computeprovider.mgmt.mock.MockComputeProviderProperties
 
MockContentStoreManagerFactoryImpl - Class in org.duracloud.duradmin.mock.contentstore
 
MockContentStoreManagerFactoryImpl() - Constructor for class org.duracloud.duradmin.mock.contentstore.MockContentStoreManagerFactoryImpl
 
MockInstanceDescription - Class in org.duracloud.computeprovider.mgmt.mock
 
MockInstanceDescription() - Constructor for class org.duracloud.computeprovider.mgmt.mock.MockInstanceDescription
 
MockRetryStorageProvider - Class in org.duracloud.durastore.test
Storage Provider implementation used for testing retry AOP
MockRetryStorageProvider() - Constructor for class org.duracloud.durastore.test.MockRetryStorageProvider
 
MockStorageProvider - Class in org.duracloud.storage.provider.mock
 
MockStorageProvider() - Constructor for class org.duracloud.storage.provider.mock.MockStorageProvider
 
MockVerifyCreateStorageProvider - Class in org.duracloud.durastore.test
Storage Provider implementation used for testing verify creation AOP
MockVerifyCreateStorageProvider() - Constructor for class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
 
MockVerifyDeleteStorageProvider - Class in org.duracloud.durastore.test
Storage Provider implementation used for testing verify deletion AOP
MockVerifyDeleteStorageProvider() - Constructor for class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
 
ModeSetType - Interface in org.duracloud
An XML modeSetType(@duracloud.org).
ModeSetType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
ModeSetTypeImpl - Class in org.duracloud.impl
An XML modeSetType(@duracloud.org).
ModeSetTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.ModeSetTypeImpl
 
ModeType - Interface in org.duracloud
An XML modeType(@duracloud.org).
ModeType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
ModeTypeImpl - Class in org.duracloud.impl
An XML modeType(@duracloud.org).
ModeTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.ModeTypeImpl
 
moveToOutput(File, String, String) - Method in class org.duracloud.services.hadoop.base.ProcessFileMapper
Moves the result file to the output location with the given filename.
msgBrokerUrlKey - Static variable in class org.duracloud.appconfig.domain.DuraserviceConfig
 
multipartFilePost(String, File) - Method in class org.duracloud.common.web.RestHttpHelper
 
multipartFileStreamPost(String, String, InputStream, long) - Method in class org.duracloud.common.web.RestHttpHelper
 
multipartPost(String, Part[]) - Method in class org.duracloud.common.web.RestHttpHelper
 
MULTISELECT - Static variable in interface org.duracloud.OptionInputType
 
MultiSelectUserConfig - Class in org.duracloud.serviceconfig.user
 
MultiSelectUserConfig(String, String, List<Option>) - Constructor for class org.duracloud.serviceconfig.user.MultiSelectUserConfig
 
MultiSelectUserConfig(String, String, List<Option>, String) - Constructor for class org.duracloud.serviceconfig.user.MultiSelectUserConfig
 

N

NAME_PREFIX - Static variable in class org.duracloud.services.hadoop.imageconversion.ICInitParamParser
 
NAME_SUFFIX - Static variable in class org.duracloud.services.hadoop.imageconversion.ICInitParamParser
 
NamedFilterList - Class in org.duracloud.services.common.model
This class provides a container for lists of name/value pairs (i.e.
NamedFilterList(List<NamedFilterList.NamedFilter>) - Constructor for class org.duracloud.services.common.model.NamedFilterList
 
NamedFilterList.NamedFilter - Class in org.duracloud.services.common.model
This inner class contains the name/value pair filters and the name associated with them.
NamedFilterList.NamedFilter(String, Map<String, String>) - Constructor for class org.duracloud.services.common.model.NamedFilterList.NamedFilter
 
NameValuePair - Class in org.duracloud.duradmin.util
 
NameValuePair(String, Object) - Constructor for class org.duracloud.duradmin.util.NameValuePair
 
NavigationUtils - Class in org.duracloud.duradmin.util
 
NavigationUtils() - Constructor for class org.duracloud.duradmin.util.NavigationUtils
 
needsToCompare() - Method in class org.duracloud.services.fixity.domain.FixityServiceOptions
 
needsToHash() - Method in class org.duracloud.services.fixity.domain.FixityServiceOptions
 
NetworkUtil - Class in org.duracloud.common.web
 
NetworkUtil() - Constructor for class org.duracloud.common.web.NetworkUtil
 
NEW - Static variable in interface org.duracloud.DeploymentOptionLocationType
 
NEW_HOST_DISPLAY - Static variable in class org.duracloud.duraservice.mgmt.ServiceManager
 
NEW_SERVICE_HOST - Static variable in class org.duracloud.duraservice.mgmt.ServiceManager
 
newInstance() - Static method in class org.duracloud.AuthoritiesType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.AuthoritiesType.Factory
 
newInstance() - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
newInstance() - Static method in class org.duracloud.ChunksManifestType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
 
newInstance() - Static method in class org.duracloud.ChunksType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
 
newInstance() - Static method in class org.duracloud.ChunkType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
 
newInstance() - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
 
newInstance() - Static method in class org.duracloud.DeploymentOptionStateType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
 
newInstance() - Static method in class org.duracloud.DeploymentOptionsType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.DeploymentOptionsType.Factory
 
newInstance() - Static method in class org.duracloud.DeploymentOptionType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.DeploymentOptionType.Factory
 
newInstance() - Static method in class org.duracloud.DeploymentStatusType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.DeploymentStatusType.Factory
 
newInstance() - Static method in class org.duracloud.DeploymentsType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.DeploymentsType.Factory
 
newInstance() - Static method in class org.duracloud.DeploymentType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.DeploymentType.Factory
 
newInstance() - Static method in class org.duracloud.HeaderType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
 
newInstance() - Static method in class org.duracloud.ModeSetType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.ModeSetType.Factory
 
newInstance() - Static method in class org.duracloud.ModeType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.ModeType.Factory
 
newInstance() - Static method in class org.duracloud.OptionInputType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.OptionInputType.Factory
 
newInstance() - Static method in class org.duracloud.SecurityUsersDocument.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.SecurityUsersDocument.Factory
 
newInstance() - Static method in class org.duracloud.SecurityUsersType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.SecurityUsersType.Factory
 
newInstance() - Static method in class org.duracloud.SecurityUserType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.SecurityUserType.Factory
 
newInstance() - Static method in class org.duracloud.ServiceDocument.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.ServiceDocument.Factory
 
newInstance() - Static method in class org.duracloud.ServicesDocument.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.ServicesDocument.Factory
 
newInstance() - Static method in class org.duracloud.ServicesDocument.Services.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.ServicesDocument.Services.Factory
 
newInstance() - Static method in class org.duracloud.ServiceType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.ServiceType.Factory
 
newInstance() - Static method in class org.duracloud.SingleServiceType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.SingleServiceType.Factory
 
newInstance() - Static method in class org.duracloud.SourceContentType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
 
newInstance() - Static method in class org.duracloud.SystemConfigType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.SystemConfigType.Factory
 
newInstance() - Static method in class org.duracloud.SystemPropertyType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.SystemPropertyType.Factory
 
newInstance() - Static method in class org.duracloud.UserConfigType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.UserConfigType.Factory
 
newInstance() - Static method in class org.duracloud.UserPropertyType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.UserPropertyType.Factory
 
newInstance() - Static method in class org.duracloud.UserPropertyType.Option.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.UserPropertyType.Option.Factory
 
newline - Static variable in class org.duracloud.services.image.ConversionResultProcessor
 
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.AuthoritiesType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.AuthoritiesType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.ChunksManifestDocument.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.ChunksManifestType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.ChunksType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.ChunkType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.DeploymentOptionsType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.DeploymentOptionsType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.DeploymentOptionType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.DeploymentOptionType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.DeploymentStatusType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.DeploymentStatusType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.DeploymentsType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.DeploymentsType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.DeploymentType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.DeploymentType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.HeaderType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.ModeSetType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ModeSetType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.ModeType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ModeType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.OptionInputType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.OptionInputType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.SecurityUsersDocument.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.SecurityUsersDocument.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.SecurityUsersType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.SecurityUsersType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.SecurityUserType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.SecurityUserType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.ServiceDocument.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ServiceDocument.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.ServicesDocument.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ServicesDocument.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.ServiceType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ServiceType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.SingleServiceType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.SingleServiceType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.SourceContentType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.SystemConfigType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.SystemConfigType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.SystemPropertyType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.SystemPropertyType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.UserConfigType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.UserConfigType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.UserPropertyType.Factory
Deprecated. XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.UserPropertyType.Factory
Deprecated. XMLInputStream
newValue(Object) - Static method in class org.duracloud.AuthoritiesType.Factory
 
newValue(Object) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
 
newValue(Object) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
 
newValue(Object) - Static method in class org.duracloud.DeploymentStatusType.Factory
 
newValue(Object) - Static method in class org.duracloud.OptionInputType.Factory
 
newWorker(ContentLocation) - Method in class org.duracloud.services.fixity.HashFinderWorkerFactory
 
newWorker(ContentLocationPair) - Method in class org.duracloud.services.fixity.HashVerifierWorkerFactory
 
newWorker(T) - Method in interface org.duracloud.services.fixity.worker.ServiceWorkerFactory
 
next() - Method in class org.duracloud.chunk.ChunkableContent
This method returns the next chunk of the wrapped InputStream.
next() - Method in class org.duracloud.client.ContentIterator
 
next() - Method in class org.duracloud.duradmin.util.ScrollableList
 
next() - Method in class org.duracloud.services.fixity.HashFinderWorkload
 
next() - Method in class org.duracloud.services.fixity.HashVerifierWorkload
 
next() - Method in interface org.duracloud.services.fixity.worker.ServiceWorkload
 
next(Text, Text) - Method in class org.duracloud.services.hadoop.base.SimpleFileRecordReader
Store the next record to be processed in the provided key/value objects.
next() - Method in class org.duracloud.storage.domain.ContentIterator
 
nextChunkId() - Method in class org.duracloud.chunk.manifest.ChunksManifest
 
NO_RETRY - Static variable in exception org.duracloud.storage.error.StorageException
 
NoopServiceListerImpl - Class in org.duracloud.servicesutil.util.internal
 
NoopServiceListerImpl() - Constructor for class org.duracloud.servicesutil.util.internal.NoopServiceListerImpl
 
NoopServiceStarterImpl - Class in org.duracloud.servicesutil.util.internal
 
NoopServiceStarterImpl() - Constructor for class org.duracloud.servicesutil.util.internal.NoopServiceStarterImpl
 
NoopServiceStopperImpl - Class in org.duracloud.servicesutil.util.internal
 
NoopServiceStopperImpl() - Constructor for class org.duracloud.servicesutil.util.internal.NoopServiceStopperImpl
 
NoopTaskRunner - Class in org.duracloud.s3task
This task does not actually do anything, but it does allow for tests to ensure that task execution is operational.
NoopTaskRunner() - Constructor for class org.duracloud.s3task.NoopTaskRunner
 
NoSuchDeployedServiceException - Exception in org.duracloud.duraservice.error
 
NoSuchDeployedServiceException(int, int) - Constructor for exception org.duracloud.duraservice.error.NoSuchDeployedServiceException
 
NoSuchServiceComputeInstanceException - Exception in org.duracloud.duraservice.error
 
NoSuchServiceComputeInstanceException(String) - Constructor for exception org.duracloud.duraservice.error.NoSuchServiceComputeInstanceException
 
NoSuchServiceException - Exception in org.duracloud.duraservice.error
 
NoSuchServiceException(int) - Constructor for exception org.duracloud.duraservice.error.NoSuchServiceException
 
NOT_ENCRYPTED - Static variable in class org.duracloud.common.util.DatabaseUtil
 
NotFoundException - Exception in org.duracloud.chunk.error
 
NotFoundException(String) - Constructor for exception org.duracloud.chunk.error.NotFoundException
 
NotFoundException(String, Exception) - Constructor for exception org.duracloud.chunk.error.NotFoundException
 
NotFoundException - Exception in org.duracloud.client.error
Exception thrown when a response from a services call returns a 404 NOT FOUND response.
NotFoundException(String) - Constructor for exception org.duracloud.client.error.NotFoundException
 
NotFoundException - Exception in org.duracloud.error
Exception thrown when a requested space or content item does not exist.
NotFoundException(String) - Constructor for exception org.duracloud.error.NotFoundException
 
NotFoundException(String, String, Exception) - Constructor for exception org.duracloud.error.NotFoundException
 
NotFoundException(String, String, String, Exception) - Constructor for exception org.duracloud.error.NotFoundException
 
NotFoundException - Exception in org.duracloud.storage.error
Exception thrown by StorageProvider implementations when a requested space or content item does not exist.
NotFoundException(String) - Constructor for exception org.duracloud.storage.error.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception org.duracloud.storage.error.NotFoundException
 
NoUserLoggedInException - Exception in org.duracloud.security.error
 
NoUserLoggedInException() - Constructor for exception org.duracloud.security.error.NoUserLoggedInException
 
now() - Static method in class org.duracloud.common.util.DateUtil
 
numBytesRead() - Method in class org.duracloud.chunk.stream.ChunkInputStream
 

O

onFileChange(File) - Method in class org.duracloud.sync.monitor.DirectoryListener
 
onFileCreate(File) - Method in class org.duracloud.sync.monitor.DirectoryListener
 
onFileDelete(File) - Method in class org.duracloud.sync.monitor.DirectoryListener
 
onIngest(IngestMessage) - Method in class org.duracloud.durastore.aop.MessageConsumer
 
onMessage(Message) - Method in class org.duracloud.services.replication.ReplicationService
 
Option - Class in org.duracloud.serviceconfig.user
This class holds config option details.
Option(String, String, boolean) - Constructor for class org.duracloud.serviceconfig.user.Option
 
OptionInputType - Interface in org.duracloud
An XML optionInputType(@duracloud.org).
OptionInputType.Enum - Class in org.duracloud
Enumeration value class for org.duracloud.OptionInputType.
OptionInputType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
OptionInputTypeImpl - Class in org.duracloud.impl
An XML optionInputType(@duracloud.org).
OptionInputTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.OptionInputTypeImpl
 
OptionInputTypeImpl(SchemaType, boolean) - Constructor for class org.duracloud.impl.OptionInputTypeImpl
 
org.duracloud - package org.duracloud
 
org.duracloud.appconfig - package org.duracloud.appconfig
 
org.duracloud.appconfig.domain - package org.duracloud.appconfig.domain
 
org.duracloud.appconfig.support - package org.duracloud.appconfig.support
 
org.duracloud.appconfig.xml - package org.duracloud.appconfig.xml
 
org.duracloud.chunk - package org.duracloud.chunk
 
org.duracloud.chunk.error - package org.duracloud.chunk.error
 
org.duracloud.chunk.manifest - package org.duracloud.chunk.manifest
 
org.duracloud.chunk.manifest.xml - package org.duracloud.chunk.manifest.xml
 
org.duracloud.chunk.stream - package org.duracloud.chunk.stream
 
org.duracloud.chunk.writer - package org.duracloud.chunk.writer
 
org.duracloud.client - package org.duracloud.client
 
org.duracloud.client.error - package org.duracloud.client.error
 
org.duracloud.common.error - package org.duracloud.common.error
 
org.duracloud.common.model - package org.duracloud.common.model
 
org.duracloud.common.rest - package org.duracloud.common.rest
 
org.duracloud.common.stream - package org.duracloud.common.stream
 
org.duracloud.common.util - package org.duracloud.common.util
 
org.duracloud.common.util.bulk - package org.duracloud.common.util.bulk
 
org.duracloud.common.util.metrics - package org.duracloud.common.util.metrics
 
org.duracloud.common.web - package org.duracloud.common.web
 
org.duracloud.computeprovider.aop - package org.duracloud.computeprovider.aop
 
org.duracloud.computeprovider.domain - package org.duracloud.computeprovider.domain
 
org.duracloud.computeprovider.mgmt - package org.duracloud.computeprovider.mgmt
 
org.duracloud.computeprovider.mgmt.mock - package org.duracloud.computeprovider.mgmt.mock
 
org.duracloud.controller - package org.duracloud.controller
 
org.duracloud.domain - package org.duracloud.domain
 
org.duracloud.duradmin.binding - package org.duracloud.duradmin.binding
 
org.duracloud.duradmin.cache - package org.duracloud.duradmin.cache
 
org.duracloud.duradmin.common - package org.duracloud.duradmin.common
 
org.duracloud.duradmin.config - package org.duracloud.duradmin.config
 
org.duracloud.duradmin.contentstore - package org.duracloud.duradmin.contentstore
 
org.duracloud.duradmin.control - package org.duracloud.duradmin.control
 
org.duracloud.duradmin.dashboard.controller - package org.duracloud.duradmin.dashboard.controller
 
org.duracloud.duradmin.domain - package org.duracloud.duradmin.domain
 
org.duracloud.duradmin.mock.contentstore - package org.duracloud.duradmin.mock.contentstore
 
org.duracloud.duradmin.security - package org.duracloud.duradmin.security
 
org.duracloud.duradmin.services - package org.duracloud.duradmin.services
 
org.duracloud.duradmin.services.controller - package org.duracloud.duradmin.services.controller
 
org.duracloud.duradmin.spaces.controller - package org.duracloud.duradmin.spaces.controller
 
org.duracloud.duradmin.util - package org.duracloud.duradmin.util
 
org.duracloud.duradmin.view - package org.duracloud.duradmin.view
 
org.duracloud.duradmin.view.tiles2 - package org.duracloud.duradmin.view.tiles2
 
org.duracloud.duraservice.config - package org.duracloud.duraservice.config
 
org.duracloud.duraservice.domain - package org.duracloud.duraservice.domain
 
org.duracloud.duraservice.error - package org.duracloud.duraservice.error
 
org.duracloud.duraservice.mgmt - package org.duracloud.duraservice.mgmt
 
org.duracloud.duraservice.rest - package org.duracloud.duraservice.rest
 
org.duracloud.durastore.aop - package org.duracloud.durastore.aop
 
org.duracloud.durastore.error - package org.duracloud.durastore.error
 
org.duracloud.durastore.rest - package org.duracloud.durastore.rest
 
org.duracloud.durastore.test - package org.duracloud.durastore.test
 
org.duracloud.durastore.util - package org.duracloud.durastore.util
 
org.duracloud.ec2typicacomputeprovider.mgmt - package org.duracloud.ec2typicacomputeprovider.mgmt
 
org.duracloud.emcstorage - package org.duracloud.emcstorage
 
org.duracloud.error - package org.duracloud.error
 
org.duracloud.hello - package org.duracloud.hello
 
org.duracloud.impl - package org.duracloud.impl
 
org.duracloud.io - package org.duracloud.io
 
org.duracloud.rackspacestorage - package org.duracloud.rackspacestorage
 
org.duracloud.s3storage - package org.duracloud.s3storage
 
org.duracloud.s3task - package org.duracloud.s3task
 
org.duracloud.s3task.hadoop - package org.duracloud.s3task.hadoop
 
org.duracloud.s3task.storage - package org.duracloud.s3task.storage
 
org.duracloud.s3task.streaming - package org.duracloud.s3task.streaming
 
org.duracloud.security - package org.duracloud.security
 
org.duracloud.security.context - package org.duracloud.security.context
 
org.duracloud.security.domain - package org.duracloud.security.domain
 
org.duracloud.security.error - package org.duracloud.security.error
 
org.duracloud.security.impl - package org.duracloud.security.impl
 
org.duracloud.security.vote - package org.duracloud.security.vote
 
org.duracloud.security.xml - package org.duracloud.security.xml
 
org.duracloud.serviceconfig - package org.duracloud.serviceconfig
 
org.duracloud.serviceconfig.user - package org.duracloud.serviceconfig.user
 
org.duracloud.serviceconfig.xml - package org.duracloud.serviceconfig.xml
 
org.duracloud.services - package org.duracloud.services
 
org.duracloud.services.beans - package org.duracloud.services.beans
 
org.duracloud.services.bulkimageconversion - package org.duracloud.services.bulkimageconversion
 
org.duracloud.services.common.error - package org.duracloud.services.common.error
 
org.duracloud.services.common.model - package org.duracloud.services.common.model
 
org.duracloud.services.common.util - package org.duracloud.services.common.util
 
org.duracloud.services.fixity - package org.duracloud.services.fixity
 
org.duracloud.services.fixity.domain - package org.duracloud.services.fixity.domain
 
org.duracloud.services.fixity.results - package org.duracloud.services.fixity.results
 
org.duracloud.services.fixity.util - package org.duracloud.services.fixity.util
 
org.duracloud.services.fixity.worker - package org.duracloud.services.fixity.worker
 
org.duracloud.services.hadoop.base - package org.duracloud.services.hadoop.base
 
org.duracloud.services.hadoop.imageconversion - package org.duracloud.services.hadoop.imageconversion
 
org.duracloud.services.hello.impl - package org.duracloud.services.hello.impl
 
org.duracloud.services.hellowebappwrapper - package org.duracloud.services.hellowebappwrapper
 
org.duracloud.services.hellowebappwrapper.error - package org.duracloud.services.hellowebappwrapper.error
 
org.duracloud.services.image - package org.duracloud.services.image
 
org.duracloud.services.j2kservice - package org.duracloud.services.j2kservice
 
org.duracloud.services.j2kservice.error - package org.duracloud.services.j2kservice.error
 
org.duracloud.services.replication - package org.duracloud.services.replication
 
org.duracloud.services.script - package org.duracloud.services.script
 
org.duracloud.services.script.error - package org.duracloud.services.script.error
 
org.duracloud.services.streaming - package org.duracloud.services.streaming
 
org.duracloud.services.util - package org.duracloud.services.util
 
org.duracloud.services.webapputil - package org.duracloud.services.webapputil
 
org.duracloud.services.webapputil.error - package org.duracloud.services.webapputil.error
 
org.duracloud.services.webapputil.internal - package org.duracloud.services.webapputil.internal
 
org.duracloud.services.webapputil.tomcat - package org.duracloud.services.webapputil.tomcat
 
org.duracloud.servicesadmin.control - package org.duracloud.servicesadmin.control
 
org.duracloud.servicesadmin.util - package org.duracloud.servicesadmin.util
 
org.duracloud.servicesadminclient - package org.duracloud.servicesadminclient
 
org.duracloud.servicesutil.util - package org.duracloud.servicesutil.util
 
org.duracloud.servicesutil.util.catalog - package org.duracloud.servicesutil.util.catalog
 
org.duracloud.servicesutil.util.error - package org.duracloud.servicesutil.util.error
 
org.duracloud.servicesutil.util.internal - package org.duracloud.servicesutil.util.internal
 
org.duracloud.servicesutil.util.internal.util - package org.duracloud.servicesutil.util.internal.util
 
org.duracloud.storage.domain - package org.duracloud.storage.domain
 
org.duracloud.storage.error - package org.duracloud.storage.error
 
org.duracloud.storage.provider - package org.duracloud.storage.provider
 
org.duracloud.storage.provider.mock - package org.duracloud.storage.provider.mock
 
org.duracloud.storage.util - package org.duracloud.storage.util
 
org.duracloud.sync - package org.duracloud.sync
 
org.duracloud.sync.backup - package org.duracloud.sync.backup
 
org.duracloud.sync.config - package org.duracloud.sync.config
 
org.duracloud.sync.endpoint - package org.duracloud.sync.endpoint
 
org.duracloud.sync.mgmt - package org.duracloud.sync.mgmt
 
org.duracloud.sync.monitor - package org.duracloud.sync.monitor
 
org.duracloud.sync.util - package org.duracloud.sync.util
 
org.duracloud.sync.walker - package org.duracloud.sync.walker
 
org.duracloud.unittestdb - package org.duracloud.unittestdb
 
org.duracloud.unittestdb.domain - package org.duracloud.unittestdb.domain
 
org.duracloud.unittestdb.error - package org.duracloud.unittestdb.error
 
org.duracloud.unittestdb.util - package org.duracloud.unittestdb.util
 
org.ops4j.pax.exam.mavenplugin - package org.ops4j.pax.exam.mavenplugin
 
org.springframework.web.servlet.view.tiles2 - package org.springframework.web.servlet.view.tiles2
 
OUTPUT_PATH - Static variable in class org.duracloud.services.hadoop.base.InitParamParser
 
outputXml(File) - Method in class org.duracloud.appconfig.ApplicationInitializer
This method writes the configuration files for durastore, duraservice, duradmin and application security to the provided directory.
ownerIdKey - Static variable in class org.duracloud.appconfig.domain.DurastoreConfig
 

P

parse(String) - Static method in class org.duracloud.AuthoritiesType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.AuthoritiesType.Factory
 
parse(File) - Static method in class org.duracloud.AuthoritiesType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.AuthoritiesType.Factory
 
parse(URL) - Static method in class org.duracloud.AuthoritiesType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.AuthoritiesType.Factory
 
parse(InputStream) - Static method in class org.duracloud.AuthoritiesType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.AuthoritiesType.Factory
 
parse(Reader) - Static method in class org.duracloud.AuthoritiesType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.AuthoritiesType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.AuthoritiesType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.AuthoritiesType.Factory
 
parse(Node) - Static method in class org.duracloud.AuthoritiesType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.AuthoritiesType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.AuthoritiesType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.AuthoritiesType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(File) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(URL) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(InputStream) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(Reader) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(Node) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.ChunksManifestDocument.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(File) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(URL) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(InputStream) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(Reader) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(Node) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.ChunksManifestType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.ChunksType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
 
parse(File) - Static method in class org.duracloud.ChunksType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
 
parse(URL) - Static method in class org.duracloud.ChunksType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
 
parse(InputStream) - Static method in class org.duracloud.ChunksType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
 
parse(Reader) - Static method in class org.duracloud.ChunksType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.ChunksType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
 
parse(Node) - Static method in class org.duracloud.ChunksType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.ChunksType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.ChunkType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
 
parse(File) - Static method in class org.duracloud.ChunkType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
 
parse(URL) - Static method in class org.duracloud.ChunkType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
 
parse(InputStream) - Static method in class org.duracloud.ChunkType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
 
parse(Reader) - Static method in class org.duracloud.ChunkType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.ChunkType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
 
parse(Node) - Static method in class org.duracloud.ChunkType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.ChunkType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
 
parse(File) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
 
parse(URL) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
 
parse(InputStream) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
 
parse(Reader) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
 
parse(Node) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.DeploymentOptionLocationType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
 
parse(File) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
 
parse(URL) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
 
parse(InputStream) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
 
parse(Reader) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
 
parse(Node) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.DeploymentOptionStateType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.DeploymentOptionsType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.DeploymentOptionsType.Factory
 
parse(File) - Static method in class org.duracloud.DeploymentOptionsType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.DeploymentOptionsType.Factory
 
parse(URL) - Static method in class org.duracloud.DeploymentOptionsType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.DeploymentOptionsType.Factory
 
parse(InputStream) - Static method in class org.duracloud.DeploymentOptionsType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.DeploymentOptionsType.Factory
 
parse(Reader) - Static method in class org.duracloud.DeploymentOptionsType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.DeploymentOptionsType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.DeploymentOptionsType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.DeploymentOptionsType.Factory
 
parse(Node) - Static method in class org.duracloud.DeploymentOptionsType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.DeploymentOptionsType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.DeploymentOptionsType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.DeploymentOptionsType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.DeploymentOptionType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.DeploymentOptionType.Factory
 
parse(File) - Static method in class org.duracloud.DeploymentOptionType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.DeploymentOptionType.Factory
 
parse(URL) - Static method in class org.duracloud.DeploymentOptionType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.DeploymentOptionType.Factory
 
parse(InputStream) - Static method in class org.duracloud.DeploymentOptionType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.DeploymentOptionType.Factory
 
parse(Reader) - Static method in class org.duracloud.DeploymentOptionType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.DeploymentOptionType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.DeploymentOptionType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.DeploymentOptionType.Factory
 
parse(Node) - Static method in class org.duracloud.DeploymentOptionType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.DeploymentOptionType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.DeploymentOptionType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.DeploymentOptionType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.DeploymentStatusType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.DeploymentStatusType.Factory
 
parse(File) - Static method in class org.duracloud.DeploymentStatusType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.DeploymentStatusType.Factory
 
parse(URL) - Static method in class org.duracloud.DeploymentStatusType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.DeploymentStatusType.Factory
 
parse(InputStream) - Static method in class org.duracloud.DeploymentStatusType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.DeploymentStatusType.Factory
 
parse(Reader) - Static method in class org.duracloud.DeploymentStatusType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.DeploymentStatusType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.DeploymentStatusType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.DeploymentStatusType.Factory
 
parse(Node) - Static method in class org.duracloud.DeploymentStatusType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.DeploymentStatusType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.DeploymentStatusType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.DeploymentStatusType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.DeploymentsType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.DeploymentsType.Factory
 
parse(File) - Static method in class org.duracloud.DeploymentsType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.DeploymentsType.Factory
 
parse(URL) - Static method in class org.duracloud.DeploymentsType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.DeploymentsType.Factory
 
parse(InputStream) - Static method in class org.duracloud.DeploymentsType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.DeploymentsType.Factory
 
parse(Reader) - Static method in class org.duracloud.DeploymentsType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.DeploymentsType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.DeploymentsType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.DeploymentsType.Factory
 
parse(Node) - Static method in class org.duracloud.DeploymentsType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.DeploymentsType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.DeploymentsType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.DeploymentsType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.DeploymentType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.DeploymentType.Factory
 
parse(File) - Static method in class org.duracloud.DeploymentType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.DeploymentType.Factory
 
parse(URL) - Static method in class org.duracloud.DeploymentType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.DeploymentType.Factory
 
parse(InputStream) - Static method in class org.duracloud.DeploymentType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.DeploymentType.Factory
 
parse(Reader) - Static method in class org.duracloud.DeploymentType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.DeploymentType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.DeploymentType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.DeploymentType.Factory
 
parse(Node) - Static method in class org.duracloud.DeploymentType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.DeploymentType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.DeploymentType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.DeploymentType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.HeaderType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
 
parse(File) - Static method in class org.duracloud.HeaderType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
 
parse(URL) - Static method in class org.duracloud.HeaderType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
 
parse(InputStream) - Static method in class org.duracloud.HeaderType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
 
parse(Reader) - Static method in class org.duracloud.HeaderType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.HeaderType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
 
parse(Node) - Static method in class org.duracloud.HeaderType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.HeaderType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.ModeSetType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.ModeSetType.Factory
 
parse(File) - Static method in class org.duracloud.ModeSetType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.ModeSetType.Factory
 
parse(URL) - Static method in class org.duracloud.ModeSetType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.ModeSetType.Factory
 
parse(InputStream) - Static method in class org.duracloud.ModeSetType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.ModeSetType.Factory
 
parse(Reader) - Static method in class org.duracloud.ModeSetType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.ModeSetType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.ModeSetType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.ModeSetType.Factory
 
parse(Node) - Static method in class org.duracloud.ModeSetType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.ModeSetType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.ModeSetType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ModeSetType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.ModeType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.ModeType.Factory
 
parse(File) - Static method in class org.duracloud.ModeType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.ModeType.Factory
 
parse(URL) - Static method in class org.duracloud.ModeType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.ModeType.Factory
 
parse(InputStream) - Static method in class org.duracloud.ModeType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.ModeType.Factory
 
parse(Reader) - Static method in class org.duracloud.ModeType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.ModeType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.ModeType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.ModeType.Factory
 
parse(Node) - Static method in class org.duracloud.ModeType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.ModeType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.ModeType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ModeType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.OptionInputType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.OptionInputType.Factory
 
parse(File) - Static method in class org.duracloud.OptionInputType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.OptionInputType.Factory
 
parse(URL) - Static method in class org.duracloud.OptionInputType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.OptionInputType.Factory
 
parse(InputStream) - Static method in class org.duracloud.OptionInputType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.OptionInputType.Factory
 
parse(Reader) - Static method in class org.duracloud.OptionInputType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.OptionInputType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.OptionInputType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.OptionInputType.Factory
 
parse(Node) - Static method in class org.duracloud.OptionInputType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.OptionInputType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.OptionInputType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.OptionInputType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.SecurityUsersDocument.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.SecurityUsersDocument.Factory
 
parse(File) - Static method in class org.duracloud.SecurityUsersDocument.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.SecurityUsersDocument.Factory
 
parse(URL) - Static method in class org.duracloud.SecurityUsersDocument.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.SecurityUsersDocument.Factory
 
parse(InputStream) - Static method in class org.duracloud.SecurityUsersDocument.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.SecurityUsersDocument.Factory
 
parse(Reader) - Static method in class org.duracloud.SecurityUsersDocument.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.SecurityUsersDocument.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.SecurityUsersDocument.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.SecurityUsersDocument.Factory
 
parse(Node) - Static method in class org.duracloud.SecurityUsersDocument.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.SecurityUsersDocument.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.SecurityUsersDocument.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.SecurityUsersDocument.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.SecurityUsersType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.SecurityUsersType.Factory
 
parse(File) - Static method in class org.duracloud.SecurityUsersType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.SecurityUsersType.Factory
 
parse(URL) - Static method in class org.duracloud.SecurityUsersType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.SecurityUsersType.Factory
 
parse(InputStream) - Static method in class org.duracloud.SecurityUsersType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.SecurityUsersType.Factory
 
parse(Reader) - Static method in class org.duracloud.SecurityUsersType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.SecurityUsersType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.SecurityUsersType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.SecurityUsersType.Factory
 
parse(Node) - Static method in class org.duracloud.SecurityUsersType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.SecurityUsersType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.SecurityUsersType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.SecurityUsersType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.SecurityUserType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.SecurityUserType.Factory
 
parse(File) - Static method in class org.duracloud.SecurityUserType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.SecurityUserType.Factory
 
parse(URL) - Static method in class org.duracloud.SecurityUserType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.SecurityUserType.Factory
 
parse(InputStream) - Static method in class org.duracloud.SecurityUserType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.SecurityUserType.Factory
 
parse(Reader) - Static method in class org.duracloud.SecurityUserType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.SecurityUserType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.SecurityUserType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.SecurityUserType.Factory
 
parse(Node) - Static method in class org.duracloud.SecurityUserType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.SecurityUserType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.SecurityUserType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.SecurityUserType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.ServiceDocument.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.ServiceDocument.Factory
 
parse(File) - Static method in class org.duracloud.ServiceDocument.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.ServiceDocument.Factory
 
parse(URL) - Static method in class org.duracloud.ServiceDocument.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.ServiceDocument.Factory
 
parse(InputStream) - Static method in class org.duracloud.ServiceDocument.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.ServiceDocument.Factory
 
parse(Reader) - Static method in class org.duracloud.ServiceDocument.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.ServiceDocument.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.ServiceDocument.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.ServiceDocument.Factory
 
parse(Node) - Static method in class org.duracloud.ServiceDocument.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.ServiceDocument.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.ServiceDocument.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ServiceDocument.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.ServicesDocument.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.ServicesDocument.Factory
 
parse(File) - Static method in class org.duracloud.ServicesDocument.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.ServicesDocument.Factory
 
parse(URL) - Static method in class org.duracloud.ServicesDocument.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.ServicesDocument.Factory
 
parse(InputStream) - Static method in class org.duracloud.ServicesDocument.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.ServicesDocument.Factory
 
parse(Reader) - Static method in class org.duracloud.ServicesDocument.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.ServicesDocument.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.ServicesDocument.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.ServicesDocument.Factory
 
parse(Node) - Static method in class org.duracloud.ServicesDocument.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.ServicesDocument.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.ServicesDocument.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ServicesDocument.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.ServiceType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.ServiceType.Factory
 
parse(File) - Static method in class org.duracloud.ServiceType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.ServiceType.Factory
 
parse(URL) - Static method in class org.duracloud.ServiceType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.ServiceType.Factory
 
parse(InputStream) - Static method in class org.duracloud.ServiceType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.ServiceType.Factory
 
parse(Reader) - Static method in class org.duracloud.ServiceType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.ServiceType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.ServiceType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.ServiceType.Factory
 
parse(Node) - Static method in class org.duracloud.ServiceType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.ServiceType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.ServiceType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ServiceType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.SingleServiceType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.SingleServiceType.Factory
 
parse(File) - Static method in class org.duracloud.SingleServiceType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.SingleServiceType.Factory
 
parse(URL) - Static method in class org.duracloud.SingleServiceType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.SingleServiceType.Factory
 
parse(InputStream) - Static method in class org.duracloud.SingleServiceType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.SingleServiceType.Factory
 
parse(Reader) - Static method in class org.duracloud.SingleServiceType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.SingleServiceType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.SingleServiceType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.SingleServiceType.Factory
 
parse(Node) - Static method in class org.duracloud.SingleServiceType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.SingleServiceType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.SingleServiceType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.SingleServiceType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(File) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(URL) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(InputStream) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(Reader) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(Node) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.SourceContentType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.SystemConfigType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.SystemConfigType.Factory
 
parse(File) - Static method in class org.duracloud.SystemConfigType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.SystemConfigType.Factory
 
parse(URL) - Static method in class org.duracloud.SystemConfigType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.SystemConfigType.Factory
 
parse(InputStream) - Static method in class org.duracloud.SystemConfigType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.SystemConfigType.Factory
 
parse(Reader) - Static method in class org.duracloud.SystemConfigType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.SystemConfigType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.SystemConfigType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.SystemConfigType.Factory
 
parse(Node) - Static method in class org.duracloud.SystemConfigType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.SystemConfigType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.SystemConfigType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.SystemConfigType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.SystemPropertyType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.SystemPropertyType.Factory
 
parse(File) - Static method in class org.duracloud.SystemPropertyType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.SystemPropertyType.Factory
 
parse(URL) - Static method in class org.duracloud.SystemPropertyType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.SystemPropertyType.Factory
 
parse(InputStream) - Static method in class org.duracloud.SystemPropertyType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.SystemPropertyType.Factory
 
parse(Reader) - Static method in class org.duracloud.SystemPropertyType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.SystemPropertyType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.SystemPropertyType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.SystemPropertyType.Factory
 
parse(Node) - Static method in class org.duracloud.SystemPropertyType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.SystemPropertyType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.SystemPropertyType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.SystemPropertyType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.UserConfigType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.UserConfigType.Factory
 
parse(File) - Static method in class org.duracloud.UserConfigType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.UserConfigType.Factory
 
parse(URL) - Static method in class org.duracloud.UserConfigType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.UserConfigType.Factory
 
parse(InputStream) - Static method in class org.duracloud.UserConfigType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.UserConfigType.Factory
 
parse(Reader) - Static method in class org.duracloud.UserConfigType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.UserConfigType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.UserConfigType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.UserConfigType.Factory
 
parse(Node) - Static method in class org.duracloud.UserConfigType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.UserConfigType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.UserConfigType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.UserConfigType.Factory
Deprecated. XMLInputStream
parse(String) - Static method in class org.duracloud.UserPropertyType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.UserPropertyType.Factory
 
parse(File) - Static method in class org.duracloud.UserPropertyType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.UserPropertyType.Factory
 
parse(URL) - Static method in class org.duracloud.UserPropertyType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.UserPropertyType.Factory
 
parse(InputStream) - Static method in class org.duracloud.UserPropertyType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.UserPropertyType.Factory
 
parse(Reader) - Static method in class org.duracloud.UserPropertyType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.UserPropertyType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.UserPropertyType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.UserPropertyType.Factory
 
parse(Node) - Static method in class org.duracloud.UserPropertyType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.UserPropertyType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.UserPropertyType.Factory
Deprecated. XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.UserPropertyType.Factory
Deprecated. XMLInputStream
parseInitParams(String[]) - Method in class org.duracloud.services.hadoop.base.InitParamParser
Process the initialization parameters
PartnerLogoController - Class in org.duracloud.duradmin.spaces.controller
 
PartnerLogoController() - Constructor for class org.duracloud.duradmin.spaces.controller.PartnerLogoController
 
passwordKey - Static variable in class org.duracloud.appconfig.domain.DuraserviceConfig
 
passwordKey - Static variable in class org.duracloud.appconfig.domain.DurastoreConfig
 
passwordKey - Static variable in class org.duracloud.appconfig.domain.SecurityConfig
 
PasswordRepositoryDBImpl - Class in org.duracloud.unittestdb
 
PasswordRepositoryDBImpl() - Constructor for class org.duracloud.unittestdb.PasswordRepositoryDBImpl
 
performTask(String, String) - Method in interface org.duracloud.client.ContentStore
Perform a task which is outside of the standard set of storage activites but is available through one or more storage providers.
performTask(String, String) - Method in class org.duracloud.client.ContentStoreImpl
Perform a task which is outside of the standard set of storage activites but is available through one or more storage providers.
performTask(String, String) - Method in class org.duracloud.duradmin.cache.ContentStoreCache
Perform a task which is outside of the standard set of storage activites but is available through one or more storage providers.
performTask(String, String) - Method in class org.duracloud.durastore.rest.TaskRest
Performs a task
performTask(String) - Method in class org.duracloud.s3task.hadoop.DescribeHadoopJobTaskRunner
 
performTask(String) - Method in class org.duracloud.s3task.hadoop.RunHadoopJobTaskRunner
 
performTask(String) - Method in class org.duracloud.s3task.hadoop.StopHadoopJobTaskRunner
 
performTask(String) - Method in class org.duracloud.s3task.NoopTaskRunner
 
performTask(String, String) - Method in class org.duracloud.s3task.S3TaskProvider
 
performTask(String) - Method in class org.duracloud.s3task.storage.BaseStorageClassTaskRunner
 
performTask(String) - Method in class org.duracloud.s3task.streaming.BaseStreamingTaskRunner
 
performTask(String) - Method in class org.duracloud.s3task.streaming.DeleteStreamingTaskRunner
 
performTask(String) - Method in class org.duracloud.s3task.streaming.DisableStreamingTaskRunner
 
performTask(String) - Method in class org.duracloud.s3task.streaming.EnableStreamingTaskRunner
 
performTask(String, String) - Method in interface org.duracloud.storage.provider.TaskProvider
 
performTask(String) - Method in interface org.duracloud.storage.provider.TaskRunner
 
persist(File) - Method in class org.duracloud.sync.mgmt.ChangedList
Writes out the current state of the ChangeList to the given file.
PHASE_COMPARE - Static variable in class org.duracloud.services.fixity.FixityService
 
PHASE_FIND - Static variable in class org.duracloud.services.fixity.FixityService
 
PlaylistCreator - Class in org.duracloud.services.streaming
 
PlaylistCreator() - Constructor for class org.duracloud.services.streaming.PlaylistCreator
 
populateContentItem(String, ContentItem, String, String, ContentStore, ServicesManager) - Static method in class org.duracloud.duradmin.util.SpaceUtil
 
populateService(ServiceInfo, List<ServiceComputeInstance>, UserStore, String) - Method in class org.duracloud.duraservice.mgmt.ServiceConfigUtil
 
populateSpace(Space, Space) - Static method in class org.duracloud.duradmin.util.SpaceUtil
 
portKey - Static variable in class org.duracloud.appconfig.ApplicationInitializer
 
portKey - Static variable in class org.duracloud.appconfig.domain.DuraserviceConfig
 
post(String, String, Map<String, String>) - Method in class org.duracloud.common.web.RestHttpHelper
 
post(String, String, String, Map<String, String>) - Method in class org.duracloud.common.web.RestHttpHelper
 
post(String, InputStream, String, String, Map<String, String>) - Method in class org.duracloud.common.web.RestHttpHelper
 
post(HttpServletRequest, HttpServletResponse, T, BindException) - Method in class org.duracloud.controller.AbstractRestController
 
post(HttpServletRequest, HttpServletResponse, Space, BindException) - Method in class org.duracloud.duradmin.spaces.controller.SpaceController
 
PostJobWorker - Class in org.duracloud.services.bulkimageconversion
Performs work after the hadoop job has completed
PostJobWorker(BulkImageConversionService, ContentStore, String, String) - Constructor for class org.duracloud.services.bulkimageconversion.PostJobWorker
 
postServiceBundle(String, InputStream, long) - Method in class org.duracloud.servicesadminclient.ServicesAdminClient
 
postServiceBundle(File) - Method in class org.duracloud.servicesadminclient.ServicesAdminClient
 
postServiceConfig(String, Map<String, String>) - Method in class org.duracloud.servicesadminclient.ServicesAdminClient
 
PRAGMA - Static variable in interface org.duracloud.common.rest.HttpHeaders
 
PREV_BACKUP_FILE_NAME - Static variable in class org.duracloud.sync.config.SyncToolConfigParser
 
previous() - Method in interface org.duracloud.duradmin.util.Scrollable
 
previous() - Method in class org.duracloud.duradmin.util.ScrollableList
 
PRIMARY - Static variable in interface org.duracloud.DeploymentOptionLocationType
 
PRIMARY_HOST_DISPLAY - Static variable in class org.duracloud.duraservice.mgmt.ServiceManager
 
primaryInstanceKey - Static variable in class org.duracloud.appconfig.domain.DuraserviceConfig
 
ProbedEMCStorageProvider - Class in org.duracloud.emcstorage
This class implements the StorageProvider interface using a Metrics-Probed EMC-EsuApi as the underlying storage service.
ProbedEMCStorageProvider(String, String) - Constructor for class org.duracloud.emcstorage.ProbedEMCStorageProvider
 
ProbedEsuApi - Class in org.duracloud.emcstorage
 
ProbedEsuApi(String, String) - Constructor for class org.duracloud.emcstorage.ProbedEsuApi
 
ProbedFilesClient - Class in org.duracloud.rackspacestorage
This class wraps a Rackspace FilesClient implementation, collecting timing metrics while passing calls down.
ProbedFilesClient(String, String) - Constructor for class org.duracloud.rackspacestorage.ProbedFilesClient
 
ProbedRackspaceStorageProvider - Class in org.duracloud.rackspacestorage
This class implements the StorageProvider interface using a Metrics-Probed Rackspace FilesClient as the underlying storage service.
ProbedRackspaceStorageProvider(String, String) - Constructor for class org.duracloud.rackspacestorage.ProbedRackspaceStorageProvider
 
ProbedRestS3Service - Class in org.duracloud.s3storage
This class wraps a RestS3Service implementation, collecting timing metrics while passing calls down.
ProbedRestS3Service(AWSCredentials) - Constructor for class org.duracloud.s3storage.ProbedRestS3Service
 
ProbedS3StorageProvider - Class in org.duracloud.s3storage
This class implements the StorageProvider interface using a Metrics-Probed S3Service as the underlying storage service.
ProbedS3StorageProvider(String, String) - Constructor for class org.duracloud.s3storage.ProbedS3StorageProvider
 
ProbedStorageProvider - Class in org.duracloud.storage.provider
This class wraps a StorageProvider implementation, collecting timing metrics while passing calls down.
ProbedStorageProvider() - Constructor for class org.duracloud.storage.provider.ProbedStorageProvider
 
PROC_TIME - Static variable in class org.duracloud.services.hadoop.imageconversion.ImageConversionMapper
 
processCommandLine(String[]) - Method in class org.duracloud.sync.config.SyncToolConfigParser
Parses command line configuration into an object structure, validates correct values along the way.
processConfigFileOptions(String[]) - Method in class org.duracloud.sync.config.SyncToolConfigParser
 
processConversionResult(ConversionResult) - Method in interface org.duracloud.services.image.ConversionResultListener
 
processConversionResult(ConversionResult) - Method in class org.duracloud.services.image.ConversionResultProcessor
 
processFile(File) - Method in class org.duracloud.services.hadoop.base.ProcessFileMapper
Processes a file and produces a result file.
processFile(File) - Method in class org.duracloud.services.hadoop.imageconversion.ImageConversionMapper
Converts an image file.
ProcessFileMapper - Class in org.duracloud.services.hadoop.base
Mapper used to process files.
ProcessFileMapper() - Constructor for class org.duracloud.services.hadoop.base.ProcessFileMapper
 
processServiceResult(ServiceResult) - Method in interface org.duracloud.services.fixity.results.ServiceResultListener
 
processServiceResult(ServiceResult) - Method in class org.duracloud.services.fixity.results.ServiceResultProcessor
 
processStandardOptions(String[]) - Method in class org.duracloud.sync.config.SyncToolConfigParser
 
project - Variable in class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
The maven project.
PropsController - Class in org.duracloud.servicesadmin.control
 
PropsController() - Constructor for class org.duracloud.servicesadmin.control.PropsController
 
provider - Variable in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
ProviderFactoryBase - Class in org.duracloud.durastore.util
 
ProviderFactoryBase(StorageAccountManager) - Constructor for class org.duracloud.durastore.util.ProviderFactoryBase
 
providerTypeKey - Static variable in class org.duracloud.appconfig.domain.DurastoreConfig
 
put(String, String, Map<String, String>) - Method in class org.duracloud.common.web.RestHttpHelper
 
put(String, String, String, Map<String, String>) - Method in class org.duracloud.common.web.RestHttpHelper
 
put(String, InputStream, String, String, Map<String, String>) - Method in class org.duracloud.common.web.RestHttpHelper
 
put(HttpServletRequest, HttpServletResponse, T, BindException) - Method in class org.duracloud.controller.AbstractRestController
 
put(HttpServletRequest, HttpServletResponse, ContentItem, BindException) - Method in class org.duracloud.duradmin.spaces.controller.ContentItemController
 
put(HttpServletRequest, HttpServletResponse, Space, BindException) - Method in class org.duracloud.duradmin.spaces.controller.SpaceController
 
putObjectAclWithSignedUrl(String, AccessControlList) - Method in class org.duracloud.s3storage.ProbedRestS3Service
 
putObjectWithSignedUrl(String, S3Object) - Method in class org.duracloud.s3storage.ProbedRestS3Service
 

Q

QUALIFIER - Static variable in class org.duracloud.appconfig.ApplicationInitializer
 
QUALIFIER - Static variable in class org.duracloud.appconfig.domain.DuradminConfig
 
QUALIFIER - Static variable in class org.duracloud.appconfig.domain.DuraserviceConfig
 
QUALIFIER - Static variable in class org.duracloud.appconfig.domain.DurastoreConfig
 
QUALIFIER - Static variable in class org.duracloud.appconfig.domain.SecurityConfig
 
queryObjects(String) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 

R

RackspaceStorageProvider - Class in org.duracloud.rackspacestorage
Provides content storage backed by Rackspace's Cloud Files service.
RackspaceStorageProvider(String, String) - Constructor for class org.duracloud.rackspacestorage.RackspaceStorageProvider
 
RackspaceStorageProvider(FilesClient) - Constructor for class org.duracloud.rackspacestorage.RackspaceStorageProvider
 
read() - Method in class org.duracloud.chunk.stream.ChunkInputStream
This method reads up to chunkSize number of bytes from the stream.
read(byte[]) - Method in class org.duracloud.io.ByteCountingInputStream
 
read(byte[], int, int) - Method in class org.duracloud.io.ByteCountingInputStream
 
read() - Method in class org.duracloud.io.ByteCountingInputStream
 
readObject(Identifier, Extent, byte[]) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
readObjectStream(Identifier, Extent) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
readStringFromStream(InputStream) - Static method in class org.duracloud.common.util.IOUtil
 
REDIRECT_KEY - Static variable in class org.duracloud.duradmin.util.MessageUtils
 
reduce(Text, Iterator<Text>, OutputCollector<Text, Text>, Reporter) - Method in class org.duracloud.services.hadoop.base.ResultsReducer
 
refresh(HttpServletRequest, String, ContentStoreProvider) - Static method in class org.duracloud.duradmin.contentstore.ContentItemListCache
 
register(String) - Static method in class org.duracloud.servicesutil.util.catalog.BundleCatalog
This method increments the usage count of the arg name in the catalog.
registerCountListener(CountListener) - Method in class org.duracloud.services.fixity.HashFinderWorkload
 
registerCountListener(CountListener) - Method in class org.duracloud.services.fixity.HashVerifierWorkload
 
registerCountListener(CountListener) - Method in interface org.duracloud.services.fixity.worker.ServiceWorkload
 
reinitialize(String, String, String) - Method in interface org.duracloud.client.ContentStoreManager
reconfigure
reinitialize(String, String, String) - Method in class org.duracloud.client.ContentStoreManagerImpl
 
reinitializeContentStoreManager() - Method in class org.duracloud.duradmin.contentstore.ContentStoreProvider
 
remove() - Method in class org.duracloud.chunk.ChunkableContent
 
remove() - Method in class org.duracloud.client.ContentIterator
 
remove(String) - Method in class org.duracloud.controller.UploadManager
 
remove(String, Map<String, String>) - Static method in class org.duracloud.duradmin.util.MetadataUtils
 
remove() - Method in class org.duracloud.storage.domain.ContentIterator
 
removeChunk(int) - Method in interface org.duracloud.ChunksType
Removes the ith "chunk" element
removeChunk(int) - Method in class org.duracloud.impl.ChunksTypeImpl
Removes the ith "chunk" element
removeConfigurationElements(String, Map<String, String>) - Method in interface org.duracloud.servicesutil.util.DuraConfigAdmin
Each existing property having a key matching a key found in arg props will be removed from the existing properties.
removeConfigurationElements(String, Map<String, String>) - Method in class org.duracloud.servicesutil.util.internal.DuraConfigAdminImpl
Each existing property having a key matching a key found in arg props will be removed from the existing properties.
removeDeployment(int) - Method in interface org.duracloud.DeploymentsType
Removes the ith "deployment" element
removeDeployment(int) - Method in class org.duracloud.impl.DeploymentsTypeImpl
Removes the ith "deployment" element
removeMode(int) - Method in class org.duracloud.impl.ModeSetTypeImpl
Removes the ith "mode" element
removeMode(int) - Method in interface org.duracloud.ModeSetType
Removes the ith "mode" element
removeModeSet(int) - Method in class org.duracloud.impl.ModeTypeImpl
Removes the ith "modeSet" element
removeModeSet(int) - Method in class org.duracloud.impl.UserConfigTypeImpl
Removes the ith "modeSet" element
removeModeSet(int) - Method in interface org.duracloud.ModeType
Removes the ith "modeSet" element
removeModeSet(int) - Method in interface org.duracloud.UserConfigType
Removes the ith "modeSet" element
removeOption(int) - Method in interface org.duracloud.DeploymentOptionsType
Removes the ith "option" element
removeOption(int) - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
Removes the ith "option" element
removeOption(int) - Method in class org.duracloud.impl.UserPropertyTypeImpl
Removes the ith "option" element
removeOption(int) - Method in interface org.duracloud.UserPropertyType
Removes the ith "option" element
removeProperty(int) - Method in class org.duracloud.impl.ModeTypeImpl
Removes the ith "property" element
removeProperty(int) - Method in class org.duracloud.impl.SystemConfigTypeImpl
Removes the ith "property" element
removeProperty(int) - Method in class org.duracloud.impl.UserConfigTypeImpl
Removes the ith "property" element
removeProperty(int) - Method in interface org.duracloud.ModeType
Removes the ith "property" element
removeProperty(int) - Method in interface org.duracloud.SystemConfigType
Removes the ith "property" element
removeProperty(int) - Method in interface org.duracloud.UserConfigType
Removes the ith "property" element
removeSecurityUser(int) - Method in class org.duracloud.impl.SecurityUsersTypeImpl
Removes the ith "security-user" element
removeSecurityUser(int) - Method in interface org.duracloud.SecurityUsersType
Removes the ith "security-user" element
removeService(int) - Method in class org.duracloud.impl.ServicesDocumentImpl.ServicesImpl
Removes the ith "service" element
removeService(int) - Method in interface org.duracloud.ServicesDocument.Services
Removes the ith "service" element
removeTag(String, Map<String, String>) - Static method in class org.duracloud.duradmin.util.TagUtil
 
removeUser(String) - Method in class org.duracloud.duradmin.domain.SecurityUserCommand
 
replicateContent(String, String) - Method in class org.duracloud.services.replication.Replicator
 
replicateSpace(String) - Method in class org.duracloud.services.replication.Replicator
 
ReplicationService - Class in org.duracloud.services.replication
 
ReplicationService() - Constructor for class org.duracloud.services.replication.ReplicationService
 
ReplicationServiceInfo - Class in org.duracloud.duraservice.config
 
ReplicationServiceInfo() - Constructor for class org.duracloud.duraservice.config.ReplicationServiceInfo
 
Replicator - Class in org.duracloud.services.replication
Performs replication activities
Replicator(String, String, String, Credential, String, String) - Constructor for class org.duracloud.services.replication.Replicator
 
report(OutputStream) - Method in class org.duracloud.common.util.bulk.ManifestVerifier
 
reporter - Variable in class org.duracloud.services.hadoop.base.SimpleFileRecordReader
 
reset() - Method in class org.duracloud.io.ByteCountingInputStream
 
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.duracloud.duradmin.common.SimpleExceptionResolver
 
resolveJ2KServiceBaseURL(ServicesManager) - Static method in class org.duracloud.duradmin.util.SpaceUtil
Returns the j2k service base URL if the service is running
resolver - Variable in class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
 
resolveSystemConfigVars(UserStore, List<SystemConfig>) - Method in class org.duracloud.duraservice.mgmt.ServiceConfigUtil
Populates variables in a service's system configuration.
ResourceException - Exception in org.duracloud.durastore.error
 
ResourceException(String) - Constructor for exception org.duracloud.durastore.error.ResourceException
 
ResourceException(String, Throwable) - Constructor for exception org.duracloud.durastore.error.ResourceException
 
ResourceException(String, String, Throwable) - Constructor for exception org.duracloud.durastore.error.ResourceException
 
ResourceException(String, String, String, Throwable) - Constructor for exception org.duracloud.durastore.error.ResourceException
 
ResourceNotFoundException - Exception in org.duracloud.durastore.error
 
ResourceNotFoundException(String, String, Exception) - Constructor for exception org.duracloud.durastore.error.ResourceNotFoundException
 
ResourceNotFoundException(String, String, String, Exception) - Constructor for exception org.duracloud.durastore.error.ResourceNotFoundException
 
ResourceType - Class in org.duracloud.unittestdb.domain
This class creates a virtual union enum from StorageProviderType and DuraCloudUserType.
RestartDirWalker - Class in org.duracloud.sync.walker
Walks a set of directory trees just like a DirWalker, but only adds files to the changed list if their modified date is more recent than the time of the last backup.
RestartDirWalker(List<File>, long) - Constructor for class org.duracloud.sync.walker.RestartDirWalker
 
RestHttpHelper - Class in org.duracloud.common.web
Provides helper methods for REST tests
RestHttpHelper() - Constructor for class org.duracloud.common.web.RestHttpHelper
 
RestHttpHelper(Credential) - Constructor for class org.duracloud.common.web.RestHttpHelper
 
RestHttpHelper.HttpResponse - Class in org.duracloud.common.web
 
RestHttpHelper.HttpResponse(int, Header[], Header[], InputStream) - Constructor for class org.duracloud.common.web.RestHttpHelper.HttpResponse
 
RestHttpHelper.HttpResponse(HttpMethod) - Constructor for class org.duracloud.common.web.RestHttpHelper.HttpResponse
 
restore(File) - Method in class org.duracloud.sync.mgmt.ChangedList
Restores the state of the ChangedList using the given backup file
RestUtil - Interface in org.duracloud.common.rest
 
RestUtil.RequestContent - Class in org.duracloud.common.rest
 
RestUtil.RequestContent() - Constructor for class org.duracloud.common.rest.RestUtil.RequestContent
 
RestUtilImpl - Class in org.duracloud.common.rest
Utility class for REST operations.
RestUtilImpl() - Constructor for class org.duracloud.common.rest.RestUtilImpl
 
RESULT - Static variable in class org.duracloud.services.hadoop.base.ProcessFileMapper
 
RESULT_PATH - Static variable in class org.duracloud.services.hadoop.base.ProcessFileMapper
 
resultEntries() - Method in class org.duracloud.common.util.bulk.ManifestVerifier
 
resultInfo - Variable in class org.duracloud.services.hadoop.base.ProcessFileMapper
 
ResultsReducer - Class in org.duracloud.services.hadoop.base
Reducer used to collect processing output
ResultsReducer() - Constructor for class org.duracloud.services.hadoop.base.ResultsReducer
 
retrieveConfig(File) - Method in class org.duracloud.sync.config.SyncToolConfigParser
 
retrievePrevConfig(File) - Method in class org.duracloud.sync.config.SyncToolConfigParser
Retrieves the configuration of the previous run of the Sync Tool.
RETRY - Static variable in exception org.duracloud.storage.error.StorageException
 
retry - Variable in exception org.duracloud.storage.error.StorageException
 
RETRY_AFTER - Static variable in interface org.duracloud.common.rest.HttpHeaders
 
RetryAdvice - Class in org.duracloud.durastore.aop
 
RetryAdvice() - Constructor for class org.duracloud.durastore.aop.RetryAdvice
 
RETURN_TO_KEY - Static variable in class org.duracloud.duradmin.util.NavigationUtils
 
RFC822_DATE_FORMAT - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
RoleVoterImpl - Class in org.duracloud.security.vote
This class wraps the Spring-RoleVoter for debug visibility.
RoleVoterImpl() - Constructor for class org.duracloud.security.vote.RoleVoterImpl
 
RootUserCredential - Class in org.duracloud.common.model
 
RootUserCredential() - Constructor for class org.duracloud.common.model.RootUserCredential
 
run() - Method in class org.duracloud.common.util.IteratorCounterThread
 
run() - Method in class org.duracloud.services.bulkimageconversion.HadoopJobWorker
 
run() - Method in class org.duracloud.services.bulkimageconversion.PostJobWorker
 
run() - Method in class org.duracloud.services.fixity.HashFinderWorker
 
run() - Method in class org.duracloud.services.fixity.HashVerifierWorker
 
run() - Method in class org.duracloud.services.fixity.worker.ServiceWorkManager
 
run() - Method in class org.duracloud.services.image.ConversionThread
 
run() - Method in class org.duracloud.services.image.ConversionWorker
 
run() - Method in class org.duracloud.services.streaming.DisableStreamingWorker
 
run() - Method in class org.duracloud.services.streaming.EnableStreamingWorker
 
run() - Method in class org.duracloud.sync.backup.ChangedListBackupManager
Runs the backup manager.
run() - Method in class org.duracloud.sync.mgmt.ChangeWatcher
 
run() - Method in class org.duracloud.sync.mgmt.SyncWorker
 
run() - Method in class org.duracloud.sync.walker.DeleteChecker
Checks each item in the files list (relative file paths) against each sync directory to see if there is a matching file.
run() - Method in class org.duracloud.sync.walker.DirWalker
 
RunHadoopJobTaskRunner - Class in org.duracloud.s3task.hadoop
 
RunHadoopJobTaskRunner(S3StorageProvider, AmazonS3Client, AmazonElasticMapReduceClient) - Constructor for class org.duracloud.s3task.hadoop.RunHadoopJobTaskRunner
 
runJob(JobBuilder) - Method in class org.duracloud.services.hadoop.base.JobRunner
 
runSyncTool(SyncToolConfig) - Method in class org.duracloud.sync.SyncTool
 

S

s3Client - Variable in class org.duracloud.s3task.storage.BaseStorageClassTaskRunner
 
s3Provider - Variable in class org.duracloud.s3task.storage.BaseStorageClassTaskRunner
 
s3Provider - Variable in class org.duracloud.s3task.streaming.BaseStreamingTaskRunner
 
S3ProviderUtil - Class in org.duracloud.s3storage
 
S3ProviderUtil() - Constructor for class org.duracloud.s3storage.S3ProviderUtil
 
s3Service - Variable in class org.duracloud.s3task.streaming.BaseStreamingTaskRunner
 
S3StorageProvider - Class in org.duracloud.s3storage
Provides content storage backed by Amazon's Simple Storage Service.
S3StorageProvider(String, String) - Constructor for class org.duracloud.s3storage.S3StorageProvider
 
S3StorageProvider(S3Service, String) - Constructor for class org.duracloud.s3storage.S3StorageProvider
 
S3TaskProvider - Class in org.duracloud.s3task
Handles tasks specific to content stored in Amazon S3
S3TaskProvider(String, String) - Constructor for class org.duracloud.s3task.S3TaskProvider
 
SAVED_BACKUPS - Static variable in class org.duracloud.sync.backup.ChangedListBackupManager
 
SCHEMA_VERSION - Static variable in class org.duracloud.chunk.manifest.ChunksManifest
 
SCHEMA_VERSION - Static variable in class org.duracloud.security.domain.SecurityUserBean
 
SCHEMA_VERSION - Static variable in class org.duracloud.serviceconfig.ServicesConfigDocument
 
ScriptService - Class in org.duracloud.services.script
Service which handles the calling of OS-dependent scripts in order to deploy and undeploy utilities within the DuraCloud service environment
ScriptService() - Constructor for class org.duracloud.services.script.ScriptService
 
ScriptService.OS - Enum in org.duracloud.services.script
 
ScriptServiceException - Exception in org.duracloud.services.script.error
 
ScriptServiceException(String) - Constructor for exception org.duracloud.services.script.error.ScriptServiceException
 
ScriptServiceException(String, Throwable) - Constructor for exception org.duracloud.services.script.error.ScriptServiceException
 
ScriptServiceException(Exception) - Constructor for exception org.duracloud.services.script.error.ScriptServiceException
 
Scrollable<E> - Interface in org.duracloud.common.util
A simple interface for lists supporting scrollable behavior result sets.
Scrollable<E> - Interface in org.duracloud.duradmin.util
A simple interface for lists supporting scrollable behavior result sets.
ScrollableList<E> - Class in org.duracloud.duradmin.util
 
ScrollableList() - Constructor for class org.duracloud.duradmin.util.ScrollableList
 
Securable - Interface in org.duracloud.common.model
 
SecurityAdvice - Class in org.duracloud.duradmin.security
This class wraps calls to securable objects and logs them in if there is a valid credential in the security context.
SecurityAdvice(SecurityContextUtil) - Constructor for class org.duracloud.duradmin.security.SecurityAdvice
 
SecurityConfig - Class in org.duracloud.appconfig.domain
This class holds the configuration elements for application security.
SecurityConfig() - Constructor for class org.duracloud.appconfig.domain.SecurityConfig
 
SecurityContextUtil - Class in org.duracloud.security.context
This class returns the Credential of the user currently logged into the session.
SecurityContextUtil() - Constructor for class org.duracloud.security.context.SecurityContextUtil
 
SecurityRest - Class in org.duracloud.duraservice.rest
 
SecurityRest(DuracloudUserDetailsService, RestUtil) - Constructor for class org.duracloud.duraservice.rest.SecurityRest
 
SecurityRest - Class in org.duracloud.durastore.rest
 
SecurityRest(DuracloudUserDetailsService, RestUtil) - Constructor for class org.duracloud.durastore.rest.SecurityRest
 
SecurityUserBean - Class in org.duracloud.security.domain
 
SecurityUserBean() - Constructor for class org.duracloud.security.domain.SecurityUserBean
 
SecurityUserBean(String, String, List<String>) - Constructor for class org.duracloud.security.domain.SecurityUserBean
 
SecurityUserBean(String, String, boolean, boolean, boolean, boolean, List<String>) - Constructor for class org.duracloud.security.domain.SecurityUserBean
 
SecurityUserCommand - Class in org.duracloud.duradmin.domain
 
SecurityUserCommand() - Constructor for class org.duracloud.duradmin.domain.SecurityUserCommand
 
SecurityUserCommand(List<SecurityUserBean>) - Constructor for class org.duracloud.duradmin.domain.SecurityUserCommand
 
SecurityUserElementReader - Class in org.duracloud.security.xml
This class is responsible for binding SecurityUsers xml documents to SecurityUserBean lists.
SecurityUserElementReader() - Constructor for class org.duracloud.security.xml.SecurityUserElementReader
 
SecurityUserElementWriter - Class in org.duracloud.security.xml
This class is responsible for serializing SecurityUserBean lists into SecurityUser xml documents.
SecurityUserElementWriter() - Constructor for class org.duracloud.security.xml.SecurityUserElementWriter
 
SecurityUsersDocument - Interface in org.duracloud
A document containing one security-users(@duracloud.org) element.
SecurityUsersDocument.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
SecurityUsersDocumentBinding - Class in org.duracloud.security.xml
This class is a helper utility for binding SecurityUserBean objects to a SecurityUsers xml document.
SecurityUsersDocumentBinding() - Constructor for class org.duracloud.security.xml.SecurityUsersDocumentBinding
 
SecurityUsersDocumentImpl - Class in org.duracloud.impl
A document containing one security-users(@duracloud.org) element.
SecurityUsersDocumentImpl(SchemaType) - Constructor for class org.duracloud.impl.SecurityUsersDocumentImpl
 
SecurityUsersType - Interface in org.duracloud
An XML SecurityUsersType(@duracloud.org).
SecurityUsersType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
SecurityUsersTypeImpl - Class in org.duracloud.impl
An XML SecurityUsersType(@duracloud.org).
SecurityUsersTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.SecurityUsersTypeImpl
 
SecurityUserType - Interface in org.duracloud
An XML SecurityUserType(@duracloud.org).
SecurityUserType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
SecurityUserTypeImpl - Class in org.duracloud.impl
An XML SecurityUserType(@duracloud.org).
SecurityUserTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.SecurityUserTypeImpl
 
select(Option) - Method in class org.duracloud.serviceconfig.user.SelectableUserConfig
 
select(String) - Method in class org.duracloud.serviceconfig.user.SelectableUserConfig
 
SelectableUserConfig - Class in org.duracloud.serviceconfig.user
 
SelectableUserConfig(String, String, List<Option>) - Constructor for class org.duracloud.serviceconfig.user.SelectableUserConfig
 
SelectableUserConfig(String, String, List<Option>, String) - Constructor for class org.duracloud.serviceconfig.user.SelectableUserConfig
 
SEPARATOR - Static variable in class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
 
SerializationUtil - Class in org.duracloud.common.util
Provides utility methods for serializing and deserializing.
SerializationUtil() - Constructor for class org.duracloud.common.util.SerializationUtil
 
serialize(List<ComputeService>) - Method in interface org.duracloud.services.util.ServiceSerializer
 
serialize(ComputeServiceBean) - Method in interface org.duracloud.services.util.ServiceSerializer
 
serialize(List<ComputeService>) - Method in class org.duracloud.services.util.XMLServiceSerializerImpl
 
serialize(ComputeServiceBean) - Method in class org.duracloud.services.util.XMLServiceSerializerImpl
 
serializeList(List<?>) - Static method in class org.duracloud.common.util.SerializationUtil
Serializes a List to XML.
serializeMap(Map<String, String>) - Static method in class org.duracloud.common.util.SerializationUtil
Serializes a Map to XML.
SERVER - Static variable in interface org.duracloud.common.rest.HttpHeaders
 
ServerXmlInputStream - Class in org.duracloud.services.webapputil.tomcat
 
ServerXmlInputStream(InputStream, int) - Constructor for class org.duracloud.services.webapputil.tomcat.ServerXmlInputStream
 
Service - Class in org.duracloud.duraservice.domain
Contains a service
Service() - Constructor for class org.duracloud.duraservice.domain.Service
 
ServiceCommand - Class in org.duracloud.duradmin.domain
 
ServiceCommand() - Constructor for class org.duracloud.duradmin.domain.ServiceCommand
 
ServiceCompute - Class in org.duracloud.duraservice.domain
Stores the information necessary to perform actions on a service compute instance
ServiceCompute() - Constructor for class org.duracloud.duraservice.domain.ServiceCompute
 
ServiceComputeInstance - Class in org.duracloud.duraservice.domain
 
ServiceComputeInstance(String, String, ServicesAdminClient) - Constructor for class org.duracloud.duraservice.domain.ServiceComputeInstance
 
ServiceComputeInstanceUtil - Class in org.duracloud.duraservice.mgmt
This class encapsulates the logic for a ServiceComputeInstance object.
ServiceComputeInstanceUtil() - Constructor for class org.duracloud.duraservice.mgmt.ServiceComputeInstanceUtil
 
serviceComputeKey - Static variable in class org.duracloud.appconfig.domain.DuraserviceConfig
 
ServiceConfigUtil - Class in org.duracloud.duraservice.mgmt
Performs utility functions for service configuration.
ServiceConfigUtil(ContentStoreManagerUtil) - Constructor for class org.duracloud.duraservice.mgmt.ServiceConfigUtil
Creates a service config utility with access to a user's content store
ServiceController - Class in org.duracloud.duradmin.services.controller
 
ServiceController() - Constructor for class org.duracloud.duradmin.services.controller.ServiceController
 
ServiceDependencyHackImporter - Class in org.duracloud.servicesadmin.util
 
ServiceDependencyHackImporter() - Constructor for class org.duracloud.servicesadmin.util.ServiceDependencyHackImporter
 
ServiceDependencyHackImporter - Class in org.duracloud.servicesutil.util
 
ServiceDependencyHackImporter() - Constructor for class org.duracloud.servicesutil.util.ServiceDependencyHackImporter
 
ServiceDocument - Interface in org.duracloud
A document containing one service(@duracloud.org) element.
ServiceDocument.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
ServiceDocumentBinding - Class in org.duracloud.serviceconfig.xml
This class is a helper utility for binding single ServiceInfo objects to a single-service xml config document.
ServiceDocumentBinding() - Constructor for class org.duracloud.serviceconfig.xml.ServiceDocumentBinding
 
ServiceDocumentImpl - Class in org.duracloud.impl
A document containing one service(@duracloud.org) element.
ServiceDocumentImpl(SchemaType) - Constructor for class org.duracloud.impl.ServiceDocumentImpl
 
ServiceElementReader - Class in org.duracloud.serviceconfig.xml
This class is responsible for binding service-config xml documents to ServiceInfo objects.
ServiceElementReader() - Constructor for class org.duracloud.serviceconfig.xml.ServiceElementReader
 
ServiceElementWriter - Class in org.duracloud.serviceconfig.xml
This class is responsible for serializing ServiceInfo objects into service-config xml documents.
ServiceElementWriter() - Constructor for class org.duracloud.serviceconfig.xml.ServiceElementWriter
 
ServiceException - Exception in org.duracloud.duraservice.error
Exception thrown for service errors.
ServiceException(String) - Constructor for exception org.duracloud.duraservice.error.ServiceException
 
ServiceException(String, String) - Constructor for exception org.duracloud.duraservice.error.ServiceException
 
ServiceException(String, Throwable) - Constructor for exception org.duracloud.duraservice.error.ServiceException
 
ServiceException(String, Throwable, String) - Constructor for exception org.duracloud.duraservice.error.ServiceException
 
ServiceException(Throwable) - Constructor for exception org.duracloud.duraservice.error.ServiceException
 
ServiceException(Throwable, String) - Constructor for exception org.duracloud.duraservice.error.ServiceException
 
ServiceException - Exception in org.duracloud.services.common.error
 
ServiceException(String) - Constructor for exception org.duracloud.services.common.error.ServiceException
 
ServiceException(String, int) - Constructor for exception org.duracloud.services.common.error.ServiceException
 
ServiceException(String, Throwable) - Constructor for exception org.duracloud.services.common.error.ServiceException
 
ServiceException(String, Throwable, int) - Constructor for exception org.duracloud.services.common.error.ServiceException
 
ServiceException(Throwable) - Constructor for exception org.duracloud.services.common.error.ServiceException
 
ServiceException(Throwable, int) - Constructor for exception org.duracloud.services.common.error.ServiceException
 
ServiceHelper - Class in org.duracloud.servicesutil.util.internal.util
 
ServiceHelper() - Constructor for class org.duracloud.servicesutil.util.internal.util.ServiceHelper
 
ServiceInfo - Class in org.duracloud.serviceconfig
This class is the container for all of the settings and options available for a service.
ServiceInfo() - Constructor for class org.duracloud.serviceconfig.ServiceInfo
 
serviceInfoId - Variable in class org.duracloud.duradmin.domain.ServiceCommand
 
ServiceInfoUtil - Class in org.duracloud.duradmin.util
 
ServiceInfoUtil() - Constructor for class org.duracloud.duradmin.util.ServiceInfoUtil
 
ServiceInstallBase - Class in org.duracloud.servicesutil.util.internal
 
ServiceInstallBase() - Constructor for class org.duracloud.servicesutil.util.internal.ServiceInstallBase
 
ServiceInstaller - Interface in org.duracloud.servicesutil.util
 
ServiceInstallerImpl - Class in org.duracloud.servicesutil.util.internal
 
ServiceInstallerImpl() - Constructor for class org.duracloud.servicesutil.util.internal.ServiceInstallerImpl
 
ServiceListDocumentBinding - Class in org.duracloud.serviceconfig.xml
This class is a helper utility for binding multiple ServiceInfo objects to a multi-service xml config document.
ServiceListDocumentBinding() - Constructor for class org.duracloud.serviceconfig.xml.ServiceListDocumentBinding
 
ServiceLister - Interface in org.duracloud.servicesutil.util
 
ServiceListerImpl - Class in org.duracloud.servicesutil.util.internal
 
ServiceListerImpl() - Constructor for class org.duracloud.servicesutil.util.internal.ServiceListerImpl
 
ServiceManager - Class in org.duracloud.duraservice.mgmt
Performs management functions over services.
ServiceManager(ContentStoreManagerUtil, ServiceConfigUtil, ServiceComputeInstanceUtil) - Constructor for class org.duracloud.duraservice.mgmt.ServiceManager
 
ServicePropsFinder - Interface in org.duracloud.servicesutil.util
 
ServicePropsFinderImpl - Class in org.duracloud.servicesutil.util.internal
 
ServicePropsFinderImpl() - Constructor for class org.duracloud.servicesutil.util.internal.ServicePropsFinderImpl
 
ServiceResource - Interface in org.duracloud.duraservice.rest
 
ServiceResourceImpl - Class in org.duracloud.duraservice.rest
Provides interaction with content
ServiceResourceImpl(ServiceManager) - Constructor for class org.duracloud.duraservice.rest.ServiceResourceImpl
 
ServiceRest - Class in org.duracloud.duraservice.rest
Provides interaction with services via REST [POST /services] initialize DuraService [GET /services (and /services?show=available) get list (XML) of all services available for deployment [GET /services?show=deployed] get list (XML) of all deployed services [GET /service/{serviceID}] get a particular service with all of its deployments [GET /service/{serviceID}/{deploymentID}] gets a particular service with a particular deployment [PUT /service/{serviceID}?serviceHost=[host-name] deploy a service [POST /service/{serviceID}/{deploymentID}] update the configuration of a service deployment [DELETE /service/{serviceID}/{deploymentID}] undeploy a service a deployed service
ServiceRest(ServiceResource, RestUtil) - Constructor for class org.duracloud.duraservice.rest.ServiceRest
 
ServiceResult - Interface in org.duracloud.services.fixity.results
This interface is for result objects in the ServiceResultProcessing framework.
ServiceResultListener - Interface in org.duracloud.services.fixity.results
 
ServiceResultListener.State - Enum in org.duracloud.services.fixity.results
 
ServiceResultListener.StatusMsg - Class in org.duracloud.services.fixity.results
 
ServiceResultListener.StatusMsg(long, long, long, ServiceResultListener.State, String, String) - Constructor for class org.duracloud.services.fixity.results.ServiceResultListener.StatusMsg
 
ServiceResultListener.StatusMsg(String) - Constructor for class org.duracloud.services.fixity.results.ServiceResultListener.StatusMsg
 
ServiceResultProcessor - Class in org.duracloud.services.fixity.results
 
ServiceResultProcessor(ContentStore, String, String, String, File) - Constructor for class org.duracloud.services.fixity.results.ServiceResultProcessor
 
ServiceResultProcessor(ContentStore, String, String, String, String, File) - Constructor for class org.duracloud.services.fixity.results.ServiceResultProcessor
 
ServiceRuntimeException - Exception in org.duracloud.services.common.error
 
ServiceRuntimeException(String) - Constructor for exception org.duracloud.services.common.error.ServiceRuntimeException
 
ServiceRuntimeException(String, int) - Constructor for exception org.duracloud.services.common.error.ServiceRuntimeException
 
ServiceRuntimeException(String, Throwable) - Constructor for exception org.duracloud.services.common.error.ServiceRuntimeException
 
ServiceRuntimeException(String, Throwable, int) - Constructor for exception org.duracloud.services.common.error.ServiceRuntimeException
 
ServiceRuntimeException(Throwable) - Constructor for exception org.duracloud.services.common.error.ServiceRuntimeException
 
ServiceRuntimeException(Throwable, int) - Constructor for exception org.duracloud.services.common.error.ServiceRuntimeException
 
SERVICES - Static variable in class org.duracloud.duradmin.view.MainMenu
 
ServicesAdminClient - Class in org.duracloud.servicesadminclient
 
ServicesAdminClient() - Constructor for class org.duracloud.servicesadminclient.ServicesAdminClient
 
ServicesAdminClientCLI - Class in org.duracloud.servicesadminclient
 
ServicesAdminClientCLI(String, String) - Constructor for class org.duracloud.servicesadminclient.ServicesAdminClientCLI
 
ServicesAdminClientCLI.ADMIN_OPTION - Enum in org.duracloud.servicesadminclient
 
ServicesAdminClientCLI.SERVICE - Enum in org.duracloud.servicesadminclient
 
servicesAdminContextKey - Static variable in class org.duracloud.appconfig.domain.DuraserviceConfig
 
servicesAdminPortKey - Static variable in class org.duracloud.appconfig.domain.DuraserviceConfig
 
ServicesConfigDocument - Class in org.duracloud.serviceconfig
ServicesConfigDocument is the top-level abstraction for the entire set of sevice-config settings for all applicable services.
ServicesConfigDocument() - Constructor for class org.duracloud.serviceconfig.ServicesConfigDocument
 
ServicesController - Class in org.duracloud.duradmin.services.controller
 
ServicesController() - Constructor for class org.duracloud.duradmin.services.controller.ServicesController
 
ServicesDocument - Interface in org.duracloud
A document containing one services(@duracloud.org) element.
ServicesDocument.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
ServicesDocument.Services - Interface in org.duracloud
An XML services(@duracloud.org).
ServicesDocument.Services.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
ServicesDocumentImpl - Class in org.duracloud.impl
A document containing one services(@duracloud.org) element.
ServicesDocumentImpl(SchemaType) - Constructor for class org.duracloud.impl.ServicesDocumentImpl
 
ServicesDocumentImpl.ServicesImpl - Class in org.duracloud.impl
An XML services(@duracloud.org).
ServicesDocumentImpl.ServicesImpl(SchemaType) - Constructor for class org.duracloud.impl.ServicesDocumentImpl.ServicesImpl
 
ServiceSerializer - Interface in org.duracloud.services.util
 
ServicesException - Exception in org.duracloud.client.error
Exception thrown by the Services Manager.
ServicesException(String) - Constructor for exception org.duracloud.client.error.ServicesException
 
ServicesException(String, Throwable) - Constructor for exception org.duracloud.client.error.ServicesException
 
ServicesException(Throwable) - Constructor for exception org.duracloud.client.error.ServicesException
 
ServicesManager - Interface in org.duracloud.client
Allows for communication with DuraService
ServicesManagerImpl - Class in org.duracloud.client
Allows for communication with DuraService
ServicesManagerImpl(String, String) - Constructor for class org.duracloud.client.ServicesManagerImpl
 
ServicesManagerImpl(String, String, String) - Constructor for class org.duracloud.client.ServicesManagerImpl
 
ServiceStarter - Interface in org.duracloud.servicesutil.util
 
ServiceStarterImpl - Class in org.duracloud.servicesutil.util.internal
 
ServiceStarterImpl() - Constructor for class org.duracloud.servicesutil.util.internal.ServiceStarterImpl
 
ServiceStatusReporter - Interface in org.duracloud.servicesutil.util
 
ServiceStatusReporterImpl - Class in org.duracloud.servicesutil.util.internal
 
ServiceStatusReporterImpl() - Constructor for class org.duracloud.servicesutil.util.internal.ServiceStatusReporterImpl
 
ServiceStopper - Interface in org.duracloud.servicesutil.util
 
ServiceStopperImpl - Class in org.duracloud.servicesutil.util.internal
 
ServiceStopperImpl() - Constructor for class org.duracloud.servicesutil.util.internal.ServiceStopperImpl
 
ServiceStore - Class in org.duracloud.duraservice.domain
Contains the information necessary to connect to a DuraCloud store which houses service packages
ServiceStore() - Constructor for class org.duracloud.duraservice.domain.ServiceStore
 
serviceStoreKey - Static variable in class org.duracloud.appconfig.domain.DuraserviceConfig
 
ServiceType - Interface in org.duracloud
An XML serviceType(@duracloud.org).
ServiceType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
ServiceTypeImpl - Class in org.duracloud.impl
An XML serviceType(@duracloud.org).
ServiceTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.ServiceTypeImpl
 
ServiceUninstaller - Interface in org.duracloud.servicesutil.util
 
ServiceUninstallerImpl - Class in org.duracloud.servicesutil.util.internal
 
ServiceUninstallerImpl() - Constructor for class org.duracloud.servicesutil.util.internal.ServiceUninstallerImpl
 
ServiceWorkerFactory<T> - Interface in org.duracloud.services.fixity.worker
Implementations of this class have the responsibility of creating new, Runnable worker objects with a specific item to process.
ServiceWorkload<T> - Interface in org.duracloud.services.fixity.worker
This class is responsible for determining the set of items that should be worked.
ServiceWorkManager - Class in org.duracloud.services.fixity.worker
 
ServiceWorkManager(ServiceWorkload, ServiceWorkerFactory, ServiceResultListener, int, CountDownLatch) - Constructor for class org.duracloud.services.fixity.worker.ServiceWorkManager
 
ServiceXmlGenerator - Class in org.duracloud.duraservice.config
 
ServiceXmlGenerator(String) - Constructor for class org.duracloud.duraservice.config.ServiceXmlGenerator
 
set(List) - Method in interface org.duracloud.AuthoritiesType
Deprecated.  
set(StringEnumAbstractBase) - Method in interface org.duracloud.DeploymentOptionLocationType
 
set(StringEnumAbstractBase) - Method in interface org.duracloud.DeploymentOptionStateType
 
set(StringEnumAbstractBase) - Method in interface org.duracloud.DeploymentStatusType
 
set(StringEnumAbstractBase) - Method in interface org.duracloud.OptionInputType
 
setAccess(String) - Method in class org.duracloud.duradmin.domain.Space
 
setAccess(String) - Method in class org.duracloud.duradmin.domain.SpaceMetadata
 
setAccess(StorageProvider.AccessType) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setAccount(String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
setAccountNonExpired(boolean) - Method in class org.duracloud.impl.SecurityUserTypeImpl
Sets the "accountNonExpired" element
setAccountNonExpired(boolean) - Method in class org.duracloud.security.domain.SecurityUserBean
 
setAccountNonExpired(boolean) - Method in interface org.duracloud.SecurityUserType
Sets the "accountNonExpired" element
setAccountNonLocked(boolean) - Method in class org.duracloud.impl.SecurityUserTypeImpl
Sets the "accountNonLocked" element
setAccountNonLocked(boolean) - Method in class org.duracloud.security.domain.SecurityUserBean
 
setAccountNonLocked(boolean) - Method in interface org.duracloud.SecurityUserType
Sets the "accountNonLocked" element
setAcl(Identifier, Acl) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
setAction(String) - Method in class org.duracloud.duradmin.domain.ContentItem
 
setAction(String) - Method in class org.duracloud.duradmin.domain.Space
 
setApplication(Application) - Method in class org.duracloud.appconfig.support.ApplicationWithConfig
 
setArgs(String...) - Method in exception org.duracloud.common.error.DuraCloudCheckedException
 
setArgs(String...) - Method in class org.duracloud.common.error.DuraCloudExceptionCore
 
setArgs(String...) - Method in exception org.duracloud.common.error.DuraCloudRuntimeException
 
setArgs(String...) - Method in interface org.duracloud.common.error.MessageFormattable
This method sets the arg variables that are placed in the message.
setAuthenticationURL(String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
setBackupDir(File) - Method in class org.duracloud.sync.config.SyncToolConfig
 
setBaseDir(String) - Method in class org.duracloud.services.common.util.BundleHome
 
setBaseURL(String) - Method in class org.duracloud.servicesadminclient.ServicesAdminClient
 
setBinariesZipName(String) - Method in class org.duracloud.services.webapputil.tomcat.TomcatUtil
 
setBrokerURL(String) - Method in class org.duracloud.services.replication.ReplicationService
 
setBundleHome(BundleHome) - Method in class org.duracloud.servicesutil.util.internal.ServiceInstallBase
 
setBundleHome(BundleHome) - Method in class org.duracloud.servicesutil.util.internal.ServiceStarterImpl
 
setByteSize(long) - Method in interface org.duracloud.ChunkType
Sets the "byteSize" element
setByteSize(long) - Method in class org.duracloud.impl.ChunkTypeImpl
Sets the "byteSize" element
setByteSize(long) - Method in class org.duracloud.impl.SourceContentTypeImpl
Sets the "byteSize" element
setByteSize(long) - Method in interface org.duracloud.SourceContentType
Sets the "byteSize" element
setChecksum(String) - Method in class org.duracloud.duradmin.domain.ContentMetadata
 
setChunkArray(ChunkType[]) - Method in interface org.duracloud.ChunksType
Sets array of all "chunk" element
setChunkArray(int, ChunkType) - Method in interface org.duracloud.ChunksType
Sets ith "chunk" element
setChunkArray(ChunkType[]) - Method in class org.duracloud.impl.ChunksTypeImpl
Sets array of all "chunk" element
setChunkArray(int, ChunkType) - Method in class org.duracloud.impl.ChunksTypeImpl
Sets ith "chunk" element
setChunkId(String) - Method in interface org.duracloud.ChunkType
Sets the "chunkId" attribute
setChunkId(String) - Method in class org.duracloud.impl.ChunkTypeImpl
Sets the "chunkId" attribute
setChunks(ChunksType) - Method in interface org.duracloud.ChunksManifestType
Sets the "chunks" element
setChunks(ChunksType) - Method in class org.duracloud.impl.ChunksManifestTypeImpl
Sets the "chunks" element
setChunksManifest(ChunksManifestType) - Method in interface org.duracloud.ChunksManifestDocument
Sets the "chunksManifest" element
setChunksManifest(ChunksManifestType) - Method in class org.duracloud.impl.ChunksManifestDocumentImpl
Sets the "chunksManifest" element
setColorSpace(String) - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
setColorSpace(String) - Method in class org.duracloud.services.image.ImageConversionService
 
setConfig(AppConfig) - Method in class org.duracloud.appconfig.support.ApplicationWithConfig
 
setConfig(AdminInit) - Static method in class org.duracloud.duradmin.config.DuradminConfig
 
setConfigAdmin(DuraConfigAdmin) - Method in class org.duracloud.servicesadmin.control.ConfigureController
 
setConfigFileName(String) - Static method in class org.duracloud.common.error.ExceptionMessages
 
setConfigFileName(String) - Static method in class org.duracloud.duradmin.config.DuradminConfig
 
setConnectionFactory(ActiveMQConnectionFactory) - Method in class org.duracloud.services.replication.ReplicationService
 
setConnectionTimeOut(int) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
setContent(InputStream) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setContentId(String) - Method in class org.duracloud.duradmin.domain.ContentItem
 
setContentId(String) - Method in class org.duracloud.duradmin.domain.ExtendedMetadata
 
setContentId(String) - Method in class org.duracloud.duradmin.domain.MetadataItem
 
setContentId(String) - Method in class org.duracloud.duradmin.domain.Tag
 
setContentId(String) - Method in class org.duracloud.durastore.aop.IngestMessage
 
setContentId(String) - Method in class org.duracloud.impl.ServiceTypeImpl
Sets the "contentId" attribute
setContentId(String) - Method in class org.duracloud.impl.SourceContentTypeImpl
Sets the "contentId" attribute
setContentId(String) - Method in class org.duracloud.serviceconfig.ServiceInfo
 
setContentId(String) - Method in interface org.duracloud.ServiceType
Sets the "contentId" attribute
setContentId(String) - Method in interface org.duracloud.SourceContentType
Sets the "contentId" attribute
setContentId(String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setContentIds(List<String>) - Method in class org.duracloud.domain.Space
Setter for the field contentIds.
setContentMetadata(String, String, Map<String, String>) - Method in interface org.duracloud.client.ContentStore
Sets the metadata associated with content.
setContentMetadata(String, String, Map<String, String>) - Method in class org.duracloud.client.ContentStoreImpl
Sets the metadata associated with content.
setContentMetadata(String, String, Map<String, String>) - Method in class org.duracloud.duradmin.cache.ContentStoreCache
Sets the metadata associated with content.
setContentMetadata(String, String, Map<String, String>) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
 
setContentMetadata(String, String, Map<String, String>) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
 
setContentMetadata(String, String, Map<String, String>) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
 
setContentMetadata(String, String, Map<String, String>) - Method in class org.duracloud.emcstorage.EMCStorageProvider
Sets the metadata associated with content.
setContentMetadata(String, String, Map<String, String>) - Method in class org.duracloud.rackspacestorage.RackspaceStorageProvider
Sets the metadata associated with content.
setContentMetadata(String, String, Map<String, String>) - Method in class org.duracloud.s3storage.S3StorageProvider
Sets the metadata associated with content.
setContentMetadata(String, String, Map<String, String>) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
setContentMetadata(String, String, Map<String, String>) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setContentMetadata(Map<String, String>) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setContentMetadata(String, String, Map<String, String>) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
setContentMetadata(StorageProvider, String, String, String, Map<String, String>) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
setContentMetadata(StorageProvider, String, String, String, Map<String, String>) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
setContentMetadata(String, String, Map<String, String>) - Method in interface org.duracloud.storage.provider.StorageProvider
Sets the metadata associated with content.
setContentMimetype(String) - Method in class org.duracloud.duradmin.domain.ContentItem
 
setContentMimeType(String) - Method in class org.duracloud.durastore.aop.IngestMessage
 
setContentMimeType(String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setContents(List<String>) - Method in class org.duracloud.duradmin.domain.Space
 
setContentSize(long) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setContentStore(ContentStore) - Method in class org.duracloud.duradmin.cache.ContentStoreCache
 
setContentStore(ContentStore) - Method in class org.duracloud.services.fixity.FixityService
 
setContentStoreManager(ContentStoreManager) - Method in class org.duracloud.duradmin.security.ContentStoreAuthenticationProvider
 
setContentStoreManager(ContentStoreManager) - Method in class org.duracloud.duradmin.spaces.controller.ContentItemController
 
setContentStoreManager(ContentStoreManager) - Method in class org.duracloud.duradmin.spaces.controller.ContentItemUploadController
 
setContentStoreManager(ContentStoreManager) - Method in class org.duracloud.duradmin.spaces.controller.PartnerLogoController
 
setContentStoreManager(ContentStoreManager) - Method in class org.duracloud.duradmin.spaces.controller.SpaceController
 
setContentStoreManager(ContentStoreManager) - Method in class org.duracloud.duradmin.spaces.controller.SpacesController
 
setContentStoreProvider(ContentStoreProvider) - Method in class org.duracloud.duradmin.control.ControllerSupport
 
setContentStoreProvider(ContentStoreProvider) - Method in class org.duracloud.duradmin.view.BaseViewPreparer
 
setContext(String) - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.ServiceStore
 
setContext(String) - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.UserStore
 
setContext(String) - Method in class org.duracloud.duraservice.domain.Store
 
setContext(String) - Method in class org.duracloud.services.replication.ReplicationService
 
setContext(String) - Method in class org.duracloud.sync.config.SyncToolConfig
 
setControllerSupport(ControllerSupport) - Method in class org.duracloud.duradmin.control.BaseCommandController
 
setControllerSupport(ControllerSupport) - Method in class org.duracloud.duradmin.control.BaseFormController
 
setConversionDate(Date) - Method in class org.duracloud.services.image.ConversionResult
 
setCount(long) - Method in interface org.duracloud.common.util.CountListener
 
setCount(String) - Method in class org.duracloud.duradmin.domain.SpaceMetadata
 
setCount(long) - Method in class org.duracloud.duradmin.spaces.controller.ItemCounter
 
setCount(long) - Method in class org.duracloud.services.fixity.HashFinderWorkload
 
setCount(long) - Method in class org.duracloud.services.fixity.worker.ServiceWorkManager
 
setCreated(String) - Method in class org.duracloud.duradmin.domain.SpaceMetadata
 
setCredentialsNonExpired(boolean) - Method in class org.duracloud.impl.SecurityUserTypeImpl
Sets the "credentialsNonExpired" element
setCredentialsNonExpired(boolean) - Method in class org.duracloud.security.domain.SecurityUserBean
 
setCredentialsNonExpired(boolean) - Method in interface org.duracloud.SecurityUserType
Sets the "credentialsNonExpired" element
setCredentialsProvider(CredentialsProvider) - Method in class org.duracloud.s3storage.ProbedRestS3Service
 
setDdl(String) - Method in class org.duracloud.common.util.TableSpec
 
setDefaultValue(String) - Method in class org.duracloud.impl.SystemPropertyTypeImpl
Sets the "defaultValue" attribute
setDefaultValue(String) - Method in interface org.duracloud.SystemPropertyType
Sets the "defaultValue" attribute
setDefinitions(String[]) - Method in class org.duracloud.duradmin.view.tiles2.TilesConfigurer
Set the Tiles definitions, i.e.
setDefinitionsFactoryClass(Class<?>) - Method in class org.duracloud.duradmin.view.tiles2.TilesConfigurer
Set the DefinitionsFactory implementation to use.
setDeployed(boolean) - Method in class org.duracloud.duraservice.domain.Service
 
setDeploymentArray(DeploymentType[]) - Method in interface org.duracloud.DeploymentsType
Sets array of all "deployment" element
setDeploymentArray(int, DeploymentType) - Method in interface org.duracloud.DeploymentsType
Sets ith "deployment" element
setDeploymentArray(DeploymentType[]) - Method in class org.duracloud.impl.DeploymentsTypeImpl
Sets array of all "deployment" element
setDeploymentArray(int, DeploymentType) - Method in class org.duracloud.impl.DeploymentsTypeImpl
Sets ith "deployment" element
setDeploymentId(Integer) - Method in class org.duracloud.duradmin.domain.ServiceCommand
 
setDeploymentLocation(String) - Method in class org.duracloud.duraservice.domain.Service
 
setDeploymentOptions(DeploymentOptionsType) - Method in class org.duracloud.impl.ServiceTypeImpl
Sets the "deploymentOptions" element
setDeploymentOptions(List<DeploymentOption>) - Method in class org.duracloud.serviceconfig.ServiceInfo
 
setDeploymentOptions(DeploymentOptionsType) - Method in interface org.duracloud.ServiceType
Sets the "deploymentOptions" element
setDeployments(DeploymentsType) - Method in class org.duracloud.impl.ServiceTypeImpl
Sets the "deployments" element
setDeployments(List<Deployment>) - Method in class org.duracloud.serviceconfig.ServiceInfo
 
setDeployments(DeploymentsType) - Method in interface org.duracloud.ServiceType
Sets the "deployments" element
setDescription(String) - Method in class org.duracloud.duraservice.domain.Service
 
setDescription(String) - Method in class org.duracloud.impl.ServiceTypeImpl
Sets the "description" element
setDescription(String) - Method in class org.duracloud.serviceconfig.ServiceInfo
 
setDescription(String) - Method in interface org.duracloud.ServiceType
Sets the "description" element
setDestination(Destination) - Method in class org.duracloud.durastore.aop.IngestAdvice
 
setDestination(Destination) - Method in class org.duracloud.services.replication.ReplicationService
 
setDestSpaceId(String) - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
setDestSpaceId(String) - Method in class org.duracloud.services.image.ImageConversionService
 
setDisplayName(String) - Method in interface org.duracloud.DeploymentOptionType
Sets the "displayName" attribute
setDisplayName(String) - Method in class org.duracloud.duraservice.domain.ServiceComputeInstance
 
setDisplayName(String) - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Sets the "displayName" attribute
setDisplayName(String) - Method in class org.duracloud.impl.ModeTypeImpl
Sets the "displayName" attribute
setDisplayName(String) - Method in class org.duracloud.impl.ServiceTypeImpl
Sets the "displayName" attribute
setDisplayName(String) - Method in class org.duracloud.impl.UserPropertyTypeImpl.OptionImpl
Sets the "displayName" attribute
setDisplayName(String) - Method in class org.duracloud.impl.UserPropertyTypeImpl
Sets the "displayName" attribute
setDisplayName(String) - Method in interface org.duracloud.ModeType
Sets the "displayName" attribute
setDisplayName(String) - Method in class org.duracloud.serviceconfig.DeploymentOption
 
setDisplayName(String) - Method in class org.duracloud.serviceconfig.ServiceInfo
 
setDisplayName(String) - Method in class org.duracloud.serviceconfig.user.Option
 
setDisplayName(String) - Method in class org.duracloud.serviceconfig.user.UserConfigMode
 
setDisplayName(String) - Method in interface org.duracloud.ServiceType
Sets the "displayName" attribute
setDisplayName(String) - Method in interface org.duracloud.UserPropertyType.Option
Sets the "displayName" attribute
setDisplayName(String) - Method in interface org.duracloud.UserPropertyType
Sets the "displayName" attribute
setDownloadURL(String) - Method in class org.duracloud.duradmin.domain.ContentItem
 
setDuraserviceContext(String) - Method in class org.duracloud.appconfig.domain.DuradminConfig
 
setDuraServiceContext(String) - Method in class org.duracloud.duradmin.domain.AdminInit
 
setDuraserviceHost(String) - Method in class org.duracloud.appconfig.domain.DuradminConfig
 
setDuraServiceHost(String) - Method in class org.duracloud.duradmin.domain.AdminInit
 
setDuraservicePort(String) - Method in class org.duracloud.appconfig.domain.DuradminConfig
 
setDuraServicePort(String) - Method in class org.duracloud.duradmin.domain.AdminInit
 
setDuraServices(List<String>) - Method in class org.duracloud.servicesutil.util.internal.NoopServiceListerImpl
 
setDuraServices(List<ComputeService>) - Method in class org.duracloud.servicesutil.util.internal.ServiceListerImpl
setDuraServices(List<ComputeService>) - Method in class org.duracloud.servicesutil.util.internal.ServicePropsFinderImpl
 
setDuraServices(List<ComputeService>) - Method in class org.duracloud.servicesutil.util.internal.ServiceStarterImpl
 
setDuraServices(List<ComputeService>) - Method in class org.duracloud.servicesutil.util.internal.ServiceStatusReporterImpl
 
setDuraServices(List<ComputeService>) - Method in class org.duracloud.servicesutil.util.internal.ServiceStopperImpl
 
setDurastoreContext(String) - Method in class org.duracloud.appconfig.domain.DuradminConfig
 
setDuraStoreContext(String) - Method in class org.duracloud.duradmin.domain.AdminInit
 
setDuraStoreContext(String) - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
setDuraStoreContext(String) - Method in class org.duracloud.services.fixity.FixityService
 
setDuraStoreContext(String) - Method in class org.duracloud.services.image.ImageConversionService
 
setDuraStoreContext(String) - Method in class org.duracloud.services.streaming.MediaStreamingService
 
setDurastoreHost(String) - Method in class org.duracloud.appconfig.domain.DuradminConfig
 
setDuraStoreHost(String) - Method in class org.duracloud.duradmin.domain.AdminInit
 
setDuraStoreHost(String) - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
setDuraStoreHost(String) - Method in class org.duracloud.services.fixity.FixityService
 
setDuraStoreHost(String) - Method in class org.duracloud.services.image.ImageConversionService
 
setDuraStoreHost(String) - Method in class org.duracloud.services.streaming.MediaStreamingService
 
setDurastorePort(String) - Method in class org.duracloud.appconfig.domain.DuradminConfig
 
setDuraStorePort(String) - Method in class org.duracloud.duradmin.domain.AdminInit
 
setDuraStorePort(String) - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
setDuraStorePort(String) - Method in class org.duracloud.services.fixity.FixityService
 
setDuraStorePort(String) - Method in class org.duracloud.services.image.ImageConversionService
 
setDuraStorePort(String) - Method in class org.duracloud.services.streaming.MediaStreamingService
 
setEC2(Jec2) - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProvider
 
setEnabled(Integer) - Method in class org.duracloud.common.model.Credential
 
setEnabled(boolean) - Method in class org.duracloud.impl.SecurityUserTypeImpl
Sets the "enabled" element
setEnabled(boolean) - Method in class org.duracloud.security.domain.SecurityUserBean
 
setEnabled(boolean) - Method in interface org.duracloud.SecurityUserType
Sets the "enabled" element
setEntries(List<ChunksManifestBean.ManifestEntry>) - Method in class org.duracloud.chunk.manifest.ChunksManifestBean
 
setError(String) - Method in class org.duracloud.services.BaseService
 
setExclusion(String) - Method in class org.duracloud.impl.UserPropertyTypeImpl
Sets the "exclusion" attribute
setExclusion(String) - Method in interface org.duracloud.UserPropertyType
Sets the "exclusion" attribute
setExitOnCompletion(boolean) - Method in class org.duracloud.sync.config.SyncToolConfig
 
setExtendedMetadata(Map<String, String>) - Method in class org.duracloud.duradmin.domain.ContentItem
 
setExtendedMetadata(Map<String, String>) - Method in class org.duracloud.duradmin.domain.Space
 
setFailFast(String) - Method in class org.duracloud.services.fixity.FixityService
 
setFirstResultIndex(long) - Method in interface org.duracloud.common.util.Scrollable
Sets the starting index for the page.
setFromStoreId(String) - Method in class org.duracloud.services.replication.ReplicationService
 
setGrantedAuthorities(List) - Method in class org.duracloud.impl.SecurityUserTypeImpl
Sets the "grantedAuthorities" element
setGrantedAuthorities(List<String>) - Method in class org.duracloud.security.domain.SecurityUserBean
 
setGrantedAuthorities(List) - Method in interface org.duracloud.SecurityUserType
Sets the "grantedAuthorities" element
setHashApproach(String) - Method in class org.duracloud.services.fixity.FixityService
 
setHeader(ChunksManifestBean.ManifestHeader) - Method in class org.duracloud.chunk.manifest.ChunksManifestBean
 
setHeader(HeaderType) - Method in interface org.duracloud.ChunksManifestType
Sets the "header" element
setHeader(HeaderType) - Method in class org.duracloud.impl.ChunksManifestTypeImpl
Sets the "header" element
setHost(String) - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.PrimaryInstance
 
setHost(String) - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.ServiceStore
 
setHost(String) - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.UserStore
 
setHost(String) - Method in class org.duracloud.duraservice.domain.Store
 
setHost(String) - Method in class org.duracloud.services.replication.ReplicationService
 
setHost(String) - Method in class org.duracloud.sync.config.SyncToolConfig
 
setHostname(String) - Method in interface org.duracloud.DeploymentOptionType
Sets the "hostname" attribute
setHostname(String) - Method in interface org.duracloud.DeploymentType
Sets the "hostname" attribute
setHostName(String) - Method in class org.duracloud.duraservice.domain.ServiceComputeInstance
 
setHostname(String) - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Sets the "hostname" attribute
setHostname(String) - Method in class org.duracloud.impl.DeploymentTypeImpl
Sets the "hostname" attribute
setHostname(String) - Method in class org.duracloud.serviceconfig.Deployment
 
setHostname(String) - Method in class org.duracloud.serviceconfig.DeploymentOption
 
setHttpClient(HttpClient) - Method in class org.duracloud.s3storage.ProbedRestS3Service
 
setHttpConnectionManager(HttpConnectionManager) - Method in class org.duracloud.s3storage.ProbedRestS3Service
 
setId(int) - Method in class org.duracloud.common.model.Credential
 
setId(int) - Method in interface org.duracloud.DeploymentOptionsType
Sets the "id" attribute
setId(int) - Method in interface org.duracloud.DeploymentOptionType
Sets the "id" attribute
setId(int) - Method in interface org.duracloud.DeploymentsType
Sets the "id" attribute
setId(int) - Method in interface org.duracloud.DeploymentType
Sets the "id" attribute
setId(String) - Method in class org.duracloud.domain.Content
Setter for the field id.
setId(String) - Method in class org.duracloud.domain.Space
Setter for the field id.
setId(String) - Method in class org.duracloud.duraservice.domain.Service
 
setId(int) - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
Sets the "id" attribute
setId(int) - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Sets the "id" attribute
setId(int) - Method in class org.duracloud.impl.DeploymentsTypeImpl
Sets the "id" attribute
setId(int) - Method in class org.duracloud.impl.DeploymentTypeImpl
Sets the "id" attribute
setId(int) - Method in class org.duracloud.impl.ModeSetTypeImpl
Sets the "id" attribute
setId(int) - Method in class org.duracloud.impl.ServiceTypeImpl
Sets the "id" attribute
setId(int) - Method in class org.duracloud.impl.SystemConfigTypeImpl
Sets the "id" attribute
setId(int) - Method in class org.duracloud.impl.SystemPropertyTypeImpl
Sets the "id" attribute
setId(int) - Method in class org.duracloud.impl.UserConfigTypeImpl
Sets the "id" attribute
setId(int) - Method in class org.duracloud.impl.UserPropertyTypeImpl
Sets the "id" attribute
setId(int) - Method in interface org.duracloud.ModeSetType
Sets the "id" attribute
setId(int) - Method in class org.duracloud.serviceconfig.Deployment
 
setId(int) - Method in class org.duracloud.serviceconfig.ServiceInfo
 
setId(int) - Method in class org.duracloud.serviceconfig.SystemConfig
 
setId(int) - Method in class org.duracloud.serviceconfig.user.UserConfigModeSet
 
setId(int) - Method in interface org.duracloud.ServiceType
Sets the "id" attribute
setId(String) - Method in class org.duracloud.storage.domain.StorageAccount
 
setId(int) - Method in interface org.duracloud.SystemConfigType
Sets the "id" attribute
setId(int) - Method in interface org.duracloud.SystemPropertyType
Sets the "id" attribute
setId(int) - Method in interface org.duracloud.UserConfigType
Sets the "id" attribute
setId(int) - Method in interface org.duracloud.UserPropertyType
Sets the "id" attribute
setIdToClassMap(Map<String, String>) - Static method in class org.duracloud.computeprovider.mgmt.ComputeProviderFactory
 
setImageId(String) - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.ServiceCompute
 
setImageId(String) - Method in class org.duracloud.duraservice.domain.ServiceCompute
 
setIndex(int) - Method in interface org.duracloud.ChunkType
Sets the "index" attribute
setIndex(int) - Method in class org.duracloud.impl.ChunkTypeImpl
Sets the "index" attribute
setInput(OptionInputType.Enum) - Method in class org.duracloud.impl.UserPropertyTypeImpl
Sets the "input" attribute
setInput(OptionInputType.Enum) - Method in interface org.duracloud.UserPropertyType
Sets the "input" attribute
setInstanceType(String) - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
setItemCount(Long) - Method in class org.duracloud.duradmin.domain.Space
 
setJ2kZipName(String) - Method in class org.duracloud.services.j2kservice.J2kWebappWrapper
 
setJmsTemplate(JmsTemplate) - Method in class org.duracloud.durastore.aop.IngestAdvice
 
setJmsTemplate(JmsTemplate) - Method in class org.duracloud.durastore.aop.MessageConsumer
 
setListValue(List) - Method in interface org.duracloud.AuthoritiesType
 
setLocation(DeploymentOptionLocationType.Enum) - Method in interface org.duracloud.DeploymentOptionType
Sets the "location" attribute
setLocation(DeploymentOptionLocationType.Enum) - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Sets the "location" attribute
setLocation(DeploymentOption.Location) - Method in class org.duracloud.serviceconfig.DeploymentOption
 
setLogLevel(String) - Method in class org.duracloud.sync.util.LogUtil
 
setMappersPerInstance(String) - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
setMax(int) - Method in interface org.duracloud.DeploymentOptionsType
Sets the "max" attribute
setMax(int) - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
Sets the "max" attribute
setMaxDeploymentsAllowed(int) - Method in class org.duracloud.serviceconfig.ServiceInfo
 
setMaxFileSize(long) - Method in class org.duracloud.sync.config.SyncToolConfig
 
setMaxResultsPerPage(int) - Method in interface org.duracloud.common.util.Scrollable
 
setMaxResultsPerPage(int) - Method in interface org.duracloud.duradmin.util.Scrollable
 
setMaxResultsPerPage(int) - Method in class org.duracloud.duradmin.util.ScrollableList
 
setMaxRetries(int) - Method in class org.duracloud.durastore.aop.RetryAdvice
 
setMaxRetries(int) - Method in class org.duracloud.durastore.aop.VerifySpaceCreationAdvice
 
setMaxRetries(int) - Method in class org.duracloud.durastore.aop.VerifySpaceDeletionAdvice
 
setMd5(String) - Method in class org.duracloud.chunk.writer.AddContentResult
 
setMd5(String) - Method in interface org.duracloud.ChunkType
Sets the "md5" element
setMd5(String) - Method in class org.duracloud.impl.ChunkTypeImpl
Sets the "md5" element
setMd5(String) - Method in class org.duracloud.impl.SourceContentTypeImpl
Sets the "md5" element
setMd5(String) - Method in interface org.duracloud.SourceContentType
Sets the "md5" element
setMD5OfSourceContent(String) - Method in class org.duracloud.chunk.manifest.ChunksManifest
 
setMediaSourceSpaceId(String) - Method in class org.duracloud.services.streaming.MediaStreamingService
 
setMediaViewerSpaceId(String) - Method in class org.duracloud.services.streaming.MediaStreamingService
 
setMetadata(Map<String, String>) - Method in class org.duracloud.domain.Content
Setter for the field metadata.
setMetadata(Map<String, String>) - Method in class org.duracloud.domain.Space
Setter for the field metadata.
setMetadata(ContentMetadata) - Method in class org.duracloud.duradmin.domain.ContentItem
 
setMetadata(SpaceMetadata) - Method in class org.duracloud.duradmin.domain.Space
 
setMetadata(ContentStore, String, String, Map<String, String>) - Static method in class org.duracloud.duradmin.util.MetadataUtils
 
setMetricsTable(MetricsTable) - Method in interface org.duracloud.common.util.metrics.MetricsProbed
 
setMetricsTable(MetricsTable) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
setMetricsTable(MetricsTable) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
setMetricsTable(MetricsTable) - Method in class org.duracloud.s3storage.ProbedRestS3Service
 
setMetricsTable(MetricsTable) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
setMimetype(String) - Method in class org.duracloud.duradmin.domain.ContentMetadata
 
setMimetype(String) - Method in class org.duracloud.impl.SourceContentTypeImpl
Sets the "mimetype" element
setMimetype(String) - Method in interface org.duracloud.SourceContentType
Sets the "mimetype" element
setMode(String) - Method in class org.duracloud.services.fixity.FixityService
 
setModeArray(ModeType[]) - Method in class org.duracloud.impl.ModeSetTypeImpl
Sets array of all "mode" element
setModeArray(int, ModeType) - Method in class org.duracloud.impl.ModeSetTypeImpl
Sets ith "mode" element
setModeArray(ModeType[]) - Method in interface org.duracloud.ModeSetType
Sets array of all "mode" element
setModeArray(int, ModeType) - Method in interface org.duracloud.ModeSetType
Sets ith "mode" element
setModes(List<UserConfigMode>) - Method in class org.duracloud.serviceconfig.user.UserConfigModeSet
 
setModeSetArray(ModeSetType[]) - Method in class org.duracloud.impl.ModeTypeImpl
Sets array of all "modeSet" element
setModeSetArray(int, ModeSetType) - Method in class org.duracloud.impl.ModeTypeImpl
Sets ith "modeSet" element
setModeSetArray(ModeSetType[]) - Method in class org.duracloud.impl.UserConfigTypeImpl
Sets array of all "modeSet" element
setModeSetArray(int, ModeSetType) - Method in class org.duracloud.impl.UserConfigTypeImpl
Sets ith "modeSet" element
setModeSetArray(ModeSetType[]) - Method in interface org.duracloud.ModeType
Sets array of all "modeSet" element
setModeSetArray(int, ModeSetType) - Method in interface org.duracloud.ModeType
Sets ith "modeSet" element
setModeSetArray(ModeSetType[]) - Method in interface org.duracloud.UserConfigType
Sets array of all "modeSet" element
setModeSetArray(int, ModeSetType) - Method in interface org.duracloud.UserConfigType
Sets ith "modeSet" element
setModeSets(List<UserConfigModeSet>) - Method in class org.duracloud.serviceconfig.ServiceInfo
 
setModified(String) - Method in class org.duracloud.duradmin.domain.ContentMetadata
 
setMsgBrokerUrl(String) - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.UserStore
 
setMsgBrokerUrl(String) - Method in class org.duracloud.duraservice.domain.UserStore
 
setName(String) - Method in class org.duracloud.duradmin.domain.ExtendedMetadata
 
setName(String) - Method in class org.duracloud.duradmin.domain.MetadataItem
 
setName(String) - Method in class org.duracloud.impl.SystemPropertyTypeImpl
Sets the "name" attribute
setName(String) - Method in class org.duracloud.impl.UserPropertyTypeImpl
Sets the "name" attribute
setName(String) - Method in interface org.duracloud.SystemPropertyType
Sets the "name" attribute
setName(String) - Method in interface org.duracloud.UserPropertyType
Sets the "name" attribute
setNamePrefix(String) - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
setNamePrefix(String) - Method in class org.duracloud.services.image.ImageConversionService
 
setNameSuffix(String) - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
setNameSuffix(String) - Method in class org.duracloud.services.image.ImageConversionService
 
setNextPort(int) - Method in class org.duracloud.services.webapputil.internal.WebAppUtilImpl
 
setNumInstances(String) - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
setNumThreads(int) - Method in class org.duracloud.sync.config.SyncToolConfig
 
setOptionArray(DeploymentOptionType[]) - Method in interface org.duracloud.DeploymentOptionsType
Sets array of all "option" element
setOptionArray(int, DeploymentOptionType) - Method in interface org.duracloud.DeploymentOptionsType
Sets ith "option" element
setOptionArray(DeploymentOptionType[]) - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
Sets array of all "option" element
setOptionArray(int, DeploymentOptionType) - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
Sets ith "option" element
setOptionArray(UserPropertyType.Option[]) - Method in class org.duracloud.impl.UserPropertyTypeImpl
Sets array of all "option" element
setOptionArray(int, UserPropertyType.Option) - Method in class org.duracloud.impl.UserPropertyTypeImpl
Sets ith "option" element
setOptionArray(UserPropertyType.Option[]) - Method in interface org.duracloud.UserPropertyType
Sets array of all "option" element
setOptionArray(int, UserPropertyType.Option) - Method in interface org.duracloud.UserPropertyType
Sets ith "option" element
setOrder(int) - Method in class org.duracloud.durastore.aop.IngestAdvice
 
setOrder(int) - Method in class org.duracloud.durastore.aop.RetryAdvice
 
setOrder(int) - Method in class org.duracloud.durastore.aop.VerifySpaceCreationAdvice
 
setOrder(int) - Method in class org.duracloud.durastore.aop.VerifySpaceDeletionAdvice
 
setOsgiConfigAdmin(ConfigurationAdmin) - Method in class org.duracloud.servicesutil.util.internal.DuraConfigAdminImpl
 
setOutputContentId(String) - Method in class org.duracloud.services.fixity.FixityService
 
setOutputSpaceId(String) - Method in class org.duracloud.services.fixity.FixityService
 
setOwnerId(String) - Method in class org.duracloud.storage.domain.StorageAccount
 
setPassword(String) - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.ServiceCompute
 
setPassword(String) - Method in class org.duracloud.common.model.Credential
 
setPassword(String) - Method in class org.duracloud.duradmin.domain.SecurityUserCommand
 
setPassword(String) - Method in class org.duracloud.duraservice.domain.ServiceCompute
 
setPassword(String) - Method in class org.duracloud.duraservice.domain.ServiceStore
 
setPassword(String) - Method in class org.duracloud.impl.SecurityUserTypeImpl
Sets the "password" element
setPassword(String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
setPassword(String) - Method in class org.duracloud.security.domain.SecurityUserBean
 
setPassword(String) - Method in interface org.duracloud.SecurityUserType
Sets the "password" element
setPassword(String) - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
setPassword(String) - Method in class org.duracloud.services.fixity.FixityService
 
setPassword(String) - Method in class org.duracloud.services.image.ImageConversionService
 
setPassword(String) - Method in class org.duracloud.services.replication.ReplicationService
 
setPassword(String) - Method in class org.duracloud.services.streaming.MediaStreamingService
 
setPassword(String) - Method in class org.duracloud.storage.domain.StorageAccount
 
setPassword(String) - Method in class org.duracloud.sync.config.SyncToolConfig
 
setPlatform(String) - Method in class org.duracloud.services.j2kservice.J2kWebappWrapper
 
setPollFrequency(long) - Method in class org.duracloud.sync.config.SyncToolConfig
 
setPort(String) - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.ServiceStore
 
setPort(String) - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.UserStore
 
setPort(String) - Method in class org.duracloud.duraservice.domain.Store
 
setPort(String) - Method in class org.duracloud.services.replication.ReplicationService
 
setPort(int) - Method in class org.duracloud.sync.config.SyncToolConfig
 
setPreparerFactoryClass(Class<?>) - Method in class org.duracloud.duradmin.view.tiles2.TilesConfigurer
Set the PreparerFactory implementation to use.
setPreserveChunkMD5s(boolean) - Method in class org.duracloud.chunk.ChunkableContent
 
setPrimary(boolean) - Method in class org.duracloud.storage.domain.StorageAccount
 
setPrimaryKey(String) - Method in class org.duracloud.common.util.TableSpec
 
setProcessingState(ServiceResultListener.State) - Method in interface org.duracloud.services.fixity.results.ServiceResultListener
 
setProcessingState(ServiceResultListener.State) - Method in class org.duracloud.services.fixity.results.ServiceResultProcessor
 
setProp0(String) - Method in class org.duracloud.computeprovider.mgmt.mock.MockComputeProviderProperties
 
setProp1(String) - Method in class org.duracloud.computeprovider.mgmt.mock.MockComputeProviderProperties
 
setProp2(String) - Method in class org.duracloud.computeprovider.mgmt.mock.MockComputeProviderProperties
 
setPropertyArray(UserPropertyType[]) - Method in class org.duracloud.impl.ModeTypeImpl
Sets array of all "property" element
setPropertyArray(int, UserPropertyType) - Method in class org.duracloud.impl.ModeTypeImpl
Sets ith "property" element
setPropertyArray(SystemPropertyType[]) - Method in class org.duracloud.impl.SystemConfigTypeImpl
Sets array of all "property" element
setPropertyArray(int, SystemPropertyType) - Method in class org.duracloud.impl.SystemConfigTypeImpl
Sets ith "property" element
setPropertyArray(UserPropertyType[]) - Method in class org.duracloud.impl.UserConfigTypeImpl
Sets array of all "property" element
setPropertyArray(int, UserPropertyType) - Method in class org.duracloud.impl.UserConfigTypeImpl
Sets ith "property" element
setPropertyArray(UserPropertyType[]) - Method in interface org.duracloud.ModeType
Sets array of all "property" element
setPropertyArray(int, UserPropertyType) - Method in interface org.duracloud.ModeType
Sets ith "property" element
setPropertyArray(SystemPropertyType[]) - Method in interface org.duracloud.SystemConfigType
Sets array of all "property" element
setPropertyArray(int, SystemPropertyType) - Method in interface org.duracloud.SystemConfigType
Sets ith "property" element
setPropertyArray(UserPropertyType[]) - Method in interface org.duracloud.UserConfigType
Sets array of all "property" element
setPropertyArray(int, UserPropertyType) - Method in interface org.duracloud.UserConfigType
Sets ith "property" element
setProps(EC2ComputeProviderProperties) - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2InstanceDescription
 
setProvidedListingContentIdA(String) - Method in class org.duracloud.services.fixity.FixityService
 
setProvidedListingContentIdB(String) - Method in class org.duracloud.services.fixity.FixityService
 
setProvidedListingSpaceIdA(String) - Method in class org.duracloud.services.fixity.FixityService
 
setProvidedListingSpaceIdB(String) - Method in class org.duracloud.services.fixity.FixityService
 
setQueryCount(int) - Method in class org.duracloud.duradmin.domain.SpaceMetadata
 
SetReducedStorageTaskRunner - Class in org.duracloud.s3task.storage
Sets all content items in a space to use the reduced redundancy storage class as provided by Amazon S3.
SetReducedStorageTaskRunner(S3StorageProvider, AmazonS3Client) - Constructor for class org.duracloud.s3task.storage.SetReducedStorageTaskRunner
 
setReplicationType(String) - Method in class org.duracloud.services.replication.ReplicationService
 
setReportContentId(String) - Method in class org.duracloud.services.fixity.FixityService
 
setRequestHelper(HttpRequestHelper) - Method in class org.duracloud.servicesadmin.control.ConfigureController
 
setRequestHelper(HttpRequestHelper) - Method in class org.duracloud.servicesadmin.control.PropsController
 
setRequestHelper(HttpRequestHelper) - Method in class org.duracloud.servicesadmin.control.StartController
 
setRequestHelper(HttpRequestHelper) - Method in class org.duracloud.servicesadmin.control.StatusController
 
setRequestHelper(HttpRequestHelper) - Method in class org.duracloud.servicesadmin.control.StopController
 
setRequestHelper(HttpRequestHelper) - Method in class org.duracloud.servicesadmin.control.UninstallController
 
setResourceDir(File) - Method in class org.duracloud.services.webapputil.tomcat.TomcatUtil
 
setRester(RestHttpHelper) - Method in class org.duracloud.servicesadminclient.ServicesAdminClient
 
setReturnTo(HttpServletRequest, MutableAttributeMap) - Static method in class org.duracloud.duradmin.util.NavigationUtils
 
setSalt(String) - Method in class org.duracloud.services.fixity.FixityService
 
setSchemaVersion(String) - Method in interface org.duracloud.HeaderType
Sets the "schemaVersion" attribute
setSchemaVersion(String) - Method in class org.duracloud.impl.HeaderTypeImpl
Sets the "schemaVersion" attribute
setSchemaVersion(String) - Method in class org.duracloud.impl.SecurityUsersTypeImpl
Sets the "schemaVersion" attribute
setSchemaVersion(String) - Method in class org.duracloud.impl.ServicesDocumentImpl.ServicesImpl
Sets the "schemaVersion" attribute
setSchemaVersion(String) - Method in class org.duracloud.impl.SingleServiceTypeImpl
Sets the "schemaVersion" attribute
setSchemaVersion(String) - Method in interface org.duracloud.SecurityUsersType
Sets the "schemaVersion" attribute
setSchemaVersion(String) - Method in interface org.duracloud.ServicesDocument.Services
Sets the "schemaVersion" attribute
setSchemaVersion(String) - Method in interface org.duracloud.SingleServiceType
Sets the "schemaVersion" attribute
setSecurityUserArray(SecurityUserType[]) - Method in class org.duracloud.impl.SecurityUsersTypeImpl
Sets array of all "security-user" element
setSecurityUserArray(int, SecurityUserType) - Method in class org.duracloud.impl.SecurityUsersTypeImpl
Sets ith "security-user" element
setSecurityUserArray(SecurityUserType[]) - Method in interface org.duracloud.SecurityUsersType
Sets array of all "security-user" element
setSecurityUserArray(int, SecurityUserType) - Method in interface org.duracloud.SecurityUsersType
Sets ith "security-user" element
setSecurityUsers() - Method in class org.duracloud.appconfig.ApplicationInitializer
This method sets the security users from the loaded configuration.
setSecurityUsers(Collection<SecurityUserBean>) - Method in class org.duracloud.appconfig.domain.Application
This method sets the security users of this application to the provided users.
setSecurityUsers(SecurityUsersType) - Method in class org.duracloud.impl.SecurityUsersDocumentImpl
Sets the "security-users" element
setSecurityUsers(SecurityUsersType) - Method in interface org.duracloud.SecurityUsersDocument
Sets the "security-users" element
setSelected(boolean) - Method in class org.duracloud.impl.ModeTypeImpl
Sets the "selected" attribute
setSelected(boolean) - Method in class org.duracloud.impl.UserPropertyTypeImpl.OptionImpl
Sets the "selected" attribute
setSelected(boolean) - Method in interface org.duracloud.ModeType
Sets the "selected" attribute
setSelected(boolean) - Method in class org.duracloud.serviceconfig.user.Option
 
setSelected(boolean) - Method in class org.duracloud.serviceconfig.user.UserConfigMode
 
setSelected(boolean) - Method in interface org.duracloud.UserPropertyType.Option
Sets the "selected" attribute
setSelectedContentStoreId(String) - Method in class org.duracloud.duradmin.contentstore.ContentStoreProvider
 
setSelectedId(String) - Method in class org.duracloud.duradmin.contentstore.ContentStoreSelector
 
setSerializer(ServiceSerializer) - Method in class org.duracloud.servicesadmin.control.ListController
 
setSerializer(ServiceSerializer) - Method in class org.duracloud.servicesadmin.util.HttpRequestHelper
 
setSerializer(ServiceSerializer) - Method in class org.duracloud.servicesadminclient.ServicesAdminClient
 
setService(SingleServiceType) - Method in class org.duracloud.impl.ServiceDocumentImpl
Sets the "service" element
setService(SingleServiceType) - Method in interface org.duracloud.ServiceDocument
Sets the "service" element
setServiceArray(ServiceType[]) - Method in class org.duracloud.impl.ServicesDocumentImpl.ServicesImpl
Sets array of all "service" element
setServiceArray(int, ServiceType) - Method in class org.duracloud.impl.ServicesDocumentImpl.ServicesImpl
Sets ith "service" element
setServiceArray(ServiceType[]) - Method in interface org.duracloud.ServicesDocument.Services
Sets array of all "service" element
setServiceArray(int, ServiceType) - Method in interface org.duracloud.ServicesDocument.Services
Sets ith "service" element
setServiceId(String) - Method in class org.duracloud.services.BaseService
 
setServiceInfoId(Integer) - Method in class org.duracloud.duradmin.domain.ServiceCommand
 
setServiceInstaller(ServiceInstaller) - Method in class org.duracloud.servicesadmin.control.InstallController
 
setServiceLister(ServiceLister) - Method in class org.duracloud.servicesadmin.control.ListController
 
setServiceName(String) - Method in class org.duracloud.services.beans.ComputeServiceBean
 
setServicePropsFinder(ServicePropsFinder) - Method in class org.duracloud.servicesadmin.control.PropsController
 
setServices(ServicesDocument.Services) - Method in class org.duracloud.impl.ServicesDocumentImpl
Sets the "services" element
setServices(ServicesDocument.Services) - Method in interface org.duracloud.ServicesDocument
Sets the "services" element
setServicesAdmin(ServicesAdminClient) - Method in class org.duracloud.duraservice.domain.ServiceComputeInstance
 
setServicesAdminContext(String) - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.PrimaryInstance
 
setServicesAdminPort(String) - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.PrimaryInstance
 
setServicesManager(ServicesManager) - Method in class org.duracloud.duradmin.control.ControllerSupport
 
setServicesManager(ServicesManager) - Method in class org.duracloud.duradmin.services.controller.ServiceController
 
setServicesManager(ServicesManager) - Method in class org.duracloud.duradmin.services.controller.ServicesController
 
setServicesManager(ServicesManager) - Method in class org.duracloud.duradmin.spaces.controller.ContentItemController
 
setServicesManager(ServicesManager) - Method in class org.duracloud.duradmin.spaces.controller.ContentItemUploadController
 
setServiceStarter(ServiceStarter) - Method in class org.duracloud.servicesadmin.control.StartController
 
setServiceStatus(ComputeService.ServiceStatus) - Method in class org.duracloud.services.BaseService
 
setServiceStatusReporter(ServiceStatusReporter) - Method in class org.duracloud.servicesadmin.control.StatusController
 
setServiceStopper(ServiceStopper) - Method in class org.duracloud.servicesadmin.control.StopController
 
setServiceUninstaller(ServiceUninstaller) - Method in class org.duracloud.servicesadmin.control.UninstallController
 
setServiceVersion(String) - Method in class org.duracloud.impl.ServiceTypeImpl
Sets the "serviceVersion" attribute
setServiceVersion(String) - Method in class org.duracloud.serviceconfig.ServiceInfo
 
setServiceVersion(String) - Method in interface org.duracloud.ServiceType
Sets the "serviceVersion" attribute
setServiceWorkDir(String) - Method in class org.duracloud.services.BaseService
 
setServiceWorkDir(String) - Method in interface org.duracloud.services.ComputeService
 
setServletContext(ServletContext) - Method in class org.duracloud.duradmin.view.tiles2.TilesConfigurer
 
setSize(String) - Method in class org.duracloud.duradmin.domain.ContentMetadata
 
setSourceContent(SourceContentType) - Method in interface org.duracloud.HeaderType
Sets the "sourceContent" element
setSourceContent(SourceContentType) - Method in class org.duracloud.impl.HeaderTypeImpl
Sets the "sourceContent" element
setSourceMD5(String) - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestHeader
 
setSourceSpaceId(String) - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
setSourceSpaceId(String) - Method in class org.duracloud.services.image.ImageConversionService
 
setSpaceAccess(String, ContentStore.AccessType) - Method in interface org.duracloud.client.ContentStore
Sets the accessibility of a space to either OPEN or CLOSED.
setSpaceAccess(String, ContentStore.AccessType) - Method in class org.duracloud.client.ContentStoreImpl
Sets the accessibility of a space to either OPEN or CLOSED.
setSpaceAccess(String, ContentStore.AccessType) - Method in class org.duracloud.duradmin.cache.ContentStoreCache
Sets the accessibility of a space to either OPEN or CLOSED.
setSpaceAccess(String, StorageProvider.AccessType) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
 
setSpaceAccess(String, StorageProvider.AccessType) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
 
setSpaceAccess(String, StorageProvider.AccessType) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
 
setSpaceAccess(String, StorageProvider.AccessType) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
setSpaceAccess(String, StorageProvider.AccessType) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setSpaceAccess(String, StorageProvider.AccessType) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
setSpaceAccess(StorageProvider, String, String, StorageProvider.AccessType) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
setSpaceAccess(StorageProvider, String, String, StorageProvider.AccessType) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
setSpaceAccess(String, StorageProvider.AccessType) - Method in interface org.duracloud.storage.provider.StorageProvider
Sets the accessibility of a space to either OPEN or CLOSED.
setSpaceAccess(String, StorageProvider.AccessType) - Method in class org.duracloud.storage.provider.StorageProviderBase
Sets the accessibility of a space to either OPEN or CLOSED.
setSpaceId(String) - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.ServiceStore
 
setSpaceId(String) - Method in class org.duracloud.duradmin.domain.ContentItem
 
setSpaceId(String) - Method in class org.duracloud.duradmin.domain.ExtendedMetadata
 
setSpaceId(String) - Method in class org.duracloud.duradmin.domain.MetadataItem
 
setSpaceId(String) - Method in class org.duracloud.duradmin.domain.Space
 
setSpaceId(String) - Method in class org.duracloud.duradmin.domain.Tag
 
setSpaceId(String) - Method in class org.duracloud.duraservice.domain.ServiceStore
 
setSpaceId(String) - Method in class org.duracloud.durastore.aop.IngestMessage
 
setSpaceId(String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setSpaceId(String) - Method in class org.duracloud.sync.config.SyncToolConfig
 
setSpaceMetadata(String, Map<String, String>) - Method in interface org.duracloud.client.ContentStore
Sets the metadata associated with a space.
setSpaceMetadata(String, Map<String, String>) - Method in class org.duracloud.client.ContentStoreImpl
Sets the metadata associated with a space.
setSpaceMetadata(String, Map<String, String>) - Method in class org.duracloud.duradmin.cache.ContentStoreCache
Sets the metadata associated with a space.
setSpaceMetadata(String, Map<String, String>) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
 
setSpaceMetadata(String, Map<String, String>) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
 
setSpaceMetadata(String, Map<String, String>) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
 
setSpaceMetadata(String, Map<String, String>) - Method in class org.duracloud.emcstorage.EMCStorageProvider
Sets the metadata associated with a space.
setSpaceMetadata(String, Map<String, String>) - Method in class org.duracloud.rackspacestorage.RackspaceStorageProvider
Sets the metadata associated with a space.
setSpaceMetadata(String, Map<String, String>) - Method in class org.duracloud.s3storage.S3StorageProvider
Sets the metadata associated with a space.
setSpaceMetadata(String, Map<String, String>) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
setSpaceMetadata(String, Map<String, String>) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setSpaceMetadata(Map<String, String>) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setSpaceMetadata(String, Map<String, String>) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
setSpaceMetadata(StorageProvider, String, String, Map<String, String>) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
setSpaceMetadata(StorageProvider, String, String, Map<String, String>) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
setSpaceMetadata(String, Map<String, String>) - Method in interface org.duracloud.storage.provider.StorageProvider
Sets the metadata associated with a space.
setSpaces(Iterator<String>) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
SetStandardStorageTaskRunner - Class in org.duracloud.s3task.storage
Sets all content items in a space to use the standard storage class as provided by Amazon S3.
SetStandardStorageTaskRunner(S3StorageProvider, AmazonS3Client) - Constructor for class org.duracloud.s3task.storage.SetStandardStorageTaskRunner
 
setState(AddContentResult.State) - Method in class org.duracloud.chunk.writer.AddContentResult
 
setState(DeploymentOptionStateType.Enum) - Method in interface org.duracloud.DeploymentOptionType
Sets the "state" attribute
setState(DeploymentOptionStateType.Enum) - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Sets the "state" attribute
setState(DeploymentOption.State) - Method in class org.duracloud.serviceconfig.DeploymentOption
 
setStatus(DeploymentStatusType.Enum) - Method in interface org.duracloud.DeploymentType
Sets the "status" attribute
setStatus(DeploymentStatusType.Enum) - Method in class org.duracloud.impl.DeploymentTypeImpl
Sets the "status" attribute
setStatus(Deployment.Status) - Method in class org.duracloud.serviceconfig.Deployment
 
setStorageProvider(StorageProvider) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
setStorageProviderId(String) - Method in class org.duracloud.duradmin.domain.StorageProvider
 
setStoreId(String) - Method in class org.duracloud.duradmin.domain.ContentItem
 
setStoreId(String) - Method in class org.duracloud.duradmin.domain.Space
 
setStoreId(String) - Method in class org.duracloud.durastore.aop.IngestMessage
 
setStoreId(String) - Method in class org.duracloud.services.fixity.FixityService
 
setStream(InputStream) - Method in class org.duracloud.domain.Content
Setter for the field stream.
setSyncDeletes(boolean) - Method in class org.duracloud.sync.config.SyncToolConfig
 
setSyncDirs(List<File>) - Method in class org.duracloud.sync.config.SyncToolConfig
 
setSystemConfig(SystemConfigType) - Method in interface org.duracloud.DeploymentType
Sets the "systemConfig" element
setSystemConfig(SystemConfigType) - Method in class org.duracloud.impl.DeploymentTypeImpl
Sets the "systemConfig" element
setSystemConfig(SystemConfigType) - Method in class org.duracloud.impl.ServiceTypeImpl
Sets the "systemConfig" element
setSystemConfig(SystemConfigType) - Method in interface org.duracloud.ServiceType
Sets the "systemConfig" element
setSystemConfigs(List<SystemConfig>) - Method in class org.duracloud.serviceconfig.Deployment
 
setSystemConfigs(List<SystemConfig>) - Method in class org.duracloud.serviceconfig.ServiceInfo
 
setTableName(String) - Method in class org.duracloud.common.util.TableSpec
 
setTag(String) - Method in class org.duracloud.duradmin.domain.Tag
 
setTags(Set<String>) - Method in class org.duracloud.duradmin.domain.ContentMetadata
 
setTags(Set<String>) - Method in class org.duracloud.duradmin.domain.SpaceMetadata
 
setTargetSpaceId(String) - Method in class org.duracloud.services.fixity.FixityService
 
setText(String) - Method in class org.duracloud.services.hello.impl.HelloServiceImpl
 
setThreads(int) - Method in class org.duracloud.services.fixity.FixityService
 
setThreads(int) - Method in class org.duracloud.services.image.ImageConversionService
 
setThumbnailURL(String) - Method in class org.duracloud.duradmin.domain.ContentItem
 
setTilesProperties(Properties) - Method in class org.duracloud.duradmin.view.tiles2.TilesConfigurer
Set Tiles properties (equivalent to the ServletContext init-params in the Tiles documentation), overriding the default settings.
setTinyThumbnailURL(String) - Method in class org.duracloud.duradmin.domain.ContentItem
 
setToFormat(String) - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
setToFormat(String) - Method in class org.duracloud.services.image.ImageConversionService
 
setTomcatUtil(TomcatUtil) - Method in class org.duracloud.services.webapputil.internal.WebAppUtilImpl
 
setToStoreId(String) - Method in class org.duracloud.services.replication.ReplicationService
 
setTotalWorkItems(long) - Method in interface org.duracloud.services.fixity.results.ServiceResultListener
 
setTotalWorkItems(long) - Method in class org.duracloud.services.fixity.results.ServiceResultProcessor
 
setType(String) - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.ServiceCompute
 
setType(ComputeProviderType) - Method in class org.duracloud.duraservice.domain.ServiceCompute
 
setType(StorageProviderType) - Method in class org.duracloud.storage.domain.StorageAccount
 
setupLogger(File) - Method in class org.duracloud.sync.util.LogUtil
 
setUrl(String) - Method in class org.duracloud.services.hellowebappwrapper.HelloWebappWrapper
 
setUrl(String) - Method in class org.duracloud.services.j2kservice.J2kWebappWrapper
 
setUseETag(boolean) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
setUseMutableTilesContainer(boolean) - Method in class org.duracloud.duradmin.view.tiles2.TilesConfigurer
Set whether to use a MutableTilesContainer for this application.
setUserAgent(String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
setUserConfig(UserConfigType) - Method in interface org.duracloud.DeploymentType
Sets the "userConfig" element
setUserConfig(UserConfigType) - Method in class org.duracloud.impl.DeploymentTypeImpl
Sets the "userConfig" element
setUserConfig(UserConfigType) - Method in class org.duracloud.impl.ServiceTypeImpl
Sets the "userConfig" element
setUserConfig(UserConfigType) - Method in interface org.duracloud.ServiceType
Sets the "userConfig" element
setUserConfigModeSets(List<UserConfigModeSet>) - Method in class org.duracloud.serviceconfig.user.UserConfigMode
 
setUserConfigs(List<UserConfig>) - Method in class org.duracloud.serviceconfig.Deployment
 
setUserConfigs(List<UserConfig>) - Method in class org.duracloud.serviceconfig.ServiceInfo
 
setUserConfigs(List<UserConfig>) - Method in class org.duracloud.serviceconfig.user.UserConfigMode
 
setUserConfigVersion(String) - Method in class org.duracloud.impl.ServiceTypeImpl
Sets the "userConfigVersion" attribute
setUserConfigVersion(String) - Method in class org.duracloud.serviceconfig.ServiceInfo
 
setUserConfigVersion(String) - Method in interface org.duracloud.ServiceType
Sets the "userConfigVersion" attribute
setUserDetailsService(DuracloudUserDetailsService) - Method in class org.duracloud.duradmin.control.ManageSecurityUsersController
 
setUserMetadata(Identifier, MetadataList) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
setUsername(String) - Method in class org.duracloud.appconfig.domain.DuraserviceConfig.ServiceCompute
 
setUsername(String) - Method in class org.duracloud.common.model.Credential
 
setUsername(String) - Method in class org.duracloud.duradmin.domain.SecurityUserCommand
 
setUsername(String) - Method in class org.duracloud.duraservice.domain.ServiceCompute
 
setUsername(String) - Method in class org.duracloud.duraservice.domain.ServiceStore
 
setUsername(String) - Method in class org.duracloud.impl.SecurityUserTypeImpl
Sets the "username" element
setUserName(String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
setUsername(String) - Method in class org.duracloud.security.domain.SecurityUserBean
 
setUsername(String) - Method in interface org.duracloud.SecurityUserType
Sets the "username" element
setUsername(String) - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
setUsername(String) - Method in class org.duracloud.services.fixity.FixityService
 
setUsername(String) - Method in class org.duracloud.services.image.ImageConversionService
 
setUsername(String) - Method in class org.duracloud.services.replication.ReplicationService
 
setUsername(String) - Method in class org.duracloud.services.streaming.MediaStreamingService
 
setUsername(String) - Method in class org.duracloud.storage.domain.StorageAccount
 
setUsername(String) - Method in class org.duracloud.sync.config.SyncToolConfig
 
setUsers(List<SecurityUserBean>) - Method in class org.duracloud.duradmin.domain.SecurityUserCommand
 
setUsers(List<SecurityUserBean>) - Method in interface org.duracloud.security.DuracloudUserDetailsService
 
setUsers(List<SecurityUserBean>) - Method in class org.duracloud.security.impl.UserDetailsServiceImpl
This method re-initializes the existing usersTable, then adds the arg users.
setValidateDefinitions(boolean) - Method in class org.duracloud.duradmin.view.tiles2.TilesConfigurer
Set whether to validate the Tiles XML definitions.
setValue(String) - Method in class org.duracloud.duradmin.domain.ExtendedMetadata
 
setValue(String) - Method in class org.duracloud.duradmin.domain.MetadataItem
 
setValue(String) - Method in class org.duracloud.impl.ModeTypeImpl
Sets the "value" attribute
setValue(String) - Method in class org.duracloud.impl.SystemPropertyTypeImpl
Sets the "value" attribute
setValue(String) - Method in class org.duracloud.impl.UserPropertyTypeImpl.OptionImpl
Sets the "value" attribute
setValue(String) - Method in class org.duracloud.impl.UserPropertyTypeImpl
Sets the "value" attribute
setValue(String) - Method in interface org.duracloud.ModeType
Sets the "value" attribute
setValue(String) - Method in class org.duracloud.serviceconfig.SystemConfig
 
setValue(String) - Method in class org.duracloud.serviceconfig.user.Option
 
setValue(String) - Method in class org.duracloud.serviceconfig.user.TextUserConfig
 
setValue(String) - Method in class org.duracloud.serviceconfig.user.UserConfigMode
 
setValue(String) - Method in interface org.duracloud.SystemPropertyType
Sets the "value" attribute
setValue(String) - Method in interface org.duracloud.UserPropertyType.Option
Sets the "value" attribute
setValue(String) - Method in interface org.duracloud.UserPropertyType
Sets the "value" attribute
setVerb(String) - Method in class org.duracloud.duradmin.domain.SecurityUserCommand
 
setView(HttpServletRequest, ModelAndView, Message) - Method in class org.duracloud.duradmin.control.BaseCommandController
 
setViewerURL(String) - Method in class org.duracloud.duradmin.domain.ContentItem
 
setViewFilter(String) - Method in class org.duracloud.duradmin.contentstore.ContentItemList
 
setWaitTime(int) - Method in class org.duracloud.durastore.aop.RetryAdvice
 
setWaitTime(int) - Method in class org.duracloud.durastore.aop.VerifySpaceCreationAdvice
 
setWaitTime(int) - Method in class org.duracloud.durastore.aop.VerifySpaceDeletionAdvice
 
setWarName(String) - Method in class org.duracloud.services.j2kservice.J2kWebappWrapper
 
setWebappUtil(WebAppUtil) - Method in class org.duracloud.services.hellowebappwrapper.HelloWebappWrapper
 
setWebappUtil(WebAppUtil) - Method in class org.duracloud.services.j2kservice.J2kWebappWrapper
 
setWebappWarName(String) - Method in class org.duracloud.services.hellowebappwrapper.HelloWebappWrapper
 
setWorkSpaceId(String) - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
shutdown() - Method in class org.duracloud.services.bulkimageconversion.PostJobWorker
 
SimpleExceptionResolver - Class in org.duracloud.duradmin.common
 
SimpleExceptionResolver() - Constructor for class org.duracloud.duradmin.common.SimpleExceptionResolver
 
SimpleFileRecordReader - Class in org.duracloud.services.hadoop.base
Record reader, used to provide a set of key/value pairs for each file in a file split.
SimpleFileRecordReader(FileSplit, JobConf, Reporter) - Constructor for class org.duracloud.services.hadoop.base.SimpleFileRecordReader
 
SingleModuleDependencyCollector - Class in org.ops4j.pax.exam.mavenplugin
 
SingleModuleDependencyCollector(MavenProject) - Constructor for class org.ops4j.pax.exam.mavenplugin.SingleModuleDependencyCollector
 
SINGLESELECT - Static variable in interface org.duracloud.OptionInputType
 
SingleSelectUserConfig - Class in org.duracloud.serviceconfig.user
 
SingleSelectUserConfig(String, String, List<Option>) - Constructor for class org.duracloud.serviceconfig.user.SingleSelectUserConfig
 
SingleSelectUserConfig(String, String, List<Option>, String) - Constructor for class org.duracloud.serviceconfig.user.SingleSelectUserConfig
 
SingleServiceType - Interface in org.duracloud
An XML singleServiceType(@duracloud.org).
SingleServiceType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
SingleServiceTypeImpl - Class in org.duracloud.impl
An XML singleServiceType(@duracloud.org).
SingleServiceTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.SingleServiceTypeImpl
 
size - Variable in class org.duracloud.common.rest.RestUtil.RequestContent
 
sizeOfChunkArray() - Method in interface org.duracloud.ChunksType
Returns number of "chunk" element
sizeOfChunkArray() - Method in class org.duracloud.impl.ChunksTypeImpl
Returns number of "chunk" element
sizeOfDeploymentArray() - Method in interface org.duracloud.DeploymentsType
Returns number of "deployment" element
sizeOfDeploymentArray() - Method in class org.duracloud.impl.DeploymentsTypeImpl
Returns number of "deployment" element
sizeOfModeArray() - Method in class org.duracloud.impl.ModeSetTypeImpl
Returns number of "mode" element
sizeOfModeArray() - Method in interface org.duracloud.ModeSetType
Returns number of "mode" element
sizeOfModeSetArray() - Method in class org.duracloud.impl.ModeTypeImpl
Returns number of "modeSet" element
sizeOfModeSetArray() - Method in class org.duracloud.impl.UserConfigTypeImpl
Returns number of "modeSet" element
sizeOfModeSetArray() - Method in interface org.duracloud.ModeType
Returns number of "modeSet" element
sizeOfModeSetArray() - Method in interface org.duracloud.UserConfigType
Returns number of "modeSet" element
sizeOfOptionArray() - Method in interface org.duracloud.DeploymentOptionsType
Returns number of "option" element
sizeOfOptionArray() - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
Returns number of "option" element
sizeOfOptionArray() - Method in class org.duracloud.impl.UserPropertyTypeImpl
Returns number of "option" element
sizeOfOptionArray() - Method in interface org.duracloud.UserPropertyType
Returns number of "option" element
sizeOfPropertyArray() - Method in class org.duracloud.impl.ModeTypeImpl
Returns number of "property" element
sizeOfPropertyArray() - Method in class org.duracloud.impl.SystemConfigTypeImpl
Returns number of "property" element
sizeOfPropertyArray() - Method in class org.duracloud.impl.UserConfigTypeImpl
Returns number of "property" element
sizeOfPropertyArray() - Method in interface org.duracloud.ModeType
Returns number of "property" element
sizeOfPropertyArray() - Method in interface org.duracloud.SystemConfigType
Returns number of "property" element
sizeOfPropertyArray() - Method in interface org.duracloud.UserConfigType
Returns number of "property" element
sizeOfSecurityUserArray() - Method in class org.duracloud.impl.SecurityUsersTypeImpl
Returns number of "security-user" element
sizeOfSecurityUserArray() - Method in interface org.duracloud.SecurityUsersType
Returns number of "security-user" element
sizeOfServiceArray() - Method in class org.duracloud.impl.ServicesDocumentImpl.ServicesImpl
Returns number of "service" element
sizeOfServiceArray() - Method in interface org.duracloud.ServicesDocument.Services
Returns number of "service" element
skip(long) - Method in class org.duracloud.io.ByteCountingInputStream
 
SourceContentType - Interface in org.duracloud
An XML sourceContentType(@duracloud.org).
SourceContentType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
SourceContentTypeImpl - Class in org.duracloud.impl
An XML sourceContentType(@duracloud.org).
SourceContentTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.SourceContentTypeImpl
 
Space - Class in org.duracloud.domain
A Space - the container in which content is stored.
Space() - Constructor for class org.duracloud.domain.Space
 
Space - Class in org.duracloud.duradmin.domain
 
Space() - Constructor for class org.duracloud.duradmin.domain.Space
 
SPACE_ACCESS - Static variable in interface org.duracloud.client.ContentStore
Basic space metadata: Space access (OPEN or CLOSED)
SPACE_ACCESS_HEADER - Static variable in class org.duracloud.durastore.rest.BaseRest
 
SPACE_COUNT - Static variable in interface org.duracloud.client.ContentStore
Basic space metadata: Count of items in a space
SPACE_CREATED - Static variable in interface org.duracloud.client.ContentStore
Basic space metadata: Created date
SPACE_ID - Static variable in class org.duracloud.durastore.aop.IngestMessageConverter
 
SPACE_ID - Static variable in class org.duracloud.services.replication.ReplicationService
 
SPACE_ID_INDEX - Static variable in class org.duracloud.durastore.aop.IngestAdvice
 
SPACE_METADATA_SUFFIX - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
SpaceAccessVoter - Class in org.duracloud.security.vote
 
SpaceAccessVoter() - Constructor for class org.duracloud.security.vote.SpaceAccessVoter
 
SpaceAccessVoterImpl - Class in org.duracloud.security.vote
 
SpaceAccessVoterImpl() - Constructor for class org.duracloud.security.vote.SpaceAccessVoterImpl
 
SpaceController - Class in org.duracloud.duradmin.spaces.controller
 
SpaceController() - Constructor for class org.duracloud.duradmin.spaces.controller.SpaceController
 
spaceIdKey - Static variable in class org.duracloud.appconfig.domain.DuraserviceConfig
 
SpaceMetadata - Class in org.duracloud.duradmin.domain
Stores space metadata.
SpaceMetadata() - Constructor for class org.duracloud.duradmin.domain.SpaceMetadata
 
SpaceResource - Class in org.duracloud.durastore.rest
Provides interaction with spaces
SpaceResource(StorageProviderFactory) - Constructor for class org.duracloud.durastore.rest.SpaceResource
 
SpaceRest - Class in org.duracloud.durastore.rest
Provides interaction with spaces via REST
SpaceRest(SpaceResource) - Constructor for class org.duracloud.durastore.rest.SpaceRest
 
SPACES - Static variable in class org.duracloud.duradmin.view.MainMenu
 
SPACES_VAR - Static variable in class org.duracloud.duraservice.mgmt.ServiceConfigUtil
 
SpacesController - Class in org.duracloud.duradmin.spaces.controller
 
SpacesController() - Constructor for class org.duracloud.duradmin.spaces.controller.SpacesController
 
SpaceUtil - Class in org.duracloud.duradmin.util
Provides utility methods for spaces.
SpaceUtil() - Constructor for class org.duracloud.duradmin.util.SpaceUtil
 
SRC_SIZE - Static variable in class org.duracloud.services.hadoop.imageconversion.ImageConversionMapper
 
start() - Method in class org.duracloud.common.util.metrics.Metric.MetricElement
 
start(String) - Method in class org.duracloud.common.util.metrics.Metric
 
start(Credential, String) - Method in interface org.duracloud.computeprovider.mgmt.ComputeProvider
This method starts an instance-image with provided credential and Compute-provider properties.
start(Credential, String) - Method in class org.duracloud.computeprovider.mgmt.mock.LocalComputeProviderImpl
 
start(Credential, String) - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProvider
This method starts an instance-image with provided credential and Compute-provider properties.
start() - Method in class org.duracloud.services.BaseService
 
start() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
start() - Method in interface org.duracloud.services.ComputeService
 
start() - Method in class org.duracloud.services.fixity.FixityService
 
start() - Method in class org.duracloud.services.hello.impl.HelloServiceImpl
 
start() - Method in class org.duracloud.services.hellowebappwrapper.HelloWebappWrapper
 
start() - Method in class org.duracloud.services.image.ImageConversionService
 
start() - Method in class org.duracloud.services.j2kservice.J2kWebappWrapper
 
start() - Method in class org.duracloud.services.replication.ReplicationService
 
start() - Method in class org.duracloud.services.script.ScriptService
 
start() - Method in class org.duracloud.services.streaming.MediaStreamingService
 
start() - Method in class org.duracloud.services.webapputil.tomcat.TomcatInstance
This method starts the tomcat instance.
start(Map<String, String>) - Method in class org.duracloud.services.webapputil.tomcat.TomcatInstance
 
start(String) - Method in class org.duracloud.servicesutil.util.internal.NoopServiceStarterImpl
start(String) - Method in class org.duracloud.servicesutil.util.internal.ServiceStarterImpl
start(String) - Method in interface org.duracloud.servicesutil.util.ServiceStarter
 
start(Iterator<String>, List<File>) - Static method in class org.duracloud.sync.walker.DeleteChecker
 
start(List<File>) - Static method in class org.duracloud.sync.walker.DirWalker
 
start(List<File>, long) - Static method in class org.duracloud.sync.walker.RestartDirWalker
 
StartController - Class in org.duracloud.servicesadmin.control
 
StartController() - Constructor for class org.duracloud.servicesadmin.control.StartController
 
startConversion() - Method in class org.duracloud.services.image.ConversionManager
 
STARTED - Static variable in interface org.duracloud.DeploymentStatusType
 
startingWork() - Method in class org.duracloud.sync.mgmt.StatusManager
 
startMetric(String) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
startMetric(String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
startMetric(String) - Method in class org.duracloud.s3storage.ProbedRestS3Service
 
startMetric(String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
startMonitor() - Method in class org.duracloud.sync.monitor.DirectoryUpdateMonitor
Starts the monitor watching for updates.
startServiceBundle(String) - Method in class org.duracloud.servicesadminclient.ServicesAdminClient
 
startupBackups() - Method in class org.duracloud.sync.backup.SyncBackupManager
 
state - Variable in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
StatelessStorageProvider - Interface in org.duracloud.storage.provider
 
StatelessStorageProviderImpl - Class in org.duracloud.storage.provider
 
StatelessStorageProviderImpl() - Constructor for class org.duracloud.storage.provider.StatelessStorageProviderImpl
 
STATUS_KEY - Static variable in class org.duracloud.services.fixity.results.ServiceResultProcessor
 
StatusController - Class in org.duracloud.servicesadmin.control
 
StatusController() - Constructor for class org.duracloud.servicesadmin.control.StatusController
 
StatusManager - Class in org.duracloud.sync.mgmt
Singleton class which tracks the status of the sync queue
StatusManager() - Constructor for class org.duracloud.sync.mgmt.StatusManager
 
stop() - Method in class org.duracloud.common.util.metrics.Metric.MetricElement
 
stop(String) - Method in class org.duracloud.common.util.metrics.Metric
 
stop(Credential, String, String) - Method in interface org.duracloud.computeprovider.mgmt.ComputeProvider
This method stops the running instance with provided id.
stop(Credential, String, String) - Method in class org.duracloud.computeprovider.mgmt.mock.LocalComputeProviderImpl
 
stop(Credential, String, String) - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProvider
This method stops the running instance with provided id.
stop() - Method in class org.duracloud.services.BaseService
 
stop() - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
stop() - Method in interface org.duracloud.services.ComputeService
 
stop() - Method in class org.duracloud.services.fixity.FixityService
 
stop() - Method in class org.duracloud.services.hello.impl.HelloServiceImpl
 
stop() - Method in class org.duracloud.services.hellowebappwrapper.HelloWebappWrapper
 
stop() - Method in class org.duracloud.services.image.ImageConversionService
 
stop() - Method in class org.duracloud.services.j2kservice.J2kWebappWrapper
 
stop() - Method in class org.duracloud.services.replication.ReplicationService
 
stop() - Method in class org.duracloud.services.script.ScriptService
 
stop() - Method in class org.duracloud.services.streaming.MediaStreamingService
 
stop() - Method in class org.duracloud.services.webapputil.tomcat.TomcatInstance
This method shutsdown the tomcat instance.
stop(String) - Method in class org.duracloud.servicesutil.util.internal.NoopServiceStopperImpl
stop(String) - Method in class org.duracloud.servicesutil.util.internal.ServiceStopperImpl
stop(String) - Method in interface org.duracloud.servicesutil.util.ServiceStopper
StopController - Class in org.duracloud.servicesadmin.control
 
StopController() - Constructor for class org.duracloud.servicesadmin.control.StopController
 
stopConversion() - Method in class org.duracloud.services.image.ConversionManager
 
stopConversion() - Method in class org.duracloud.services.image.ConversionThread
 
StopHadoopJobTaskRunner - Class in org.duracloud.s3task.hadoop
 
StopHadoopJobTaskRunner(AmazonElasticMapReduceClient) - Constructor for class org.duracloud.s3task.hadoop.StopHadoopJobTaskRunner
 
stopMetric(String) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
stopMetric(String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
stopMetric(String) - Method in class org.duracloud.s3storage.ProbedRestS3Service
 
stopMetric(String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
stopMonitor() - Method in class org.duracloud.sync.monitor.DirectoryUpdateMonitor
Stops the monitor, no further updates will be reported.
STOPPED - Static variable in interface org.duracloud.DeploymentStatusType
 
stoppingWork() - Method in class org.duracloud.sync.mgmt.StatusManager
 
stopProcessing() - Method in class org.duracloud.services.fixity.worker.ServiceWorkManager
Indicate that service should stop after the items currently being processed have completed.
stopServiceBundle(String) - Method in class org.duracloud.servicesadminclient.ServicesAdminClient
 
StorageAccount - Class in org.duracloud.storage.domain
Contains the information necessary to access a storage provider account.
StorageAccount(String, String, String, StorageProviderType) - Constructor for class org.duracloud.storage.domain.StorageAccount
 
storageAccountKey - Static variable in class org.duracloud.appconfig.domain.DurastoreConfig
 
StorageAccountManager - Class in org.duracloud.storage.domain
Manages storage provider accounts.
StorageAccountManager() - Constructor for class org.duracloud.storage.domain.StorageAccountManager
 
StorageAccountsDocumentBinding - Class in org.duracloud.appconfig.xml
This class (de)serializes durastore acct configuration between objects and xml.
StorageAccountsDocumentBinding() - Constructor for class org.duracloud.appconfig.xml.StorageAccountsDocumentBinding
 
StorageAccountTestUtil - Class in org.duracloud.unittestdb.util
Provides utilities for testing with storage accounts.
StorageAccountTestUtil() - Constructor for class org.duracloud.unittestdb.util.StorageAccountTestUtil
 
StorageException - Exception in org.duracloud.storage.error
Exception thrown by StorageProvider implementations.
StorageException(String) - Constructor for exception org.duracloud.storage.error.StorageException
 
StorageException(String, boolean) - Constructor for exception org.duracloud.storage.error.StorageException
 
StorageException(String, Throwable) - Constructor for exception org.duracloud.storage.error.StorageException
 
StorageException(String, Throwable, boolean) - Constructor for exception org.duracloud.storage.error.StorageException
 
StorageException(Throwable) - Constructor for exception org.duracloud.storage.error.StorageException
 
StorageException(Throwable, boolean) - Constructor for exception org.duracloud.storage.error.StorageException
 
StorageProvider - Class in org.duracloud.duradmin.domain
 
StorageProvider() - Constructor for class org.duracloud.duradmin.domain.StorageProvider
 
storageProvider - Variable in class org.duracloud.storage.provider.ProbedStorageProvider
 
StorageProvider - Interface in org.duracloud.storage.provider
A Storage Provider provides services which allow content to be stored in and retrieved from spaces.
StorageProvider.AccessType - Enum in org.duracloud.storage.provider
 
StorageProviderBase - Class in org.duracloud.storage.provider
 
StorageProviderBase() - Constructor for class org.duracloud.storage.provider.StorageProviderBase
 
StorageProviderFactory - Interface in org.duracloud.durastore.util
 
StorageProviderFactoryImpl - Class in org.duracloud.durastore.util
Provides access to StorageProvider implementations
StorageProviderFactoryImpl(StorageAccountManager, StatelessStorageProvider) - Constructor for class org.duracloud.durastore.util.StorageProviderFactoryImpl
 
StorageProviderType - Enum in org.duracloud.storage.domain
 
StorageProviderUtil - Class in org.duracloud.storage.util
Provides utility methods for Storage Providers
StorageProviderUtil() - Constructor for class org.duracloud.storage.util.StorageProviderUtil
 
Store - Class in org.duracloud.duraservice.domain
Contains the information necessary to connect to a DuraCloud store.
Store() - Constructor for class org.duracloud.duraservice.domain.Store
 
STORE_CONTEXT_VAR - Static variable in class org.duracloud.duraservice.mgmt.ServiceConfigUtil
 
STORE_HOST_VAR - Static variable in class org.duracloud.duraservice.mgmt.ServiceConfigUtil
 
STORE_ID - Static variable in class org.duracloud.durastore.aop.IngestMessageConverter
 
STORE_ID - Static variable in class org.duracloud.services.replication.ReplicationService
 
STORE_ID_INDEX - Static variable in class org.duracloud.durastore.aop.IngestAdvice
 
STORE_MSG_BROKER_VAR - Static variable in class org.duracloud.duraservice.mgmt.ServiceConfigUtil
 
STORE_PORT_VAR - Static variable in class org.duracloud.duraservice.mgmt.ServiceConfigUtil
 
STORE_PWORD_VAR - Static variable in class org.duracloud.duraservice.mgmt.ServiceConfigUtil
 
STORE_USER_VAR - Static variable in class org.duracloud.duraservice.mgmt.ServiceConfigUtil
 
StoreCaller<T> - Class in org.duracloud.client
This class spins on the abstract 'call()' until it returns successfully or it has run out of tries.
StoreCaller() - Constructor for class org.duracloud.client.StoreCaller
 
StoreCaller<T> - Class in org.duracloud.services.fixity.util
This class spins on the abstract 'call()' until it returns successfully or it has run out of tries.
StoreCaller() - Constructor for class org.duracloud.services.fixity.util.StoreCaller
 
storeMetadata(Map<String, String>) - Static method in class org.duracloud.storage.util.StorageProviderUtil
Converts metadata stored in a Map into a stream for storage purposes.
storeObject(String, File, String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
storeObject(String, byte[], String, String, Map<String, String>) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
storeObject(String, byte[], String, String, Map<String, String>, IFilesTransferCallback) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
storeObjectAs(String, File, String, String) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
storeObjectAs(String, File, String, String, IFilesTransferCallback) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
storeObjectAs(String, File, String, String, Map<String, String>) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
storeObjectAs(String, File, String, String, Map<String, String>, IFilesTransferCallback) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
StoreRest - Class in org.duracloud.durastore.rest
Provides interaction with storage providers accounts via REST
StoreRest(StorageProviderFactory, RestUtil) - Constructor for class org.duracloud.durastore.rest.StoreRest
 
STORES_VAR - Static variable in class org.duracloud.duraservice.mgmt.ServiceConfigUtil
 
storeStreamedObject(String, InputStream, String, String, Map<String, String>) - Method in class org.duracloud.rackspacestorage.ProbedFilesClient
 
streamContent(ContentStore, HttpServletResponse, String, String) - Static method in class org.duracloud.duradmin.util.SpaceUtil
 
StringToMultipartFile - Class in org.duracloud.duradmin.binding
 
StringToMultipartFile() - Constructor for class org.duracloud.duradmin.binding.StringToMultipartFile
 
SUCCESS - Static variable in class org.duracloud.services.hadoop.base.ProcessFileMapper
 
successfulCompletion() - Method in class org.duracloud.sync.mgmt.StatusManager
 
supports(Class) - Method in class org.duracloud.duradmin.security.ContentStoreAuthenticationProvider
 
supports(ConfigAttribute) - Method in class org.duracloud.security.vote.SpaceAccessVoter
This method always returns true because all configAttributes are able to be handled by this voter.
supports(Class) - Method in class org.duracloud.security.vote.SpaceAccessVoter
This methods returns true if the arg class is an instance of or subclass of FilterInvocation.
SyncBackupManager - Class in org.duracloud.sync.backup
Handles the execution of the changed list backup manager
SyncBackupManager(File, long) - Constructor for class org.duracloud.sync.backup.SyncBackupManager
 
syncDeletes() - Method in class org.duracloud.sync.config.SyncToolConfig
 
SyncEndpoint - Interface in org.duracloud.sync.endpoint
Endpoint to which files are synchronized.
syncFile(File, File) - Method in class org.duracloud.sync.endpoint.DuraStoreSyncEndpoint
 
syncFile(File, File) - Method in class org.duracloud.sync.endpoint.FileSystemSyncEndpoint
 
syncFile(File, File) - Method in interface org.duracloud.sync.endpoint.SyncEndpoint
Ensures that the endpoint includes a file equivalent to the provided local file: - If the local file exists but no file with the same path exists at the endpoint, the local file will be copied to the endpoint - If the local file exists and is different from a file with the same path at the endpoint, the local file will replace the file at the endpoint.
SyncManager - Class in org.duracloud.sync.mgmt
The SyncManager is responsible to watch for new entries in the ChangedList and make sure those changes are pushed to the SyncEndpoint.
SyncManager(List<File>, SyncEndpoint, int, long) - Constructor for class org.duracloud.sync.mgmt.SyncManager
Creates a SyncManager which, when started, will watch for updates to the ChangedList and kick off SyncWorkers to handle any changed files.
SyncTool - Class in org.duracloud.sync
Starting point for the Sync Tool.
SyncTool() - Constructor for class org.duracloud.sync.SyncTool
 
SyncToolConfig - Class in org.duracloud.sync.config
Configuration for the Sync Tool
SyncToolConfig() - Constructor for class org.duracloud.sync.config.SyncToolConfig
 
SyncToolConfigParser - Class in org.duracloud.sync.config
Handles reading the configuration parameters for the Sync Tool
SyncToolConfigParser() - Constructor for class org.duracloud.sync.config.SyncToolConfigParser
Creates a parser for command line configuration options.
SyncWorker - Class in org.duracloud.sync.mgmt
Handles the syncing of a single changed file using the given endpoint.
SyncWorker(ChangedFile, File, SyncEndpoint) - Constructor for class org.duracloud.sync.mgmt.SyncWorker
Creates a SyncWorker to handle syncing a file
SystemConfig - Class in org.duracloud.serviceconfig
This class holds service config info supplied by the user.
SystemConfig(String, String, String) - Constructor for class org.duracloud.serviceconfig.SystemConfig
 
SystemConfigType - Interface in org.duracloud
An XML systemConfigType(@duracloud.org).
SystemConfigType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
SystemConfigTypeImpl - Class in org.duracloud.impl
An XML systemConfigType(@duracloud.org).
SystemConfigTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.SystemConfigTypeImpl
 
SystemPropertyType - Interface in org.duracloud
An XML systemPropertyType(@duracloud.org).
SystemPropertyType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
SystemPropertyTypeImpl - Class in org.duracloud.impl
An XML systemPropertyType(@duracloud.org).
SystemPropertyTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.SystemPropertyTypeImpl
 
SystemUserCredential - Class in org.duracloud.common.model
 
SystemUserCredential() - Constructor for class org.duracloud.common.model.SystemUserCredential
 

T

table - Static variable in class org.duracloud.DeploymentOptionLocationType.Enum
 
table - Static variable in class org.duracloud.DeploymentOptionStateType.Enum
 
table - Static variable in class org.duracloud.DeploymentStatusType.Enum
 
table - Static variable in class org.duracloud.OptionInputType.Enum
 
TableSpec - Class in org.duracloud.common.util
 
TableSpec() - Constructor for class org.duracloud.common.util.TableSpec
 
Tag - Class in org.duracloud.duradmin.domain
 
Tag() - Constructor for class org.duracloud.duradmin.domain.Tag
 
TAGS - Static variable in class org.duracloud.duradmin.util.TagUtil
 
TagUtil - Class in org.duracloud.duradmin.util
 
TagUtil() - Constructor for class org.duracloud.duradmin.util.TagUtil
 
TaskException - Exception in org.duracloud.storage.error
 
TaskException(String) - Constructor for exception org.duracloud.storage.error.TaskException
 
TaskException(String, Throwable) - Constructor for exception org.duracloud.storage.error.TaskException
 
TaskProvider - Interface in org.duracloud.storage.provider
A Task Provider performs tasks which are specific to a particular provider implementation, and thus cannot be generalized as part of StorageProvider.
TaskProviderFactory - Class in org.duracloud.durastore.util
Provides access to TaskProvider implementations
TaskProviderFactory(StorageAccountManager) - Constructor for class org.duracloud.durastore.util.TaskProviderFactory
 
TaskRest - Class in org.duracloud.durastore.rest
Allows for calling storage provider specific tasks
TaskRest(TaskProviderFactory, RestUtil) - Constructor for class org.duracloud.durastore.rest.TaskRest
 
TaskRunner - Interface in org.duracloud.storage.provider
 
TEXT - Static variable in interface org.duracloud.OptionInputType
 
TEXT_HTML - Static variable in class org.duracloud.duraservice.rest.BaseRest
 
TEXT_HTML - Static variable in class org.duracloud.durastore.rest.BaseRest
 
TEXT_PLAIN - Static variable in class org.duracloud.duraservice.rest.BaseRest
 
TEXT_PLAIN - Static variable in class org.duracloud.durastore.rest.BaseRest
 
TEXT_XML - Static variable in class org.duracloud.duraservice.rest.BaseRest
 
TEXT_XML - Static variable in class org.duracloud.durastore.rest.BaseRest
 
TextUserConfig - Class in org.duracloud.serviceconfig.user
 
TextUserConfig(String, String, String, String) - Constructor for class org.duracloud.serviceconfig.user.TextUserConfig
 
TextUserConfig(String, String, String) - Constructor for class org.duracloud.serviceconfig.user.TextUserConfig
 
TextUserConfig(String, String) - Constructor for class org.duracloud.serviceconfig.user.TextUserConfig
 
throwIfSpaceNotExist(String) - Method in class org.duracloud.emcstorage.EMCStorageProvider
 
throwIfSpaceNotExist(String) - Method in class org.duracloud.rackspacestorage.RackspaceStorageProvider
 
throwIfSpaceNotExist(String) - Method in class org.duracloud.s3storage.S3StorageProvider
 
throwIfSpaceNotExist(String) - Method in class org.duracloud.storage.provider.StorageProviderBase
 
throwServiceException(String) - Method in class org.duracloud.servicesutil.util.internal.ServiceInstallBase
 
TilesConfigurer - Class in org.duracloud.duradmin.view.tiles2
Helper class to configure Tiles2 for the Spring Framework.
TilesConfigurer() - Constructor for class org.duracloud.duradmin.view.tiles2.TilesConfigurer
 
TITLE_META - Static variable in class org.duracloud.services.streaming.PlaylistCreator
 
titleOf(String) - Method in class org.duracloud.common.util.bulk.ManifestVerifier
 
titleOf(String) - Method in class org.duracloud.services.fixity.util.FixityManifestVerifier
 
TomcatInstance - Class in org.duracloud.services.webapputil.tomcat
This class is a stateful representation of a tomcat instance.
TomcatInstance(File, int) - Constructor for class org.duracloud.services.webapputil.tomcat.TomcatInstance
 
TomcatUtil - Class in org.duracloud.services.webapputil.tomcat
This class provides utility methods for creating and removing tomcat installations.
TomcatUtil() - Constructor for class org.duracloud.services.webapputil.tomcat.TomcatUtil
 
toMessage(Object, Session) - Method in class org.duracloud.durastore.aop.IngestMessageConverter
 
toObject(String, Class) - Method in class org.duracloud.duradmin.binding.StringToMultipartFile
 
toString() - Method in class org.duracloud.common.model.Credential
 
toString() - Method in enum org.duracloud.common.model.DuraCloudUserType
 
toString() - Method in class org.duracloud.common.model.SystemUserCredential
 
toString() - Method in enum org.duracloud.common.util.ChecksumUtil.Algorithm
 
toString() - Method in class org.duracloud.common.util.metrics.Metric.MetricElement
 
toString() - Method in class org.duracloud.common.util.metrics.Metric
 
toString() - Method in enum org.duracloud.computeprovider.domain.ComputeProviderType
 
toString(Object) - Method in class org.duracloud.duradmin.binding.StringToMultipartFile
 
toString() - Method in class org.duracloud.duradmin.domain.ContentItem
 
toString() - Method in class org.duracloud.duradmin.domain.ServiceCommand
 
toString() - Method in class org.duracloud.duradmin.spaces.controller.ContentItemUploadTask
 
toString() - Method in class org.duracloud.durastore.aop.IngestMessage
 
toString() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
 
toString() - Method in class org.duracloud.serviceconfig.DeploymentOption
 
toString() - Method in class org.duracloud.services.fixity.domain.ContentLocation
 
toString() - Method in class org.duracloud.services.fixity.domain.FixityServiceOptions
 
toString() - Method in class org.duracloud.services.fixity.results.HashFinderResult
 
toString() - Method in class org.duracloud.services.fixity.results.ServiceResultListener.StatusMsg
 
toString() - Method in class org.duracloud.services.hellowebappwrapper.HelloWebappWrapper
 
toString() - Method in class org.duracloud.services.j2kservice.J2kWebappWrapper
 
toString() - Method in enum org.duracloud.storage.domain.StorageProviderType
 
toString() - Method in class org.duracloud.unittestdb.domain.ResourceType
 
TRANSFER_ENCODING - Static variable in interface org.duracloud.common.rest.HttpHeaders
 
TransitiveDependencyCollector - Class in org.ops4j.pax.exam.mavenplugin
 
TransitiveDependencyCollector(MavenProject, ArtifactFactory, MavenProjectBuilder, List<ArtifactRepository>, ArtifactRepository) - Constructor for class org.ops4j.pax.exam.mavenplugin.TransitiveDependencyCollector
 
type - Static variable in interface org.duracloud.AuthoritiesType
 
type - Static variable in interface org.duracloud.ChunksManifestDocument
 
type - Static variable in interface org.duracloud.ChunksManifestType
 
type - Static variable in interface org.duracloud.ChunksType
 
type - Static variable in interface org.duracloud.ChunkType
 
type - Static variable in interface org.duracloud.DeploymentOptionLocationType
 
type - Static variable in interface org.duracloud.DeploymentOptionStateType
 
type - Static variable in interface org.duracloud.DeploymentOptionsType
 
type - Static variable in interface org.duracloud.DeploymentOptionType
 
type - Static variable in interface org.duracloud.DeploymentStatusType
 
type - Static variable in interface org.duracloud.DeploymentsType
 
type - Static variable in interface org.duracloud.DeploymentType
 
type - Static variable in interface org.duracloud.HeaderType
 
type - Static variable in interface org.duracloud.ModeSetType
 
type - Static variable in interface org.duracloud.ModeType
 
type - Static variable in interface org.duracloud.OptionInputType
 
type - Static variable in interface org.duracloud.SecurityUsersDocument
 
type - Static variable in interface org.duracloud.SecurityUsersType
 
type - Static variable in interface org.duracloud.SecurityUserType
 
type - Static variable in interface org.duracloud.ServiceDocument
 
type - Static variable in interface org.duracloud.ServicesDocument.Services
 
type - Static variable in interface org.duracloud.ServicesDocument
 
type - Static variable in interface org.duracloud.ServiceType
 
type - Static variable in interface org.duracloud.SingleServiceType
 
type - Static variable in interface org.duracloud.SourceContentType
 
type - Static variable in interface org.duracloud.SystemConfigType
 
type - Static variable in interface org.duracloud.SystemPropertyType
 
type - Static variable in interface org.duracloud.UserConfigType
 
type - Static variable in interface org.duracloud.UserPropertyType.Option
 
type - Static variable in interface org.duracloud.UserPropertyType
 
typeKey - Static variable in class org.duracloud.appconfig.domain.DuraserviceConfig
 

U

UnauthorizedException - Exception in org.duracloud.error
Exception thrown when a request is not accepted because the caller is not authorized to perform the function
UnauthorizedException(String) - Constructor for exception org.duracloud.error.UnauthorizedException
 
UnauthorizedException(String, Exception) - Constructor for exception org.duracloud.error.UnauthorizedException
 
UnauthorizedException(String, String, Exception) - Constructor for exception org.duracloud.error.UnauthorizedException
 
UnauthorizedException(String, String, String, Exception) - Constructor for exception org.duracloud.error.UnauthorizedException
 
UNAVAILABLE - Static variable in interface org.duracloud.DeploymentOptionStateType
 
unDeploy(URL) - Method in class org.duracloud.services.webapputil.internal.WebAppUtilImpl
This method undeploys the webapp currently deployed at the arg URL.
unDeploy(String) - Method in class org.duracloud.services.webapputil.tomcat.TomcatInstance
This method undeploys the webapp found under the arg context
unDeploy(URL) - Method in interface org.duracloud.services.webapputil.WebAppUtil
This method undeploys the webapp currently running at the arg url and destroys the application server that was hosting it.
undeployAllServices() - Method in class org.duracloud.duraservice.mgmt.ServiceManager
Undeploys all of the deployed services.
undeployService(int, int) - Method in interface org.duracloud.client.ServicesManager
UnDeploys a service.
undeployService(int, int) - Method in class org.duracloud.client.ServicesManagerImpl
UnDeploys a service.
undeployService(int, int) - Method in class org.duracloud.duraservice.mgmt.ServiceManager
Stops and un-deploys a service
undeployService(int, int) - Method in interface org.duracloud.duraservice.rest.ServiceResource
 
undeployService(int, int) - Method in class org.duracloud.duraservice.rest.ServiceResourceImpl
 
undeployService(int, int) - Method in class org.duracloud.duraservice.rest.ServiceRest
Stops and undeploys a service.
UnexpectedResponseException - Exception in org.duracloud.client.error
Exception thrown when an unexpected response code is returned from a services call.
UnexpectedResponseException(String, int, int, String) - Constructor for exception org.duracloud.client.error.UnexpectedResponseException
 
uninstall(String) - Method in class org.duracloud.servicesutil.util.internal.ServiceUninstallerImpl
 
uninstall(String) - Method in interface org.duracloud.servicesutil.util.ServiceUninstaller
 
UninstallController - Class in org.duracloud.servicesadmin.control
 
UninstallController() - Constructor for class org.duracloud.servicesadmin.control.UninstallController
 
unInstallTomcat(TomcatInstance) - Method in class org.duracloud.services.webapputil.tomcat.TomcatUtil
This method removes the tomcat installation represented by the arg tomcatInstance.
UnitTestDatabaseLoaderCLI - Class in org.duracloud.unittestdb
 
UnitTestDatabaseLoaderCLI() - Constructor for class org.duracloud.unittestdb.UnitTestDatabaseLoaderCLI
 
UnitTestDatabaseUtil - Class in org.duracloud.unittestdb
 
UnitTestDatabaseUtil() - Constructor for class org.duracloud.unittestdb.UnitTestDatabaseUtil
 
UnitTestDatabaseUtil(Credential, String, String) - Constructor for class org.duracloud.unittestdb.UnitTestDatabaseUtil
 
UnknownResourceTypeException - Exception in org.duracloud.unittestdb.error
 
UnknownResourceTypeException(String) - Constructor for exception org.duracloud.unittestdb.error.UnknownResourceTypeException
 
unlock() - Method in class org.duracloud.duraservice.domain.ServiceComputeInstance
 
unlockServiceComputeInstance(String) - Method in class org.duracloud.duraservice.mgmt.ServiceManager
Unlocks a services compute instance, indicating that the instance is available for further service deployments.
unRegister(String) - Static method in class org.duracloud.servicesutil.util.catalog.BundleCatalog
This method decrements the usage count of the arg name in the catalog.
unsetAccountNonExpired() - Method in class org.duracloud.impl.SecurityUserTypeImpl
Unsets the "accountNonExpired" element
unsetAccountNonExpired() - Method in interface org.duracloud.SecurityUserType
Unsets the "accountNonExpired" element
unsetAccountNonLocked() - Method in class org.duracloud.impl.SecurityUserTypeImpl
Unsets the "accountNonLocked" element
unsetAccountNonLocked() - Method in interface org.duracloud.SecurityUserType
Unsets the "accountNonLocked" element
unsetCredentialsNonExpired() - Method in class org.duracloud.impl.SecurityUserTypeImpl
Unsets the "credentialsNonExpired" element
unsetCredentialsNonExpired() - Method in interface org.duracloud.SecurityUserType
Unsets the "credentialsNonExpired" element
unsetDefaultValue() - Method in class org.duracloud.impl.SystemPropertyTypeImpl
Unsets the "defaultValue" attribute
unsetDefaultValue() - Method in interface org.duracloud.SystemPropertyType
Unsets the "defaultValue" attribute
unsetDeploymentOptions() - Method in class org.duracloud.impl.ServiceTypeImpl
Unsets the "deploymentOptions" element
unsetDeploymentOptions() - Method in interface org.duracloud.ServiceType
Unsets the "deploymentOptions" element
unsetDeployments() - Method in class org.duracloud.impl.ServiceTypeImpl
Unsets the "deployments" element
unsetDeployments() - Method in interface org.duracloud.ServiceType
Unsets the "deployments" element
unsetDescription() - Method in class org.duracloud.impl.ServiceTypeImpl
Unsets the "description" element
unsetDescription() - Method in interface org.duracloud.ServiceType
Unsets the "description" element
unsetDisplayName() - Method in class org.duracloud.impl.ServiceTypeImpl
Unsets the "displayName" attribute
unsetDisplayName() - Method in interface org.duracloud.ServiceType
Unsets the "displayName" attribute
unsetEnabled() - Method in class org.duracloud.impl.SecurityUserTypeImpl
Unsets the "enabled" element
unsetEnabled() - Method in interface org.duracloud.SecurityUserType
Unsets the "enabled" element
unsetExclusion() - Method in class org.duracloud.impl.UserPropertyTypeImpl
Unsets the "exclusion" attribute
unsetExclusion() - Method in interface org.duracloud.UserPropertyType
Unsets the "exclusion" attribute
unsetHostname() - Method in interface org.duracloud.DeploymentOptionType
Unsets the "hostname" attribute
unsetHostname() - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Unsets the "hostname" attribute
unsetId() - Method in interface org.duracloud.DeploymentOptionsType
Unsets the "id" attribute
unsetId() - Method in interface org.duracloud.DeploymentOptionType
Unsets the "id" attribute
unsetId() - Method in interface org.duracloud.DeploymentsType
Unsets the "id" attribute
unsetId() - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
Unsets the "id" attribute
unsetId() - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Unsets the "id" attribute
unsetId() - Method in class org.duracloud.impl.DeploymentsTypeImpl
Unsets the "id" attribute
unsetId() - Method in class org.duracloud.impl.ModeSetTypeImpl
Unsets the "id" attribute
unsetId() - Method in class org.duracloud.impl.SystemConfigTypeImpl
Unsets the "id" attribute
unsetId() - Method in class org.duracloud.impl.UserConfigTypeImpl
Unsets the "id" attribute
unsetId() - Method in interface org.duracloud.ModeSetType
Unsets the "id" attribute
unsetId() - Method in interface org.duracloud.SystemConfigType
Unsets the "id" attribute
unsetId() - Method in interface org.duracloud.UserConfigType
Unsets the "id" attribute
unsetLocation() - Method in interface org.duracloud.DeploymentOptionType
Unsets the "location" attribute
unsetLocation() - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Unsets the "location" attribute
unsetMax() - Method in interface org.duracloud.DeploymentOptionsType
Unsets the "max" attribute
unsetMax() - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
Unsets the "max" attribute
unsetSelected() - Method in class org.duracloud.impl.ModeTypeImpl
Unsets the "selected" attribute
unsetSelected() - Method in class org.duracloud.impl.UserPropertyTypeImpl.OptionImpl
Unsets the "selected" attribute
unsetSelected() - Method in interface org.duracloud.ModeType
Unsets the "selected" attribute
unsetSelected() - Method in interface org.duracloud.UserPropertyType.Option
Unsets the "selected" attribute
unsetSystemConfig() - Method in interface org.duracloud.DeploymentType
Unsets the "systemConfig" element
unsetSystemConfig() - Method in class org.duracloud.impl.DeploymentTypeImpl
Unsets the "systemConfig" element
unsetSystemConfig() - Method in class org.duracloud.impl.ServiceTypeImpl
Unsets the "systemConfig" element
unsetSystemConfig() - Method in interface org.duracloud.ServiceType
Unsets the "systemConfig" element
unsetUserConfig() - Method in interface org.duracloud.DeploymentType
Unsets the "userConfig" element
unsetUserConfig() - Method in class org.duracloud.impl.DeploymentTypeImpl
Unsets the "userConfig" element
unsetUserConfig() - Method in class org.duracloud.impl.ServiceTypeImpl
Unsets the "userConfig" element
unsetUserConfig() - Method in interface org.duracloud.ServiceType
Unsets the "userConfig" element
unsetValue() - Method in class org.duracloud.impl.UserPropertyTypeImpl
Unsets the "value" attribute
unsetValue() - Method in interface org.duracloud.UserPropertyType
Unsets the "value" attribute
UnsupportedTaskException - Exception in org.duracloud.error
 
UnsupportedTaskException(String, Throwable) - Constructor for exception org.duracloud.error.UnsupportedTaskException
 
UnsupportedTaskException - Exception in org.duracloud.storage.error
 
UnsupportedTaskException(String) - Constructor for exception org.duracloud.storage.error.UnsupportedTaskException
 
update(long, long, int) - Method in class org.duracloud.duradmin.spaces.controller.ContentItemUploadTask
 
update() - Method in class org.duracloud.duradmin.util.ScrollableList
 
updateConfiguration(String, Map<String, String>) - Method in interface org.duracloud.servicesutil.util.DuraConfigAdmin
The update policy for arg properties is that: 1.
updateConfiguration(String, Map<String, String>) - Method in class org.duracloud.servicesutil.util.internal.DuraConfigAdminImpl
The update policy for arg properties is that: 1.
updateContentMetadata(String, String, String, Map<String, String>, String) - Method in interface org.duracloud.durastore.rest.ContentResource
 
updateContentMetadata(String, String, String, Map<String, String>, String) - Method in class org.duracloud.durastore.rest.ContentResourceImpl
Updates the metadata of a piece of content.
updateContentMetadata(String, String, String) - Method in class org.duracloud.durastore.rest.ContentRest
see ContentResource.updateContentMetadata()
updated(Dictionary) - Method in class org.duracloud.services.bulkimageconversion.BulkImageConversionService
 
updated(Dictionary) - Method in class org.duracloud.services.fixity.FixityService
 
updated(Dictionary) - Method in class org.duracloud.services.hello.impl.HelloServiceImpl
 
updated(Dictionary) - Method in class org.duracloud.services.hellowebappwrapper.HelloWebappWrapper
 
updated(Dictionary) - Method in class org.duracloud.services.image.ImageConversionService
 
updated(Dictionary) - Method in class org.duracloud.services.j2kservice.J2kWebappWrapper
 
updated(Dictionary) - Method in class org.duracloud.services.replication.ReplicationService
 
updated(Dictionary) - Method in class org.duracloud.services.script.ScriptService
 
updated(Dictionary) - Method in class org.duracloud.services.streaming.MediaStreamingService
 
updated(Dictionary) - Method in class org.duracloud.services.webapputil.internal.WebAppUtilImpl
 
updateObject(Identifier, Acl, MetadataList, Extent, byte[], String) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
updateObjectFromSegment(Identifier, Acl, MetadataList, Extent, BufferSegment, String) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
updateObjectFromStream(Identifier, Acl, MetadataList, Extent, InputStream, int, String) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
updateServiceConfig(int, int, String, List<UserConfig>) - Method in interface org.duracloud.client.ServicesManager
Updates the configuration of a deployed service.
updateServiceConfig(int, int, String, List<UserConfig>) - Method in class org.duracloud.client.ServicesManagerImpl
Updates the configuration of a deployed service.
updateServiceConfig(int, int, String, List<UserConfig>) - Method in class org.duracloud.duraservice.mgmt.ServiceManager
Updates the configuration of a service which has already been deployed
updateServiceConfig(int, int, InputStream) - Method in interface org.duracloud.duraservice.rest.ServiceResource
 
updateServiceConfig(int, int, InputStream) - Method in class org.duracloud.duraservice.rest.ServiceResourceImpl
 
updateSpaceMetadata(String, String, Map<String, String>, String) - Method in class org.duracloud.durastore.rest.SpaceResource
Updates the metadata of a space.
updateSpaceMetadata(String, String) - Method in class org.duracloud.durastore.rest.SpaceRest
see SpaceResource.updateSpaceMetadata(String, String, String, String);
UPGRADE - Static variable in interface org.duracloud.common.rest.HttpHeaders
 
UploadController - Class in org.duracloud.controller
 
UploadController() - Constructor for class org.duracloud.controller.UploadController
 
UploadManager - Class in org.duracloud.controller
 
UploadManager() - Constructor for class org.duracloud.controller.UploadManager
 
UploadTask - Interface in org.duracloud.controller
 
UploadTask.State - Enum in org.duracloud.controller
 
UploadTaskExistsException - Exception in org.duracloud.controller
 
UploadTaskExistsException() - Constructor for exception org.duracloud.controller.UploadTaskExistsException
 
url - Variable in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
urlEncode(String) - Static method in class org.duracloud.common.web.EncodeUtil
Encodes characters within a string to allow them to be used within a URL.
usage() - Static method in class org.duracloud.unittestdb.UnitTestDatabaseUtil
 
UserConfig - Class in org.duracloud.serviceconfig.user
* This class holds service config info supplied by the user.
UserConfig(String, String) - Constructor for class org.duracloud.serviceconfig.user.UserConfig
 
UserConfig(String, String, String) - Constructor for class org.duracloud.serviceconfig.user.UserConfig
 
UserConfig.InputType - Enum in org.duracloud.serviceconfig.user
Directs UI input type.
UserConfigMode - Class in org.duracloud.serviceconfig.user
 
UserConfigMode() - Constructor for class org.duracloud.serviceconfig.user.UserConfigMode
 
UserConfigModeSet - Class in org.duracloud.serviceconfig.user
 
UserConfigModeSet() - Constructor for class org.duracloud.serviceconfig.user.UserConfigModeSet
 
UserConfigType - Interface in org.duracloud
An XML userConfigType(@duracloud.org).
UserConfigType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
UserConfigTypeImpl - Class in org.duracloud.impl
An XML userConfigType(@duracloud.org).
UserConfigTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.UserConfigTypeImpl
 
UserDetailsServiceImpl - Class in org.duracloud.security.impl
This class acts as the repository of username/password/role info for access to this DuraCloud application.
UserDetailsServiceImpl() - Constructor for class org.duracloud.security.impl.UserDetailsServiceImpl
 
userKey - Static variable in class org.duracloud.appconfig.domain.SecurityConfig
 
usernameKey - Static variable in class org.duracloud.appconfig.domain.DuraserviceConfig
 
usernameKey - Static variable in class org.duracloud.appconfig.domain.DurastoreConfig
 
usernameKey - Static variable in class org.duracloud.appconfig.domain.SecurityConfig
 
UserPropertyType - Interface in org.duracloud
An XML userPropertyType(@duracloud.org).
UserPropertyType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
UserPropertyType.Option - Interface in org.duracloud
An XML option(@).
UserPropertyType.Option.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
UserPropertyTypeImpl - Class in org.duracloud.impl
An XML userPropertyType(@duracloud.org).
UserPropertyTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.UserPropertyTypeImpl
 
UserPropertyTypeImpl.OptionImpl - Class in org.duracloud.impl
An XML option(@).
UserPropertyTypeImpl.OptionImpl(SchemaType) - Constructor for class org.duracloud.impl.UserPropertyTypeImpl.OptionImpl
 
UserStore - Class in org.duracloud.duraservice.domain
Contains the information necessary to connect to a DuraCloud store in order to access user contentn
UserStore() - Constructor for class org.duracloud.duraservice.domain.UserStore
 
userStoreKey - Static variable in class org.duracloud.appconfig.domain.DuraserviceConfig
 

V

validateContentId(String) - Method in interface org.duracloud.client.ContentStore
Checks a content ID to ensure that it conforms to all restrictions
validateContentId(String) - Method in class org.duracloud.client.ContentStoreImpl
Checks a content ID to ensure that it conforms to all restrictions
validateContentId(String) - Method in class org.duracloud.duradmin.cache.ContentStoreCache
 
validateContentId(String) - Static method in class org.duracloud.storage.util.IdUtil
Determines if the ID of the content to be added is valid
validateSpaceId(String) - Method in interface org.duracloud.client.ContentStore
Checks a space ID to ensure that it conforms to all restrictions
validateSpaceId(String) - Method in class org.duracloud.client.ContentStoreImpl
Checks a space ID to ensure that it conforms to all restrictions
validateSpaceId(String) - Method in class org.duracloud.duradmin.cache.ContentStoreCache
 
validateSpaceId(String) - Static method in class org.duracloud.storage.util.IdUtil
Determines if the ID of the space to be added is valid
valueOf(String) - Static method in enum org.duracloud.chunk.writer.AddContentResult.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.client.ContentStore.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.common.error.ManifestVerifyException.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.common.model.DuraCloudUserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.common.util.ChecksumUtil.Algorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.computeprovider.domain.ComputeProviderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.computeprovider.mgmt.InstanceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.controller.UploadTask.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.serviceconfig.Deployment.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.serviceconfig.DeploymentOption.Location
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.serviceconfig.DeploymentOption.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.serviceconfig.user.UserConfig.InputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.services.ComputeService.ServiceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.services.fixity.domain.FixityServiceOptions.HashApproach
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.services.fixity.domain.FixityServiceOptions.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.services.fixity.results.ServiceResultListener.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.services.script.ScriptService.OS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.servicesadminclient.ServicesAdminClientCLI.ADMIN_OPTION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.servicesadminclient.ServicesAdminClientCLI.SERVICE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.storage.domain.StorageProviderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.storage.provider.StorageProvider.AccessType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.duracloud.chunk.writer.AddContentResult.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.client.ContentStore.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.common.error.ManifestVerifyException.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.common.model.DuraCloudUserType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.common.util.ChecksumUtil.Algorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.computeprovider.domain.ComputeProviderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.computeprovider.mgmt.InstanceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.controller.UploadTask.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.serviceconfig.Deployment.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.serviceconfig.DeploymentOption.Location
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.serviceconfig.DeploymentOption.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.serviceconfig.user.UserConfig.InputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.services.ComputeService.ServiceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.services.fixity.domain.FixityServiceOptions.HashApproach
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.services.fixity.domain.FixityServiceOptions.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.services.fixity.results.ServiceResultListener.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.services.script.ScriptService.OS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.servicesadminclient.ServicesAdminClientCLI.ADMIN_OPTION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.servicesadminclient.ServicesAdminClientCLI.SERVICE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.storage.domain.StorageProviderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.storage.provider.StorageProvider.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class org.duracloud.unittestdb.domain.ResourceType
This method returns the union of StorageProviderTypes and DuraCloudUserTypes.
verify(String...) - Method in class org.duracloud.common.util.bulk.ManifestVerifier
This method checks the provided manifest files for: same number of manifest entries equal checksums per entry
verify() - Method in class org.duracloud.common.util.bulk.ManifestVerifier
This method checks the provided manifest files for: same number of manifest entries equal checksums per entry
verify() - Method in class org.duracloud.services.fixity.domain.FixityServiceOptions
 
verifyProcessFile(String) - Method in class org.duracloud.services.hadoop.base.SimpleFileRecordReader
Verifies that the file at the provided file path should, indeed, be processed.
verifyProcessFile(String) - Method in class org.duracloud.services.hadoop.imageconversion.ICRecordReader
 
VerifySpaceCreationAdvice - Class in org.duracloud.durastore.aop
Verifies that when a space is created it is available for access prior to returning.
VerifySpaceCreationAdvice() - Constructor for class org.duracloud.durastore.aop.VerifySpaceCreationAdvice
 
VerifySpaceDeletionAdvice - Class in org.duracloud.durastore.aop
Verifies that when a space is deleted it is no longer available for access prior to returning.
VerifySpaceDeletionAdvice() - Constructor for class org.duracloud.durastore.aop.VerifySpaceDeletionAdvice
 
versionObject(Identifier) - Method in class org.duracloud.emcstorage.ProbedEsuApi
 
vote(Authentication, Object, ConfigAttributeDefinition) - Method in class org.duracloud.security.vote.RoleVoterImpl
This method is a pass-through for Spring-RoleVoter.
vote(Authentication, Object, ConfigAttributeDefinition) - Method in class org.duracloud.security.vote.SpaceAccessVoter
This method checks the access state of the arg resource (space and provider) and makes denies access to anonymous principals if the space is closed.
VoterUtil - Class in org.duracloud.security.vote
 
VoterUtil() - Constructor for class org.duracloud.security.vote.VoterUtil
 

W

waitForShutdown(String) - Static method in class org.duracloud.common.web.NetworkUtil
 
waitForStartup(String) - Static method in class org.duracloud.common.web.NetworkUtil
 
walkComplete() - Method in class org.duracloud.sync.walker.DirWalker
 
walkDirs() - Method in class org.duracloud.sync.walker.DirWalker
 
walkDirs() - Method in class org.duracloud.sync.walker.RestartDirWalker
 
WARNING - Static variable in interface org.duracloud.common.rest.HttpHeaders
 
WebAppDeployerException - Exception in org.duracloud.services.webapputil.error
 
WebAppDeployerException(String) - Constructor for exception org.duracloud.services.webapputil.error.WebAppDeployerException
 
WebAppDeployerException(String, Throwable) - Constructor for exception org.duracloud.services.webapputil.error.WebAppDeployerException
 
WebAppDeployerException(Exception) - Constructor for exception org.duracloud.services.webapputil.error.WebAppDeployerException
 
WebAppUtil - Interface in org.duracloud.services.webapputil
This interface abstracts the ability to (un)deploy a webapp to/from an application server.
WebAppUtilImpl - Class in org.duracloud.services.webapputil.internal
This class abstracts the details of managing appservers used to host DuraCloud services that run outside of an osgi-container.
WebAppUtilImpl() - Constructor for class org.duracloud.services.webapputil.internal.WebAppUtilImpl
 
WebappUtilServiceInfo - Class in org.duracloud.duraservice.config
 
WebappUtilServiceInfo() - Constructor for class org.duracloud.duraservice.config.WebappUtilServiceInfo
 
WebappWrapperException - Exception in org.duracloud.services.hellowebappwrapper.error
 
WebappWrapperException(String) - Constructor for exception org.duracloud.services.hellowebappwrapper.error.WebappWrapperException
 
WebappWrapperException(String, Throwable) - Constructor for exception org.duracloud.services.hellowebappwrapper.error.WebappWrapperException
 
WebappWrapperException(Exception) - Constructor for exception org.duracloud.services.hellowebappwrapper.error.WebappWrapperException
 
WholeFileInputFormat - Class in org.duracloud.services.hadoop.base
Input format which defines that files are not split and uses the SimpleFileRecordReader to produce key/value pairs based only on file path.
WholeFileInputFormat() - Constructor for class org.duracloud.services.hadoop.base.WholeFileInputFormat
 
wildcardKey - Static variable in class org.duracloud.appconfig.ApplicationInitializer
 
wrapStream(InputStream, ChecksumUtil.Algorithm) - Static method in class org.duracloud.common.util.ChecksumUtil
Wraps an InputStream with a DigestInputStream in order to compute a checksum as the stream is being read.
write(String, ChunkableContent) - Method in interface org.duracloud.chunk.writer.ContentWriter
This method writes the ChunkableContent to the arg space.
write(String, ChunkableContent) - Method in class org.duracloud.chunk.writer.DuracloudContentWriter
This method implements the ContentWriter interface for writing content to a DataStore.
write(String, ChunkableContent) - Method in class org.duracloud.chunk.writer.FilesystemContentWriter
This method implements the ContentWriter interface for writing content to a DataStore.
writeProvisioning(PrintStream, List<Dependency>) - Method in class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
 
writeReport(File) - Method in class org.duracloud.chunk.FileChunker
 
writeReport(MetricsTable) - Method in class org.duracloud.common.util.metrics.MetricsReport
 
writeSingle(String, String, ChunkInputStream) - Method in interface org.duracloud.chunk.writer.ContentWriter
This method writes the arg Chunk to the arg space.
writeSingle(String, String, ChunkInputStream) - Method in class org.duracloud.chunk.writer.DuracloudContentWriter
This method writes a single chunk to the DataStore.
writeSingle(String, String, ChunkInputStream) - Method in class org.duracloud.chunk.writer.FilesystemContentWriter
This method implements the ContentWriter interface for writing content to a DataStore.
writeStringToStream(String) - Static method in class org.duracloud.common.util.IOUtil
 

X

xgetAccountNonExpired() - Method in class org.duracloud.impl.SecurityUserTypeImpl
Gets (as xml) the "accountNonExpired" element
xgetAccountNonExpired() - Method in interface org.duracloud.SecurityUserType
Gets (as xml) the "accountNonExpired" element
xgetAccountNonLocked() - Method in class org.duracloud.impl.SecurityUserTypeImpl
Gets (as xml) the "accountNonLocked" element
xgetAccountNonLocked() - Method in interface org.duracloud.SecurityUserType
Gets (as xml) the "accountNonLocked" element
xgetByteSize() - Method in interface org.duracloud.ChunkType
Gets (as xml) the "byteSize" element
xgetByteSize() - Method in class org.duracloud.impl.ChunkTypeImpl
Gets (as xml) the "byteSize" element
xgetByteSize() - Method in class org.duracloud.impl.SourceContentTypeImpl
Gets (as xml) the "byteSize" element
xgetByteSize() - Method in interface org.duracloud.SourceContentType
Gets (as xml) the "byteSize" element
xgetChunkId() - Method in interface org.duracloud.ChunkType
Gets (as xml) the "chunkId" attribute
xgetChunkId() - Method in class org.duracloud.impl.ChunkTypeImpl
Gets (as xml) the "chunkId" attribute
xgetContentId() - Method in class org.duracloud.impl.ServiceTypeImpl
Gets (as xml) the "contentId" attribute
xgetContentId() - Method in class org.duracloud.impl.SourceContentTypeImpl
Gets (as xml) the "contentId" attribute
xgetContentId() - Method in interface org.duracloud.ServiceType
Gets (as xml) the "contentId" attribute
xgetContentId() - Method in interface org.duracloud.SourceContentType
Gets (as xml) the "contentId" attribute
xgetCredentialsNonExpired() - Method in class org.duracloud.impl.SecurityUserTypeImpl
Gets (as xml) the "credentialsNonExpired" element
xgetCredentialsNonExpired() - Method in interface org.duracloud.SecurityUserType
Gets (as xml) the "credentialsNonExpired" element
xgetDefaultValue() - Method in class org.duracloud.impl.SystemPropertyTypeImpl
Gets (as xml) the "defaultValue" attribute
xgetDefaultValue() - Method in interface org.duracloud.SystemPropertyType
Gets (as xml) the "defaultValue" attribute
xgetDescription() - Method in class org.duracloud.impl.ServiceTypeImpl
Gets (as xml) the "description" element
xgetDescription() - Method in interface org.duracloud.ServiceType
Gets (as xml) the "description" element
xgetDisplayName() - Method in interface org.duracloud.DeploymentOptionType
Gets (as xml) the "displayName" attribute
xgetDisplayName() - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Gets (as xml) the "displayName" attribute
xgetDisplayName() - Method in class org.duracloud.impl.ModeTypeImpl
Gets (as xml) the "displayName" attribute
xgetDisplayName() - Method in class org.duracloud.impl.ServiceTypeImpl
Gets (as xml) the "displayName" attribute
xgetDisplayName() - Method in class org.duracloud.impl.UserPropertyTypeImpl.OptionImpl
Gets (as xml) the "displayName" attribute
xgetDisplayName() - Method in class org.duracloud.impl.UserPropertyTypeImpl
Gets (as xml) the "displayName" attribute
xgetDisplayName() - Method in interface org.duracloud.ModeType
Gets (as xml) the "displayName" attribute
xgetDisplayName() - Method in interface org.duracloud.ServiceType
Gets (as xml) the "displayName" attribute
xgetDisplayName() - Method in interface org.duracloud.UserPropertyType.Option
Gets (as xml) the "displayName" attribute
xgetDisplayName() - Method in interface org.duracloud.UserPropertyType
Gets (as xml) the "displayName" attribute
xgetEnabled() - Method in class org.duracloud.impl.SecurityUserTypeImpl
Gets (as xml) the "enabled" element
xgetEnabled() - Method in interface org.duracloud.SecurityUserType
Gets (as xml) the "enabled" element
xgetExclusion() - Method in class org.duracloud.impl.UserPropertyTypeImpl
Gets (as xml) the "exclusion" attribute
xgetExclusion() - Method in interface org.duracloud.UserPropertyType
Gets (as xml) the "exclusion" attribute
xgetGrantedAuthorities() - Method in class org.duracloud.impl.SecurityUserTypeImpl
Gets (as xml) the "grantedAuthorities" element
xgetGrantedAuthorities() - Method in interface org.duracloud.SecurityUserType
Gets (as xml) the "grantedAuthorities" element
xgetHostname() - Method in interface org.duracloud.DeploymentOptionType
Gets (as xml) the "hostname" attribute
xgetHostname() - Method in interface org.duracloud.DeploymentType
Gets (as xml) the "hostname" attribute
xgetHostname() - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Gets (as xml) the "hostname" attribute
xgetHostname() - Method in class org.duracloud.impl.DeploymentTypeImpl
Gets (as xml) the "hostname" attribute
xgetId() - Method in interface org.duracloud.DeploymentOptionsType
Gets (as xml) the "id" attribute
xgetId() - Method in interface org.duracloud.DeploymentOptionType
Gets (as xml) the "id" attribute
xgetId() - Method in interface org.duracloud.DeploymentsType
Gets (as xml) the "id" attribute
xgetId() - Method in interface org.duracloud.DeploymentType
Gets (as xml) the "id" attribute
xgetId() - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
Gets (as xml) the "id" attribute
xgetId() - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Gets (as xml) the "id" attribute
xgetId() - Method in class org.duracloud.impl.DeploymentsTypeImpl
Gets (as xml) the "id" attribute
xgetId() - Method in class org.duracloud.impl.DeploymentTypeImpl
Gets (as xml) the "id" attribute
xgetId() - Method in class org.duracloud.impl.ModeSetTypeImpl
Gets (as xml) the "id" attribute
xgetId() - Method in class org.duracloud.impl.ServiceTypeImpl
Gets (as xml) the "id" attribute
xgetId() - Method in class org.duracloud.impl.SystemConfigTypeImpl
Gets (as xml) the "id" attribute
xgetId() - Method in class org.duracloud.impl.SystemPropertyTypeImpl
Gets (as xml) the "id" attribute
xgetId() - Method in class org.duracloud.impl.UserConfigTypeImpl
Gets (as xml) the "id" attribute
xgetId() - Method in class org.duracloud.impl.UserPropertyTypeImpl
Gets (as xml) the "id" attribute
xgetId() - Method in interface org.duracloud.ModeSetType
Gets (as xml) the "id" attribute
xgetId() - Method in interface org.duracloud.ServiceType
Gets (as xml) the "id" attribute
xgetId() - Method in interface org.duracloud.SystemConfigType
Gets (as xml) the "id" attribute
xgetId() - Method in interface org.duracloud.SystemPropertyType
Gets (as xml) the "id" attribute
xgetId() - Method in interface org.duracloud.UserConfigType
Gets (as xml) the "id" attribute
xgetId() - Method in interface org.duracloud.UserPropertyType
Gets (as xml) the "id" attribute
xgetIndex() - Method in interface org.duracloud.ChunkType
Gets (as xml) the "index" attribute
xgetIndex() - Method in class org.duracloud.impl.ChunkTypeImpl
Gets (as xml) the "index" attribute
xgetInput() - Method in class org.duracloud.impl.UserPropertyTypeImpl
Gets (as xml) the "input" attribute
xgetInput() - Method in interface org.duracloud.UserPropertyType
Gets (as xml) the "input" attribute
xgetListValue() - Method in interface org.duracloud.AuthoritiesType
 
xgetLocation() - Method in interface org.duracloud.DeploymentOptionType
Gets (as xml) the "location" attribute
xgetLocation() - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Gets (as xml) the "location" attribute
xgetMax() - Method in interface org.duracloud.DeploymentOptionsType
Gets (as xml) the "max" attribute
xgetMax() - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
Gets (as xml) the "max" attribute
xgetMd5() - Method in interface org.duracloud.ChunkType
Gets (as xml) the "md5" element
xgetMd5() - Method in class org.duracloud.impl.ChunkTypeImpl
Gets (as xml) the "md5" element
xgetMd5() - Method in class org.duracloud.impl.SourceContentTypeImpl
Gets (as xml) the "md5" element
xgetMd5() - Method in interface org.duracloud.SourceContentType
Gets (as xml) the "md5" element
xgetMimetype() - Method in class org.duracloud.impl.SourceContentTypeImpl
Gets (as xml) the "mimetype" element
xgetMimetype() - Method in interface org.duracloud.SourceContentType
Gets (as xml) the "mimetype" element
xgetName() - Method in class org.duracloud.impl.SystemPropertyTypeImpl
Gets (as xml) the "name" attribute
xgetName() - Method in class org.duracloud.impl.UserPropertyTypeImpl
Gets (as xml) the "name" attribute
xgetName() - Method in interface org.duracloud.SystemPropertyType
Gets (as xml) the "name" attribute
xgetName() - Method in interface org.duracloud.UserPropertyType
Gets (as xml) the "name" attribute
xgetPassword() - Method in class org.duracloud.impl.SecurityUserTypeImpl
Gets (as xml) the "password" element
xgetPassword() - Method in interface org.duracloud.SecurityUserType
Gets (as xml) the "password" element
xgetSchemaVersion() - Method in interface org.duracloud.HeaderType
Gets (as xml) the "schemaVersion" attribute
xgetSchemaVersion() - Method in class org.duracloud.impl.HeaderTypeImpl
Gets (as xml) the "schemaVersion" attribute
xgetSchemaVersion() - Method in class org.duracloud.impl.SecurityUsersTypeImpl
Gets (as xml) the "schemaVersion" attribute
xgetSchemaVersion() - Method in class org.duracloud.impl.ServicesDocumentImpl.ServicesImpl
Gets (as xml) the "schemaVersion" attribute
xgetSchemaVersion() - Method in class org.duracloud.impl.SingleServiceTypeImpl
Gets (as xml) the "schemaVersion" attribute
xgetSchemaVersion() - Method in interface org.duracloud.SecurityUsersType
Gets (as xml) the "schemaVersion" attribute
xgetSchemaVersion() - Method in interface org.duracloud.ServicesDocument.Services
Gets (as xml) the "schemaVersion" attribute
xgetSchemaVersion() - Method in interface org.duracloud.SingleServiceType
Gets (as xml) the "schemaVersion" attribute
xgetSelected() - Method in class org.duracloud.impl.ModeTypeImpl
Gets (as xml) the "selected" attribute
xgetSelected() - Method in class org.duracloud.impl.UserPropertyTypeImpl.OptionImpl
Gets (as xml) the "selected" attribute
xgetSelected() - Method in interface org.duracloud.ModeType
Gets (as xml) the "selected" attribute
xgetSelected() - Method in interface org.duracloud.UserPropertyType.Option
Gets (as xml) the "selected" attribute
xgetServiceVersion() - Method in class org.duracloud.impl.ServiceTypeImpl
Gets (as xml) the "serviceVersion" attribute
xgetServiceVersion() - Method in interface org.duracloud.ServiceType
Gets (as xml) the "serviceVersion" attribute
xgetState() - Method in interface org.duracloud.DeploymentOptionType
Gets (as xml) the "state" attribute
xgetState() - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Gets (as xml) the "state" attribute
xgetStatus() - Method in interface org.duracloud.DeploymentType
Gets (as xml) the "status" attribute
xgetStatus() - Method in class org.duracloud.impl.DeploymentTypeImpl
Gets (as xml) the "status" attribute
xgetUserConfigVersion() - Method in class org.duracloud.impl.ServiceTypeImpl
Gets (as xml) the "userConfigVersion" attribute
xgetUserConfigVersion() - Method in interface org.duracloud.ServiceType
Gets (as xml) the "userConfigVersion" attribute
xgetUsername() - Method in class org.duracloud.impl.SecurityUserTypeImpl
Gets (as xml) the "username" element
xgetUsername() - Method in interface org.duracloud.SecurityUserType
Gets (as xml) the "username" element
xgetValue() - Method in class org.duracloud.impl.ModeTypeImpl
Gets (as xml) the "value" attribute
xgetValue() - Method in class org.duracloud.impl.SystemPropertyTypeImpl
Gets (as xml) the "value" attribute
xgetValue() - Method in class org.duracloud.impl.UserPropertyTypeImpl.OptionImpl
Gets (as xml) the "value" attribute
xgetValue() - Method in class org.duracloud.impl.UserPropertyTypeImpl
Gets (as xml) the "value" attribute
xgetValue() - Method in interface org.duracloud.ModeType
Gets (as xml) the "value" attribute
xgetValue() - Method in interface org.duracloud.SystemPropertyType
Gets (as xml) the "value" attribute
xgetValue() - Method in interface org.duracloud.UserPropertyType.Option
Gets (as xml) the "value" attribute
xgetValue() - Method in interface org.duracloud.UserPropertyType
Gets (as xml) the "value" attribute
xlistValue() - Method in interface org.duracloud.AuthoritiesType
Deprecated.  
XML - Static variable in class org.duracloud.duraservice.rest.BaseRest
 
XML - Static variable in class org.duracloud.durastore.rest.BaseRest
 
XMLServiceSerializerImpl - Class in org.duracloud.services.util
 
XMLServiceSerializerImpl() - Constructor for class org.duracloud.services.util.XMLServiceSerializerImpl
 
xsetAccountNonExpired(XmlBoolean) - Method in class org.duracloud.impl.SecurityUserTypeImpl
Sets (as xml) the "accountNonExpired" element
xsetAccountNonExpired(XmlBoolean) - Method in interface org.duracloud.SecurityUserType
Sets (as xml) the "accountNonExpired" element
xsetAccountNonLocked(XmlBoolean) - Method in class org.duracloud.impl.SecurityUserTypeImpl
Sets (as xml) the "accountNonLocked" element
xsetAccountNonLocked(XmlBoolean) - Method in interface org.duracloud.SecurityUserType
Sets (as xml) the "accountNonLocked" element
xsetByteSize(XmlLong) - Method in interface org.duracloud.ChunkType
Sets (as xml) the "byteSize" element
xsetByteSize(XmlLong) - Method in class org.duracloud.impl.ChunkTypeImpl
Sets (as xml) the "byteSize" element
xsetByteSize(XmlLong) - Method in class org.duracloud.impl.SourceContentTypeImpl
Sets (as xml) the "byteSize" element
xsetByteSize(XmlLong) - Method in interface org.duracloud.SourceContentType
Sets (as xml) the "byteSize" element
xsetChunkId(XmlString) - Method in interface org.duracloud.ChunkType
Sets (as xml) the "chunkId" attribute
xsetChunkId(XmlString) - Method in class org.duracloud.impl.ChunkTypeImpl
Sets (as xml) the "chunkId" attribute
xsetContentId(XmlString) - Method in class org.duracloud.impl.ServiceTypeImpl
Sets (as xml) the "contentId" attribute
xsetContentId(XmlString) - Method in class org.duracloud.impl.SourceContentTypeImpl
Sets (as xml) the "contentId" attribute
xsetContentId(XmlString) - Method in interface org.duracloud.ServiceType
Sets (as xml) the "contentId" attribute
xsetContentId(XmlString) - Method in interface org.duracloud.SourceContentType
Sets (as xml) the "contentId" attribute
xsetCredentialsNonExpired(XmlBoolean) - Method in class org.duracloud.impl.SecurityUserTypeImpl
Sets (as xml) the "credentialsNonExpired" element
xsetCredentialsNonExpired(XmlBoolean) - Method in interface org.duracloud.SecurityUserType
Sets (as xml) the "credentialsNonExpired" element
xsetDefaultValue(XmlString) - Method in class org.duracloud.impl.SystemPropertyTypeImpl
Sets (as xml) the "defaultValue" attribute
xsetDefaultValue(XmlString) - Method in interface org.duracloud.SystemPropertyType
Sets (as xml) the "defaultValue" attribute
xsetDescription(XmlString) - Method in class org.duracloud.impl.ServiceTypeImpl
Sets (as xml) the "description" element
xsetDescription(XmlString) - Method in interface org.duracloud.ServiceType
Sets (as xml) the "description" element
xsetDisplayName(XmlString) - Method in interface org.duracloud.DeploymentOptionType
Sets (as xml) the "displayName" attribute
xsetDisplayName(XmlString) - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Sets (as xml) the "displayName" attribute
xsetDisplayName(XmlString) - Method in class org.duracloud.impl.ModeTypeImpl
Sets (as xml) the "displayName" attribute
xsetDisplayName(XmlString) - Method in class org.duracloud.impl.ServiceTypeImpl
Sets (as xml) the "displayName" attribute
xsetDisplayName(XmlString) - Method in class org.duracloud.impl.UserPropertyTypeImpl.OptionImpl
Sets (as xml) the "displayName" attribute
xsetDisplayName(XmlString) - Method in class org.duracloud.impl.UserPropertyTypeImpl
Sets (as xml) the "displayName" attribute
xsetDisplayName(XmlString) - Method in interface org.duracloud.ModeType
Sets (as xml) the "displayName" attribute
xsetDisplayName(XmlString) - Method in interface org.duracloud.ServiceType
Sets (as xml) the "displayName" attribute
xsetDisplayName(XmlString) - Method in interface org.duracloud.UserPropertyType.Option
Sets (as xml) the "displayName" attribute
xsetDisplayName(XmlString) - Method in interface org.duracloud.UserPropertyType
Sets (as xml) the "displayName" attribute
xsetEnabled(XmlBoolean) - Method in class org.duracloud.impl.SecurityUserTypeImpl
Sets (as xml) the "enabled" element
xsetEnabled(XmlBoolean) - Method in interface org.duracloud.SecurityUserType
Sets (as xml) the "enabled" element
xsetExclusion(XmlString) - Method in class org.duracloud.impl.UserPropertyTypeImpl
Sets (as xml) the "exclusion" attribute
xsetExclusion(XmlString) - Method in interface org.duracloud.UserPropertyType
Sets (as xml) the "exclusion" attribute
xsetGrantedAuthorities(AuthoritiesType) - Method in class org.duracloud.impl.SecurityUserTypeImpl
Sets (as xml) the "grantedAuthorities" element
xsetGrantedAuthorities(AuthoritiesType) - Method in interface org.duracloud.SecurityUserType
Sets (as xml) the "grantedAuthorities" element
xsetHostname(XmlString) - Method in interface org.duracloud.DeploymentOptionType
Sets (as xml) the "hostname" attribute
xsetHostname(XmlString) - Method in interface org.duracloud.DeploymentType
Sets (as xml) the "hostname" attribute
xsetHostname(XmlString) - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Sets (as xml) the "hostname" attribute
xsetHostname(XmlString) - Method in class org.duracloud.impl.DeploymentTypeImpl
Sets (as xml) the "hostname" attribute
xsetId(XmlInt) - Method in interface org.duracloud.DeploymentOptionsType
Sets (as xml) the "id" attribute
xsetId(XmlInt) - Method in interface org.duracloud.DeploymentOptionType
Sets (as xml) the "id" attribute
xsetId(XmlInt) - Method in interface org.duracloud.DeploymentsType
Sets (as xml) the "id" attribute
xsetId(XmlInt) - Method in interface org.duracloud.DeploymentType
Sets (as xml) the "id" attribute
xsetId(XmlInt) - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
Sets (as xml) the "id" attribute
xsetId(XmlInt) - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Sets (as xml) the "id" attribute
xsetId(XmlInt) - Method in class org.duracloud.impl.DeploymentsTypeImpl
Sets (as xml) the "id" attribute
xsetId(XmlInt) - Method in class org.duracloud.impl.DeploymentTypeImpl
Sets (as xml) the "id" attribute
xsetId(XmlInt) - Method in class org.duracloud.impl.ModeSetTypeImpl
Sets (as xml) the "id" attribute
xsetId(XmlInt) - Method in class org.duracloud.impl.ServiceTypeImpl
Sets (as xml) the "id" attribute
xsetId(XmlInt) - Method in class org.duracloud.impl.SystemConfigTypeImpl
Sets (as xml) the "id" attribute
xsetId(XmlInt) - Method in class org.duracloud.impl.SystemPropertyTypeImpl
Sets (as xml) the "id" attribute
xsetId(XmlInt) - Method in class org.duracloud.impl.UserConfigTypeImpl
Sets (as xml) the "id" attribute
xsetId(XmlInt) - Method in class org.duracloud.impl.UserPropertyTypeImpl
Sets (as xml) the "id" attribute
xsetId(XmlInt) - Method in interface org.duracloud.ModeSetType
Sets (as xml) the "id" attribute
xsetId(XmlInt) - Method in interface org.duracloud.ServiceType
Sets (as xml) the "id" attribute
xsetId(XmlInt) - Method in interface org.duracloud.SystemConfigType
Sets (as xml) the "id" attribute
xsetId(XmlInt) - Method in interface org.duracloud.SystemPropertyType
Sets (as xml) the "id" attribute
xsetId(XmlInt) - Method in interface org.duracloud.UserConfigType
Sets (as xml) the "id" attribute
xsetId(XmlInt) - Method in interface org.duracloud.UserPropertyType
Sets (as xml) the "id" attribute
xsetIndex(XmlInt) - Method in interface org.duracloud.ChunkType
Sets (as xml) the "index" attribute
xsetIndex(XmlInt) - Method in class org.duracloud.impl.ChunkTypeImpl
Sets (as xml) the "index" attribute
xsetInput(OptionInputType) - Method in class org.duracloud.impl.UserPropertyTypeImpl
Sets (as xml) the "input" attribute
xsetInput(OptionInputType) - Method in interface org.duracloud.UserPropertyType
Sets (as xml) the "input" attribute
xsetLocation(DeploymentOptionLocationType) - Method in interface org.duracloud.DeploymentOptionType
Sets (as xml) the "location" attribute
xsetLocation(DeploymentOptionLocationType) - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Sets (as xml) the "location" attribute
xsetMax(XmlInt) - Method in interface org.duracloud.DeploymentOptionsType
Sets (as xml) the "max" attribute
xsetMax(XmlInt) - Method in class org.duracloud.impl.DeploymentOptionsTypeImpl
Sets (as xml) the "max" attribute
xsetMd5(XmlString) - Method in interface org.duracloud.ChunkType
Sets (as xml) the "md5" element
xsetMd5(XmlString) - Method in class org.duracloud.impl.ChunkTypeImpl
Sets (as xml) the "md5" element
xsetMd5(XmlString) - Method in class org.duracloud.impl.SourceContentTypeImpl
Sets (as xml) the "md5" element
xsetMd5(XmlString) - Method in interface org.duracloud.SourceContentType
Sets (as xml) the "md5" element
xsetMimetype(XmlString) - Method in class org.duracloud.impl.SourceContentTypeImpl
Sets (as xml) the "mimetype" element
xsetMimetype(XmlString) - Method in interface org.duracloud.SourceContentType
Sets (as xml) the "mimetype" element
xsetName(XmlString) - Method in class org.duracloud.impl.SystemPropertyTypeImpl
Sets (as xml) the "name" attribute
xsetName(XmlString) - Method in class org.duracloud.impl.UserPropertyTypeImpl
Sets (as xml) the "name" attribute
xsetName(XmlString) - Method in interface org.duracloud.SystemPropertyType
Sets (as xml) the "name" attribute
xsetName(XmlString) - Method in interface org.duracloud.UserPropertyType
Sets (as xml) the "name" attribute
xsetPassword(XmlString) - Method in class org.duracloud.impl.SecurityUserTypeImpl
Sets (as xml) the "password" element
xsetPassword(XmlString) - Method in interface org.duracloud.SecurityUserType
Sets (as xml) the "password" element
xsetSchemaVersion(XmlString) - Method in interface org.duracloud.HeaderType
Sets (as xml) the "schemaVersion" attribute
xsetSchemaVersion(XmlString) - Method in class org.duracloud.impl.HeaderTypeImpl
Sets (as xml) the "schemaVersion" attribute
xsetSchemaVersion(XmlString) - Method in class org.duracloud.impl.SecurityUsersTypeImpl
Sets (as xml) the "schemaVersion" attribute
xsetSchemaVersion(XmlString) - Method in class org.duracloud.impl.ServicesDocumentImpl.ServicesImpl
Sets (as xml) the "schemaVersion" attribute
xsetSchemaVersion(XmlString) - Method in class org.duracloud.impl.SingleServiceTypeImpl
Sets (as xml) the "schemaVersion" attribute
xsetSchemaVersion(XmlString) - Method in interface org.duracloud.SecurityUsersType
Sets (as xml) the "schemaVersion" attribute
xsetSchemaVersion(XmlString) - Method in interface org.duracloud.ServicesDocument.Services
Sets (as xml) the "schemaVersion" attribute
xsetSchemaVersion(XmlString) - Method in interface org.duracloud.SingleServiceType
Sets (as xml) the "schemaVersion" attribute
xsetSelected(XmlBoolean) - Method in class org.duracloud.impl.ModeTypeImpl
Sets (as xml) the "selected" attribute
xsetSelected(XmlBoolean) - Method in class org.duracloud.impl.UserPropertyTypeImpl.OptionImpl
Sets (as xml) the "selected" attribute
xsetSelected(XmlBoolean) - Method in interface org.duracloud.ModeType
Sets (as xml) the "selected" attribute
xsetSelected(XmlBoolean) - Method in interface org.duracloud.UserPropertyType.Option
Sets (as xml) the "selected" attribute
xsetServiceVersion(XmlString) - Method in class org.duracloud.impl.ServiceTypeImpl
Sets (as xml) the "serviceVersion" attribute
xsetServiceVersion(XmlString) - Method in interface org.duracloud.ServiceType
Sets (as xml) the "serviceVersion" attribute
xsetState(DeploymentOptionStateType) - Method in interface org.duracloud.DeploymentOptionType
Sets (as xml) the "state" attribute
xsetState(DeploymentOptionStateType) - Method in class org.duracloud.impl.DeploymentOptionTypeImpl
Sets (as xml) the "state" attribute
xsetStatus(DeploymentStatusType) - Method in interface org.duracloud.DeploymentType
Sets (as xml) the "status" attribute
xsetStatus(DeploymentStatusType) - Method in class org.duracloud.impl.DeploymentTypeImpl
Sets (as xml) the "status" attribute
xsetUserConfigVersion(XmlString) - Method in class org.duracloud.impl.ServiceTypeImpl
Sets (as xml) the "userConfigVersion" attribute
xsetUserConfigVersion(XmlString) - Method in interface org.duracloud.ServiceType
Sets (as xml) the "userConfigVersion" attribute
xsetUsername(XmlString) - Method in class org.duracloud.impl.SecurityUserTypeImpl
Sets (as xml) the "username" element
xsetUsername(XmlString) - Method in interface org.duracloud.SecurityUserType
Sets (as xml) the "username" element
xsetValue(XmlString) - Method in class org.duracloud.impl.ModeTypeImpl
Sets (as xml) the "value" attribute
xsetValue(XmlString) - Method in class org.duracloud.impl.SystemPropertyTypeImpl
Sets (as xml) the "value" attribute
xsetValue(XmlString) - Method in class org.duracloud.impl.UserPropertyTypeImpl.OptionImpl
Sets (as xml) the "value" attribute
xsetValue(XmlString) - Method in class org.duracloud.impl.UserPropertyTypeImpl
Sets (as xml) the "value" attribute
xsetValue(XmlString) - Method in interface org.duracloud.ModeType
Sets (as xml) the "value" attribute
xsetValue(XmlString) - Method in interface org.duracloud.SystemPropertyType
Sets (as xml) the "value" attribute
xsetValue(XmlString) - Method in interface org.duracloud.UserPropertyType.Option
Sets (as xml) the "value" attribute
xsetValue(XmlString) - Method in interface org.duracloud.UserPropertyType
Sets (as xml) the "value" attribute

A B C D E F G H I J K L M N O P Q R S T U V W X

Copyright © 2009-2010 DuraSpace. All Rights Reserved.