- CachingContentStoreImpl - Class in org.duracloud.client.impl
-
This class retains the results of the initial call to:
getSpaces()
and returns this cached value on subsequent calls.
- CachingContentStoreImpl(String, StorageProviderType, String, RestHttpHelper) - Constructor for class org.duracloud.client.impl.CachingContentStoreImpl
-
- CachingContentStoreManagerImpl - Class in org.duracloud.client.impl
-
This class retains the results of the initial call to both:
getContentStores() &
getPrimaryContentStore()
and returns these cached values on subsequent calls.
- CachingContentStoreManagerImpl(String, String, String) - Constructor for class org.duracloud.client.impl.CachingContentStoreManagerImpl
-
- CalendarUtil - Class in org.duracloud.common.util
-
- CalendarUtil() - Constructor for class org.duracloud.common.util.CalendarUtil
-
- CalendarUtil.DAY_OF_WEEK - Enum in org.duracloud.common.util
-
- call() - Method in class org.duracloud.client.StoreCaller
-
- cancelReport() - Method in class org.duracloud.reporter.storage.StorageReportBuilder
-
- cancelStorageReport() - Method in interface org.duracloud.client.report.StorageReportManager
-
Cancels any currently running storage report.
- cancelStorageReport() - Method in class org.duracloud.client.report.StorageReportManagerImpl
-
- cancelStorageReport() - Method in class org.duracloud.duraboss.rest.report.StorageReportResource
-
Cancels a storage report that is currently in process
- cancelStorageReport() - Method in class org.duracloud.duraboss.rest.report.StorageReportRest
-
Cancels a running storage report.
- cancelStorageReport() - Method in class org.duracloud.reporter.storage.StorageReportScheduler
-
Cancels the currently running storage report.
- cancelStorageReportSchedule() - Method in interface org.duracloud.client.report.StorageReportManager
-
Cancels any existing storage report schedule.
- cancelStorageReportSchedule() - Method in class org.duracloud.client.report.StorageReportManagerImpl
-
- cancelStorageReportSchedule() - Method in class org.duracloud.duraboss.rest.report.StorageReportResource
-
Cancels any existing storage report schedule.
- cancelStorageReportSchedule() - Method in class org.duracloud.duraboss.rest.report.StorageReportRest
-
Cancels the storage report schedule.
- cancelStorageReportSchedule() - Method in class org.duracloud.reporter.storage.StorageReportScheduler
-
- 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
-
- changeMimeType(HttpServletRequest, HttpServletResponse, ContentItem, BindingResult) - Method in class org.duracloud.duradmin.spaces.controller.ContentItemController
-
- 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.
- checkComplete() - Method in class org.duracloud.sync.walker.DeleteChecker
-
- checkContentItemId(String, String) - Static method in class org.duracloud.duradmin.util.ControllerUtils
-
- checkResponse(RestHttpHelper.HttpResponse, int) - Method in class org.duracloud.client.manifest.ManifestGeneratorImpl
-
- checkResponse(RestHttpHelper.HttpResponse, int) - Method in class org.duracloud.client.report.BaseReportManager
-
- checkSpaceId(String) - Static method in class org.duracloud.duradmin.util.ControllerUtils
-
- checksumBytesToString(byte[]) - Static method in class org.duracloud.common.util.ChecksumUtil
-
Converts a message digest byte array into a String based
on the hex values appearing in the array.
- ChecksumInputStream - Class in org.duracloud.common.stream
-
- ChecksumInputStream(InputStream, String) - Constructor for class org.duracloud.common.stream.ChecksumInputStream
-
- checksumsMatch(File) - Method in class org.duracloud.retrieval.mgmt.RetrievalWorker
-
- checksumsMatch(File, String) - Method in class org.duracloud.retrieval.mgmt.RetrievalWorker
-
- 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.
- ChronStageStorageProvider - Class in org.duracloud.chronstorage
-
A storage provider to act as a staging area for content that will
be transferred to Chronopolis.
- ChronStageStorageProvider(String, String) - Constructor for class org.duracloud.chronstorage.ChronStageStorageProvider
-
- ChronStageStorageProvider(String, String, Map<String, String>) - Constructor for class org.duracloud.chronstorage.ChronStageStorageProvider
-
- ChronStageStorageProvider(AmazonS3Client, String, Map<String, String>) - Constructor for class org.duracloud.chronstorage.ChronStageStorageProvider
-
- ChronStageTaskProvider - Class in org.duracloud.chrontask
-
- ChronStageTaskProvider(StorageProvider, String, String, String, String, String, String, String, String) - Constructor for class org.duracloud.chrontask.ChronStageTaskProvider
-
- 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
-
- ChunkFilteredIterator - Class in org.duracloud.sync.endpoint
-
This class exposes an iterator to a String listing that excludes content
chunks (as defined in ChunksManifest.java) and replaces items named as
chunk manifests (as defined in ChunksManifest.java) with their original
content name.
- ChunkFilteredIterator(Iterator<String>) - Constructor for class org.duracloud.sync.endpoint.ChunkFilteredIterator
-
- 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
-
- chunkSuffix - Static variable in class org.duracloud.chunk.manifest.ChunksManifest
-
- 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
-
- ChunkUtil - Class in org.duracloud.chunk.util
-
This class provides chunk and manifest contentId helpers.
- ChunkUtil() - Constructor for class org.duracloud.chunk.util.ChunkUtil
-
- cleanupSync() - Method in class org.duracloud.syncoptimize.test.SyncTester
-
- clear() - Method in class org.duracloud.sync.mgmt.ChangedList
-
Removes all files from the changed list.
- clear() - Method in class org.duracloud.sync.mgmt.StatusManager
-
- clearDB() - Method in class org.duracloud.common.util.DatabaseUtil
-
- clearError() - Method in interface org.duracloud.syncui.service.SyncProcessManager
-
- clearError() - Method in class org.duracloud.syncui.service.SyncProcessManagerImpl
-
- clearErrors() - Method in class org.duracloud.syncui.controller.StatusController
-
- clearFailed() - Method in class org.duracloud.sync.mgmt.StatusManager
-
- clearFailures() - Method in interface org.duracloud.syncui.service.SyncProcessManager
-
- clearFailures() - Method in class org.duracloud.syncui.service.SyncProcessManagerImpl
-
- close() - Method in class org.duracloud.chunk.stream.ChunkInputStream
-
- close() - Method in class org.duracloud.client.util.DuracloudFileWriter
-
- close() - Method in class org.duracloud.common.web.RestHttpHelper.HttpResponse
-
- close() - Method in class org.duracloud.io.ByteCountingInputStream
-
- close() - Method in class org.duracloud.retrieval.mgmt.CSVFileOutputWriter
-
- close() - Method in interface org.duracloud.retrieval.mgmt.OutputWriter
-
- Command - Class in org.duracloud.common.cli
-
- Command(String) - Constructor for class org.duracloud.common.cli.Command
-
- CommandExecutor - Class in org.duracloud.common.cli
-
- CommandExecutor() - Constructor for class org.duracloud.common.cli.CommandExecutor
-
- CommandLineToolUtil - Class in org.duracloud.common.util
-
Class that can be used for command line tools that read
a DuraCloud password from an evironment variable or need to prompt
users for input from the command line.
- CommandLineToolUtil() - Constructor for class org.duracloud.common.util.CommandLineToolUtil
-
- 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.
- compareChecksum(String, String, String, String) - Static method in class org.duracloud.storage.util.StorageProviderUtil
-
Determines if two checksum values are equal
- compareTo(Object) - Method in class org.duracloud.duradmin.spaces.controller.ContentItemUploadTask
-
- CompletedPanel - Class in org.duracloud.upload.panel
-
- CompletedPanel(UploadFacilitator) - Constructor for class org.duracloud.upload.panel.CompletedPanel
-
- completeUpload() - Method in interface org.duracloud.upload.UploadFacilitator
-
- completeUpload() - Method in class org.duracloud.upload.UploadTool
-
- COMPLETION_TIME_META - Static variable in class org.duracloud.reporter.storage.StorageReportHandler
-
- 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
-
- configEquals(SyncToolConfig, SyncToolConfig) - Method in class org.duracloud.sync.SyncTool
-
Determines if two sets of configuration are "equal enough" to indicate
that the content to be reviewed for sync operations has not changed on
either the local or remote end, suggesting that a re-start would be
permissable.
- CONFIGURATION_MAPPING - Static variable in class org.duracloud.syncui.controller.ConfigurationController
-
- ConfigurationController - Class in org.duracloud.syncui.controller
-
A spring controller for configuration related functions.
- ConfigurationController(SyncConfigurationManager, SyncProcessManager, SyncOptimizeManager) - Constructor for class org.duracloud.syncui.controller.ConfigurationController
-
- ConfigurationController.UpdatePolicy - Enum in org.duracloud.syncui.controller
-
- connect(String, int, String, String, String, String) - Method in interface org.duracloud.upload.UploadFacilitator
-
- connect(String, int, String, String, String, String) - Method in class org.duracloud.upload.UploadTool
-
- CONNECTION - Static variable in interface org.duracloud.common.rest.HttpHeaders
-
- ConnectionPanel - Class in org.duracloud.upload.panel
-
- ConnectionPanel(UploadFacilitator) - Constructor for class org.duracloud.upload.panel.ConnectionPanel
-
- ConnectionState - Enum in org.duracloud.syncui.domain
-
Describes the state of the internet connection of the sync ui.
- connectToExistingDB() - Method in class org.duracloud.unittestdb.UnitTestDatabaseUtil
-
- ConsolePrompt - Class in org.duracloud.common.util
-
Class used for prompting users for input from the command line.
- ConsolePrompt() - Constructor for class org.duracloud.common.util.ConsolePrompt
-
- Constants - Class in org.duracloud.common.constant
-
- Constants() - Constructor for class org.duracloud.common.constant.Constants
-
- 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 properties to describe the stream.
- Content() - Constructor for class org.duracloud.domain.Content
-
- CONTENT_CHECKSUM - Static variable in interface org.duracloud.client.ContentStore
-
Basic content properties: MD5 checksum
- CONTENT_CHECKSUM_PROP - Static variable in class org.duracloud.audit.task.AuditTask
-
- CONTENT_DISPOSITION - Static variable in interface org.duracloud.common.rest.HttpHeaders
-
- CONTENT_FILE_ACCESSED - Static variable in interface org.duracloud.client.ContentStore
-
Original content file properties: Last accessed date
- CONTENT_FILE_CREATED - Static variable in interface org.duracloud.client.ContentStore
-
Original content file properties: Creation date
- CONTENT_FILE_MODIFIED - Static variable in interface org.duracloud.client.ContentStore
-
Original content file properties: Last modified date
- CONTENT_ID_PROP - Static variable in class org.duracloud.common.queue.task.TypedTask
-
- CONTENT_LENGTH - Static variable in interface org.duracloud.client.HttpHeaders
-
- CONTENT_MD5 - Static variable in interface org.duracloud.client.HttpHeaders
-
- CONTENT_MD5 - Static variable in interface org.duracloud.common.rest.HttpHeaders
-
- CONTENT_MIMETYPE - Static variable in interface org.duracloud.client.ContentStore
-
Basic content properties: MIME type
- CONTENT_MIMETYPE_HEADER - Static variable in class org.duracloud.durastore.rest.BaseRest
-
- CONTENT_MIMETYPE_PROP - Static variable in class org.duracloud.audit.task.AuditTask
-
- CONTENT_MODIFIED - Static variable in interface org.duracloud.client.ContentStore
-
Basic content properties: Last modified date
- CONTENT_PROPERTIES_PROP - Static variable in class org.duracloud.audit.task.AuditTask
-
- CONTENT_RANGE - Static variable in interface org.duracloud.common.rest.HttpHeaders
-
- CONTENT_SIZE - Static variable in interface org.duracloud.client.ContentStore
-
Basic content properties: Size
- CONTENT_SIZE_PROP - Static variable in class org.duracloud.audit.task.AuditTask
-
- CONTENT_TYPE - Static variable in interface org.duracloud.client.HttpHeaders
-
- contentAdded(String, String, String, String) - Method in interface org.duracloud.sync.endpoint.EndPointListener
-
- contentAdded(String, String, String, String) - Method in class org.duracloud.sync.endpoint.EndPointLogger
-
- contentBackedUp(String, String, String, String, String) - Method in interface org.duracloud.sync.endpoint.EndPointListener
-
- contentBackedUp(String, String, String, String, String) - Method in class org.duracloud.sync.endpoint.EndPointLogger
-
- contentDeleted(String, String, String) - Method in interface org.duracloud.sync.endpoint.EndPointListener
-
- contentDeleted(String, String, String) - Method in class org.duracloud.sync.endpoint.EndPointLogger
-
- ContentIndexClient - Interface in org.duracloud.contentindex.client
-
- contentIndexClient - Variable in class org.duracloud.contentindex.client.iterator.AbstractESContentIndexClientIteratorSource
-
- ContentIndexClientValidationException - Exception in org.duracloud.contentindex.client
-
- ContentIndexClientValidationException(String) - Constructor for exception org.duracloud.contentindex.client.ContentIndexClientValidationException
-
- ContentIndexItem - Class in org.duracloud.contentindex.client
-
- ContentIndexItem() - Constructor for class org.duracloud.contentindex.client.ContentIndexItem
-
Required empty constructor for spring-data-elasticsearch to do the
mapping from JSON document to ContentIndexItem object
Application developers should use the non-empty constructor.
- ContentIndexItem(String, String, String, String) - Constructor for class org.duracloud.contentindex.client.ContentIndexItem
-
- ContentItem - Class in org.duracloud.common.model
-
- ContentItem(String, String) - Constructor for class org.duracloud.common.model.ContentItem
-
- 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(ContentStoreManager) - 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
-
- ContentItemUploadController - Class in org.duracloud.duradmin.spaces.controller
-
- ContentItemUploadController(ContentStoreManager) - 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
-
Iterates over the content list in a DuraCloud space.
- 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
-
- ContentMessage - Class in org.duracloud.manifest
-
This bean holds to common elements for all ContentStore AOP messages.
- ContentMessage() - Constructor for class org.duracloud.manifest.ContentMessage
-
- ContentMessage(String) - Constructor for class org.duracloud.manifest.ContentMessage
-
- ContentMessage.ACTION - Enum in org.duracloud.manifest
-
- 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
-
- ContentProperties - Class in org.duracloud.duradmin.domain
-
Stores content properties.
- ContentProperties() - Constructor for class org.duracloud.duradmin.domain.ContentProperties
-
- 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
-
- ContentStateException - Exception in org.duracloud.error
-
Exception thrown when a requested content item does not have the proper
state to allow for the requested action.
- ContentStateException(String) - Constructor for exception org.duracloud.error.ContentStateException
-
- ContentStore - Interface in org.duracloud.client
-
Provides access to a content store
- contentStore - Variable in class org.duracloud.retrieval.source.DuraStoreRetrievalSource
-
- 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
-
- 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
-
- ContentStoreException(String, String, String, String, String, Throwable) - Constructor for exception org.duracloud.error.ContentStoreException
-
- ContentStoreFactory - Class in org.duracloud.syncui.service
-
- ContentStoreFactory() - Constructor for class org.duracloud.syncui.service.ContentStoreFactory
-
- 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.
- ContentStoreImpl(String, StorageProviderType, String, RestHttpHelper, int) - Constructor for class org.duracloud.client.ContentStoreImpl
-
Creates a ContentStore with a specific number of retries.
- ContentStoreImpl.Retryable - Interface in org.duracloud.client
-
An interface which defines a single method which will be retried on error
- ContentStoreManager - Interface in org.duracloud.client
-
Provides facilities for connecting to a set of content stores
- ContentStoreManagerFactory - Interface in org.duracloud.duradmin.contentstore
-
- ContentStoreManagerFactory - Interface in org.duracloud.syncui.service
-
- ContentStoreManagerFactoryImpl - Class in org.duracloud.duradmin.contentstore
-
- ContentStoreManagerFactoryImpl() - Constructor for class org.duracloud.duradmin.contentstore.ContentStoreManagerFactoryImpl
-
- ContentStoreManagerFactoryImpl - Class in org.duracloud.syncui.service
-
- ContentStoreManagerFactoryImpl(SyncConfigurationManager) - Constructor for class org.duracloud.syncui.service.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.
- ContentStoreUtil - Class in org.duracloud.client.util
-
- ContentStoreUtil(ContentStore) - Constructor for class org.duracloud.client.util.ContentStoreUtil
-
- contentStream - Variable in class org.duracloud.common.rest.RestUtil.RequestContent
-
- ContentStream - Class in org.duracloud.retrieval.source
-
- ContentStream(InputStream, Map<String, String>) - Constructor for class org.duracloud.retrieval.source.ContentStream
-
- contentUpdated(String, String, String, String) - Method in interface org.duracloud.sync.endpoint.EndPointListener
-
- contentUpdated(String, String, String, String) - Method in class org.duracloud.sync.endpoint.EndPointLogger
-
- contentUpdateIgnored(String, String, String, String) - Method in interface org.duracloud.sync.endpoint.EndPointListener
-
- contentUpdateIgnored(String, String, String, String) - Method in class org.duracloud.sync.endpoint.EndPointLogger
-
- 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
-
- ControllerSupport - Class in org.duracloud.duradmin.control
-
- ControllerSupport(ContentStoreManager) - Constructor for class org.duracloud.duradmin.control.ControllerSupport
-
- ControllerUtils - Class in org.duracloud.duradmin.util
-
- ControllerUtils() - Constructor for class org.duracloud.duradmin.util.ControllerUtils
-
- ConversionService - Class in org.duracloud.duradmin.binding
-
- ConversionService() - Constructor for class org.duracloud.duradmin.binding.ConversionService
-
- convert(String) - Method in class org.duracloud.syncui.config.StringTrimmerConverter
-
- convertExtendedProperties(Map<String, String>) - Static method in class org.duracloud.duradmin.util.PropertiesUtils
-
- convertToDate(String, DateUtil.DateFormat) - Static method in class org.duracloud.common.util.DateUtil
-
- convertToDate(String) - Static method in class org.duracloud.common.util.DateUtil
-
- convertToString(long, DateUtil.DateFormat) - Static method in class org.duracloud.common.util.DateUtil
-
- convertToString(long) - Static method in class org.duracloud.common.util.DateUtil
-
- convertToStringLong(long) - Static method in class org.duracloud.common.util.DateUtil
-
- convertToStringMid(long) - Static method in class org.duracloud.common.util.DateUtil
-
- convertToStringPlain(long) - Static method in class org.duracloud.common.util.DateUtil
-
- convertToStringShort(long) - Static method in class org.duracloud.common.util.DateUtil
-
- convertToStringVerbose(long) - Static method in class org.duracloud.common.util.DateUtil
-
- convertToStringYearMonth(long) - Static method in class org.duracloud.common.util.DateUtil
-
- copy(InputStream, OutputStream) - Static method in class org.duracloud.common.util.IOUtil
-
- copy(HttpServletRequest, HttpServletResponse, ContentItem, BindingResult) - Method in class org.duracloud.duradmin.spaces.controller.ContentItemController
-
- COPY_SOURCE_HEADER - Static variable in class org.duracloud.durastore.rest.BaseRest
-
- COPY_SOURCE_STORE_HEADER - Static variable in class org.duracloud.durastore.rest.BaseRest
-
- copyContent(String, String, String, String) - Method in class org.duracloud.audit.provider.AuditStorageProvider
-
- copyContent(String, String, String, String) - Method in interface org.duracloud.client.ContentStore
-
This method copies the content item found in source-space with the id of
source-content-id into the dest-space, naming it to dest-content-id.
- copyContent(String, String, String, String, String) - Method in interface org.duracloud.client.ContentStore
-
This method provides a way to copy a content item to another content provider.
- copyContent(String, String, String, String, String) - Method in class org.duracloud.client.ContentStoreImpl
-
This method provides a way to copy a content item to another content provider.
- copyContent(String, String, String, String) - Method in class org.duracloud.client.ContentStoreImpl
-
This method copies the content item found in source-space with the id of
source-content-id into the dest-space, naming it to dest-content-id.
- copyContent(String, String, String, String, String, String) - Method in interface org.duracloud.durastore.rest.ContentResource
-
- copyContent(String, String, String, String, String, String) - Method in class org.duracloud.durastore.rest.ContentResourceImpl
-
This method copies the content found in space srcSpaceID with id
srcContentID to the space destSpaceID within the same content store
(storeID) to the id of destContentID.
- copyContent(String, String, String, String) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
-
- copyContent(String, String, String, String) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
-
- copyContent(String, String, String, String) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
-
- copyContent(String, String, String, String) - Method in class org.duracloud.durastore.util.ACLStorageProvider
-
- copyContent(String, String, String, String) - Method in class org.duracloud.glacierstorage.GlacierStorageProvider
-
This method copies the content item found in source-space with the id of
source-content-id into the dest-space, naming it to dest-content-id.
- copyContent(String, String, String, String) - Method in class org.duracloud.irodsstorage.IrodsStorageProvider
-
- copyContent(String, String, String, String) - Method in class org.duracloud.openstackstorage.OpenStackStorageProvider
-
- copyContent(String, String, String, String) - Method in class org.duracloud.s3storage.S3StorageProvider
-
- copyContent(String, String, String, String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
-
- copyContent(String, String, String, String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
-
- copyContent(String, String, String, String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
-
- copyContent(StorageProvider, String, String, String, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
-
- copyContent(StorageProvider, String, String, String, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
-
- copyContent(String, String, String, String) - Method in interface org.duracloud.storage.provider.StorageProvider
-
This method copies the content item found in source-space with the id of
source-content-id into the dest-space, naming it to dest-content-id.
- 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(HttpServletRequest, HttpServletResponse, String, String, String) - Method in class org.duracloud.duradmin.spaces.controller.SnapshotController
-
- create(DuracloudCredentialsForm) - Method in class org.duracloud.syncui.service.ContentStoreFactory
-
- create(DuracloudCredentialsForm, boolean) - Method in class org.duracloud.syncui.service.ContentStoreFactory
-
- create() - Method in interface org.duracloud.syncui.service.ContentStoreManagerFactory
-
- create() - Method in class org.duracloud.syncui.service.ContentStoreManagerFactoryImpl
-
- createChunksManifestElementFrom(ChunksManifestBean) - Static method in class org.duracloud.chunk.manifest.xml.ManifestElementWriter
-
This method serializes a ChunksManifest object into a ChunksManifest
xml element.
- CreateCommand - Class in org.duracloud.contentindex.tools.command
-
- CreateCommand() - Constructor for class org.duracloud.contentindex.tools.command.CreateCommand
-
- createContentIndexClient() - Static method in class org.duracloud.contentindex.client.ESContentIndexClientUtil
-
- createContentProperties(String, String) - Static method in class org.duracloud.storage.util.StorageProviderUtil
-
Generates a map of all client-side default content properties to be
added with new content.
- createContentStore(String, int, String, String, String, String) - Method in class org.duracloud.retrieval.util.StoreClientUtil
-
- createContentStore(String, int, String, String, String, String) - Method in class org.duracloud.sync.util.StoreClientUtil
-
- createContentStoreManager(String, String) - Method in class org.duracloud.syncui.service.ContentStoreFactory
-
- createDirectories(File...) - Method in class org.duracloud.syncoptimize.data.TestDataHandler
-
- createDocumentFrom(DurabossConfig) - Static method in class org.duracloud.appconfig.xml.DurabossInitDocumentBinding
-
This method serializes the provide duraboss configuration into xml.
- createDocumentFrom(DuradminConfig) - Static method in class org.duracloud.appconfig.xml.DuradminInitDocumentBinding
-
This method serializes the provide duradmin 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(Collection<StorageAccount>, boolean) - Method in class org.duracloud.storage.xml.StorageAccountsDocumentBinding
-
Converts the provided DuraStore acct configuration into an Xml element,
to be included in a larger Xml document (likely DuraStore config)
- createDurabossConfigFrom(InputStream) - Static method in class org.duracloud.appconfig.xml.DurabossInitDocumentBinding
-
This method deserializes the provided xml into a duraboss config object.
- createDuradminConfigFrom(InputStream) - Static method in class org.duracloud.appconfig.xml.DuradminInitDocumentBinding
-
This method deserializes the provided xml into a duradmin config object.
- createESClient() - Static method in class org.duracloud.contentindex.client.ESContentIndexClientUtil
-
- createExecutionInputMap(HttpServletRequest) - Method in class org.duracloud.syncui.duracloudconfig.DuracloudConfigFlowHandler
-
- createFromXml(InputStream) - Method in class org.duracloud.storage.xml.DuraStoreInitDocumentBinding
-
Deserializes the provided xml into durastore init config
- 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
-
- createNewBucketName(String, String) - Static method in class org.duracloud.s3storage.S3ProviderUtil
-
Converts a provided space ID into a valid and unique S3 bucket name.
- createNewDB() - Method in class org.duracloud.unittestdb.UnitTestDatabaseUtil
-
- createOptions() - Method in class org.duracloud.common.cli.Command
-
- createOptions() - Method in class org.duracloud.common.cli.GenericHelpCommand
-
- createOptions() - Method in class org.duracloud.contentindex.tools.command.AddAccountCommand
-
- createOptions() - Method in class org.duracloud.contentindex.tools.command.CreateCommand
-
- createOutput(String, String) - Method in class org.duracloud.common.xml.SchemaGenerator
-
Called by the schema generation process.
- createProps(String, String) - Method in class org.duracloud.sync.endpoint.DuraStoreSyncEndpoint
-
- createRedirect(RedirectAttributes, String) - Method in class org.duracloud.syncui.controller.ConfigurationController
-
- 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.
- createSpace(String) - Method in class org.duracloud.audit.provider.AuditStorageProvider
-
- createSpace(String) - Method in interface org.duracloud.client.ContentStore
-
Creates a new space.
- createSpace(String) - Method in class org.duracloud.client.ContentStoreImpl
-
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.durastore.util.ACLStorageProvider
-
- createSpace(String) - Method in class org.duracloud.glacierstorage.GlacierStorageProvider
-
Creates a new space.
- createSpace(String) - Method in class org.duracloud.irodsstorage.IrodsStorageProvider
-
Create a new directory under the baseDirectory
- createSpace(String) - Method in class org.duracloud.openstackstorage.OpenStackStorageProvider
-
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.
- createSpaceListFile() - Method in class org.duracloud.retrieval.mgmt.SpaceListWorker
-
- createStorageAccountsFrom(Element) - Method in class org.duracloud.storage.xml.StorageAccountsDocumentBinding
-
This method deserializes the provided xml into a durastore acct config object.
- createStorageAccountsFromXml(InputStream) - Method in class org.duracloud.storage.xml.StorageAccountsDocumentBinding
-
Creates storage accounts listing from XML which includes only the
storage accounts list (not the full DuraStore config.
- createStorageReport(String, DuraStoreMetricsCollector, long, long) - Method in class org.duracloud.reporter.storage.StorageReportConverter
-
- createTestContent(File, long) - Static method in class org.duracloud.chunk.FileChunker
-
This method generates a test file with random char content.
- createTestData(File, int, int) - Method in class org.duracloud.syncoptimize.data.TestDataHandler
-
- createThreadPool() - Method in class org.duracloud.openstackstorage.OpenStackStorageProvider
-
- createXmlFrom(DuraStoreInitConfig, boolean) - Method in class org.duracloud.storage.xml.DuraStoreInitDocumentBinding
-
Serializes the provided durastore init config into xml
- createXmlFrom(Collection<StorageAccount>, boolean) - Method in class org.duracloud.storage.xml.StorageAccountsDocumentBinding
-
Converts the provided DuraStore acct configuration into a stand-alone
XML document.
- 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
-
- CSVFileOutputWriter - Class in org.duracloud.retrieval.mgmt
-
Handles writing the output CSV file for the retrieval tool
- CSVFileOutputWriter(File) - Constructor for class org.duracloud.retrieval.mgmt.CSVFileOutputWriter
-
- currentContentList - Variable in class org.duracloud.retrieval.source.DuraStoreRetrievalSource
-
- currentElement() - Method in class org.duracloud.common.util.metrics.Metric
-
- currentError() - Method in class org.duracloud.syncui.controller.StatusController
-
- currentSpaceId - Variable in class org.duracloud.retrieval.source.DuraStoreRetrievalSource
-
- DashboardController - Class in org.duracloud.duradmin.control
-
- DashboardController() - Constructor for class org.duracloud.duradmin.control.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
-
- DataSource - Interface in org.duracloud.stitch.datasource
-
This interface defines the contract of DataSource used by a FileStitcher.
- DataSourceException - Exception in org.duracloud.stitch.error
-
- DataSourceException(String, Throwable) - Constructor for exception org.duracloud.stitch.error.DataSourceException
-
- date - Variable in class org.duracloud.duradmin.control.StorageSummary
-
- DATE_FORMAT - Static variable in interface org.duracloud.retrieval.mgmt.OutputWriter
-
- DATE_TIME_PROP - Static variable in class org.duracloud.audit.task.AuditTask
-
- DateUtil - Class in org.duracloud.common.util
-
- DateUtil() - Constructor for class org.duracloud.common.util.DateUtil
-
- DateUtil.DateFormat - Enum in org.duracloud.common.util
-
- debugText(String, Authentication, Collection<ConfigAttribute>, 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, Collection<ConfigAttribute>) - 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_CONTEXT - Static variable in class org.duracloud.retrieval.config.RetrievalToolConfigParser
-
- DEFAULT_CONTEXT - Static variable in class org.duracloud.syncoptimize.config.SyncOptimizeConfigParser
-
- 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_MAX_RETRIES - Static variable in class org.duracloud.common.retry.Retrier
-
Default max number of attempts to make in performing a Retriable action
- DEFAULT_MIME - Static variable in class org.duracloud.durastore.rest.BaseRest
-
- DEFAULT_MIMETYPE - Static variable in interface org.duracloud.storage.provider.StorageProvider
-
- DEFAULT_NUM_FILES - Static variable in class org.duracloud.syncoptimize.config.SyncOptimizeConfigParser
-
- DEFAULT_NUM_THREADS - Static variable in class org.duracloud.retrieval.config.RetrievalToolConfigParser
-
- 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.retrieval.config.RetrievalToolConfigParser
-
- DEFAULT_PORT - Static variable in class org.duracloud.sync.config.SyncToolConfigParser
-
- DEFAULT_PORT - Static variable in class org.duracloud.syncoptimize.config.SyncOptimizeConfigParser
-
- DEFAULT_PORT - Static variable in class org.duracloud.syncui.domain.DuracloudConfiguration
-
- DEFAULT_SIZE_FILES - Static variable in class org.duracloud.syncoptimize.config.SyncOptimizeConfigParser
-
- DEFAULT_UPDATE_SUFFIX - Static variable in class org.duracloud.sync.config.SyncToolConfig
-
- DEFAULT_WORK_DIR - Static variable in class org.duracloud.sync.config.SyncConfig
-
- DefaultFilter - Class in org.duracloud.common.servlet
-
- DefaultFilter() - Constructor for class org.duracloud.common.servlet.DefaultFilter
-
- defaultFormattingConversionService() - Method in class org.duracloud.syncui.config.AppConfig
-
- delete(String) - Method in class org.duracloud.common.web.RestHttpHelper
-
- delete(ContentIndexItem) - Method in interface org.duracloud.contentindex.client.ContentIndexClient
-
Deletes a ContentIndexItem
- delete(ContentIndexItem) - Method in class org.duracloud.contentindex.client.ESContentIndexClient
-
- delete(ContentItem, BindingResult) - Method in class org.duracloud.duradmin.spaces.controller.ContentItemController
-
- delete(HttpServletRequest, HttpServletResponse, Space, BindingResult) - Method in class org.duracloud.duradmin.spaces.controller.SpaceController
-
- DeleteChecker - Class in org.duracloud.sync.walker
-
- DeleteChecker(SyncEndpoint, String, List<File>, String) - Constructor for class org.duracloud.sync.walker.DeleteChecker
-
Creates a delete checker
- deleteContent(String, String) - Method in class org.duracloud.audit.provider.AuditStorageProvider
-
- 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, 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.durastore.util.ACLStorageProvider
-
- deleteContent(String, String) - Method in class org.duracloud.irodsstorage.IrodsStorageProvider
-
- deleteContent(String, String) - Method in class org.duracloud.openstackstorage.OpenStackStorageProvider
-
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.
- deleteContent(String, String) - Method in class org.duracloud.sync.endpoint.DuraStoreChunkSyncEndpoint
-
- deleteContent(String, String) - Method in class org.duracloud.sync.endpoint.DuraStoreSyncEndpoint
-
- deleteContent(String, String) - Method in class org.duracloud.sync.endpoint.FileSystemSyncEndpoint
-
- deleteContent(String, String) - Method in interface org.duracloud.sync.endpoint.SyncEndpoint
-
Removes content from the endpoint.
- deleteFile(File) - Method in class org.duracloud.retrieval.mgmt.RetrievalWorker
-
- deleteOldContent(String, String) - Method in class org.duracloud.client.util.ContentStoreUtil
-
- deleteSpace(String) - Method in class org.duracloud.audit.provider.AuditStorageProvider
-
- 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, 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.durastore.util.ACLStorageProvider
-
- deleteSpace(String) - Method in class org.duracloud.irodsstorage.IrodsStorageProvider
-
- 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.
- deleteSpace(String) - Method in class org.duracloud.storage.provider.StorageProviderBase
-
Deletes a space.
- deleteSpaceSync(String) - Method in class org.duracloud.storage.provider.StorageProviderBase
-
This method is only intended to be used by tests!
- DeleteStreamingTaskRunner - Class in org.duracloud.s3task.streaming
-
- DeleteStreamingTaskRunner(S3StorageProvider, AmazonS3Client, CloudFrontService) - Constructor for class org.duracloud.s3task.streaming.DeleteStreamingTaskRunner
-
- deleteTask(Task) - Method in class org.duracloud.common.queue.aws.SQSTaskQueue
-
- deleteTask(Task) - Method in class org.duracloud.common.queue.local.LocalTaskQueue
-
- deleteTask(Task) - Method in class org.duracloud.common.queue.noop.NoopTaskQueue
-
- deleteTask(Task) - Method in interface org.duracloud.common.queue.TaskQueue
-
Deletes a task from the queue.
- DELIM - Static variable in class org.duracloud.common.util.bulk.ManifestVerifier
-
- DELIM - Static variable in class org.duracloud.manifest.ContentMessage
-
- DELIMITER - Static variable in class org.duracloud.common.util.TagUtil
-
- DESCRIBE_JOB_TASK_NAME - Static variable in class org.duracloud.storage.domain.HadoopTypes
-
- 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.
- deserialize(String) - Method in class org.duracloud.common.json.JaxbJsonSerializer
-
- deserialize(String) - Method in class org.duracloud.common.xml.XmlSerializer
-
De-serializes XML into an object structure.
- deserialize(InputStream) - Method in class org.duracloud.common.xml.XmlSerializer
-
De-serializes XML from an InputStream into an object structure.
- deserialize(String) - Static method in class org.duracloud.syncui.service.SyncToolConfigSerializer
-
- deserializeContentProperties(String) - Static method in class org.duracloud.audit.task.AuditTask
-
- deserializeList(String) - Static method in class org.duracloud.common.util.SerializationUtil
-
DeSerializes XML into a List of Strings.
- deserializeMap(String) - Static method in class org.duracloud.common.util.SerializationUtil
-
DeSerializes XML into a Map.
- deserializeSet(String) - Static method in class org.duracloud.common.util.SerializationUtil
-
DeSerializes XML into a Set of Strings.
- destroy() - Method in class org.duracloud.common.servlet.DefaultFilter
-
- destroy() - Method in class org.duracloud.syncui.filter.SetupCheckFilter
-
- determineMimeType(InputStream) - Method in class org.duracloud.mimeutil.DroidWrapper
-
This method inspects the arg inputstream and returns its mimetype.
- determineMimeType(File) - Method in class org.duracloud.mimeutil.DroidWrapper
-
This method inspects the arg file and returns its mimetype.
- DirectoryConfig - Class in org.duracloud.syncui.domain
-
A configured directory.
- DirectoryConfig(String) - Constructor for class org.duracloud.syncui.domain.DirectoryConfig
-
- directoryConfigForm() - Method in class org.duracloud.syncui.controller.ConfigurationController
-
- DirectoryConfigForm - Class in org.duracloud.syncui.domain
-
This class backs the directory configuration form.
- DirectoryConfigForm() - Constructor for class org.duracloud.syncui.domain.DirectoryConfigForm
-
- directoryConfigs() - Method in class org.duracloud.syncui.controller.ConfigurationController
-
- DirectoryConfigs - Class in org.duracloud.syncui.domain
-
A list of configured directories.
- DirectoryConfigs() - Constructor for class org.duracloud.syncui.domain.DirectoryConfigs
-
- 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>, File) - Constructor for class org.duracloud.sync.walker.DirWalker
-
- DisableStreamingTaskRunner - Class in org.duracloud.s3task.streaming
-
- DisableStreamingTaskRunner(S3StorageProvider, AmazonS3Client, CloudFrontService) - Constructor for class org.duracloud.s3task.streaming.DisableStreamingTaskRunner
-
- disconnect() - Method in class org.duracloud.common.util.DatabaseUtil
-
- displayName - Variable in class org.duracloud.duradmin.domain.Acl
-
- displayResults(Uploader) - Method in class org.duracloud.upload.panel.CompletedPanel
-
- dispose() - Method in class org.duracloud.duraboss.rest.report.StorageReportResource
-
Shuts down this resource
- doCall() - Method in class org.duracloud.client.StoreCaller
-
- doesContentExist(String, String) - Method in class org.duracloud.s3storage.S3StorageProvider
-
- doExecute(RequestContext) - Method in class org.duracloud.syncui.setup.StartSyncAction
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.duracloud.common.servlet.DefaultFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.duracloud.syncui.filter.SetupCheckFilter
-
- doGetContent(ContentItem) - Method in class org.duracloud.retrieval.source.DuraStoreRetrievalSource
-
- doGetContent(ContentItem) - Method in class org.duracloud.retrieval.source.DuraStoreSpecifiedRetrievalSource
-
- doGetContent(ContentItem) - Method in class org.duracloud.retrieval.source.DuraStoreStitchingRetrievalSource
-
- doGetContentFromManifest(ContentItem) - Method in class org.duracloud.retrieval.source.DuraStoreStitchingRetrievalSource
-
- doSetSpaceProperties(String, Map<String, String>) - Method in class org.duracloud.openstackstorage.OpenStackStorageProvider
-
- doSetSpaceProperties(String, Map<String, String>) - Method in class org.duracloud.s3storage.S3StorageProvider
- doSetSpaceProperties(String, Map<String, String>) - Method in class org.duracloud.storage.provider.StorageProviderBase
-
- download(HttpServletResponse) - Method in class org.duracloud.syncui.controller.LogController
-
- Driver - Class in org.duracloud.contentindex.tools
-
- Driver() - Constructor for class org.duracloud.contentindex.tools.Driver
-
- DroidWrapper - Class in org.duracloud.mimeutil
-
This class wraps the Droid utility for the purpose of identifying mimetypes
of provided files.
- DroidWrapper() - Constructor for class org.duracloud.mimeutil.DroidWrapper
-
- DroidWrapper(String) - Constructor for class org.duracloud.mimeutil.DroidWrapper
-
- 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
-
- DurabossConfig - Class in org.duracloud.appconfig.domain
-
- DurabossConfig() - Constructor for class org.duracloud.appconfig.domain.DurabossConfig
-
- duraBossContextKey - Static variable in class org.duracloud.appconfig.domain.DuradminConfig
-
- DurabossInitDocumentBinding - Class in org.duracloud.appconfig.xml
-
- DurabossInitDocumentBinding() - Constructor for class org.duracloud.appconfig.xml.DurabossInitDocumentBinding
-
- DURACLOUD_TEST_CONFIG - Static variable in class org.duracloud.common.test.TestConfigUtil
-
- 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
-
- DuracloudConfigFlowHandler - Class in org.duracloud.syncui.duracloudconfig
-
- DuracloudConfigFlowHandler(SyncConfigurationManager) - Constructor for class org.duracloud.syncui.duracloudconfig.DuracloudConfigFlowHandler
-
- duracloudConfiguration() - Method in class org.duracloud.syncui.controller.ConfigurationController
-
- DuracloudConfiguration - Class in org.duracloud.syncui.domain
-
This class provides read-only Duracloud Configuration info: that is, everything
one needs to know in order to connect to a duracloud primary content store.
- DuracloudConfiguration(String, String, String, int, String) - Constructor for class org.duracloud.syncui.domain.DuracloudConfiguration
-
- 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, String) - Constructor for class org.duracloud.chunk.writer.DuracloudContentWriter
-
- DuracloudContentWriter(ContentStore, String, boolean) - Constructor for class org.duracloud.chunk.writer.DuracloudContentWriter
-
- duracloudCredentials() - Method in class org.duracloud.syncui.controller.ConfigurationController
-
- DuracloudCredentialsCoherenceChecker - Annotation Type in org.duracloud.syncui.domain
-
- DuracloudCredentialsCoherenceCheckerValidator - Class in org.duracloud.syncui.domain
-
- DuracloudCredentialsCoherenceCheckerValidator(ContentStoreFactory) - Constructor for class org.duracloud.syncui.domain.DuracloudCredentialsCoherenceCheckerValidator
-
- DuracloudCredentialsForm - Class in org.duracloud.syncui.domain
-
This class backs the Duracloud credentials form.
- DuracloudCredentialsForm() - Constructor for class org.duracloud.syncui.domain.DuracloudCredentialsForm
-
- DuracloudCredentialsForm(DuracloudConfiguration) - Constructor for class org.duracloud.syncui.domain.DuracloudCredentialsForm
-
- DuracloudCredentialsForm.Complete - Interface in org.duracloud.syncui.domain
-
check both basic constraints and high level ones.
- DuracloudCredentialsForm.HighLevelCoherence - Interface in org.duracloud.syncui.domain
-
- 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
-
- DuracloudFileWriter - Class in org.duracloud.client.util
-
This class encapsulates writing a simple text file and saving it as a content
item.
- DuracloudFileWriter(String, String, String, ContentStore) - Constructor for class org.duracloud.client.util.DuracloudFileWriter
-
- 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
-
- DuracloudUserDetails - Class in org.duracloud.security.impl
-
- DuracloudUserDetails(String, String, String, boolean, boolean, boolean, boolean, Collection<GrantedAuthority>, List<String>) - Constructor for class org.duracloud.security.impl.DuracloudUserDetails
-
- DuracloudUserDetailsService - Interface in org.duracloud.security
-
- DuraCloudUserType - Enum in org.duracloud.common.model
-
- 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
-
- DuradminStorageReportManagerImpl - Class in org.duracloud.duradmin.report
-
- DuradminStorageReportManagerImpl() - Constructor for class org.duracloud.duradmin.report.DuradminStorageReportManagerImpl
-
- DuraStoreChunkSyncEndpoint - Class in org.duracloud.sync.endpoint
-
- DuraStoreChunkSyncEndpoint(ContentStore, String, String, boolean, long) - Constructor for class org.duracloud.sync.endpoint.DuraStoreChunkSyncEndpoint
-
- DuraStoreChunkSyncEndpoint(ContentStore, String, String, boolean, long, boolean, boolean, String, String) - 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
-
- DuraStoreDataSource - Class in org.duracloud.stitch.datasource.impl
-
This class is a DuraStore implementation of the DataSource interface.
- DuraStoreDataSource(ContentStore) - Constructor for class org.duracloud.stitch.datasource.impl.DuraStoreDataSource
-
- duraStoreHostKey - Static variable in class org.duracloud.appconfig.domain.DuradminConfig
-
- DuraStoreInitConfig - Class in org.duracloud.storage.domain
-
Configuration data used to initialize DuraStore
- DuraStoreInitConfig() - Constructor for class org.duracloud.storage.domain.DuraStoreInitConfig
-
- DuraStoreInitDocumentBinding - Class in org.duracloud.storage.xml
-
- DuraStoreInitDocumentBinding() - Constructor for class org.duracloud.storage.xml.DuraStoreInitDocumentBinding
-
- DuraStoreMetricsCollector - Class in org.duracloud.reporter.storage.metrics
-
Top level metrics storage data structure for DuraStore.
- DuraStoreMetricsCollector() - Constructor for class org.duracloud.reporter.storage.metrics.DuraStoreMetricsCollector
-
- duraStorePortKey - Static variable in class org.duracloud.appconfig.domain.DuradminConfig
-
- DuraStoreRetrievalSource - Class in org.duracloud.retrieval.source
-
- DuraStoreRetrievalSource(ContentStore, List<String>, boolean) - Constructor for class org.duracloud.retrieval.source.DuraStoreRetrievalSource
-
- DuraStoreSpecifiedRetrievalSource - Class in org.duracloud.retrieval.source
-
This class implements the RetrievalSource interface with support for retrieving
content by content IDs that are specified in a file.
- DuraStoreSpecifiedRetrievalSource(ContentStore, List<String>, Iterator<String>) - Constructor for class org.duracloud.retrieval.source.DuraStoreSpecifiedRetrievalSource
-
- DuraStoreStitchingRetrievalSource - Class in org.duracloud.retrieval.source
-
This class implements the RetrievalSource interface with support for handling
content that resides in DuraStore as chunks.
- DuraStoreStitchingRetrievalSource(ContentStore, List<String>, boolean) - Constructor for class org.duracloud.retrieval.source.DuraStoreStitchingRetrievalSource
-
- DuraStoreSyncEndpoint - Class in org.duracloud.sync.endpoint
-
Endpoint which pushes files to DuraCloud.
- DuraStoreSyncEndpoint(ContentStore, String, String, boolean, boolean, boolean, String, String) - Constructor for class org.duracloud.sync.endpoint.DuraStoreSyncEndpoint
-
- DuraStoreSyncEndpoint(ContentStore, String, String, boolean) - Constructor for class org.duracloud.sync.endpoint.DuraStoreSyncEndpoint
-
- 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.
- generateChecksum(String) - Method in class org.duracloud.common.util.ChecksumUtil
-
This method generates checksum of content in string.
- generateSchema(Class...) - Method in class org.duracloud.common.xml.SchemaGenerator
-
Generates an XML Schema which includes the given classes
- GenericHelpCommand - Class in org.duracloud.common.cli
-
- GenericHelpCommand(Map<String, Command>) - Constructor for class org.duracloud.common.cli.GenericHelpCommand
-
- get(String) - Method in class org.duracloud.common.web.RestHttpHelper
-
- get(String, String, String, String) - Method in interface org.duracloud.contentindex.client.ContentIndexClient
-
- get(String, String, String, String) - Method in class org.duracloud.contentindex.client.ESContentIndexClient
-
- get() - Method in class org.duracloud.duradmin.control.DashboardController
-
- get(HttpServletRequest, HttpServletResponse, ContentItem, BindingResult) - Method in class org.duracloud.duradmin.spaces.controller.ContentItemController
-
- get(String, String) - Method in class org.duracloud.duradmin.spaces.controller.SnapshotController
-
- get(HttpServletRequest, HttpServletResponse, Space, BindingResult) - Method in class org.duracloud.duradmin.spaces.controller.SpaceController
-
- get(Model) - Method in class org.duracloud.syncui.controller.ConfigurationController
-
- get() - Method in class org.duracloud.syncui.controller.ErrorsController
-
- get() - Method in class org.duracloud.syncui.controller.HomeController
-
- get(String, Model) - Method in class org.duracloud.syncui.controller.JQueryFileTreeController
-
- get() - Method in class org.duracloud.syncui.controller.LogController
-
- get(String, Model) - Method in class org.duracloud.syncui.controller.StatusController
-
- get() - Static method in class org.duracloud.syncui.service.RuntimeStateMemento
-
- get(SyncConfigurationManager) - Static method in class org.duracloud.syncui.util.UpdatePolicyHelper
-
- getAbbreviation() - Method in enum org.duracloud.sync.endpoint.SyncResultType
-
- getAbsolutePath() - Method in class org.duracloud.sync.endpoint.MonitoredFile
-
- getAbsolutePath() - Method in class org.duracloud.sync.mgmt.SyncSummary
-
- getAccess() - Method in class org.duracloud.duradmin.domain.Space
-
- getAccount() - Method in interface org.duracloud.audit.AuditLogItem
-
- getAccount() - Method in class org.duracloud.common.queue.task.SpaceCentricTypedTask
-
The unique identifier for the account, ie the account's subdomain.
- getAccount() - Method in class org.duracloud.contentindex.client.ContentIndexItem
-
- getAccount() - Method in class org.duracloud.manifest.ContentMessage
-
- getAccountFromXml(Element) - Method in class org.duracloud.storage.xml.impl.StorageAccountProviderSimpleBindingImpl
-
- getAccountFromXml(Element) - Method in interface org.duracloud.storage.xml.StorageAccountProviderBinding
-
This method builds a StorageAccount object from the arg xml.
- getAccountId(Element) - Method in class org.duracloud.storage.xml.impl.StorageAccountProviderSimpleBindingImpl
-
- getAccountManager() - Method in class org.duracloud.durastore.util.ProviderFactoryBase
-
- getAccountName() - Method in class org.duracloud.storage.domain.StorageAccountManager
-
- 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
- getAcls() - Method in class org.duracloud.duradmin.domain.ContentItem
-
- getAcls() - Method in class org.duracloud.duradmin.domain.Space
-
- getAction() - Method in interface org.duracloud.audit.AuditLogItem
-
- getAction() - Method in class org.duracloud.audit.task.AuditTask
-
- getAction() - Method in class org.duracloud.duradmin.domain.ContentItem
-
- getAction() - Method in class org.duracloud.duradmin.domain.Space
-
- getAction() - Method in class org.duracloud.manifest.ContentMessage
-
- getAdd() - Method in class org.duracloud.syncui.controller.ConfigurationController
-
- getAdmins() - Method in class org.duracloud.appconfig.domain.NotificationConfig
-
- getAllExistingDistributions(String) - Method in class org.duracloud.s3task.streaming.BaseStreamingTaskRunner
-
- getAllSpaceProperties(String) - Method in class org.duracloud.openstackstorage.OpenStackStorageProvider
- getAllSpaceProperties(String) - Method in class org.duracloud.s3storage.S3StorageProvider
- getAllSpaceProperties(String) - Method in class org.duracloud.storage.provider.StorageProviderBase
-
- getAmaUrl() - Method in class org.duracloud.appconfig.domain.DuradminConfig
-
- getAmaUrl() - Method in class org.duracloud.duradmin.config.DuradminConfig
-
- getAmaUrl() - Method in class org.duracloud.duradmin.domain.AdminInit
-
- getAmazonEMRClient(String, String) - Static method in class org.duracloud.s3storage.S3ProviderUtil
-
- getAmazonS3Client(String, String) - Static method in class org.duracloud.s3storage.S3ProviderUtil
-
- 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
-
- getAttempts() - Method in class org.duracloud.common.queue.task.SpaceCentricTypedTask
-
- getAttempts() - Method in class org.duracloud.common.queue.task.Task
-
The number of completed attempts to process this task.
- getAuditConfig() - Method in class org.duracloud.appconfig.domain.DurastoreConfig
-
- getAuditConfig() - Method in class org.duracloud.storage.domain.DuraStoreInitConfig
-
- getAuditPassword() - Method in class org.duracloud.storage.domain.AuditConfig
-
- getAuditQueueName() - Method in class org.duracloud.storage.domain.AuditConfig
-
- getAuditUsername() - Method in class org.duracloud.storage.domain.AuditConfig
-
- getAuthorities() - Method in class org.duracloud.duradmin.security.RootAuthentication
-
- getAuthUrl() - Method in class org.duracloud.openstackstorage.OpenStackStorageProvider
-
- getAuthUrl() - Method in class org.duracloud.rackspacestorage.RackspaceStorageProvider
-
- getAuthUrl() - Method in class org.duracloud.sdscstorage.SDSCStorageProvider
-
- getAverageUpBytesPerSecond() - Method in class org.duracloud.syncui.domain.SyncProcessStats
-
- getBaseUrl() - Method in class org.duracloud.appconfig.domain.Application
-
- 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 class org.duracloud.client.ContentStoreManagerImpl
-
- getBaseURL() - Method in class org.duracloud.client.report.BaseReportManager
-
- getBaseURL() - Method in interface org.duracloud.client.report.StorageReportManager
-
- getBaseURL(HttpServletRequest) - Static method in class org.duracloud.duradmin.spaces.controller.ContentItemController
-
- getBody() - Method in class org.duracloud.chunk.manifest.ChunksManifest
-
- getBucketName(String) - Method in class org.duracloud.s3storage.S3StorageProvider
-
Gets the name of an existing bucket based on a space ID.
- 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
-
- getBytesRead() - Method in class org.duracloud.sync.endpoint.MonitoredFileInputStream
-
- getBytesRead() - Method in class org.duracloud.upload.UploadStatus.FileInTransfer
-
- getCallerAcl() - Method in class org.duracloud.duradmin.domain.ContentItem
-
- getCallerAcl() - Method in class org.duracloud.duradmin.domain.Space
-
- 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.ContentProperties
-
- getChecksum(File) - Method in class org.duracloud.retrieval.mgmt.RetrievalWorker
-
- getChecksum() - Method in class org.duracloud.retrieval.source.ContentStream
-
- getChecksum() - Method in class org.duracloud.sync.endpoint.MonitoredFile
-
- getChecksum0() - Method in class org.duracloud.common.util.bulk.ManifestVerifier.ResultEntry
-
- getChecksum1() - Method in class org.duracloud.common.util.bulk.ManifestVerifier.ResultEntry
-
- getChecksumBytes(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.
- 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
- getCliForm() - Method in enum org.duracloud.storage.domain.HadoopTypes.TASK_PARAMS
-
- getCloudFrontService(String, String) - Static method in class org.duracloud.s3storage.S3ProviderUtil
-
- getCommandName() - Method in class org.duracloud.common.cli.Command
-
- getCompletedCount() - Method in class org.duracloud.common.queue.local.LocalTaskQueue
-
- getCompleteFiles() - Method in class org.duracloud.upload.UploadStatus
-
- getCompletionTime() - Method in class org.duracloud.reportdata.storage.StorageReport
-
- getCompletionTime() - Method in class org.duracloud.reportdata.storage.StorageReportInfo
-
- getComputeProvider(ComputeProviderType) - Static method in class org.duracloud.computeprovider.mgmt.ComputeProviderFactory
- getConfig() - Method in class org.duracloud.appconfig.support.ApplicationWithConfig
-
- getConfigFileName() - Static method in class org.duracloud.common.error.ExceptionMessages
-
- getConfigFileName() - Static method in class org.duracloud.duradmin.config.DuradminConfig
-
- getConfigPath() - Static method in class org.duracloud.syncui.config.SyncUIConfig
-
- getConsole() - Method in class org.duracloud.common.util.CommandLineToolUtil
-
- getConsole() - Method in class org.duracloud.retrieval.config.RetrievalToolConfigParser
-
- getConsole() - Method in class org.duracloud.sync.config.SyncToolConfigParser
-
- getConsole() - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfigParser
-
- getContainerName(String) - Method in class org.duracloud.openstackstorage.OpenStackStorageProvider
-
Converts a provided space ID into a valid Rackspace container name.
- getContent(String, String) - Method in class org.duracloud.audit.provider.AuditStorageProvider
-
- 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, 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.getContentProperties()
- 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.durastore.util.ACLStorageProvider
-
- getContent(String, String) - Method in class org.duracloud.glacierstorage.GlacierStorageProvider
-
Gets content from a space.
- getContent(String, String) - Method in class org.duracloud.irodsstorage.IrodsStorageProvider
-
- getContent(String, String) - Method in class org.duracloud.openstackstorage.OpenStackStorageProvider
-
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 interface org.duracloud.stitch.datasource.DataSource
-
This method returns the content item specified by the arg space-id and
content-id.
- getContent(String, String) - Method in class org.duracloud.stitch.datasource.impl.DuraStoreDataSource
-
- 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.
- getContentChecksum() - Method in class org.duracloud.audit.task.AuditTask
-
- getContentDir() - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- getContentDirs() - Method in class org.duracloud.sync.config.SyncToolConfig
-
- getContentFromManifest(String, String) - Method in interface org.duracloud.stitch.FileStitcher
-
This method retrieves the original content item as defined by the chunks
manifest object found in the arg space-id and content-id.
- getContentFromManifest(String, String) - Method in class org.duracloud.stitch.impl.FileStitcherImpl
-
- getContentId() - Method in interface org.duracloud.audit.AuditLogItem
-
- getContentId() - Method in exception org.duracloud.chunk.error.ContentNotAddedException
-
- getContentId() - Method in class org.duracloud.chunk.writer.AddContentResult
-
- getContentId() - Method in class org.duracloud.common.model.ContentItem
-
- getContentId() - Method in class org.duracloud.common.queue.task.TypedTask
-
- getContentId() - Method in class org.duracloud.contentindex.client.ContentIndexItem
-
- getContentId() - Method in class org.duracloud.duradmin.domain.ContentItem
-
- getContentId() - Method in class org.duracloud.duradmin.domain.ExtendedProperties
-
- getContentId() - Method in class org.duracloud.duradmin.domain.PropertiesItem
-
- getContentId() - Method in class org.duracloud.duradmin.domain.Tag
-
- getContentId() - Method in class org.duracloud.impl.SourceContentTypeImpl
-
Gets the "contentId" attribute
- getContentId() - Method in class org.duracloud.manifest.ContentMessage
-
- getContentId() - Method in interface org.duracloud.SourceContentType
-
Gets the "contentId" attribute
- getContentId() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
-
- getContentId(MonitoredFile, File) - Method in class org.duracloud.sync.endpoint.DuraStoreSyncEndpoint
-
- getContentIds() - Method in class org.duracloud.domain.Space
-
Getter for the field contentIds
.
- getContentMd5() - Method in interface org.duracloud.audit.AuditLogItem
-
- getContentMd5() - Method in class org.duracloud.manifest.ContentMessage
-
- getContentMimetype() - Method in class org.duracloud.audit.task.AuditTask
-
- getContentMimetype() - Method in class org.duracloud.duradmin.domain.ContentItem
-
- getContentMimeType() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
-
- getContentProperties() - Method in interface org.duracloud.audit.AuditLogItem
-
- getContentProperties(String, String) - Method in class org.duracloud.audit.provider.AuditStorageProvider
-
- getContentProperties() - Method in class org.duracloud.audit.task.AuditTask
-
- getContentProperties(String, String) - Method in interface org.duracloud.client.ContentStore
-
Retrieves the properties associated with content.
- getContentProperties(String, String) - Method in class org.duracloud.client.ContentStoreImpl
-
Retrieves the properties associated with content.
- getContentProperties(String, String, String) - Method in interface org.duracloud.durastore.rest.ContentResource
-
- getContentProperties(String, String, String) - Method in class org.duracloud.durastore.rest.ContentResourceImpl
-
Retrieves the properties of a piece of content.
- getContentProperties(String, String, String) - Method in class org.duracloud.durastore.rest.ContentRest
-
see ContentResource.getContentProperties()
- getContentProperties(String, String) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
-
- getContentProperties(String, String) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
-
- getContentProperties(String, String) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
-
- getContentProperties(String, String) - Method in class org.duracloud.durastore.util.ACLStorageProvider
-
- getContentProperties(String, String) - Method in class org.duracloud.irodsstorage.IrodsStorageProvider
-
- getContentProperties(String, String) - Method in class org.duracloud.openstackstorage.OpenStackStorageProvider
-
Retrieves the properties associated with content.
- getContentProperties() - Method in class org.duracloud.retrieval.mgmt.RetrievalWorker
-
- getContentProperties(String, String) - Method in class org.duracloud.s3storage.S3StorageProvider
-
Retrieves the properties associated with content.
- getContentProperties(String, String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
-
- getContentProperties(String, String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
-
- getContentProperties() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
-
- getContentProperties(String, String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
-
- getContentProperties(StorageProvider, String, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
-
- getContentProperties(StorageProvider, String, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
- getContentProperties(String, String) - Method in interface org.duracloud.storage.provider.StorageProvider
-
Retrieves the properties associated with content.
- getContentProperties(String, String) - Method in class org.duracloud.sync.endpoint.DuraStoreChunkSyncEndpoint
-
- getContentProperties(String, String) - Method in class org.duracloud.sync.endpoint.DuraStoreSyncEndpoint
-
- getContents() - Method in class org.duracloud.duradmin.domain.Space
-
- getContentSize() - Method in interface org.duracloud.audit.AuditLogItem
-
- getContentSize() - Method in class org.duracloud.audit.task.AuditTask
-
- 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
-
Gets a specific content store based on ID.
- getContentStore(String, int) - Method in interface org.duracloud.client.ContentStoreManager
-
Gets a specific content store based on ID.
- getContentStore(String) - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Gets a specific content store based on ID.
- getContentStore(String, int) - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Gets a specific content store based on ID.
- getContentStore(ContentItem) - Method in class org.duracloud.duradmin.spaces.controller.ContentItemController
-
- getContentStore(Space) - Method in class org.duracloud.duradmin.spaces.controller.SnapshotController
-
- getContentStore(Space) - Method in class org.duracloud.duradmin.spaces.controller.SpaceAclController
-
- getContentStore(Space) - Method in class org.duracloud.duradmin.spaces.controller.SpaceController
-
- getContentStore() - Method in class org.duracloud.sync.endpoint.DuraStoreSyncEndpoint
-
- getContentStore() - Method in class org.duracloud.syncoptimize.test.SyncTestManager
-
- getContentStoreManager() - Method in class org.duracloud.duradmin.control.ControllerSupport
-
- getContentStoreManager() - Method in class org.duracloud.duradmin.security.ContentStoreAuthenticationProvider
-
- getContentStoreManager() - Method in class org.duracloud.duradmin.spaces.controller.SpacesController
-
- getContentStores() - Method in interface org.duracloud.client.ContentStoreManager
-
Gets all available content stores.
- getContentStores(int) - Method in interface org.duracloud.client.ContentStoreManager
-
Gets all available content stores.
- getContentStores() - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Gets all available content stores.
- getContentStores(int) - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Gets all available content stores.
- getContentStores() - Method in class org.duracloud.client.impl.CachingContentStoreManagerImpl
-
- getContentStream(String, String) - Method in class org.duracloud.client.util.ContentStoreUtil
-
- 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.retrieval.config.RetrievalToolConfig
-
- getContext() - Method in class org.duracloud.sync.config.SyncToolConfig
-
- getContext() - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfig
-
- getContextPath() - Static method in class org.duracloud.syncui.config.SyncUIConfig
-
- getCount() - Method in class org.duracloud.duradmin.domain.SpaceProperties
-
- getCount() - Method in class org.duracloud.duradmin.spaces.controller.ItemCounter
-
- getCreated() - Method in class org.duracloud.duradmin.domain.SpaceProperties
-
- getCredential() - Method in class org.duracloud.common.test.StorageProviderCredential
-
- getCredential(StorageProviderCredential.ProviderType) - Method in class org.duracloud.common.test.TestConfigUtil
-
- getCredential(Element) - Method in class org.duracloud.storage.xml.impl.StorageAccountProviderSimpleBindingImpl
-
- getCredentials() - Method in class org.duracloud.duradmin.security.RootAuthentication
-
- getCredentialsForm() - Method in class org.duracloud.syncui.domain.SpaceForm
-
- getCredentialsNonExpired() - Method in class org.duracloud.impl.SecurityUserTypeImpl
-
Gets the "credentialsNonExpired" element
- getCredentialsNonExpired() - Method in interface org.duracloud.SecurityUserType
-
Gets the "credentialsNonExpired" element
- getCurrentCount() - Method in class org.duracloud.reportdata.storage.StorageReportInfo
-
- getCurrentCount() - Method in class org.duracloud.reporter.storage.StorageReportBuilder
-
Gets the current count for the in-process report builder run
- getCurrentUpBytesPerSecond() - Method in class org.duracloud.syncui.domain.SyncProcessStats
-
- getCurrentUser() - Method in class org.duracloud.security.context.SecurityContextUtil
-
- getCurrentUserDetails() - Method in class org.duracloud.security.context.SecurityContextUtil
-
- getCurrentUsername() - Method in interface org.duracloud.common.util.UserUtil
-
- getCurrentUsername() - Method in class org.duracloud.security.context.SecurityContextUtil
-
- getData(E) - Method in class org.duracloud.duradmin.util.ScrollableList
-
- getDataSource() - Method in class org.duracloud.common.util.DatabaseUtil
-
- getDate() - Method in class org.duracloud.duradmin.control.StorageSummary
-
- getDate() - Method in class org.duracloud.manifest.ContentMessage
-
- getDateAtOneAmNext(CalendarUtil.DAY_OF_WEEK) - Method in class org.duracloud.common.util.CalendarUtil
-
- getDateCreated() - Method in class org.duracloud.retrieval.source.ContentStream
-
- getDateLastAccessed() - Method in class org.duracloud.retrieval.source.ContentStream
-
- getDateLastModified() - Method in class org.duracloud.retrieval.source.ContentStream
-
- getDateTime() - Method in class org.duracloud.audit.task.AuditTask
-
- getDatetime() - Method in class org.duracloud.manifest.ContentMessage
-
- getDdl() - Method in class org.duracloud.common.util.TableSpec
-
- getDefaultScheduleStartDate() - Method in class org.duracloud.duraboss.rest.report.StorageReportResource
-
- getDescription() - Method in enum org.duracloud.storage.domain.HadoopTypes.INSTANCES
-
- getDescriptionMessageKey() - Method in class org.duracloud.syncui.service.SyncProcessError
-
- getDetail(String, String) - Method in class org.duracloud.duradmin.control.StorageReportController
-
- getDetail() - Method in class org.duracloud.syncui.service.SyncProcessError
-
- getDetails() - Method in class org.duracloud.duradmin.security.RootAuthentication
-
- getDirectoryPath() - Method in class org.duracloud.syncui.domain.DirectoryConfig
-
- getDirectoryPath() - Method in class org.duracloud.syncui.domain.DirectoryConfigForm
-
- getDirFilter() - Method in class org.duracloud.chunk.FileChunkerOptions
-
- getDisplayName() - Method in class org.duracloud.duradmin.domain.Acl
-
- getDistributionOriginAccessId(String) - Method in class org.duracloud.s3task.streaming.BaseStreamingTaskRunner
-
- getDuraboss() - Method in class org.duracloud.appconfig.ApplicationInitializer
-
- getDurabossContext() - Method in class org.duracloud.appconfig.domain.DuradminConfig
-
- getDuraBossContext() - Static method in class org.duracloud.duradmin.config.DuradminConfig
-
- getDuraBossContext() - Method in class org.duracloud.duradmin.domain.AdminInit
-
- getDuraBossHost() - Static method in class org.duracloud.duradmin.config.DuradminConfig
-
- getDuraBossPort() - Static method in class org.duracloud.duradmin.config.DuradminConfig
-
- getDuradmin() - Method in class org.duracloud.appconfig.ApplicationInitializer
-
- 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
-
- 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
-
- 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
-
- getDurastoreURL() - Method in class org.duracloud.duradmin.domain.ContentItem
-
- getDurationAsString() - Method in class org.duracloud.sync.mgmt.SyncSummary
-
- getEC2() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProvider
-
- getElapsed() - Method in class org.duracloud.syncoptimize.status.SyncTestEvent
-
- getElapsedTime() - Method in class org.duracloud.reportdata.storage.StorageReport
-
- getElapsedTime() - Method in class org.duracloud.reporter.storage.StorageReportBuilder
-
Gets the time (in millis) required to complete the most recent
report builder run
- getElementFrom(StorageAccount, boolean) - Method in class org.duracloud.storage.xml.impl.StorageAccountProviderSimpleBindingImpl
-
- getElementFrom(StorageAccount, boolean) - Method in interface org.duracloud.storage.xml.StorageAccountProviderBinding
-
This method builds an xml element from the arg StorageAccount.
- getElements() - Method in class org.duracloud.common.util.metrics.Metric
-
- getElements(Metric) - Method in class org.duracloud.common.util.metrics.MetricsTable
-
- getEmail() - Method in class org.duracloud.impl.SecurityUserTypeImpl
-
Gets the "email" element
- getEmail() - Method in class org.duracloud.security.domain.SecurityUserBean
-
- getEmail() - Method in class org.duracloud.security.impl.DuracloudUserDetails
-
- getEmail() - Method in interface org.duracloud.SecurityUserType
-
Gets the "email" element
- getEmailer(String) - Method in class org.duracloud.notification.AmazonNotificationFactory
-
- getEmailer(String) - Method in interface org.duracloud.notification.NotificationFactory
-
This method creates an Emailer which connects to an underlying notification
provider
- getEnabled() - Method in class org.duracloud.impl.SecurityUserTypeImpl
-
Gets the "enabled" element
- getEnabled() - Method in interface org.duracloud.SecurityUserType
-
Gets the "enabled" element
- getEncodedContentId() - Method in class org.duracloud.duradmin.domain.ContentItem
-
- getEntries() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean
-
- getError() - Method in class org.duracloud.reportdata.storage.StorageReportInfo
-
- getError() - Method in class org.duracloud.reporter.storage.StorageReportBuilder
-
Gets the text of the last error which occurred (if any)
- getError() - Method in interface org.duracloud.syncui.service.SyncProcessManager
-
- getError() - Method in class org.duracloud.syncui.service.SyncProcessManagerImpl
-
- getErrorCount() - Method in class org.duracloud.syncui.domain.SyncProcessStats
-
- getErrorType() - Method in exception org.duracloud.common.error.ManifestVerifyException
-
- getEstimatedCompletionDate() - Method in class org.duracloud.syncui.domain.SyncProcessStats
-
- getEstimatedCompletionTime() - Method in class org.duracloud.reportdata.storage.StorageReportInfo
-
- getETagValue(String) - Method in class org.duracloud.s3storage.S3StorageProvider
-
- getException() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
-
- getExcludeList() - Method in class org.duracloud.sync.config.SyncToolConfig
-
- getExistingDistribution(String) - Method in class org.duracloud.s3task.streaming.BaseStreamingTaskRunner
-
- getExtendedProperties() - Method in class org.duracloud.duradmin.domain.ContentItem
-
- getExtendedProperties() - Method in class org.duracloud.duradmin.domain.Space
-
- getFailed() - Method in class org.duracloud.retrieval.mgmt.StatusManager
-
- getFailed() - Method in class org.duracloud.sync.mgmt.StatusManager
-
- getFailedTransfers() - Method in class org.duracloud.upload.Uploader
-
- getFailures() - Method in interface org.duracloud.syncui.service.SyncProcessManager
-
- getFailures() - Method in class org.duracloud.syncui.service.SyncProcessManagerImpl
-
- getFile() - Method in class org.duracloud.common.util.bulk.ManifestVerifier.ResultEntry
-
- getFile() - Method in class org.duracloud.sync.mgmt.ChangedFile
-
- getFile() - Method in class org.duracloud.syncui.domain.DirectoryConfig
-
- getFileFilter() - Method in class org.duracloud.chunk.FileChunkerOptions
-
- getFilename() - Method in class org.duracloud.sync.mgmt.SyncSummary
-
- getFilesCount() - Method in class org.duracloud.sync.walker.DirWalker
-
- getFilesInTransfer() - Method in class org.duracloud.sync.mgmt.SyncManager
-
- getFilesInTransfer() - Method in class org.duracloud.upload.UploadStatus
-
- getFilesList() - Method in class org.duracloud.sync.endpoint.DuraStoreChunkSyncEndpoint
-
- 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.
- getFileStream(File) - Static method in class org.duracloud.common.util.IOUtil
-
- getFinalCount() - Method in class org.duracloud.reportdata.storage.StorageReportInfo
-
- 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
-
- getFlowId() - Method in class org.duracloud.syncui.duracloudconfig.DuracloudConfigFlowHandler
-
- getFlowId() - Method in class org.duracloud.syncui.setup.SetupFlowHandler
-
- 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.
- 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
- getGroups() - Method in class org.duracloud.impl.SecurityUserTypeImpl
-
Gets the "groups" element
- getGroups() - Method in class org.duracloud.security.domain.SecurityUserBean
-
- getGroups() - Method in class org.duracloud.security.impl.DuracloudUserDetails
-
- getGroups() - Method in interface org.duracloud.SecurityUserType
-
Gets the "groups" element
- 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.manifest.impl.BagitManifestFormatter
-
- getHeader() - Method in class org.duracloud.manifest.impl.ManifestFormatterBase
-
- getHeader() - Method in class org.duracloud.manifest.impl.TsvManifestFormatter
-
- getHost() - Method in class org.duracloud.appconfig.domain.Application
-
- getHost() - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- getHost() - Method in class org.duracloud.sync.config.SyncToolConfig
-
- getHost() - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfig
-
- getHost() - Method in class org.duracloud.syncui.domain.DuracloudConfiguration
-
- getHost() - Method in class org.duracloud.syncui.domain.DuracloudCredentialsForm
-
- getHttpServletRequest(Object) - Method in class org.duracloud.security.vote.SpaceAccessVoter
-
- getHttpVerb(HttpServletRequest) - Method in class org.duracloud.security.vote.SpaceAccessVoter
-
- getId() - Method in class org.duracloud.common.model.Credential
-
- getId() - Method in class org.duracloud.contentindex.client.AccountIndexItem
-
- getId() - Method in class org.duracloud.contentindex.client.ContentIndexItem
-
- 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 enum org.duracloud.storage.domain.HadoopTypes.INSTANCES
-
- getId() - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
-
- getId() - Method in interface org.duracloud.storage.domain.StorageAccount
-
- getIdToClassMap() - Method in class org.duracloud.computeprovider.mgmt.ComputeProviderFactory
-
- getImageId() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
-
- getImageViewerBaseURL() - Method in class org.duracloud.duradmin.domain.ContentItem
-
- 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
- getInitConfig() - Method in class org.duracloud.durastore.util.ProviderFactoryBase
-
- getInitializedText(String) - Static method in class org.duracloud.common.util.InitUtil
-
- 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.DurabossConfig
-
- getInitResource() - Method in class org.duracloud.appconfig.domain.DuradminConfig
-
- getInitResource() - Method in class org.duracloud.appconfig.domain.DurastoreConfig
-
- getInitResource() - Method in class org.duracloud.appconfig.domain.SecurityConfig
-
- getInprocessCount() - Method in class org.duracloud.common.queue.local.LocalTaskQueue
-
- getInstance() - Static method in class org.duracloud.retrieval.mgmt.StatusManager
-
- getInstance() - Static method in class org.duracloud.sync.mgmt.ChangedList
-
- getInstance() - Static method in class org.duracloud.sync.mgmt.StatusManager
-
- getInstanceHost() - Method in class org.duracloud.storage.domain.StorageAccountManager
-
- getInstanceId() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
-
- getInstancePort() - Method in class org.duracloud.storage.domain.StorageAccountManager
-
- getIntermediaryCount() - Method in class org.duracloud.duradmin.spaces.controller.ItemCounter
-
- getInWork() - Method in class org.duracloud.retrieval.mgmt.StatusManager
-
- getInWork() - Method in class org.duracloud.sync.mgmt.StatusManager
-
- getIsEnabled() - Method in class org.duracloud.common.model.Credential
-
Default value is '1'
- getIsPrimary(Element) - Method in class org.duracloud.storage.xml.impl.StorageAccountProviderSimpleBindingImpl
-
- getItemCount() - Method in class org.duracloud.duradmin.domain.Space
-
the count of all the items in the space
- getItemWithValue(String, String, String, String) - Method in interface org.duracloud.contentindex.client.ContentIndexClient
-
Search all field values for the provided 'text'
- getItemWithValue(String, String, String, String) - Method in class org.duracloud.contentindex.client.ESContentIndexClient
-
Search all field values for the provided 'text'
- 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.
- getKeyname() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
-
- getLatestLogItem(String, String, String, String) - Method in interface org.duracloud.audit.AuditLogStore
-
Retrieves log history for a content item in chronological order
- getLatestStorageReport() - Method in interface org.duracloud.client.report.StorageReportManager
-
Retrieves the latest completed storage report.
- getLatestStorageReport() - Method in class org.duracloud.client.report.StorageReportManagerImpl
-
- getLatestStorageReport() - Method in class org.duracloud.duraboss.rest.report.StorageReportResource
-
Provides the xml stream of the lastest storage report or null if no
reports exist.
- getLatestStorageReport() - Method in class org.duracloud.duraboss.rest.report.StorageReportRest
-
Retrieves the latest completed storage report.
- getLatestStorageReport() - Method in class org.duracloud.reporter.storage.StorageReportHandler
-
Returns the latest storage report or null if no reports exist
- getLatestStorageReportStream() - Method in class org.duracloud.reporter.storage.StorageReportHandler
-
Returns the latest storage report stream or null if no reports exist
- getLaunchTime() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
-
- getLength() - Method in class org.duracloud.chunk.stream.KnownLengthInputStream
-
- getLength() - Method in class org.duracloud.sync.mgmt.SyncSummary
-
- getLine(ContentMessage) - Method in class org.duracloud.manifest.impl.BagitManifestFormatter
-
- getLine(ContentMessage) - Method in class org.duracloud.manifest.impl.ManifestFormatterBase
-
- getLine(ContentMessage) - Method in class org.duracloud.manifest.impl.TsvManifestFormatter
-
- getList(Iterator<String>) - Static method in class org.duracloud.storage.util.StorageProviderUtil
-
Creates a list of all of the items in an iteration.
- getListFile() - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- getListSize() - Method in class org.duracloud.sync.mgmt.ChangedList
-
Gets the current size of the changed list
- getListValue() - Method in interface org.duracloud.AuthoritiesType
-
- getListValue() - Method in interface org.duracloud.GroupsType
-
- getLocalFile() - Method in class org.duracloud.retrieval.mgmt.RetrievalWorker
-
- getLogItem() - Method in exception org.duracloud.audit.AuditLogWriteFailedException
-
- getLogItems(String, String) - Method in interface org.duracloud.audit.AuditLogStore
-
Returns a list of matching log events for the specified space across providers
- getLogItems(String, String, String, String) - Method in interface org.duracloud.audit.AuditLogStore
-
Retrieves log history for a content item.
- getLogLevel() - Method in class org.duracloud.retrieval.util.LogUtil
-
- getLogLocation() - Method in class org.duracloud.retrieval.util.LogUtil
-
- getLogMessage() - Method in class org.duracloud.client.StoreCaller
-
- getLongForm() - Method in enum org.duracloud.storage.domain.HadoopTypes.TASK_PARAMS
-
- getManifest() - Method in class org.duracloud.chunk.ChunkableContent
-
- getManifest(String, String, ManifestGenerator.FORMAT, Date) - Method in class org.duracloud.client.manifest.ManifestGeneratorImpl
-
- getManifest(String, String, String, String) - Method in class org.duracloud.duraboss.rest.manifest.ManifestResource
-
- getManifest(String, String, String, String) - Method in class org.duracloud.duraboss.rest.manifest.ManifestRest
-
- getManifest(String, String, ManifestGenerator.FORMAT, Date) - Method in class org.duracloud.manifest.impl.ManifestGeneratorImpl
-
- getManifest(String, String, ManifestGenerator.FORMAT, Date) - Method in interface org.duracloud.manifest.ManifestGenerator
-
This method generates the manifest for the given args.
- getManifest(String, String) - Method in interface org.duracloud.stitch.FileStitcher
-
This method returns the deserialized ChunksManifest object found in the
arg spaceId with the arg manifestId.
- getManifest(String, String) - Method in class org.duracloud.stitch.impl.FileStitcherImpl
-
- getManifestId() - Method in class org.duracloud.chunk.manifest.ChunksManifest
-
- 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
-
- 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
- getMD5Bytes() - Method in class org.duracloud.common.stream.ChecksumInputStream
-
- getMessage() - Method in class org.duracloud.sync.mgmt.SyncSummary
-
- getMessagePattern(String) - Static method in class org.duracloud.common.error.ExceptionMessages
-
- getMetrics() - Method in class org.duracloud.common.util.metrics.MetricsTable
-
- getMimetype() - Method in interface org.duracloud.audit.AuditLogItem
-
- 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.ContentProperties
-
- getMimetype() - Method in class org.duracloud.impl.SourceContentTypeImpl
-
Gets the "mimetype" element
- getMimetype() - Method in class org.duracloud.reportdata.storage.metrics.MimetypeMetrics
-
- getMimetype() - Method in class org.duracloud.reporter.storage.metrics.MimetypeMetricsCollector
-
- getMimetype() - Method in interface org.duracloud.SourceContentType
-
Gets the "mimetype" element
- getMimetype() - Method in class org.duracloud.sync.endpoint.MonitoredFile
-
- getMimetypeMetrics() - Method in class org.duracloud.reportdata.storage.metrics.Metrics
-
- getMimetypeMetrics() - Method in class org.duracloud.reporter.storage.metrics.MetricsCollector
-
- getMinInstanceCount() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
-
- getModified() - Method in class org.duracloud.duradmin.domain.ContentProperties
-
- getMonitoredFile() - Method in class org.duracloud.sync.mgmt.SyncWorker
-
- getMonitoredFiles() - Method in interface org.duracloud.syncui.service.SyncProcessManager
-
Returns a list of actively transfering (uploading) files
- getMonitoredFiles() - Method in class org.duracloud.syncui.service.SyncProcessManagerImpl
-
- getName() - Method in class org.duracloud.appconfig.support.ApplicationWithConfig
-
- getName() - Method in class org.duracloud.chrontask.snapshot.SnapshotTaskRunner
-
- getName() - Method in class org.duracloud.common.queue.aws.SQSTaskQueue
-
- getName() - Method in class org.duracloud.common.queue.local.LocalTaskQueue
-
- getName() - Method in class org.duracloud.common.queue.noop.NoopTaskQueue
-
- getName() - Method in interface org.duracloud.common.queue.TaskQueue
-
A name identifying the queue used for logging and analysis purposes.
- getName() - Method in class org.duracloud.duradmin.domain.Acl
-
- getName() - Method in class org.duracloud.duradmin.domain.ExtendedProperties
-
- getName() - Method in class org.duracloud.duradmin.domain.PropertiesItem
-
- getName() - Method in class org.duracloud.duradmin.security.RootAuthentication
-
- getName() - Method in class org.duracloud.duradmin.util.NameValuePair
-
- getName() - Method in class org.duracloud.glaciertask.RestoreContentTaskRunner
-
- 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 enum org.duracloud.storage.domain.StorageProviderType
-
- getName() - Method in interface org.duracloud.storage.provider.TaskRunner
-
- getName() - Method in class org.duracloud.sync.endpoint.MonitoredFile
-
- getName() - Method in class org.duracloud.upload.UploadStatus.FileInTransfer
-
- getNewBucketName(String) - Method in class org.duracloud.s3storage.S3StorageProvider
-
- getNewUserAcls(String, String) - Method in class org.duracloud.duradmin.spaces.controller.SpaceAclController
-
- getNext() - Method in interface org.duracloud.common.collection.IteratorSource
-
- getNext() - Method in class org.duracloud.contentindex.client.iterator.AbstractESContentIndexClientIteratorSource
-
- getNextContentItem() - Method in class org.duracloud.retrieval.source.DuraStoreRetrievalSource
-
- getNextContentItem() - Method in class org.duracloud.retrieval.source.DuraStoreStitchingRetrievalSource
-
- getNextContentItem() - Method in interface org.duracloud.retrieval.source.RetrievalSource
-
Provides the next content item to be processed, cycles through all spaces
as necessary.
- getNextImpl() - Method in class org.duracloud.contentindex.client.iterator.AbstractESContentIndexClientIteratorSource
-
- getNextImpl() - Method in class org.duracloud.contentindex.client.iterator.ESContentIndexClientContentIdIteratorSource
-
- getNextImpl() - Method in class org.duracloud.contentindex.client.iterator.ESContentIndexClientContentIteratorSource
-
- getNextScheduledStartDate() - Method in class org.duracloud.reporter.storage.StorageReportScheduler
-
Provides the next scheduled start date,
or null if there is no scheduled date.
- getNextScheduledStartTime() - Method in class org.duracloud.reportdata.storage.StorageReportInfo
-
- getNextSpace() - Method in class org.duracloud.retrieval.source.DuraStoreRetrievalSource
-
- getNextSpace() - Method in class org.duracloud.retrieval.source.DuraStoreSpecifiedRetrievalSource
-
- getNoChange() - Method in class org.duracloud.retrieval.mgmt.StatusManager
-
- getNotificationConfigs() - Method in class org.duracloud.appconfig.domain.DurabossConfig
-
- getNotificationType() - Method in class org.duracloud.common.notification.EmailNotifier
-
- getNotificationType() - Method in interface org.duracloud.common.notification.Notifier
-
Indicates the type of notifications sent by this notifier
- getNotInitializedText(String) - Static method in class org.duracloud.common.util.InitUtil
-
- getNumFiles() - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfig
-
- getNumThreads() - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- getNumThreads() - Method in class org.duracloud.sync.config.SyncToolConfig
-
- getOps() - Method in class org.duracloud.common.util.DatabaseUtil
-
- getOptimalThreads(SyncOptimizeConfig) - Method in class org.duracloud.syncoptimize.SyncOptimizeDriver
-
Determines the optimal SyncTool thread count value.
- getOptions() - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
-
- getOptions() - Method in interface org.duracloud.storage.domain.StorageAccount
-
- 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
-
- getOriginator() - Method in class org.duracloud.appconfig.domain.NotificationConfig
-
- getOutputFile() - Method in class org.duracloud.retrieval.mgmt.SpaceListWorker
-
- getOutputStream(File) - Static method in class org.duracloud.common.util.IOUtil
-
- getOwnerId() - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
-
- getOwnerId() - Method in interface org.duracloud.storage.domain.StorageAccount
-
- getPageSize() - Method in interface org.duracloud.contentindex.client.ContentIndexClient
-
- getPageSize() - Method in class org.duracloud.contentindex.client.ESContentIndexClient
-
Returns the max number of records that con be contained in a "page".
- getPassword() - Method in class org.duracloud.appconfig.domain.NotificationConfig
-
- getPassword() - Method in class org.duracloud.common.model.SimpleCredential
-
- getPassword() - Method in class org.duracloud.duradmin.domain.SecurityUserCommand
-
- getPassword() - Method in class org.duracloud.impl.SecurityUserTypeImpl
-
Gets the "password" element
- getPassword() - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- 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.storage.domain.impl.StorageAccountImpl
-
- getPassword() - Method in interface org.duracloud.storage.domain.StorageAccount
-
- getPassword() - Method in class org.duracloud.sync.config.SyncToolConfig
-
- getPassword() - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfig
-
- getPassword() - Method in class org.duracloud.syncui.domain.DuracloudConfiguration
-
- getPassword() - Method in class org.duracloud.syncui.domain.DuracloudCredentialsForm
-
- getPasswordEncoder() - Method in class org.duracloud.duradmin.control.ManageSecurityUsersController
-
Deprecated.
- getPasswordEnvVariable() - Method in class org.duracloud.common.util.CommandLineToolUtil
-
- getPasswordEnvVariable() - Method in class org.duracloud.retrieval.config.RetrievalToolConfigParser
-
- getPasswordEnvVariable() - Method in class org.duracloud.sync.config.SyncToolConfigParser
-
- getPasswordEnvVariable() - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfigParser
-
- getPattern() - Method in enum org.duracloud.common.util.DateUtil.DateFormat
-
- getPollFrequency() - Method in class org.duracloud.sync.config.SyncToolConfig
-
- getPort() - Method in class org.duracloud.appconfig.domain.Application
-
- getPort() - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- getPort() - Method in class org.duracloud.sync.config.SyncToolConfig
-
- getPort() - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfig
-
- getPort() - Static method in class org.duracloud.syncui.config.SyncUIConfig
-
- getPort() - Method in class org.duracloud.syncui.domain.DuracloudConfiguration
-
- getPort() - Method in class org.duracloud.syncui.domain.DuracloudCredentialsForm
-
- getPrefix(String) - Method in class org.duracloud.appconfig.domain.BaseConfig
-
- getPrefix() - Method in class org.duracloud.sync.config.SyncToolConfig
-
- getPrefix() - Method in class org.duracloud.syncui.domain.PrefixForm
-
- getPrefix() - Method in interface org.duracloud.syncui.service.SyncConfigurationManager
-
- getPrefix() - Method in class org.duracloud.syncui.service.SyncConfigurationManagerImpl
-
- 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.
- getPrimaryContentStore() - Method in interface org.duracloud.client.ContentStoreManager
-
Gets the primary content store.
- getPrimaryContentStore(int) - Method in interface org.duracloud.client.ContentStoreManager
-
Gets the primary content store.
- getPrimaryContentStore() - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Gets the primary content store.
- getPrimaryContentStore(int) - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Gets the primary content store.
- getPrimaryContentStore() - Method in class org.duracloud.client.impl.CachingContentStoreManagerImpl
-
- getPrimaryContentStoreAsAnonymous() - Method in interface org.duracloud.client.ContentStoreManager
-
Provides access to the primary content store without requiring login().
- getPrimaryContentStoreAsAnonymous(int) - 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().
- getPrimaryContentStoreAsAnonymous(int) - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Provides access to the primary content store without requiring login().
- getPrimaryKey() - Method in class org.duracloud.common.util.TableSpec
-
- getPrimaryStorageAccount() - Method in class org.duracloud.storage.domain.StorageAccountManager
-
- getPrincipal() - Method in class org.duracloud.duradmin.security.RootAuthentication
-
- getPrintableConfig() - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- getPrintableConfig() - Method in class org.duracloud.sync.config.SyncToolConfig
-
- getPrintableConfig() - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfig
-
- getPrintableHelp() - Method in class org.duracloud.sync.SyncTool
-
- getPrintableStatus() - Method in class org.duracloud.retrieval.mgmt.StatusManager
-
- getPrintableStatus() - Method in class org.duracloud.sync.mgmt.StatusManager
-
- getProbedCore() - Method in class org.duracloud.storage.provider.ProbedStorageProvider
-
- getProcessState() - Method in interface org.duracloud.syncui.service.SyncProcess
-
Returns an enum designating the runtime state of the sync process
- getProcessState() - Method in class org.duracloud.syncui.service.SyncProcessManagerImpl
-
- getProcessState() - Method in class org.duracloud.syncui.service.SyncStateChangedEvent
-
- getProcessStats() - Method in interface org.duracloud.syncui.service.SyncProcess
-
Returns stats related the sync process
- getProcessStats() - Method in class org.duracloud.syncui.service.SyncProcessManagerImpl
-
- 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 class org.duracloud.common.queue.task.Task
-
- getProperties() - Method in class org.duracloud.domain.Content
-
Getter for the field properties
.
- getProperties() - Method in class org.duracloud.domain.Space
-
Getter for the field properties
.
- getProperties() - Method in class org.duracloud.duradmin.domain.ContentItem
-
- getProperties() - Method in class org.duracloud.duradmin.domain.Space
-
- getProperties() - Method in class org.duracloud.duradmin.spaces.controller.ContentItemUploadTask
-
- getProperties(ContentStore, String, String) - Static method in class org.duracloud.duradmin.util.PropertiesUtils
-
- getProperties() - Method in class org.duracloud.retrieval.source.ContentStream
-
- getProperty(String) - Method in class org.duracloud.common.queue.task.Task
-
- getProps() - Method in class org.duracloud.contentindex.client.ContentIndexItem
-
- getProps() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProvider
-
- 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
-
- getProvider() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
-
- getProvider() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
-
- getProviderCredentials() - Method in class org.duracloud.common.test.TestConfig
-
- getProviderName() - Method in class org.duracloud.openstackstorage.OpenStackStorageProvider
-
- getProviderName() - Method in class org.duracloud.rackspacestorage.RackspaceStorageProvider
-
- getProviderName() - Method in class org.duracloud.sdscstorage.SDSCStorageProvider
-
- 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.DurabossConfig
-
- getQualifier() - Method in class org.duracloud.appconfig.domain.DuradminConfig
-
- 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.SpaceProperties
-
- getQueryForSpace(String, String, String) - Method in class org.duracloud.contentindex.client.ESContentIndexClient
-
- getQueuedFiles() - Method in interface org.duracloud.syncui.service.SyncProcessManager
-
- getQueuedFiles() - Method in class org.duracloud.syncui.service.SyncProcessManagerImpl
-
- getQueueName() - Method in class org.duracloud.common.test.TestConfig
-
- getQueueSize() - Method in class org.duracloud.sync.mgmt.StatusManager
-
- getQueueSize() - Method in class org.duracloud.syncui.domain.SyncProcessStats
-
- getRecentlyCompleted() - Method in class org.duracloud.sync.mgmt.StatusManager
-
- getRecentlyCompleted() - Method in interface org.duracloud.syncui.service.SyncProcessManager
-
- getRecentlyCompleted() - Method in class org.duracloud.syncui.service.SyncProcessManagerImpl
-
- getRedirectMessage(HttpServletRequest) - Static method in class org.duracloud.duradmin.util.MessageUtils
-
- getReportId() - Method in class org.duracloud.duradmin.control.StorageSummary
-
- getReportId() - Method in class org.duracloud.reportdata.storage.StorageReport
-
- 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.
- 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
-
- getRestHelper() - Method in class org.duracloud.appconfig.domain.Application
-
- getRestHelper() - Method in class org.duracloud.client.ContentStoreManagerImpl
-
- getRestHelper() - Method in class org.duracloud.client.report.BaseReportManager
-
- 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
-
- getRootEncodedPassword() - Method in class org.duracloud.common.model.RootUserCredential
-
- getRootUsername() - Static method in class org.duracloud.common.model.RootUserCredential
-
- 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.reportdata.storage.StorageReportBase
-
- getSchemaVersion() - Method in interface org.duracloud.SecurityUsersType
-
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
- getSignatureMethod() - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProviderProperties
-
- 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.ContentProperties
-
- getSize() - Method in class org.duracloud.duradmin.domain.SpaceProperties
-
- getSizeFiles() - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfig
-
- getSnapshotId() - Method in class org.duracloud.chrontask.snapshot.SnapshotTaskResult
-
- getSnapshotProperties() - Method in class org.duracloud.chrontask.snapshot.SnapshotTaskParameters
-
- getSortedQueryForSpace(String, String, String) - Method in class org.duracloud.contentindex.client.ESContentIndexClient
-
- getSourceByteSize() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestHeader
-
- getSourceChecksum(ContentItem) - Method in class org.duracloud.retrieval.source.DuraStoreRetrievalSource
-
- getSourceChecksum(ContentItem) - Method in class org.duracloud.retrieval.source.DuraStoreStitchingRetrievalSource
-
- getSourceChecksum(ContentItem) - Method in interface org.duracloud.retrieval.source.RetrievalSource
-
Provides the checksum of the specified source file based on the file's
properties.
- getSourceContent() - Method in interface org.duracloud.HeaderType
-
Gets the "sourceContent" element
- getSourceContent() - Method in class org.duracloud.impl.HeaderTypeImpl
-
Gets the "sourceContent" element
- getSourceContent(ContentItem) - Method in class org.duracloud.retrieval.source.DuraStoreRetrievalSource
-
- getSourceContent(ContentItem) - Method in interface org.duracloud.retrieval.source.RetrievalSource
-
Gets the actual content, including the stream and the checksum.
- getSourceContentId() - Method in interface org.duracloud.audit.AuditLogItem
-
- getSourceContentId() - Method in class org.duracloud.audit.task.AuditTask
-
- 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
-
- getSourceProperties(ContentItem) - Method in class org.duracloud.retrieval.source.DuraStoreRetrievalSource
-
- getSourceProperties(ContentItem) - Method in interface org.duracloud.retrieval.source.RetrievalSource
-
Retrieves the Duracloud properties for the specified ContentItem.
- getSourceSpaceId() - Method in interface org.duracloud.audit.AuditLogItem
-
- getSourceSpaceId() - Method in class org.duracloud.audit.task.AuditTask
-
- getSpace(String, String, long, String) - Method in interface org.duracloud.client.ContentStore
-
Provides a space, including the id and properties 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 properties of the space as well as
a limited list of the content items within a space.
- getSpace() - Method in class org.duracloud.contentindex.client.ContentIndexItem
-
- getSpace(String, String, String, long, String) - Method in class org.duracloud.durastore.rest.SpaceRest
-
see SpaceResource.getSpaceProperties(String, String);
see SpaceResource.getSpaceContents(String, String);
- getSpaceAcls() - Method in interface org.duracloud.audit.AuditLogItem
-
- getSpaceACLs(String) - Method in class org.duracloud.audit.provider.AuditStorageProvider
-
- getSpaceACLs() - Method in class org.duracloud.audit.task.AuditTask
-
- getSpaceACLs(String) - Method in interface org.duracloud.client.ContentStore
-
Retrieves the ACLs associated with a space.
- getSpaceACLs(String) - Method in class org.duracloud.client.ContentStoreImpl
-
Retrieves the ACLs associated with a space.
- getSpaceAcls(String, String) - Method in class org.duracloud.duradmin.spaces.controller.SpaceAclController
-
- getSpaceACLs() - Method in class org.duracloud.durastore.rest.BaseRest
-
- getSpaceACLs(String, String) - Method in class org.duracloud.durastore.rest.SpaceResource
-
Gets the ACLs of a space.
- getSpaceACLs(String, String) - Method in class org.duracloud.durastore.rest.SpaceRest
-
see SpaceResource.getSpaceACLs(String, String);
- getSpaceACLs(String) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
-
- getSpaceACLs(String) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
-
- getSpaceACLs(String) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
-
- getSpaceACLs(String) - Method in class org.duracloud.durastore.util.ACLStorageProvider
-
- getSpaceACLs(String) - Method in class org.duracloud.irodsstorage.IrodsStorageProvider
-
- getSpaceACLs(HttpServletRequest) - Method in class org.duracloud.security.vote.SpaceAccessVoter
-
This method returns the ACLs of the requested space, or an empty-map if
there is an error or for certain 'keyword' spaces, or null if the space
does not exist.
- getSpaceACLs(String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
-
- getSpaceACLs(String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
-
- getSpaceACLs(String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
-
- getSpaceACLs(StorageProvider, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
-
- getSpaceACLs(StorageProvider, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
-
- getSpaceACLs(String) - Method in interface org.duracloud.storage.provider.StorageProvider
-
Retrieves the ACLs associated with a space.
- getSpaceACLs(String) - Method in class org.duracloud.storage.provider.StorageProviderBase
-
- getSpaceContentIds(String, String, String) - Method in interface org.duracloud.contentindex.client.ContentIndexClient
-
- getSpaceContentIds(String, String, String, int, int) - Method in interface org.duracloud.contentindex.client.ContentIndexClient
-
- getSpaceContentIds(String, String, String) - Method in class org.duracloud.contentindex.client.ESContentIndexClient
-
- getSpaceContentIds(String, String, String, int, int) - Method in class org.duracloud.contentindex.client.ESContentIndexClient
-
- getSpaceContents(String, String) - Method in class org.duracloud.audit.provider.AuditStorageProvider
-
- 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, String, String) - Method in interface org.duracloud.contentindex.client.ContentIndexClient
-
- getSpaceContents(String, String, String, int, int) - Method in interface org.duracloud.contentindex.client.ContentIndexClient
-
- getSpaceContents(String, String, String) - Method in class org.duracloud.contentindex.client.ESContentIndexClient
-
- getSpaceContents(String, String, String, int, int) - Method in class org.duracloud.contentindex.client.ESContentIndexClient
-
- 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.durastore.util.ACLStorageProvider
-
- getSpaceContents(String, String) - Method in class org.duracloud.irodsstorage.IrodsStorageProvider
-
Prefix is assumed to be part of the collection name.
- getSpaceContents(String, String) - Method in class org.duracloud.openstackstorage.OpenStackStorageProvider
-
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) - Method in class org.duracloud.s3task.streaming.BaseStreamingTaskRunner
-
- 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.audit.provider.AuditStorageProvider
-
- 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.durastore.util.ACLStorageProvider
-
- getSpaceContentsChunked(String, String, long, String) - Method in class org.duracloud.irodsstorage.IrodsStorageProvider
-
- getSpaceContentsChunked(String, String, long, String) - Method in class org.duracloud.openstackstorage.OpenStackStorageProvider
-
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, String, String) - Method in interface org.duracloud.contentindex.client.ContentIndexClient
-
- getSpaceCount(String, String, String) - Method in class org.duracloud.contentindex.client.ESContentIndexClient
-
- getSpaceCount(String, int) - Method in class org.duracloud.s3storage.S3StorageProvider
-
- getSpaceDeleteWorker(String) - Method in class org.duracloud.storage.provider.StorageProviderBase
-
- getSpaceFree(String) - Method in class org.duracloud.openstackstorage.OpenStackStorageProvider
-
Replaces all spaces with "%20"
- getSpaceFree(String) - Method in class org.duracloud.s3storage.S3StorageProvider
-
Replaces all spaces with "%20"
- getSpaceId() - Method in interface org.duracloud.audit.AuditLogItem
-
- getSpaceId() - Method in class org.duracloud.chrontask.snapshot.SnapshotTaskParameters
-
- getSpaceId() - Method in exception org.duracloud.chunk.error.ContentNotAddedException
-
- getSpaceId() - Method in class org.duracloud.chunk.writer.AddContentResult
-
- getSpaceId() - Method in class org.duracloud.common.model.ContentItem
-
- getSpaceId() - Method in class org.duracloud.common.queue.task.SpaceCentricTypedTask
-
- getSpaceId() - Method in class org.duracloud.duradmin.domain.ContentItem
-
- getSpaceId() - Method in class org.duracloud.duradmin.domain.ExtendedProperties
-
- getSpaceId() - Method in class org.duracloud.duradmin.domain.PropertiesItem
-
- getSpaceId() - Method in class org.duracloud.duradmin.domain.Space
-
- getSpaceId() - Method in class org.duracloud.duradmin.domain.Tag
-
- getSpaceId() - Method in class org.duracloud.manifest.ContentMessage
-
- 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(HttpServletRequest) - Method in class org.duracloud.security.vote.SpaceAccessVoter
-
- 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
-
- getSpaceId() - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfig
-
- getSpaceId() - Method in class org.duracloud.syncui.domain.DuracloudConfiguration
-
- getSpaceId() - Method in class org.duracloud.syncui.domain.SpaceForm
-
- getSpaceMetrics() - Method in class org.duracloud.reportdata.storage.metrics.StorageProviderMetrics
-
- getSpaceMetrics() - Method in class org.duracloud.reporter.storage.metrics.StorageProviderMetricsCollector
-
- getSpaceName() - Method in class org.duracloud.reportdata.storage.metrics.SpaceMetrics
-
- getSpaceName() - Method in class org.duracloud.reporter.storage.metrics.SpaceMetricsCollector
-
- getSpaceProperties(String) - Method in class org.duracloud.audit.provider.AuditStorageProvider
-
- getSpaceProperties(String) - Method in interface org.duracloud.client.ContentStore
-
Retrieves the properties associated with a space.
- getSpaceProperties(String) - Method in class org.duracloud.client.ContentStoreImpl
-
Retrieves the properties associated with a space.
- getSpaceProperties(String, String) - Method in class org.duracloud.durastore.rest.SpaceResource
-
Gets the properties of a space.
- getSpaceProperties(String, String) - Method in class org.duracloud.durastore.rest.SpaceRest
-
see SpaceResource.getSpaceProperties(String, String);
- getSpaceProperties(String) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
-
- getSpaceProperties(String) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
-
Provides a failure response the number of times
indicated by the spaceId.
- getSpaceProperties(String) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
-
Provides a successful response the number of times
indicated by the spaceId.
- getSpaceProperties(String) - Method in class org.duracloud.durastore.util.ACLStorageProvider
-
- getSpaceProperties(String) - Method in class org.duracloud.irodsstorage.IrodsStorageProvider
-
- getSpaceProperties(String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
-
- getSpaceProperties(String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
-
- getSpaceProperties() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
-
- getSpaceProperties(String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
-
- getSpaceProperties(StorageProvider, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
-
- getSpaceProperties(StorageProvider, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
- getSpaceProperties(String) - Method in interface org.duracloud.storage.provider.StorageProvider
-
Retrieves the properties associated with a space.
- getSpaceProperties(String) - Method in class org.duracloud.storage.provider.StorageProviderBase
-
This method returns all of the space properties EXCEPT the ACLs
- getSpaces() - Method in class org.duracloud.audit.provider.AuditStorageProvider
-
- 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.client.impl.CachingContentStoreImpl
-
- getSpaces(String, String) - Method in interface org.duracloud.contentindex.client.ContentIndexClient
-
- getSpaces(String, String) - Method in class org.duracloud.contentindex.client.ESContentIndexClient
-
- 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.durastore.util.ACLStorageProvider
-
This method passes through the call to getSpaces() for 'admin' users,
and for 'users', only returns the list of 'open' spaces and those to
which they have and ACL.
- getSpaces() - Method in class org.duracloud.irodsstorage.IrodsStorageProvider
-
Return a list of irods spaces.
- getSpaces() - Method in class org.duracloud.openstackstorage.OpenStackStorageProvider
-
Provides a listing of all spaces owned by a customer.
- getSpaces() - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- 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.
- getSpacesAsJson(HttpServletRequest, HttpServletResponse) - Method in class org.duracloud.duradmin.spaces.controller.SpacesController
-
- getStackTraceAsString(Throwable) - Static method in class org.duracloud.common.util.ExceptionUtil
-
- getStart() - Method in class org.duracloud.sync.mgmt.SyncSummary
-
- getStartDate() - Method in class org.duracloud.duradmin.spaces.controller.ContentItemUploadTask
-
- getStartDate() - Method in class org.duracloud.syncui.domain.SyncProcessStats
-
- getStartTime() - Method in class org.duracloud.reportdata.storage.StorageReportInfo
-
- getStartTime() - Method in class org.duracloud.reporter.storage.StorageReportBuilder
-
Gets the starting time (in millis) of the most recent report builder run
- getState() - Method in class org.duracloud.chunk.writer.AddContentResult
-
- getState() - Method in class org.duracloud.common.util.bulk.ManifestVerifier.ResultEntry
-
- getState() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
-
- getStatus() - Method in class org.duracloud.reportdata.storage.StorageReportInfo
-
- getStatus() - Method in class org.duracloud.reporter.storage.StorageReportBuilder
-
Gets the current status of the report builder
- getStatus() - Method in class org.duracloud.syncui.service.SyncOptimizeManager
-
- getStatusCode() - Method in class org.duracloud.common.web.RestHttpHelper.HttpResponse
-
- getStop() - Method in class org.duracloud.sync.mgmt.SyncSummary
-
- getStopTime() - Method in class org.duracloud.reporter.storage.StorageReportBuilder
-
Gets the stop time (in millis) of the most recent report builder run
- 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.durastore.util.StorageProviderFactoryImpl
-
This method returns all of the registered storage accounts.
- getStorageAccounts() - Method in class org.duracloud.storage.domain.DuraStoreInitConfig
-
- getStorageAccounts() - Method in class org.duracloud.storage.domain.StorageAccountManager
-
- getStorageAccounts() - Method in interface org.duracloud.storage.util.StorageProviderFactory
-
- 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
-
- getStorageMetrics() - Method in class org.duracloud.reportdata.storage.StorageReport
-
- 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.
- getStorageProvider(String) - Method in class org.duracloud.security.vote.SpaceAccessVoter
-
This method provides entry-point for alternate implementations of
StorageProvider.
- getStorageProvider() - Method in interface org.duracloud.storage.util.StorageProviderFactory
-
- getStorageProvider(String) - Method in interface org.duracloud.storage.util.StorageProviderFactory
-
- getStorageProviderFactory() - Method in class org.duracloud.security.vote.SpaceAccessVoter
-
- getStorageProviderId() - Method in class org.duracloud.duradmin.domain.StorageProvider
-
- getStorageProviderId() - Method in class org.duracloud.reportdata.storage.metrics.StorageProviderMetrics
-
- getStorageProviderId() - Method in class org.duracloud.reporter.storage.metrics.StorageProviderMetricsCollector
-
- getStorageProviderMetrics() - Method in class org.duracloud.reportdata.storage.metrics.StorageMetrics
-
- getStorageProviderMetrics() - Method in class org.duracloud.reporter.storage.metrics.DuraStoreMetricsCollector
-
- getStorageProviderType() - Method in interface org.duracloud.client.ContentStore
-
- getStorageProviderType() - Method in class org.duracloud.client.ContentStoreImpl
-
- getStorageProviderType() - Method in class org.duracloud.reportdata.storage.metrics.StorageProviderMetrics
-
- getStorageProviderType() - Method in class org.duracloud.reporter.storage.metrics.StorageProviderMetricsCollector
-
- getStorageProviderType(Element) - Method in class org.duracloud.storage.xml.impl.StorageAccountProviderSimpleBindingImpl
-
- getStorageReport(String) - Method in interface org.duracloud.client.report.StorageReportManager
-
Retrieves a storage report indicated by a report ID.
- getStorageReport(String) - Method in class org.duracloud.client.report.StorageReportManagerImpl
-
- getStorageReport(String) - Method in class org.duracloud.duraboss.rest.report.StorageReportResource
-
Provides the xml stream of the specified storage report or null if the
report does not exist.
- getStorageReport(String) - Method in class org.duracloud.duraboss.rest.report.StorageReportRest
-
Retrieves a storage report.
- getStorageReport(String, String, HttpServletResponse) - Method in class org.duracloud.duradmin.control.StorageReportController
-
Deprecated.
- getStorageReport(String) - Method in class org.duracloud.reporter.storage.StorageReportHandler
-
Returns a specific storage report or null if the report does not exist.
- getStorageReportInfo() - Method in interface org.duracloud.client.report.StorageReportManager
-
Retrieves information about storage reporting activities.
- getStorageReportInfo() - Method in class org.duracloud.client.report.StorageReportManagerImpl
-
- getStorageReportInfo() - Method in class org.duracloud.duraboss.rest.report.StorageReportResource
-
Provides information about the storage report.
- getStorageReportInfo() - Method in class org.duracloud.duraboss.rest.report.StorageReportRest
-
Retrieves information about storage reporting activities.
- getStorageReportList() - Method in interface org.duracloud.client.report.StorageReportManager
-
Retrieves the list of storage report IDs, ordered by
report completion date.
- getStorageReportList() - Method in class org.duracloud.client.report.StorageReportManagerImpl
-
- getStorageReportList() - Method in class org.duracloud.duraboss.rest.report.StorageReportResource
-
Provides the xml stream of the list of storage reports, the list may
be empty
- getStorageReportList() - Method in class org.duracloud.duraboss.rest.report.StorageReportRest
-
Retrieves the list of storage report IDs.
- getStorageReportList() - Method in class org.duracloud.duradmin.control.StorageReportController
-
- getStorageReportList() - Method in class org.duracloud.reportdata.storage.StorageReportList
-
- getStorageReportList() - Method in class org.duracloud.reporter.storage.StorageReportHandler
-
Retrieve a sorted list of all storage reports in XML format.
- getStorageReportStream(String) - Method in class org.duracloud.reporter.storage.StorageReportHandler
-
Returns a specific storage report stream or null if the report does
not exist.
- getStorageReportSummaries(String, String) - Method in class org.duracloud.duradmin.control.StorageReportController
-
- getStoreId() - Method in interface org.duracloud.audit.AuditLogItem
-
- 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.common.queue.task.SpaceCentricTypedTask
-
- getStoreId() - Method in class org.duracloud.contentindex.client.ContentIndexItem
-
- getStoreId() - Method in class org.duracloud.duradmin.domain.ContentItem
-
- getStoreId() - Method in class org.duracloud.duradmin.domain.Space
-
- getStoreId() - Method in class org.duracloud.manifest.ContentMessage
-
- getStoreId() - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- getStoreId(HttpServletRequest) - Method in class org.duracloud.security.vote.SpaceAccessVoter
-
- getStoreId() - Method in class org.duracloud.sync.config.SyncToolConfig
-
- getStores() - Method in class org.duracloud.durastore.rest.StoreRest
-
Provides a listing of all available storage provider accounts
- getStoreSpaces() - Method in class org.duracloud.contentindex.client.AccountIndexItem
-
- getStoreType() - Method in class org.duracloud.audit.task.AuditTask
-
- getStoreType() - Method in class org.duracloud.contentindex.client.ContentIndexItem
-
- getStream() - Method in class org.duracloud.domain.Content
-
Getter for the field stream
.
- getStream() - Method in class org.duracloud.retrieval.source.ContentStream
-
- getStream() - Method in class org.duracloud.sync.endpoint.MonitoredFile
-
- getStreamBytesRead() - Method in class org.duracloud.sync.endpoint.MonitoredFile
-
- getStreamingHost() - Method in class org.duracloud.duradmin.domain.SpaceProperties
-
- 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.retrieval.mgmt.StatusManager
-
- getSucceeded() - Method in class org.duracloud.sync.mgmt.StatusManager
-
- getSuccessfulTransfers() - Method in class org.duracloud.upload.Uploader
-
- getSuffix(String) - Method in class org.duracloud.appconfig.domain.BaseConfig
-
- getSuggestedResolutionMessgeKey() - Method in class org.duracloud.syncui.service.SyncProcessError
-
- getSummaries(String, String) - Method in interface org.duracloud.duradmin.control.StorageSummaryCache
-
- getSummaries(String, String) - Method in class org.duracloud.duradmin.control.StorageSummaryCacheImpl
-
- 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(String) - Method in class org.duracloud.durastore.rest.TaskRest
-
Gets a listing of supported tasks for a given provider
- getSupportedTasks() - Method in interface org.duracloud.storage.provider.TaskProvider
-
- getSupportedTasks() - Method in class org.duracloud.storage.provider.TaskProviderBase
-
- getSyncAttempts() - Method in class org.duracloud.sync.mgmt.ChangedFile
-
- getSyncEvents() - Method in class org.duracloud.syncoptimize.status.SyncTestStatus
-
- getSyncProcessState() - Method in class org.duracloud.syncui.service.RuntimeStateMemento
-
- getSyncTester() - Method in class org.duracloud.syncoptimize.test.SyncTestManager
-
- getSyncTestStatus() - Method in class org.duracloud.syncoptimize.SyncOptimizeDriver
-
Gets a listing of status events that have occurred (mostly test
completion events) as the tests are running.
- getSyncToFile(MonitoredFile, File) - Method in class org.duracloud.sync.endpoint.FileSystemSyncEndpoint
-
- getSyncTool() - Method in class org.duracloud.syncoptimize.test.SyncTester
-
- getSystemUsername() - Static method in class org.duracloud.common.model.SystemUserCredential
-
- 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.contentindex.client.ContentIndexItem
-
- getTags() - Method in class org.duracloud.duradmin.domain.ContentProperties
-
- getTags() - Method in class org.duracloud.duradmin.domain.SpaceProperties
-
- getTargetType() - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
-
- 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.
- getTestConfig() - Method in class org.duracloud.common.test.TestConfigUtil
-
- getThreadCount() - Method in class org.duracloud.syncui.domain.ThreadCountForm
-
- getThreadCount() - Method in interface org.duracloud.syncui.service.SyncConfigurationManager
-
- getThreadCount() - Method in class org.duracloud.syncui.service.SyncConfigurationManagerImpl
-
- getThreads() - Method in class org.duracloud.syncoptimize.status.SyncTestEvent
-
- getTime() - Method in class org.duracloud.syncui.service.SyncProcessError
-
- getTimestamp() - Method in interface org.duracloud.audit.AuditLogItem
-
- getTitle() - Method in class org.duracloud.common.util.bulk.ManifestVerifier.ResultEntry
-
- getTopAuthorityDisplay() - Method in class org.duracloud.security.domain.SecurityUserBean
-
- getTotalFiles() - Method in class org.duracloud.upload.UploadStatus
-
- getTotalItems() - Method in class org.duracloud.duradmin.control.StorageSummary
-
- getTotalItems() - Method in class org.duracloud.reportdata.storage.metrics.Metrics
-
- getTotalItems() - Method in class org.duracloud.reportdata.storage.metrics.MimetypeMetrics
-
- getTotalItems() - Method in class org.duracloud.reporter.storage.metrics.MetricsCollector
-
- getTotalItems() - Method in class org.duracloud.reporter.storage.metrics.MimetypeMetricsCollector
-
- getTotalSize() - Method in class org.duracloud.duradmin.control.StorageSummary
-
- getTotalSize() - Method in class org.duracloud.reportdata.storage.metrics.Metrics
-
- getTotalSize() - Method in class org.duracloud.reportdata.storage.metrics.MimetypeMetrics
-
- getTotalSize() - Method in class org.duracloud.reporter.storage.metrics.MetricsCollector
-
- getTotalSize() - Method in class org.duracloud.reporter.storage.metrics.MimetypeMetricsCollector
-
- getTotalSize() - Method in class org.duracloud.upload.UploadStatus.FileInTransfer
-
- getTransferRate() - Method in class org.duracloud.syncoptimize.status.SyncTestEvent
-
- getType() - Method in class org.duracloud.appconfig.domain.NotificationConfig
-
- getType() - Method in class org.duracloud.common.queue.task.Task
-
- getType() - Method in class org.duracloud.common.test.StorageProviderCredential
-
- getType() - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
-
- getType() - Method in interface org.duracloud.storage.domain.StorageAccount
-
- getType() - Method in class org.duracloud.sync.mgmt.SyncSummary
-
- getUpdatePolicy() - Method in class org.duracloud.syncui.domain.AdvancedForm
-
- getUpdateSuffix() - Method in class org.duracloud.sync.config.SyncToolConfig
-
- getUpdateSuffix() - Method in interface org.duracloud.syncui.service.SyncConfigurationManager
-
- getUpdateSuffix() - Method in class org.duracloud.syncui.service.SyncConfigurationManagerImpl
-
- getUploadStatus() - Method in class org.duracloud.upload.Uploader
-
- getUrl() - Method in enum org.duracloud.computeprovider.domain.ComputeProviderType
-
- getURL() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
-
- getUserByUsername(String) - Method in interface org.duracloud.security.DuracloudUserDetailsService
-
- getUserByUsername(String) - Method in class org.duracloud.security.impl.UserDetailsServiceImpl
-
- getUserDetailsService() - Method in class org.duracloud.duradmin.control.ManageSecurityUsersController
-
Deprecated.
- getUserGroups(Authentication) - Method in class org.duracloud.security.vote.SpaceAccessVoter
-
- getUserId() - Method in class org.duracloud.audit.task.AuditTask
-
- getUsername() - Method in class org.duracloud.appconfig.domain.NotificationConfig
-
- getUsername() - Method in interface org.duracloud.audit.AuditLogItem
-
- getUsername() - Method in class org.duracloud.common.model.SimpleCredential
-
- 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.impl.SecurityUserTypeImpl
-
Gets the "username" element
- getUsername() - Method in class org.duracloud.manifest.ContentMessage
-
- getUsername() - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- 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.storage.domain.impl.StorageAccountImpl
-
- getUsername() - Method in interface org.duracloud.storage.domain.StorageAccount
-
- getUsername() - Method in class org.duracloud.sync.config.SyncToolConfig
-
- getUsername() - Method in class org.duracloud.sync.endpoint.DuraStoreSyncEndpoint
-
- getUsername() - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfig
-
- getUsername() - Method in class org.duracloud.syncui.domain.DuracloudConfiguration
-
- getUsername() - Method in class org.duracloud.syncui.domain.DuracloudCredentialsForm
-
- getUserProperties(String...) - Method in class org.duracloud.durastore.rest.BaseRest
-
Looks through the request headers and pulls out user properties.
- getUserProperties() - Method in class org.duracloud.durastore.rest.BaseRest
-
- 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.
- getValue() - Method in class org.duracloud.duradmin.domain.ExtendedProperties
-
- getValue() - Method in class org.duracloud.duradmin.domain.PropertiesItem
-
- getValue() - Method in class org.duracloud.duradmin.util.NameValuePair
-
- getValue(String, Map<String, String>) - Static method in class org.duracloud.duradmin.util.PropertiesUtils
-
- getVerb() - Method in class org.duracloud.duradmin.domain.SecurityUserCommand
-
- getVersion() - Method in class org.duracloud.common.util.TableSpec
-
- getVersion() - Method in class org.duracloud.contentindex.client.ContentIndexItem
-
- getVersion() - Method in class org.duracloud.sync.mgmt.ChangedList
-
- getVisibilityTimeout() - Method in class org.duracloud.common.queue.task.Task
-
- 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
-
- 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.
- getWithSpace(String) - Method in class org.duracloud.openstackstorage.OpenStackStorageProvider
-
Converts "%20" back to spaces
- getWithSpace(String) - Method in class org.duracloud.s3storage.S3StorageProvider
-
Converts "%20" back to spaces
- getWorkDir() - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- getWorkDir() - Static method in class org.duracloud.sync.config.SyncConfig
-
- getWorkDir() - Method in class org.duracloud.sync.config.SyncToolConfig
-
- getWorkDirectory() - Method in interface org.duracloud.syncui.service.SyncConfigurationManager
-
- getWorkDirectory() - Method in class org.duracloud.syncui.service.SyncConfigurationManagerImpl
-
- getXmlFromProps(Properties) - Static method in class org.duracloud.common.util.ApplicationConfig
-
- GIGABYTE - Static variable in class org.duracloud.sync.config.SyncToolConfigParser
-
- GlacierStorageProvider - Class in org.duracloud.glacierstorage
-
Provides content storage backed by Amazon's Glacier storage system.
- GlacierStorageProvider(String, String) - Constructor for class org.duracloud.glacierstorage.GlacierStorageProvider
-
- GlacierStorageProvider(AmazonS3Client, String) - Constructor for class org.duracloud.glacierstorage.GlacierStorageProvider
-
- GlacierTaskProvider - Class in org.duracloud.glaciertask
-
- GlacierTaskProvider(GlacierStorageProvider, AmazonS3Client) - Constructor for class org.duracloud.glaciertask.GlacierTaskProvider
-
- grantsKey - Static variable in class org.duracloud.appconfig.domain.SecurityConfig
-
- groupsHaveReadAccess(List<String>, Map<String, AclType>) - Method in class org.duracloud.security.vote.SpaceAccessVoter
-
- groupsHaveWriteAccess(List<String>, Map<String, AclType>) - Method in class org.duracloud.security.vote.SpaceAccessVoter
-
- groupsKey - Static variable in class org.duracloud.appconfig.domain.SecurityConfig
-
- GroupsType - Interface in org.duracloud
-
An XML GroupsType(@duracloud.org).
- GroupsType.Factory - Class in org.duracloud
-
A factory class with static methods for creating instances
of this type.
- GroupsTypeImpl - Class in org.duracloud.impl
-
An XML GroupsType(@duracloud.org).
- GroupsTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.GroupsTypeImpl
-
- GroupsTypeImpl(SchemaType, boolean) - Constructor for class org.duracloud.impl.GroupsTypeImpl
-
- s3Client - Variable in class org.duracloud.s3storage.S3StorageProvider
-
- s3Client - Variable in class org.duracloud.s3task.storage.BaseStorageClassTaskRunner
-
- s3Client - Variable in class org.duracloud.s3task.streaming.BaseStreamingTaskRunner
-
- 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
-
- 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(String, String, Map<String, String>) - Constructor for class org.duracloud.s3storage.S3StorageProvider
-
- S3StorageProvider(AmazonS3Client, String, Map<String, String>) - Constructor for class org.duracloud.s3storage.S3StorageProvider
-
- S3TaskProvider - Class in org.duracloud.s3task
-
Handles tasks specific to content stored in Amazon S3
- S3TaskProvider(S3StorageProvider, AmazonS3Client, CloudFrontService) - Constructor for class org.duracloud.s3task.S3TaskProvider
-
- sanitizeForURI(String) - Static method in class org.duracloud.openstackstorage.OpenStackStorageProvider
-
Encode any unicode characters that will cause us problems.
- save(AccountIndexItem) - Method in interface org.duracloud.contentindex.client.ContentIndexClient
-
- save(ContentIndexItem) - Method in interface org.duracloud.contentindex.client.ContentIndexClient
-
Saves or updates a ContentIndexItem
- save(AccountIndexItem) - Method in class org.duracloud.contentindex.client.ESContentIndexClient
-
- save(ContentIndexItem) - Method in class org.duracloud.contentindex.client.ESContentIndexClient
-
- SAVED_BACKUPS - Static variable in class org.duracloud.sync.backup.ChangedListBackupManager
-
- SaveDuracloudConfiguration - Class in org.duracloud.syncui.duracloudconfig
-
- SaveDuracloudConfiguration(SyncConfigurationManager) - Constructor for class org.duracloud.syncui.duracloudconfig.SaveDuracloudConfiguration
-
- SaveSetupAction - Class in org.duracloud.syncui.setup
-
- SaveSetupAction(SyncConfigurationManager) - Constructor for class org.duracloud.syncui.setup.SaveSetupAction
-
- scheduleStorageReport(Date, long) - Method in interface org.duracloud.client.report.StorageReportManager
-
Schedules a series of storage reports to run.
- scheduleStorageReport(Date, long) - Method in class org.duracloud.client.report.StorageReportManagerImpl
-
- scheduleStorageReport(long, long) - Method in class org.duracloud.duraboss.rest.report.StorageReportResource
-
Schedules a series of storage reports to run.
- scheduleStorageReport(long, long) - Method in class org.duracloud.duraboss.rest.report.StorageReportRest
-
Sets up a schedule of storage reports to be run, based on a starting
time and the frequency at which the report should be run afterward.
- scheduleStorageReport(Date, long) - Method in class org.duracloud.reporter.storage.StorageReportScheduler
-
Sets up storage reports to be run on a new schedule.
- SCHEMA_NAME - Static variable in class org.duracloud.reportdata.storage.StorageReportBase
-
- SCHEMA_VERSION - Static variable in class org.duracloud.chunk.manifest.ChunksManifest
-
- SCHEMA_VERSION - Static variable in class org.duracloud.reportdata.storage.StorageReportBase
-
- SCHEMA_VERSION - Static variable in class org.duracloud.security.domain.SecurityUserBean
-
- SchemaGenerator - Class in org.duracloud.common.xml
-
Schema generator which can be used to generate a schema for pojo classes
which have been marked up with JAXB annotations.
- SchemaGenerator(String) - Constructor for class org.duracloud.common.xml.SchemaGenerator
-
Creates a SchemaGenerator indicating the preferred name of the
generated schema file.
- SchemaGenerator(String, File) - Constructor for class org.duracloud.common.xml.SchemaGenerator
-
Creates a SchemaGenerator indicating the preferred name of the
generated schema file and the directory in which is should be stored.
- schemaVersion - Variable in class org.duracloud.reportdata.storage.StorageReportBase
-
- 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
-
- SDSCStorageProvider - Class in org.duracloud.sdscstorage
-
Provides content storage backed by SDSC's Cloud Storage service.
- SDSCStorageProvider(String, String) - Constructor for class org.duracloud.sdscstorage.SDSCStorageProvider
-
- SDSCStorageProvider(SwiftClient) - Constructor for class org.duracloud.sdscstorage.SDSCStorageProvider
-
- 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.duraboss.rest
-
- SecurityRest(DuracloudUserDetailsService, RestUtil) - Constructor for class org.duracloud.duraboss.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, String, boolean, boolean, boolean, boolean, List<String>, 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
-
- SelectionPanel - Class in org.duracloud.upload.panel
-
- SelectionPanel(UploadFacilitator) - Constructor for class org.duracloud.upload.panel.SelectionPanel
-
- send(String, String, String...) - Method in class org.duracloud.notification.AmazonEmailer
-
- send(String, String, String...) - Method in interface org.duracloud.notification.Emailer
-
This method sends an notification to the listed recipients in text format
- sendAdminNotification(NotificationType, String, String) - Method in class org.duracloud.common.notification.NotificationManager
-
Sends a notification to system administrators through all configured
notifiers of a given type.
- sendAsHtml(String, String, String...) - Method in class org.duracloud.notification.AmazonEmailer
-
- sendAsHtml(String, String, String...) - Method in interface org.duracloud.notification.Emailer
-
This method sends an notification to the listed recipients in HTML format
- sendNotification(NotificationType, String, String, String...) - Method in class org.duracloud.common.notification.NotificationManager
-
Sends a notification through all configured notifiers of a given type.
- SerializationUtil - Class in org.duracloud.common.util
-
Provides utility methods for serializing and deserializing.
- SerializationUtil() - Constructor for class org.duracloud.common.util.SerializationUtil
-
- serialize(T) - Method in class org.duracloud.common.json.JaxbJsonSerializer
-
- serialize(T) - Method in class org.duracloud.common.xml.XmlSerializer
-
Serializes the data stored within a java bean to XML.
- serialize(SyncToolConfig, String) - Static method in class org.duracloud.syncui.service.SyncToolConfigSerializer
-
- serializeContentProperties(Map<String, String>) - Static method in class org.duracloud.audit.task.AuditTask
-
- 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.
- serializeSet(Set<?>) - Static method in class org.duracloud.common.util.SerializationUtil
-
Serializes a List to XML.
- SERVER - Static variable in interface org.duracloud.common.rest.HttpHeaders
-
- set(List) - Method in interface org.duracloud.AuthoritiesType
-
Deprecated.
- set(List) - Method in interface org.duracloud.GroupsType
-
Deprecated.
- set(SyncConfigurationManager, ConfigurationController.UpdatePolicy) - Static method in class org.duracloud.syncui.util.UpdatePolicyHelper
-
- setAccess(String) - Method in class org.duracloud.duradmin.domain.Space
-
- setAccount(String) - Method in class org.duracloud.common.queue.task.SpaceCentricTypedTask
-
- setAccount(String) - Method in class org.duracloud.contentindex.client.ContentIndexItem
-
- setAccount(String) - Method in class org.duracloud.manifest.ContentMessage
-
- 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
- setAcls(List<Acl>) - Method in class org.duracloud.duradmin.domain.ContentItem
-
- setAcls(List<Acl>) - Method in class org.duracloud.duradmin.domain.Space
-
- setAction(String) - Method in class org.duracloud.audit.task.AuditTask
-
- setAction(String) - Method in class org.duracloud.duradmin.domain.ContentItem
-
- setAction(String) - Method in class org.duracloud.duradmin.domain.Space
-
- setAction(String) - Method in class org.duracloud.manifest.ContentMessage
-
- setAdminEmails(List<String>) - Method in class org.duracloud.common.notification.EmailNotifier
-
Intended for testing only
- setAdmins(List<String>) - Method in class org.duracloud.appconfig.domain.NotificationConfig
-
- setAllSpaces(boolean) - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- setAmaUrl(String) - Method in class org.duracloud.appconfig.domain.DuradminConfig
-
- setAmaUrl(String) - Method in class org.duracloud.duradmin.domain.AdminInit
-
- setApplication(Application) - Method in class org.duracloud.appconfig.support.ApplicationWithConfig
-
- setApplicationContext(ApplicationContext) - Method in class org.duracloud.syncui.filter.SetupCheckFilter
-
- setApplyTimestamps(boolean) - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- 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.
- setAuditConfig(AuditConfig) - Method in class org.duracloud.storage.domain.DuraStoreInitConfig
-
- setAuditorEnabled(boolean) - Method in class org.duracloud.appconfig.domain.DurabossConfig
-
- setAuditPassword(String) - Method in class org.duracloud.storage.domain.AuditConfig
-
- setAuditQueueName(String) - Method in class org.duracloud.storage.domain.AuditConfig
-
- setAuditUsername(String) - Method in class org.duracloud.storage.domain.AuditConfig
-
- setAuthenticated(boolean) - Method in class org.duracloud.duradmin.security.RootAuthentication
-
- 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
- setCallerAcl(String) - Method in class org.duracloud.duradmin.domain.ContentItem
-
- setCallerAcl(String) - Method in class org.duracloud.duradmin.domain.Space
-
- setChecksum(String) - Method in class org.duracloud.duradmin.domain.ContentProperties
-
- setChecksum0(String) - Method in class org.duracloud.common.util.bulk.ManifestVerifier.ResultEntry
-
- setChecksum1(String) - Method in class org.duracloud.common.util.bulk.ManifestVerifier.ResultEntry
-
- 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
- setCleanStart(boolean) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- setCompletionTime(long) - Method in class org.duracloud.reportdata.storage.StorageReportInfo
-
- setConfig(AppConfig) - Method in class org.duracloud.appconfig.support.ApplicationWithConfig
-
- setConfig(AdminInit) - Static method in class org.duracloud.duradmin.config.DuradminConfig
-
- setConfigFileName(String) - Static method in class org.duracloud.common.error.ExceptionMessages
-
- setConfigFileName(String) - Static method in class org.duracloud.duradmin.config.DuradminConfig
-
- setConfigXmlPath(String) - Method in interface org.duracloud.syncui.service.SyncConfigurationManager
-
- setConfigXmlPath(String) - Method in class org.duracloud.syncui.service.SyncConfigurationManagerImpl
-
- setContent(InputStream) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
-
- setContentChecksum(String) - Method in class org.duracloud.audit.task.AuditTask
-
- setContentDir(File) - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- setContentDirs(List<File>) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- setContentId(String) - Method in class org.duracloud.common.queue.task.TypedTask
-
- setContentId(String) - Method in class org.duracloud.contentindex.client.ContentIndexItem
-
- setContentId(String) - Method in class org.duracloud.duradmin.domain.ContentItem
-
- setContentId(String) - Method in class org.duracloud.duradmin.domain.ExtendedProperties
-
- setContentId(String) - Method in class org.duracloud.duradmin.domain.PropertiesItem
-
- setContentId(String) - Method in class org.duracloud.duradmin.domain.Tag
-
- setContentId(String) - Method in class org.duracloud.impl.SourceContentTypeImpl
-
Sets the "contentId" attribute
- setContentId(String) - Method in class org.duracloud.manifest.ContentMessage
-
- 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
.
- setContentMd5(String) - Method in class org.duracloud.manifest.ContentMessage
-
- setContentMimetype(String) - Method in class org.duracloud.audit.task.AuditTask
-
- setContentMimetype(String) - Method in class org.duracloud.duradmin.domain.ContentItem
-
- setContentMimeType(String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
-
- setContentProperties(String, String, Map<String, String>) - Method in class org.duracloud.audit.provider.AuditStorageProvider
-
- setContentProperties(Map<String, String>) - Method in class org.duracloud.audit.task.AuditTask
-
- setContentProperties(String, String, Map<String, String>) - Method in interface org.duracloud.client.ContentStore
-
Sets the properties associated with content.
- setContentProperties(String, String, Map<String, String>) - Method in class org.duracloud.client.ContentStoreImpl
-
Sets the properties associated with content.
- setContentProperties(String, String, Map<String, String>) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
-
- setContentProperties(String, String, Map<String, String>) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
-
- setContentProperties(String, String, Map<String, String>) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
-
- setContentProperties(String, String, Map<String, String>) - Method in class org.duracloud.durastore.util.ACLStorageProvider
-
- setContentProperties(String, String, Map<String, String>) - Method in class org.duracloud.glacierstorage.GlacierStorageProvider
-
Sets the properties associated with content.
- setContentProperties(String, String, Map<String, String>) - Method in class org.duracloud.irodsstorage.IrodsStorageProvider
-
- setContentProperties(String, String, Map<String, String>) - Method in class org.duracloud.openstackstorage.OpenStackStorageProvider
-
Sets the properties associated with content.
- setContentProperties(String, String, Map<String, String>) - Method in class org.duracloud.s3storage.S3StorageProvider
-
Sets the properties associated with content.
- setContentProperties(String, String, Map<String, String>) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
-
- setContentProperties(String, String, Map<String, String>) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
-
- setContentProperties(Map<String, String>) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
-
- setContentProperties(String, String, Map<String, String>) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
-
- setContentProperties(StorageProvider, String, String, String, Map<String, String>) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
-
- setContentProperties(StorageProvider, String, String, String, Map<String, String>) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
- setContentProperties(String, String, Map<String, String>) - Method in interface org.duracloud.storage.provider.StorageProvider
-
Sets the properties associated with content.
- setContents(List<String>) - Method in class org.duracloud.duradmin.domain.Space
-
- setContentSize(String) - Method in class org.duracloud.audit.task.AuditTask
-
- setContentSize(long) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
-
- setContentStoreManager(ContentStoreManager) - Method in class org.duracloud.duradmin.security.ContentStoreAuthenticationProvider
-
- setContentStoreManager(ContentStoreManager) - Method in class org.duracloud.duradmin.spaces.controller.SpacesController
-
- setContext(String) - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- setContext(String) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- setContext(String) - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfig
-
- setCount(long) - Method in interface org.duracloud.common.util.CountListener
-
- setCount(long) - Method in interface org.duracloud.common.util.ExtendedCountListener
-
- setCount(String) - Method in class org.duracloud.duradmin.domain.SpaceProperties
-
- setCount(long) - Method in class org.duracloud.duradmin.spaces.controller.ItemCounter
-
- setCountComplete() - Method in interface org.duracloud.common.util.ExtendedCountListener
-
- setCountComplete() - Method in class org.duracloud.duradmin.spaces.controller.ItemCounter
-
- setCreated(String) - Method in class org.duracloud.duradmin.domain.SpaceProperties
-
- setCredential(SimpleCredential) - Method in class org.duracloud.common.test.StorageProviderCredential
-
- setCredentialsForm(DuracloudCredentialsForm) - Method in class org.duracloud.syncui.domain.SpaceForm
-
- 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
- setCurrentCount(long) - Method in class org.duracloud.reportdata.storage.StorageReportInfo
-
- setDateTime(String) - Method in class org.duracloud.audit.task.AuditTask
-
- setDatetime(String) - Method in class org.duracloud.manifest.ContentMessage
-
- setDdl(String) - Method in class org.duracloud.common.util.TableSpec
-
- setDirectoryPath(String) - Method in class org.duracloud.syncui.domain.DirectoryConfig
-
- setDirectoryPath(String) - Method in class org.duracloud.syncui.domain.DirectoryConfigForm
-
- setDisplayName(String) - Method in class org.duracloud.duradmin.domain.Acl
-
- setDurabossContext(String) - Method in class org.duracloud.appconfig.domain.DuradminConfig
-
- setDuraBossContext(String) - Method in class org.duracloud.duradmin.domain.AdminInit
-
- setDurastoreContext(String) - Method in class org.duracloud.appconfig.domain.DuradminConfig
-
- setDuraStoreContext(String) - Method in class org.duracloud.duradmin.domain.AdminInit
-
- setDurastoreHost(String) - Method in class org.duracloud.appconfig.domain.DuradminConfig
-
- setDuraStoreHost(String) - Method in class org.duracloud.duradmin.domain.AdminInit
-
- setDurastorePort(String) - Method in class org.duracloud.appconfig.domain.DuradminConfig
-
- setDuraStorePort(String) - Method in class org.duracloud.duradmin.domain.AdminInit
-
- setDurastoreURL(String) - Method in class org.duracloud.duradmin.domain.ContentItem
-
- setEC2(Jec2) - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2ComputeProvider
-
- setEmail(String) - Method in class org.duracloud.impl.SecurityUserTypeImpl
-
Sets the "email" element
- setEmail(String) - Method in class org.duracloud.security.domain.SecurityUserBean
-
- setEmail(String) - Method in interface org.duracloud.SecurityUserType
-
Sets the "email" element
- setEmailer(Emailer) - Method in class org.duracloud.common.notification.EmailNotifier
-
Intended for testing only
- 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
-
- setEnvironment(String, String) - Method in class org.duracloud.storage.domain.StorageAccountManager
-
- setError(String) - Method in class org.duracloud.reportdata.storage.StorageReportInfo
-
- setEstimatedCompletionTime(long) - Method in class org.duracloud.reportdata.storage.StorageReportInfo
-
- setExcludeList(File) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- setExcludeList(List<String>) - Method in class org.duracloud.sync.walker.DirWalker
-
- setExitOnCompletion(boolean) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- setExtendedProperties(Map<String, String>) - Method in class org.duracloud.duradmin.domain.ContentItem
-
- setExtendedProperties(Map<String, String>) - Method in class org.duracloud.duradmin.domain.Space
-
- setFile(String) - Method in class org.duracloud.common.util.bulk.ManifestVerifier.ResultEntry
-
- setFinalCount(long) - Method in class org.duracloud.reportdata.storage.StorageReportInfo
-
- setFirstResultIndex(long) - Method in interface org.duracloud.common.util.Scrollable
-
Sets the starting index for the page.
- 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
- setGroups(List) - Method in class org.duracloud.impl.SecurityUserTypeImpl
-
Sets the "groups" element
- setGroups(List) - Method in interface org.duracloud.SecurityUserType
-
Sets the "groups" element
- 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.retrieval.config.RetrievalToolConfig
-
- setHost(String) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- setHost(String) - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfig
-
- setHost(String) - Method in class org.duracloud.syncui.domain.DuracloudCredentialsForm
-
- setId(int) - Method in class org.duracloud.common.model.Credential
-
- setId(String) - Method in class org.duracloud.contentindex.client.AccountIndexItem
-
- setId(String) - Method in class org.duracloud.contentindex.client.ContentIndexItem
-
Application developers should avoid using this method.
- 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.storage.domain.impl.StorageAccountImpl
-
- setId(String) - Method in interface org.duracloud.storage.domain.StorageAccount
-
- setIdToClassMap(Map<String, String>) - Static method in class org.duracloud.computeprovider.mgmt.ComputeProviderFactory
-
- setImageViewerBaseURL(String) - Method in class org.duracloud.duradmin.domain.ContentItem
-
- 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
- setIntermediaryCount(long) - Method in interface org.duracloud.common.util.ExtendedCountListener
-
- setIntermediaryCount(long) - Method in class org.duracloud.duradmin.spaces.controller.ItemCounter
-
- setItemCount(Long) - Method in class org.duracloud.duradmin.domain.Space
-
- setListFile(File) - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- setListOnly(boolean) - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- setListValue(List) - Method in interface org.duracloud.AuthoritiesType
-
- setListValue(List) - Method in interface org.duracloud.GroupsType
-
- setLoggers(ReadLogger, WriteLogger) - Method in class org.duracloud.audit.provider.AuditStorageProvider
-
- setLogLevel(String) - Method in class org.duracloud.retrieval.util.LogUtil
-
- 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.client.ContentIterator
-
- 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
-
- setMetricsTable(MetricsTable) - Method in interface org.duracloud.common.util.metrics.MetricsProbed
-
- setMetricsTable(MetricsTable) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
-
- setMimetype(String) - Method in class org.duracloud.duradmin.domain.ContentProperties
-
- 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
- setModified(String) - Method in class org.duracloud.duradmin.domain.ContentProperties
-
- setName(String) - Method in class org.duracloud.duradmin.domain.Acl
-
- setName(String) - Method in class org.duracloud.duradmin.domain.ExtendedProperties
-
- setName(String) - Method in class org.duracloud.duradmin.domain.PropertiesItem
-
- setNewSpaceLifecycle(String, BucketLifecycleConfiguration) - Method in class org.duracloud.glacierstorage.GlacierStorageProvider
-
- setNewSpaceProperties(String, Map<String, String>) - Method in class org.duracloud.storage.provider.StorageProviderBase
-
Sets the properties of this space.
- setNextScheduledStartTime(long) - Method in class org.duracloud.reportdata.storage.StorageReportInfo
-
- setNotificationConfigs(Map<String, NotificationConfig>) - Method in class org.duracloud.appconfig.domain.DurabossConfig
-
Set the notification configurations.
- setNumFiles(int) - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfig
-
- setNumThreads(int) - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- setNumThreads(int) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- setOption(String, String) - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
-
- setOption(String, String) - Method in interface org.duracloud.storage.domain.StorageAccount
-
- 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
-
- setOriginator(String) - Method in class org.duracloud.appconfig.domain.NotificationConfig
-
- setOverwrite(boolean) - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- setOwnerId(String) - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
-
- setOwnerId(String) - Method in interface org.duracloud.storage.domain.StorageAccount
-
- setPageSize(int) - Method in interface org.duracloud.contentindex.client.ContentIndexClient
-
- setPageSize(int) - Method in class org.duracloud.contentindex.client.ESContentIndexClient
-
Sets the max number of records that can be contained in a "page".
- setPassword(String) - Method in class org.duracloud.appconfig.domain.NotificationConfig
-
- setPassword(String) - Method in class org.duracloud.common.model.SimpleCredential
-
- setPassword(String) - Method in class org.duracloud.duradmin.domain.SecurityUserCommand
-
- setPassword(String) - Method in class org.duracloud.impl.SecurityUserTypeImpl
-
Sets the "password" element
- setPassword(String) - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- 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.storage.domain.impl.StorageAccountImpl
-
- setPassword(String) - Method in interface org.duracloud.storage.domain.StorageAccount
-
- setPassword(String) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- setPassword(String) - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfig
-
- setPassword(String) - Method in class org.duracloud.syncui.domain.DuracloudCredentialsForm
-
- setPasswordEncoder(PasswordEncoder) - Method in class org.duracloud.duradmin.control.ManageSecurityUsersController
-
Deprecated.
- setPollFrequency(long) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- setPort(int) - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- setPort(int) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- setPort(int) - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfig
-
- setPort(String) - Method in class org.duracloud.syncui.domain.DuracloudCredentialsForm
-
- setPrefix(String) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- setPrefix(String) - Method in class org.duracloud.syncui.domain.PrefixForm
-
- setPrefix(String) - Method in interface org.duracloud.syncui.service.SyncConfigurationManager
-
- setPrefix(String) - Method in class org.duracloud.syncui.service.SyncConfigurationManagerImpl
-
- setPreserveChunkMD5s(boolean) - Method in class org.duracloud.chunk.ChunkableContent
-
- setPrimary(boolean) - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
-
- setPrimary(boolean) - Method in interface org.duracloud.storage.domain.StorageAccount
-
- setPrimaryKey(String) - Method in class org.duracloud.common.util.TableSpec
-
- setPrimaryStorageProvider(boolean) - Method in class org.duracloud.duradmin.domain.ContentItem
-
- setPrimaryStorageProvider(boolean) - Method in class org.duracloud.duradmin.domain.Space
-
- 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
-
- setProperties(Map<String, String>) - Method in class org.duracloud.domain.Content
-
Setter for the field properties
.
- setProperties(Map<String, String>) - Method in class org.duracloud.domain.Space
-
Setter for the field properties
.
- setProperties(ContentProperties) - Method in class org.duracloud.duradmin.domain.ContentItem
-
- setProperties(SpaceProperties) - Method in class org.duracloud.duradmin.domain.Space
-
- setProperties(ContentStore, String, String, Map<String, String>) - Static method in class org.duracloud.duradmin.util.PropertiesUtils
-
- setProps(Map<String, String>) - Method in class org.duracloud.contentindex.client.ContentIndexItem
-
- setProps(EC2ComputeProviderProperties) - Method in class org.duracloud.ec2typicacomputeprovider.mgmt.EC2InstanceDescription
-
- setProviderCredentials(List<StorageProviderCredential>) - Method in class org.duracloud.common.test.TestConfig
-
- setQueryCount(int) - Method in class org.duracloud.duradmin.domain.SpaceProperties
-
- setQueueName(String) - Method in class org.duracloud.common.test.TestConfig
-
- setRead(boolean) - Method in class org.duracloud.duradmin.domain.Acl
-
- 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
-
- setRenameUpdates(boolean) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- setRenameUpdates(boolean) - Method in interface org.duracloud.syncui.service.SyncConfigurationManager
-
- setRenameUpdates(boolean) - Method in class org.duracloud.syncui.service.SyncConfigurationManagerImpl
-
- setReporterEnabled(boolean) - Method in class org.duracloud.appconfig.domain.DurabossConfig
-
- setRestHelper(RestHttpHelper) - Method in class org.duracloud.client.ContentStoreManagerImpl
-
- setRestHelper(RestHttpHelper) - Method in class org.duracloud.client.impl.CachingContentStoreManagerImpl
-
- setRestHelper(RestHttpHelper) - Method in class org.duracloud.client.report.BaseReportManager
-
- setReturnTo(HttpServletRequest, MutableAttributeMap) - Static method in class org.duracloud.duradmin.util.NavigationUtils
-
- 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.reportdata.storage.StorageReportBase
-
- setSchemaVersion(String) - Method in interface org.duracloud.SecurityUsersType
-
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
- setSize(String) - Method in class org.duracloud.duradmin.domain.ContentProperties
-
- setSize(String) - Method in class org.duracloud.duradmin.domain.SpaceProperties
-
- setSizeFiles(int) - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfig
-
- setSnapshotId(String) - Method in class org.duracloud.chrontask.snapshot.SnapshotTaskResult
-
- setSnapshotInProgress(boolean) - Method in class org.duracloud.duradmin.domain.Space
-
- setSnapshotProperties(Map<String, String>) - Method in class org.duracloud.chrontask.snapshot.SnapshotTaskParameters
-
- 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
- setSourceContentId(String) - Method in class org.duracloud.audit.task.AuditTask
-
- setSourceMD5(String) - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestHeader
-
- setSourceSpaceId(String) - Method in class org.duracloud.audit.task.AuditTask
-
- setSpace(String) - Method in class org.duracloud.contentindex.client.ContentIndexItem
-
- setSpaceACLs(String, Map<String, AclType>) - Method in class org.duracloud.audit.provider.AuditStorageProvider
-
- setSpaceACLs(String) - Method in class org.duracloud.audit.task.AuditTask
-
- setSpaceACLs(String, Map<String, AclType>) - Method in interface org.duracloud.client.ContentStore
-
Sets the ACLs associated with a space.
- setSpaceACLs(String, Map<String, AclType>) - Method in class org.duracloud.client.ContentStoreImpl
-
Sets the ACLs associated with a space.
- setSpaceACLs(String, Map<String, AclType>) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
-
- setSpaceACLs(String, Map<String, AclType>) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
-
- setSpaceACLs(String, Map<String, AclType>) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
-
- setSpaceACLs(String, Map<String, AclType>) - Method in class org.duracloud.durastore.util.ACLStorageProvider
-
- setSpaceACLs(String, Map<String, AclType>) - Method in class org.duracloud.irodsstorage.IrodsStorageProvider
-
- setSpaceACLs(String, Map<String, AclType>) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
-
- setSpaceACLs(String, Map<String, AclType>) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
-
- setSpaceACLs(String, Map<String, AclType>) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
-
- setSpaceACLs(StorageProvider, String, String, Map<String, AclType>) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
-
- setSpaceACLs(StorageProvider, String, String, Map<String, AclType>) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
-
- setSpaceACLs(String, Map<String, AclType>) - Method in interface org.duracloud.storage.provider.StorageProvider
-
Sets the ACLs associated with a space.
- setSpaceACLs(String, Map<String, AclType>) - Method in class org.duracloud.storage.provider.StorageProviderBase
-
- setSpaceId(String) - Method in class org.duracloud.chrontask.snapshot.SnapshotTaskParameters
-
- setSpaceId(String) - Method in class org.duracloud.common.queue.task.SpaceCentricTypedTask
-
- setSpaceId(String) - Method in class org.duracloud.duradmin.domain.ContentItem
-
- setSpaceId(String) - Method in class org.duracloud.duradmin.domain.ExtendedProperties
-
- setSpaceId(String) - Method in class org.duracloud.duradmin.domain.PropertiesItem
-
- 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.manifest.ContentMessage
-
- setSpaceId(String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
-
- setSpaceId(String) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- setSpaceId(String) - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfig
-
- setSpaceId(String) - Method in class org.duracloud.syncui.domain.SpaceForm
-
- setSpaceId(String) - Method in class org.duracloud.upload.UploadToolApplet
-
- setSpaceProperties(String, Map<String, String>) - Method in class org.duracloud.durastore.test.MockRetryStorageProvider
-
- setSpaceProperties(String, Map<String, String>) - Method in class org.duracloud.durastore.test.MockVerifyCreateStorageProvider
-
- setSpaceProperties(String, Map<String, String>) - Method in class org.duracloud.durastore.test.MockVerifyDeleteStorageProvider
-
- setSpaces(List<String>) - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- 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
-
- setStartTime(long) - Method in class org.duracloud.reportdata.storage.StorageReportInfo
-
- setState(AddContentResult.State) - Method in class org.duracloud.chunk.writer.AddContentResult
-
- setState(ManifestVerifier.State) - Method in class org.duracloud.common.util.bulk.ManifestVerifier.ResultEntry
-
- setStatus(String) - Method in class org.duracloud.reportdata.storage.StorageReportInfo
-
- setStorageAccounts(Set<StorageAccount>) - Method in class org.duracloud.appconfig.domain.DurastoreConfig
-
- setStorageAccounts(List<StorageAccount>) - Method in class org.duracloud.storage.domain.DuraStoreInitConfig
-
- setStorageProvider(StorageProvider) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
-
- setStorageProviderId(String) - Method in class org.duracloud.duradmin.domain.StorageProvider
-
- setStorageSummaryCache(StorageSummaryCache) - Method in class org.duracloud.duradmin.control.InitController
-
- setStoreId(String) - Method in class org.duracloud.common.queue.task.SpaceCentricTypedTask
-
- setStoreId(String) - Method in class org.duracloud.contentindex.client.ContentIndexItem
-
- 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.manifest.ContentMessage
-
- setStoreId(String) - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- setStoreId(String) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- setStoreSpaces(Map<String, TreeSet<String>>) - Method in class org.duracloud.contentindex.client.AccountIndexItem
-
- setStoreType(String) - Method in class org.duracloud.audit.task.AuditTask
-
- setStoreType(String) - Method in class org.duracloud.contentindex.client.ContentIndexItem
-
- setStream(InputStream) - Method in class org.duracloud.domain.Content
-
Setter for the field stream
.
- setStreamingEnabled(boolean) - Method in class org.duracloud.duradmin.domain.Space
-
- setStreamingHost(String) - Method in class org.duracloud.duradmin.domain.SpaceProperties
-
- setSyncConfig(SyncToolConfig) - Method in class org.duracloud.sync.SyncTool
-
Sets the configuration of the sync tool.
- setSyncDeletes(boolean) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- setSyncDeletes(boolean) - Method in class org.duracloud.syncui.domain.AdvancedForm
-
- setSyncDeletes(boolean) - Method in interface org.duracloud.syncui.service.SyncConfigurationManager
-
- setSyncDeletes(boolean) - Method in class org.duracloud.syncui.service.SyncConfigurationManagerImpl
-
- setSyncProcessState(SyncProcessState) - Method in class org.duracloud.syncui.service.RuntimeStateMemento
-
- setSyncUpdates(boolean) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- setSyncUpdates(boolean) - Method in interface org.duracloud.syncui.service.SyncConfigurationManager
-
- setSyncUpdates(boolean) - Method in class org.duracloud.syncui.service.SyncConfigurationManagerImpl
-
- setTableName(String) - Method in class org.duracloud.common.util.TableSpec
-
- setTag(String) - Method in class org.duracloud.duradmin.domain.Tag
-
- setTags(List<String>) - Method in class org.duracloud.contentindex.client.ContentIndexItem
-
- setTags(Set<String>) - Method in class org.duracloud.duradmin.domain.ContentProperties
-
- setTags(Set<String>) - Method in class org.duracloud.duradmin.domain.SpaceProperties
-
- setThreadCount(int) - Method in class org.duracloud.syncui.domain.ThreadCountForm
-
- setThreadCount(int) - Method in interface org.duracloud.syncui.service.SyncConfigurationManager
-
- setThreadCount(int) - Method in class org.duracloud.syncui.service.SyncConfigurationManagerImpl
-
- setTitle(String) - Method in class org.duracloud.common.util.bulk.ManifestVerifier.ResultEntry
-
- setType(String) - Method in class org.duracloud.appconfig.domain.NotificationConfig
-
- setType(Task.Type) - Method in class org.duracloud.common.queue.task.Task
-
- setType(StorageProviderCredential.ProviderType) - Method in class org.duracloud.common.test.StorageProviderCredential
-
- setType(StorageProviderType) - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
-
- setType(StorageProviderType) - Method in interface org.duracloud.storage.domain.StorageAccount
-
- SetupCheckFilter - Class in org.duracloud.syncui.filter
-
The root application configuration class.
- SetupCheckFilter() - Constructor for class org.duracloud.syncui.filter.SetupCheckFilter
-
- setUpdatePolicy(String) - Method in class org.duracloud.syncui.domain.AdvancedForm
-
- setUpdateSuffix(String) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- SetupFlowHandler - Class in org.duracloud.syncui.setup
-
- SetupFlowHandler() - Constructor for class org.duracloud.syncui.setup.SetupFlowHandler
-
- setupLogger(File) - Method in class org.duracloud.retrieval.util.LogUtil
-
- setUserDetailsService(DuracloudUserDetailsService) - Method in class org.duracloud.duradmin.control.ManageSecurityUsersController
-
Deprecated.
- setUserId(String) - Method in class org.duracloud.audit.task.AuditTask
-
- setUsername(String) - Method in class org.duracloud.appconfig.domain.NotificationConfig
-
- setUsername(String) - Method in class org.duracloud.common.model.SimpleCredential
-
- setUsername(String) - Method in class org.duracloud.duradmin.domain.SecurityUserCommand
-
- setUsername(String) - Method in class org.duracloud.impl.SecurityUserTypeImpl
-
Sets the "username" element
- setUsername(String) - Method in class org.duracloud.manifest.ContentMessage
-
- setUsername(String) - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- 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.storage.domain.impl.StorageAccountImpl
-
- setUsername(String) - Method in interface org.duracloud.storage.domain.StorageAccount
-
- setUsername(String) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- setUsername(String) - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfig
-
- setUsername(String) - Method in class org.duracloud.syncui.domain.DuracloudCredentialsForm
-
- 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.
- setValue(String) - Method in class org.duracloud.duradmin.domain.ExtendedProperties
-
- setValue(String) - Method in class org.duracloud.duradmin.domain.PropertiesItem
-
- setVerb(String) - Method in class org.duracloud.duradmin.domain.SecurityUserCommand
-
- setVersion(Long) - Method in class org.duracloud.contentindex.client.ContentIndexItem
-
- setVersion(String) - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- setVersion(String) - Method in class org.duracloud.retrieval.mgmt.StatusManager
-
- setVersion(String) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- setVersion(String) - Method in class org.duracloud.sync.mgmt.StatusManager
-
- setVersion(String) - Method in class org.duracloud.syncoptimize.config.SyncOptimizeConfig
-
- setVisibilityTimeout(Integer) - Method in class org.duracloud.common.queue.task.Task
-
- 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
-
- setWorkDir(File) - Method in class org.duracloud.retrieval.config.RetrievalToolConfig
-
- setWorkDir(File) - Static method in class org.duracloud.sync.config.SyncConfig
-
- setWorkDir(File) - Method in class org.duracloud.sync.config.SyncToolConfig
-
- setWrappedStorageProvider(StorageProvider) - Method in class org.duracloud.storage.provider.StorageProviderBase
-
Sets an alternate storage provider that can be used for select operations.
- setWrite(boolean) - Method in class org.duracloud.duradmin.domain.Acl
-
- SHARED_INDEX - Static variable in class org.duracloud.contentindex.client.ESContentIndexClient
-
- showStatus() - Method in interface org.duracloud.upload.UploadFacilitator
-
- showStatus() - Method in class org.duracloud.upload.UploadTool
-
- shutdown() - Method in class org.duracloud.retrieval.mgmt.RetrievalManager
-
Stops the retrieval, no further files will be retrieved after those
which are in progress have completed.
- shutdown() - Method in class org.duracloud.retrieval.mgmt.SpaceListManager
-
Stops the retrieval of space content listings, no further listings will be
retrieved after those which are in progress have completed.
- SimpleCredential - Class in org.duracloud.common.model
-
Simple username/password credential
- SimpleCredential() - Constructor for class org.duracloud.common.model.SimpleCredential
-
- SimpleCredential(String, String) - Constructor for class org.duracloud.common.model.SimpleCredential
-
- SimpleExceptionResolver - Class in org.duracloud.duradmin.common
-
- SimpleExceptionResolver() - Constructor for class org.duracloud.duradmin.common.SimpleExceptionResolver
-
- size() - Method in class org.duracloud.common.queue.aws.SQSTaskQueue
-
- size() - Method in class org.duracloud.common.queue.local.LocalTaskQueue
-
- size() - Method in class org.duracloud.common.queue.noop.NoopTaskQueue
-
- size() - Method in interface org.duracloud.common.queue.TaskQueue
-
- 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
- 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
- skip(long) - Method in class org.duracloud.io.ByteCountingInputStream
-
- SNAPSHOT_ID - Static variable in class org.duracloud.common.constant.Constants
-
Content ID used to define a space snapshot
- SnapshotController - Class in org.duracloud.duradmin.spaces.controller
-
- SnapshotController(ContentStoreManager) - Constructor for class org.duracloud.duradmin.spaces.controller.SnapshotController
-
- SnapshotTaskParameters - Class in org.duracloud.chrontask.snapshot
-
- SnapshotTaskParameters() - Constructor for class org.duracloud.chrontask.snapshot.SnapshotTaskParameters
-
- SnapshotTaskResult - Class in org.duracloud.chrontask.snapshot
-
- SnapshotTaskResult() - Constructor for class org.duracloud.chrontask.snapshot.SnapshotTaskResult
-
- SnapshotTaskRunner - Class in org.duracloud.chrontask.snapshot
-
- SnapshotTaskRunner(StorageProvider, String, String, String, String, String, String, String, String) - Constructor for class org.duracloud.chrontask.snapshot.SnapshotTaskRunner
-
- sortAcls(List<Acl>) - Static method in class org.duracloud.duradmin.util.SpaceUtil
-
- SOURCE_CONTENT_ID_PROP - Static variable in class org.duracloud.audit.task.AuditTask
-
- SOURCE_SPACE_ID_PROP - Static variable in class org.duracloud.audit.task.AuditTask
-
- 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 - Variable in class org.duracloud.contentindex.client.iterator.AbstractESContentIndexClientIteratorSource
-
- 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_ACL_HEADER - Static variable in class org.duracloud.durastore.rest.BaseRest
-
- SPACE_ACLS_PROP - Static variable in class org.duracloud.audit.task.AuditTask
-
- SPACE_COUNT - Static variable in interface org.duracloud.client.ContentStore
-
Basic space properties: Count of items in a space
- SPACE_CREATED - Static variable in interface org.duracloud.client.ContentStore
-
Basic space properties: Created date
- SPACE_ID_PROP - Static variable in class org.duracloud.common.queue.task.SpaceCentricTypedTask
-
- SPACE_SIZE - Static variable in interface org.duracloud.client.ContentStore
-
Basic space properties: Size of space
- SpaceAccessVoter - Class in org.duracloud.security.vote
-
- SpaceAccessVoter(StorageProviderFactory, UserDetailsService) - Constructor for class org.duracloud.security.vote.SpaceAccessVoter
-
- SpaceAclController - Class in org.duracloud.duradmin.spaces.controller
-
- SpaceAclController(ContentStoreManager, DuracloudUserDetailsService) - Constructor for class org.duracloud.duradmin.spaces.controller.SpaceAclController
-
- SpaceCentricTypedTask - Class in org.duracloud.common.queue.task
-
Contains the base information necessary to handle tasks.
- SpaceCentricTypedTask() - Constructor for class org.duracloud.common.queue.task.SpaceCentricTypedTask
-
- SpaceController - Class in org.duracloud.duradmin.spaces.controller
-
- SpaceController(String, String, ContentStoreManager) - Constructor for class org.duracloud.duradmin.spaces.controller.SpaceController
-
- spaceExists(String) - Method in class org.duracloud.openstackstorage.OpenStackStorageProvider
-
- spaceExists(String) - Method in class org.duracloud.s3storage.S3StorageProvider
-
- spaceExists(String) - Method in class org.duracloud.storage.provider.StorageProviderBase
-
- SpaceForm - Class in org.duracloud.syncui.domain
-
This class backs the space selection form.
- SpaceForm() - Constructor for class org.duracloud.syncui.domain.SpaceForm
-
- spaceIds - Variable in class org.duracloud.retrieval.source.DuraStoreRetrievalSource
-
- SpaceListManager - Class in org.duracloud.retrieval.mgmt
-
The SpaceListManager manages the creation of files containing DuraCloud space content IDs
for the specified spaces on the local file system.
- SpaceListManager(ContentStore, File, List<String>, boolean, int) - Constructor for class org.duracloud.retrieval.mgmt.SpaceListManager
-
- SpaceListWorker - Class in org.duracloud.retrieval.mgmt
-
Handles the retrieving of a single file from DuraCloud.
- SpaceListWorker(ContentStore, String, File, boolean) - Constructor for class org.duracloud.retrieval.mgmt.SpaceListWorker
-
Creates a Space List Worker to handle retrieving a list of space contents
- SpaceMetrics - Class in org.duracloud.reportdata.storage.metrics
-
Metrics data structure for spaces.
- SpaceMetrics(String, long, long, List<MimetypeMetrics>) - Constructor for class org.duracloud.reportdata.storage.metrics.SpaceMetrics
-
- SpaceMetricsCollector - Class in org.duracloud.reporter.storage.metrics
-
Metrics data structure for spaces.
- SpaceMetricsCollector(String) - Constructor for class org.duracloud.reporter.storage.metrics.SpaceMetricsCollector
-
- SpaceProperties - Class in org.duracloud.duradmin.domain
-
Stores space properties.
- SpaceProperties() - Constructor for class org.duracloud.duradmin.domain.SpaceProperties
-
- SpaceReadAccessVoter - Class in org.duracloud.security.vote
-
This class decides if a caller has READ access to a given resource.
- SpaceReadAccessVoter(StorageProviderFactory, UserDetailsService) - Constructor for class org.duracloud.security.vote.SpaceReadAccessVoter
-
- SpaceReadAccessVoter(StorageProviderFactory, UserDetailsService, List<String>) - Constructor for class org.duracloud.security.vote.SpaceReadAccessVoter
-
- 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, SecurityContextUtil) - Constructor for class org.duracloud.durastore.rest.SpaceRest
-
- SpacesController - Class in org.duracloud.duradmin.spaces.controller
-
- SpacesController() - Constructor for class org.duracloud.duradmin.spaces.controller.SpacesController
-
- SpacesFilter - Class in org.duracloud.syncui.service
-
This class filters out the duracloud system spaces from a list of spaces.
- SpacesFilter() - Constructor for class org.duracloud.syncui.service.SpacesFilter
-
- spacesForStore(Integer) - Method in class org.duracloud.contentindex.client.AccountIndexItem
-
- SpaceUtil - Class in org.duracloud.duradmin.util
-
Provides utility methods for spaces.
- SpaceUtil() - Constructor for class org.duracloud.duradmin.util.SpaceUtil
-
- SpaceWritable - Annotation Type in org.duracloud.syncui.validation
-
- SpaceWritableValidator - Class in org.duracloud.syncui.validation
-
Test to determine if a user has write permissions for a given space.
- SpaceWritableValidator(ContentStoreFactory) - Constructor for class org.duracloud.syncui.validation.SpaceWritableValidator
-
- SpaceWriteAccessVoter - Class in org.duracloud.security.vote
-
This class decides if a caller has WRITE access to a given resource.
- SpaceWriteAccessVoter(StorageProviderFactory, UserDetailsService) - Constructor for class org.duracloud.security.vote.SpaceWriteAccessVoter
-
- SQSTaskQueue - Class in org.duracloud.common.queue.aws
-
SQSTaskQueue acts as the interface for interacting with an Amazon
Simple Queue Service (SQS) queue.
- SQSTaskQueue(String) - Constructor for class org.duracloud.common.queue.aws.SQSTaskQueue
-
Creates a SQSTaskQueue that serves as a handle to interacting with a remote
Amazon SQS Queue.
- SQSTaskQueue(AmazonSQSClient, String) - Constructor for class org.duracloud.common.queue.aws.SQSTaskQueue
-
- SQSTaskQueue.MsgProp - Enum in org.duracloud.common.queue.aws
-
- 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(SyncEndpoint, String, List<File>, String) - Static method in class org.duracloud.sync.walker.DeleteChecker
-
- start(List<File>, File) - Static method in class org.duracloud.sync.walker.DirWalker
-
- start(List<File>, File, long) - Static method in class org.duracloud.sync.walker.RestartDirWalker
-
- start() - Method in class org.duracloud.syncui.controller.StatusController
-
- start(SyncOptimizeManagerResultCallBack) - Method in class org.duracloud.syncui.service.SyncOptimizeManager
-
Starts the sync optimization process.
- start() - Method in interface org.duracloud.syncui.service.SyncProcess
-
Starts the sync process.
- start() - Method in class org.duracloud.syncui.service.SyncProcessManagerImpl
-
- start(String, JComponent) - Method in class org.duracloud.upload.UploadToolFrame
-
- startingWork() - Method in class org.duracloud.retrieval.mgmt.StatusManager
-
- startingWork() - Method in class org.duracloud.sync.mgmt.StatusManager
-
- 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.
- startStorageReport() - Method in interface org.duracloud.client.report.StorageReportManager
-
Tells DuraBoss reporting to start running a new storage report generation
process.
- startStorageReport() - Method in class org.duracloud.client.report.StorageReportManagerImpl
-
- startStorageReport() - Method in class org.duracloud.duraboss.rest.report.StorageReportResource
-
Starts a new storage report if one is not currently running.
- startStorageReport() - Method in class org.duracloud.duraboss.rest.report.StorageReportRest
-
Indicates that a new storage report should be started.
- startStorageReport() - Method in class org.duracloud.reporter.storage.StorageReportScheduler
-
Starts a new storage report if one is not currently running.
- StartSyncAction - Class in org.duracloud.syncui.setup
-
- StartSyncAction(SyncProcessManager) - Constructor for class org.duracloud.syncui.setup.StartSyncAction
-
- startupBackups() - Method in class org.duracloud.sync.backup.SyncBackupManager
-
- startUpload(List<File>) - Method in class org.duracloud.upload.Uploader
-
- startUpload(List<File>) - Method in interface org.duracloud.upload.UploadFacilitator
-
- startUpload(List<File>) - Method in class org.duracloud.upload.UploadTool
-
- StartupPanel - Class in org.duracloud.upload.panel
-
- StartupPanel(UploadFacilitator) - Constructor for class org.duracloud.upload.panel.StartupPanel
-
- state - Variable in class org.duracloud.computeprovider.mgmt.InstanceDescription
-
- stateChanged(SyncStateChangedEvent) - Method in interface org.duracloud.syncui.service.SyncStateChangeListener
-
- StatelessStorageProvider - Interface in org.duracloud.storage.provider
-
- StatelessStorageProviderImpl - Class in org.duracloud.storage.provider
-
- StatelessStorageProviderImpl() - Constructor for class org.duracloud.storage.provider.StatelessStorageProviderImpl
-
- STATUS_MAPPING - Static variable in class org.duracloud.syncui.controller.StatusController
-
- StatusController - Class in org.duracloud.syncui.controller
-
A spring controller for status related functions.
- StatusController(SyncProcessManager, SyncConfigurationManager, SyncOptimizeManager) - Constructor for class org.duracloud.syncui.controller.StatusController
-
- StatusManager - Class in org.duracloud.retrieval.mgmt
-
Singleton class which tracks the status of the retrieval activity
- 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
-
- StatusPanel - Class in org.duracloud.upload.panel
-
- StatusPanel(UploadFacilitator) - Constructor for class org.duracloud.upload.panel.StatusPanel
-
- stitch(String, String, File) - Method in class org.duracloud.stitch.FileStitcherDriver
-
This method retrieves the chunks manifest specified by the arg space-id
and manifest-id (content-id), then reconstitues the chunks defined in
the manifest into the original file at the arg to-directory.
- 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.sync.walker.DeleteChecker
-
- stop() - Method in class org.duracloud.syncui.controller.StatusController
-
- stop() - Method in interface org.duracloud.syncui.service.SyncProcess
-
Stops the sync process.
- stop() - Method in class org.duracloud.syncui.service.SyncProcessManagerImpl
-
- STOP_JOB_TASK_NAME - Static variable in class org.duracloud.storage.domain.HadoopTypes
-
- 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.
- stoppingWork() - Method in class org.duracloud.sync.mgmt.StatusManager
-
- stopUpload() - Method in class org.duracloud.upload.Uploader
-
- stopWalk() - Method in class org.duracloud.sync.walker.DirWalker
-
- StorageAccount - Interface in org.duracloud.storage.domain
-
- StorageAccount.OPTS - Enum in org.duracloud.storage.domain
-
This enum holds names of attributes that are not in the common
getters/setters of this interface.
- StorageAccountImpl - Class in org.duracloud.storage.domain.impl
-
Contains the information necessary to access a storage
provider account.
- StorageAccountImpl(String, String, String, StorageProviderType) - Constructor for class org.duracloud.storage.domain.impl.StorageAccountImpl
-
- 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
-
- StorageAccountProviderBinding - Interface in org.duracloud.storage.xml
-
This interface defines the contract for Storage Account xml bindings.
- StorageAccountProviderSimpleBindingImpl - Class in org.duracloud.storage.xml.impl
-
This class provides a simple xml binding for storage accounts.
- StorageAccountProviderSimpleBindingImpl() - Constructor for class org.duracloud.storage.xml.impl.StorageAccountProviderSimpleBindingImpl
-
- StorageAccountsDocumentBinding - Class in org.duracloud.storage.xml
-
This class (de)serializes durastore acct configuration between objects and xml.
- StorageAccountsDocumentBinding() - Constructor for class org.duracloud.storage.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
-
- storageClassKey - Static variable in class org.duracloud.appconfig.domain.DurastoreConfig
-
- 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
-
- StorageMetrics - Class in org.duracloud.reportdata.storage.metrics
-
Top level metrics storage data structure for DuraStore.
- StorageMetrics(List<StorageProviderMetrics>, long, long, List<MimetypeMetrics>) - Constructor for class org.duracloud.reportdata.storage.metrics.StorageMetrics
-
- 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.
- StorageProviderBase - Class in org.duracloud.storage.provider
-
- StorageProviderBase() - Constructor for class org.duracloud.storage.provider.StorageProviderBase
-
- StorageProviderBase.SpaceDeleteWorker - Class in org.duracloud.storage.provider
-
- StorageProviderBase.SpaceDeleteWorker(String) - Constructor for class org.duracloud.storage.provider.StorageProviderBase.SpaceDeleteWorker
-
- StorageProviderCredential - Class in org.duracloud.common.test
-
Simple set of information that is needed to connect to a storage provider.
- StorageProviderCredential() - Constructor for class org.duracloud.common.test.StorageProviderCredential
-
- StorageProviderCredential(StorageProviderCredential.ProviderType, SimpleCredential) - Constructor for class org.duracloud.common.test.StorageProviderCredential
-
- StorageProviderCredential.ProviderType - Enum in org.duracloud.common.test
-
- StorageProviderFactory - Interface in org.duracloud.storage.util
-
- StorageProviderFactoryImpl - Class in org.duracloud.durastore.util
-
Provides access to StorageProvider implementations
- StorageProviderFactoryImpl(StorageAccountManager, StatelessStorageProvider, UserUtil) - Constructor for class org.duracloud.durastore.util.StorageProviderFactoryImpl
-
- StorageProviderFactoryImpl(StorageAccountManager, StatelessStorageProvider, UserUtil, boolean) - Constructor for class org.duracloud.durastore.util.StorageProviderFactoryImpl
-
- StorageProviderMetrics - Class in org.duracloud.reportdata.storage.metrics
-
Metrics data structure for storage providers.
- StorageProviderMetrics(String, String, List<SpaceMetrics>, long, long, List<MimetypeMetrics>) - Constructor for class org.duracloud.reportdata.storage.metrics.StorageProviderMetrics
-
- StorageProviderMetricsCollector - Class in org.duracloud.reporter.storage.metrics
-
Metrics data structure for storage providers.
- StorageProviderMetricsCollector(String, String) - Constructor for class org.duracloud.reporter.storage.metrics.StorageProviderMetricsCollector
-
- 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
-
- StorageReport - Class in org.duracloud.reportdata.storage
-
- StorageReport() - Constructor for class org.duracloud.reportdata.storage.StorageReport
-
- StorageReport(String, StorageMetrics, long, long) - Constructor for class org.duracloud.reportdata.storage.StorageReport
-
- StorageReportBase - Class in org.duracloud.reportdata.storage
-
- StorageReportBase() - Constructor for class org.duracloud.reportdata.storage.StorageReportBase
-
- StorageReportBuilder - Class in org.duracloud.reporter.storage
-
Builder to be run in a thread to generate metrics reports.
- StorageReportBuilder(ContentStoreManager, StorageReportHandler) - Constructor for class org.duracloud.reporter.storage.StorageReportBuilder
-
- StorageReportBuilder.Status - Enum in org.duracloud.reporter.storage
-
- StorageReportCancelledException - Exception in org.duracloud.reporter.error
-
- StorageReportCancelledException() - Constructor for exception org.duracloud.reporter.error.StorageReportCancelledException
-
- StorageReportController - Class in org.duracloud.duradmin.control
-
- StorageReportController(StorageReportManager, StorageSummaryCache) - Constructor for class org.duracloud.duradmin.control.StorageReportController
-
- StorageReportConverter - Class in org.duracloud.reporter.storage
-
- StorageReportConverter() - Constructor for class org.duracloud.reporter.storage.StorageReportConverter
-
- StorageReportHandler - Class in org.duracloud.reporter.storage
-
Handles the storage and retrieval of storage reports.
- StorageReportHandler(ContentStoreManager, String, String, String) - Constructor for class org.duracloud.reporter.storage.StorageReportHandler
-
- StorageReportInfo - Class in org.duracloud.reportdata.storage
-
- StorageReportInfo() - Constructor for class org.duracloud.reportdata.storage.StorageReportInfo
-
- StorageReportInfoSerializer - Class in org.duracloud.reportdata.storage.serialize
-
- StorageReportInfoSerializer() - Constructor for class org.duracloud.reportdata.storage.serialize.StorageReportInfoSerializer
-
- StorageReportList - Class in org.duracloud.reportdata.storage
-
- StorageReportList(List<String>) - Constructor for class org.duracloud.reportdata.storage.StorageReportList
-
- StorageReportListSerializer - Class in org.duracloud.reportdata.storage.serialize
-
- StorageReportListSerializer() - Constructor for class org.duracloud.reportdata.storage.serialize.StorageReportListSerializer
-
- StorageReportManager - Interface in org.duracloud.client.report
-
Allows for communication with DuraBoss reporting
- StorageReportManagerImpl - Class in org.duracloud.client.report
-
Allows for communication with Duraboss reporting
- StorageReportManagerImpl(String, String) - Constructor for class org.duracloud.client.report.StorageReportManagerImpl
-
- StorageReportManagerImpl(String, String, String) - Constructor for class org.duracloud.client.report.StorageReportManagerImpl
-
- StorageReportResource - Class in org.duracloud.duraboss.rest.report
-
First line of business logic to handle the requests coming in via the
Storage Report REST API.
- StorageReportResource(String, String) - Constructor for class org.duracloud.duraboss.rest.report.StorageReportResource
-
- StorageReportRest - Class in org.duracloud.duraboss.rest.report
-
REST interface for storage reporting
- StorageReportRest(StorageReportResource) - Constructor for class org.duracloud.duraboss.rest.report.StorageReportRest
-
- StorageReportScheduler - Class in org.duracloud.reporter.storage
-
- StorageReportScheduler(StorageReportBuilder) - Constructor for class org.duracloud.reporter.storage.StorageReportScheduler
-
- StorageReportSerializer - Class in org.duracloud.reportdata.storage.serialize
-
Handles moving metrics information into and out of XML format
- StorageReportSerializer() - Constructor for class org.duracloud.reportdata.storage.serialize.StorageReportSerializer
-
- storageSpace - Variable in class org.duracloud.reporter.storage.StorageReportHandler
-
- StorageStateException - Exception in org.duracloud.storage.error
-
Exception thrown to indicate that a StorageException is due to the state
of the stored content.
- StorageStateException(String, Throwable) - Constructor for exception org.duracloud.storage.error.StorageStateException
-
- StorageSummary - Class in org.duracloud.duradmin.control
-
- StorageSummary(long, long, long, String) - Constructor for class org.duracloud.duradmin.control.StorageSummary
-
- StorageSummaryCache - Interface in org.duracloud.duradmin.control
-
- StorageSummaryCacheImpl - Class in org.duracloud.duradmin.control
-
This class creates an in-memory cache of storage summary lists indexed by
store[/spaceId] to provide a quick way for the client to display the storage
statistics through time for a given store or space.
- StorageSummaryCacheImpl(StorageReportManager) - Constructor for class org.duracloud.duradmin.control.StorageSummaryCacheImpl
-
- StorageSummaryCacheImpl(StorageReportManager, int) - Constructor for class org.duracloud.duradmin.control.StorageSummaryCacheImpl
-
- STORE_ID_PROP - Static variable in class org.duracloud.common.queue.task.SpaceCentricTypedTask
-
- STORE_TYPE_PROP - Static variable in class org.duracloud.audit.task.AuditTask
-
- 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
-
- StoreClientUtil - Class in org.duracloud.retrieval.util
-
- StoreClientUtil() - Constructor for class org.duracloud.retrieval.util.StoreClientUtil
-
- StoreClientUtil - Class in org.duracloud.sync.util
-
- StoreClientUtil() - Constructor for class org.duracloud.sync.util.StoreClientUtil
-
- storeContentStream(File, String, String, String) - Method in class org.duracloud.client.util.ContentStoreUtil
-
- storeContentStream(File, String, String) - Method in class org.duracloud.client.util.ContentStoreUtil
-
- storeId - Variable in class org.duracloud.contentindex.client.iterator.AbstractESContentIndexClientIteratorSource
-
- storeProperties(Map<String, String>) - Static method in class org.duracloud.storage.util.StorageProviderUtil
-
Converts properties stored in a Map into a stream for storage purposes.
- storeReport(DuraStoreMetricsCollector, long, long) - Method in class org.duracloud.reporter.storage.StorageReportHandler
-
Stores a storage report in the primary storage provider,
returns the content ID of the new item.
- StoreRest - Class in org.duracloud.durastore.rest
-
Provides interaction with storage providers accounts via REST
- StoreRest(StorageProviderFactory, StorageAccountsDocumentBinding) - Constructor for class org.duracloud.durastore.rest.StoreRest
-
- storeSnapshotProps(String, String) - Method in class org.duracloud.chrontask.snapshot.SnapshotTaskRunner
-
Stores a set of snapshot properties in the given space as a properties
file.
- streamContent(ContentStore, HttpServletResponse, String, String) - Static method in class org.duracloud.duradmin.util.SpaceUtil
-
- STREAMING_ENABLED_KEY - Static variable in class org.duracloud.duradmin.spaces.controller.MediaStreamingTaskController
-
- STREAMING_HOST - Static variable in interface org.duracloud.client.ContentStore
-
- STREAMING_HOST_PROP - Static variable in class org.duracloud.s3task.streaming.BaseStreamingTaskRunner
-
- StreamingIterator<T> - Class in org.duracloud.common.collection
-
An {code Iterator} implementation that delegates its underlying data provider to an
{code IteratorSource}.
- StreamingIterator(IteratorSource<T>) - Constructor for class org.duracloud.common.collection.StreamingIterator
-
- StringToMultipartFile - Class in org.duracloud.duradmin.binding
-
- StringToMultipartFile() - Constructor for class org.duracloud.duradmin.binding.StringToMultipartFile
-
- StringTrimmerConverter - Class in org.duracloud.syncui.config
-
- StringTrimmerConverter() - Constructor for class org.duracloud.syncui.config.StringTrimmerConverter
-
- subclassLoadProperty(String, String) - Method in class org.duracloud.appconfig.domain.DurabossConfig
-
- subclassLoadProperty(String, String) - Method in class org.duracloud.appconfig.domain.DuradminConfig
-
- succeed(String) - Method in class org.duracloud.retrieval.mgmt.RetrievalWorker
-
- SUCCESS - Static variable in class org.duracloud.retrieval.mgmt.CSVFileOutputWriter
-
- successfulCompletion() - Method in class org.duracloud.retrieval.mgmt.StatusManager
-
- successfulCompletion(SyncSummary) - 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.
- SYNC_CONFIG_PROP - Static variable in class org.duracloud.syncui.config.SyncUIConfig
-
- SYNC_CONTEXT_PROP - Static variable in class org.duracloud.syncui.config.SyncUIConfig
-
- SYNC_PORT_PROP - Static variable in class org.duracloud.syncui.config.SyncUIConfig
-
- SYNC_WORK_PROP - Static variable in class org.duracloud.sync.config.SyncConfig
-
- 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
-
- SyncConfig - Class in org.duracloud.sync.config
-
- SyncConfig() - Constructor for class org.duracloud.sync.config.SyncConfig
-
- SyncConfigurationManager - Interface in org.duracloud.syncui.service
-
Provides persist operations for configuration related operations.
- SyncConfigurationManagerImpl - Class in org.duracloud.syncui.service
-
- SyncConfigurationManagerImpl() - Constructor for class org.duracloud.syncui.service.SyncConfigurationManagerImpl
-
- SyncControllerAdvice - Class in org.duracloud.syncui.controller
-
Adds a global exception handler for all controllers.
- SyncControllerAdvice() - Constructor for class org.duracloud.syncui.controller.SyncControllerAdvice
-
- syncDeletes() - Method in class org.duracloud.sync.config.SyncToolConfig
-
- SyncEndpoint - Interface in org.duracloud.sync.endpoint
-
Endpoint to which files are synchronized.
- syncFile(MonitoredFile, File) - Method in class org.duracloud.sync.endpoint.DuraStoreSyncEndpoint
-
- syncFile(MonitoredFile, File) - Method in class org.duracloud.sync.endpoint.FileSystemSyncEndpoint
-
- syncFile(MonitoredFile, 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.
- syncFileAndReturnDetailedResult(MonitoredFile, File) - Method in class org.duracloud.sync.endpoint.DuraStoreSyncEndpoint
-
- syncFileAndReturnDetailedResult(MonitoredFile, File) - Method in class org.duracloud.sync.endpoint.FileSystemSyncEndpoint
-
- syncFileAndReturnDetailedResult(MonitoredFile, File) - Method in interface org.duracloud.sync.endpoint.SyncEndpoint
-
An alternate form of the syncFile method that returns a more nuanced result.
- 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.
- SyncOptimizeConfig - Class in org.duracloud.syncoptimize.config
-
Configuration of the Sync Optimizer.
- SyncOptimizeConfig() - Constructor for class org.duracloud.syncoptimize.config.SyncOptimizeConfig
-
- SyncOptimizeConfigParser - Class in org.duracloud.syncoptimize.config
-
Parses the command line configuration parameters into a config object that
is used to run the Sync Optimizer tests.
- SyncOptimizeConfigParser() - Constructor for class org.duracloud.syncoptimize.config.SyncOptimizeConfigParser
-
Creates a parser for command line configuration options.
- SyncOptimizeDriver - Class in org.duracloud.syncoptimize
-
This is the starting point the for Sync optimizer.
- SyncOptimizeDriver(boolean) - Constructor for class org.duracloud.syncoptimize.SyncOptimizeDriver
-
Creates the SyncToolDriver
- syncOptimizeManager() - Method in class org.duracloud.syncui.controller.ConfigurationController
-
- syncOptimizeManager() - Method in class org.duracloud.syncui.controller.StatusController
-
- SyncOptimizeManager - Class in org.duracloud.syncui.service
-
This class wraps the SyncOptimizeDriver for use as an asynchronous business
service.
- SyncOptimizeManager(SyncConfigurationManager, SyncOptimizeDriver) - Constructor for class org.duracloud.syncui.service.SyncOptimizeManager
-
- SyncOptimizeManager(SyncConfigurationManager) - Constructor for class org.duracloud.syncui.service.SyncOptimizeManager
-
- SyncOptimizeManagerResultCallBack - Interface in org.duracloud.syncui.controller
-
Callback for asynchronous calls to the SyncOptimizeManager.
- SyncProcess - Interface in org.duracloud.syncui.service
-
- SyncProcessError - Class in org.duracloud.syncui.service
-
- SyncProcessError(String) - Constructor for class org.duracloud.syncui.service.SyncProcessError
-
- SyncProcessError(String, String, String) - Constructor for class org.duracloud.syncui.service.SyncProcessError
-
- SyncProcessException - Exception in org.duracloud.syncui.service
-
- SyncProcessException(String, Throwable) - Constructor for exception org.duracloud.syncui.service.SyncProcessException
-
- SyncProcessException(String) - Constructor for exception org.duracloud.syncui.service.SyncProcessException
-
- SyncProcessManager - Interface in org.duracloud.syncui.service
-
The SyncProcessManager interface delineates the set of functions available
for controlling and retrieving state information about the current runtime
state of the sync process
- SyncProcessManagerImpl - Class in org.duracloud.syncui.service
-
The SyncProcessManagerImpl is an implementation of the SyncProcessManager
interface.
- SyncProcessManagerImpl(SyncConfigurationManager, ContentStoreManagerFactory, SyncOptimizeManager) - Constructor for class org.duracloud.syncui.service.SyncProcessManagerImpl
-
- syncProcessState() - Method in class org.duracloud.syncui.controller.ConfigurationController
-
- syncProcessState() - Method in class org.duracloud.syncui.controller.StatusController
-
- SyncProcessState - Enum in org.duracloud.syncui.domain
-
- SyncProcessStateTransitionValidator - Class in org.duracloud.syncui.service
-
This class encapsulates the state change rules for the SyncProcessManager.
- SyncProcessStateTransitionValidator() - Constructor for class org.duracloud.syncui.service.SyncProcessStateTransitionValidator
-
- syncProcessStats() - Method in class org.duracloud.syncui.controller.StatusController
-
- SyncProcessStats - Class in org.duracloud.syncui.domain
-
A Read-only data object deCribing the state of the sync tool from the user's
perspective.
- SyncProcessStats() - Constructor for class org.duracloud.syncui.domain.SyncProcessStats
-
- SyncProcessStats(Date, Date, int, long, long, int) - Constructor for class org.duracloud.syncui.domain.SyncProcessStats
-
- SyncResultType - Enum in org.duracloud.sync.endpoint
-
- SyncSelector - Class in org.duracloud.syncui
-
Runs the sync application in either the command line mode or GUI mode.
- SyncSelector() - Constructor for class org.duracloud.syncui.SyncSelector
-
- SyncStateChangedEvent - Class in org.duracloud.syncui.service
-
- SyncStateChangedEvent(SyncProcessState) - Constructor for class org.duracloud.syncui.service.SyncStateChangedEvent
-
- SyncStateChangeListener - Interface in org.duracloud.syncui.service
-
- SyncSummary - Class in org.duracloud.sync.mgmt
-
A class that describes a completed sync operation.
- SyncSummary(File, Date, Date, SyncResultType, String) - Constructor for class org.duracloud.sync.mgmt.SyncSummary
-
- SyncSummary.Status - Enum in org.duracloud.sync.mgmt
-
- SyncTester - Class in org.duracloud.syncoptimize.test
-
Handles running a single sync action using the SyncTool and capturing the
time required for the test to complete.
- SyncTester(SyncOptimizeConfig, File, File, ContentStore, String) - Constructor for class org.duracloud.syncoptimize.test.SyncTester
-
- SyncTestEvent - Class in org.duracloud.syncoptimize.status
-
The result of a single SyncTool test action.
- SyncTestEvent(int, long, int) - Constructor for class org.duracloud.syncoptimize.status.SyncTestEvent
-
- SyncTestManager - Class in org.duracloud.syncoptimize.test
-
Manages the running of the optimizer tests.
- SyncTestManager(SyncOptimizeConfig, File, File, SyncTestStatus, String) - Constructor for class org.duracloud.syncoptimize.test.SyncTestManager
-
- SyncTestStatus - Class in org.duracloud.syncoptimize.status
-
Captures the status of sync optimization tests.
- SyncTestStatus(boolean) - Constructor for class org.duracloud.syncoptimize.status.SyncTestStatus
-
- 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.
- SyncToolConfigSerializer - Class in org.duracloud.syncui.service
-
- SyncToolConfigSerializer() - Constructor for class org.duracloud.syncui.service.SyncToolConfigSerializer
-
- SyncToolInitializer - Class in org.duracloud.sync
-
Initializes the configuration of the Sync Tool.
- SyncToolInitializer() - Constructor for class org.duracloud.sync.SyncToolInitializer
-
- SyncUI - Class in org.duracloud.syncui
-
- SyncUI() - Constructor for class org.duracloud.syncui.SyncUI
-
- SyncUIConfig - Class in org.duracloud.syncui.config
-
- SyncUIConfig() - Constructor for class org.duracloud.syncui.config.SyncUIConfig
-
- SyncUIDriver - Class in org.duracloud.syncui
-
- SyncUIDriver() - Constructor for class org.duracloud.syncui.SyncUIDriver
-
- 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
- SYSTEM_SPACES - Static variable in class org.duracloud.common.constant.Constants
-
This structure defines the system managed spaces.
- SystemUserCredential - Class in org.duracloud.common.model
-
- SystemUserCredential() - Constructor for class org.duracloud.common.model.SystemUserCredential
-
- validate(SyncProcessState, SyncProcessState) - Method in class org.duracloud.syncui.service.SyncProcessStateTransitionValidator
-
- 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) - 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) - Static method in class org.duracloud.storage.util.IdUtil
-
Determines if the ID of the space to be added is valid
- validateStoreId(String) - Method in class org.duracloud.client.ContentStoreImpl
-
- validateStoreId(String) - Static method in class org.duracloud.storage.util.IdUtil
-
- validMimetype(String) - Method in class org.duracloud.durastore.rest.ContentRest
-
- valueOf(String) - Static method in enum org.duracloud.audit.task.AuditTask.ActionType
-
Returns the enum constant of this type with the specified name.
- 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.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.AclType
-
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.notification.NotificationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.duracloud.common.queue.aws.SQSTaskQueue.MsgProp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.duracloud.common.queue.task.Task.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.duracloud.common.test.StorageProviderCredential.ProviderType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.duracloud.common.util.bulk.ManifestVerifier.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.duracloud.common.util.CalendarUtil.DAY_OF_WEEK
-
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.common.util.DateUtil.DateFormat
-
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.manifest.ContentMessage.ACTION
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.duracloud.manifest.ManifestGenerator.FORMAT
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.duracloud.reporter.storage.StorageReportBuilder.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.duracloud.security.domain.HttpVerb
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.duracloud.storage.domain.HadoopTypes.INSTANCES
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.duracloud.storage.domain.HadoopTypes.JOB_TYPES
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.duracloud.storage.domain.HadoopTypes.TASK_OUTPUTS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.duracloud.storage.domain.HadoopTypes.TASK_PARAMS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.duracloud.storage.domain.StorageAccount.OPTS
-
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.sync.endpoint.SyncResultType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.duracloud.sync.mgmt.SyncSummary.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.duracloud.syncui.controller.ConfigurationController.UpdatePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.duracloud.syncui.domain.ConnectionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.duracloud.syncui.domain.SyncProcessState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.duracloud.audit.task.AuditTask.ActionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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.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.AclType
-
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.notification.NotificationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.duracloud.common.queue.aws.SQSTaskQueue.MsgProp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.duracloud.common.queue.task.Task.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.duracloud.common.test.StorageProviderCredential.ProviderType
-
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.bulk.ManifestVerifier.State
-
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.CalendarUtil.DAY_OF_WEEK
-
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.common.util.DateUtil.DateFormat
-
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.manifest.ContentMessage.ACTION
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.duracloud.manifest.ManifestGenerator.FORMAT
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.duracloud.reporter.storage.StorageReportBuilder.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.duracloud.security.domain.HttpVerb
-
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.HadoopTypes.INSTANCES
-
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.HadoopTypes.JOB_TYPES
-
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.HadoopTypes.TASK_OUTPUTS
-
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.HadoopTypes.TASK_PARAMS
-
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.StorageAccount.OPTS
-
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.sync.endpoint.SyncResultType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.duracloud.sync.mgmt.SyncSummary.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.duracloud.syncui.controller.ConfigurationController.UpdatePolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.duracloud.syncui.domain.ConnectionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.duracloud.syncui.domain.SyncProcessState
-
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
- 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
-
- ViewConfig - Class in org.duracloud.syncui.config
-
A bean configuration class supporting the view layer.
- ViewConfig() - Constructor for class org.duracloud.syncui.config.ViewConfig
-
- viewResolver() - Method in class org.duracloud.syncui.config.ViewConfig
-
- vote(Authentication, Object, Collection<ConfigAttribute>) - Method in class org.duracloud.security.vote.RoleVoterImpl
-
This method is a pass-through for Spring-RoleVoter.
- vote(Authentication, Object, Collection) - Method in class org.duracloud.security.vote.SpaceReadAccessVoter
-
This method checks the Access and ACL state of the arg resource
(space and provider) and denies access to principals if they are
anonymous and the space is CLOSED, or if they do not have a READ ACL for
the space.
- vote(Authentication, Object, Collection) - Method in class org.duracloud.security.vote.SpaceWriteAccessVoter
-
This method checks the ACL state of the arg resource
(space and provider) and denies access to principals if they are
anonymous or if they do not have a WRITE ACL for the space.
- VoterUtil - Class in org.duracloud.security.vote
-
- VoterUtil() - Constructor for class org.duracloud.security.vote.VoterUtil
-
- 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.SourceContentTypeImpl
-
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
- xgetEmail() - Method in class org.duracloud.impl.SecurityUserTypeImpl
-
Gets (as xml) the "email" element
- xgetEmail() - Method in interface org.duracloud.SecurityUserType
-
Gets (as xml) the "email" element
- 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
- 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
- xgetGroups() - Method in class org.duracloud.impl.SecurityUserTypeImpl
-
Gets (as xml) the "groups" element
- xgetGroups() - Method in interface org.duracloud.SecurityUserType
-
Gets (as xml) the "groups" element
- 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
- xgetListValue() - Method in interface org.duracloud.AuthoritiesType
-
- xgetListValue() - Method in interface org.duracloud.GroupsType
-
- 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
- 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 interface org.duracloud.SecurityUsersType
-
Gets (as xml) the "schemaVersion" 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
- xlistValue() - Method in interface org.duracloud.AuthoritiesType
-
Deprecated.
- xlistValue() - Method in interface org.duracloud.GroupsType
-
Deprecated.
- XML - Static variable in class org.duracloud.duraboss.rest.BaseRest
-
- XML - Static variable in class org.duracloud.durastore.rest.BaseRest
-
- XmlSerializationException - Exception in org.duracloud.common.xml.error
-
- XmlSerializationException(String) - Constructor for exception org.duracloud.common.xml.error.XmlSerializationException
-
- XmlSerializationException(String, Throwable) - Constructor for exception org.duracloud.common.xml.error.XmlSerializationException
-
- XmlSerializer<T> - Class in org.duracloud.common.xml
-
Handles the transfer of java beans to XML and back through JAXB
- XmlSerializer(Class, String, String) - Constructor for class org.duracloud.common.xml.XmlSerializer
-
Creates a serializer which will be used to handle serializations
to and from the given top level class, using the given schema.
- 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.SourceContentTypeImpl
-
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
- xsetEmail(XmlString) - Method in class org.duracloud.impl.SecurityUserTypeImpl
-
Sets (as xml) the "email" element
- xsetEmail(XmlString) - Method in interface org.duracloud.SecurityUserType
-
Sets (as xml) the "email" element
- 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
- 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
- xsetGroups(GroupsType) - Method in class org.duracloud.impl.SecurityUserTypeImpl
-
Sets (as xml) the "groups" element
- xsetGroups(GroupsType) - Method in interface org.duracloud.SecurityUserType
-
Sets (as xml) the "groups" element
- 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
- 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
- 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 interface org.duracloud.SecurityUsersType
-
Sets (as xml) the "schemaVersion" 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