GNDMS 0.6.0
RESTful verison of GNDMS

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
de.zib.gndms.common.kit.application.AbstractApplicationAbstract base class for an application with args4j support
de.zib.gndms.gndmc.AbstractClientAn abstract client which implements the HTTP requests
de.zib.gndms.common.model.gorfx.types.AbstractOrderAn base class for model classes representing Order's
de.zib.gndms.common.model.gorfx.types.io.AbstractPropertyIOBase class for property readers and writers
de.zib.gndms.common.model.gorfx.types.io.AbstractPropertyReader< M >
de.zib.gndms.gndmc.gorfx.AbstractTaskFlowExecClientPerforms all requests necessary for taskflow execution
de.zib.gndms.common.model.gorfx.types.AbstractTaskFlowResult< R >
de.zib.gndms.common.model.common.AccessMaskAn AccessMask is used to handle access rights for the access types user, group and other
de.zib.gndms.common.mockup.logic.action.Action< T >
de.zib.gndms.common.logic.action.ActionMetaInterface for meta information about actions
de.zib.gndms.common.mockup.logic.action.ActionMetaMockUpMock-up implementation
de.zib.gndms.common.mockup.logic.action.ActionProvider< M extends ActionMeta, A extends Action >Something that provides actions by name
de.zib.gndms.common.mockup.logic.action.ActionProviderMockUp< M extends ActionMeta, A extends Action >Mockup-implementation
de.zib.gndms.common.logic.config.ConfigMetaShould provide meta information about a configuration like, description, help and parameter detail
de.zib.gndms.common.logic.config.ConfigurationA configuration, which provides the necessary properties for some entity
de.zib.gndms.common.model.gorfx.types.io.ContractConverterThis converter operates on transient contracts
de.zib.gndms.common.model.gorfx.types.io.ContractPropertyReaderThingAMagic
de.zib.gndms.common.model.gorfx.types.io.ContractPropertyWriterThingAMagic
de.zib.gndms.common.model.gorfx.types.io.ContractStdoutWriter
de.zib.gndms.common.model.gorfx.types.io.ContractWriter
de.zib.gndms.taskflows.staging.client.model.DataConstraintsContainer for data constrains in staging requests
de.zib.gndms.taskflows.staging.client.tools.DataConstraintsConverter
de.zib.gndms.taskflows.staging.client.tools.DataConstraintsPropertyReader
de.zib.gndms.taskflows.staging.client.tools.DataConstraintsPropertyWriter
de.zib.gndms.taskflows.staging.client.tools.DataConstraintsStdoutWriter
de.zib.gndms.taskflows.staging.client.tools.DataConstraintsWriter
de.zib.gndms.taskflows.staging.client.model.DataDescriptorThis is the model class representing a xsd gndms:DataDescriptor
de.zib.gndms.taskflows.staging.client.tools.DataDescriptorConverterWorker for converting data descriptor instances
de.zib.gndms.taskflows.staging.client.tools.DataDescriptorPropertyReaderReads a data descriptor form a property file
de.zib.gndms.taskflows.staging.client.tools.DataDescriptorPropertyWriterBuilder to export a data descriptor into a property file
de.zib.gndms.taskflows.staging.client.tools.DataDescriptorStdoutWriter
de.zib.gndms.taskflows.staging.client.tools.DataDescriptorWriterSo called builder interface for a data descriptor
de.zib.gndms.common.model.gorfx.types.DefaultTaskStatusDefault implementation of TaskStatus
de.zib.gndms.gndmc.dspace.DSpaceClientThe dspace client implementing the dspace service
de.zib.gndms.common.dspace.service.DSpaceServiceThe interface of the DSpace service
de.zib.gndms.gndmc.gorfx.ExampleTaskFlowExecClientAn example implementation of AbstractTaskFlowExecClient
de.zib.gndms.common.rest.FacetClass representing a facet of a rest resource
de.zib.gndms.common.rest.FacetsClass for a list of facets
de.zib.gndms.common.model.FileStats
de.zib.gndms.taskflows.filetransfer.client.FileTransferExample
de.zib.gndms.taskflows.filetransfer.client.FileTransferMeta
de.zib.gndms.taskflows.filetransfer.client.model.FileTransferOrderOrder for file transfer
de.zib.gndms.taskflows.filetransfer.client.tools.FileTransferOrderConverterImplementation of OrderConverter to convert FileTransferOrder instances to a desired type, which can be their corresponding axis type, a convertion to a Properties instance, or it will be written to Stdout
de.zib.gndms.taskflows.filetransfer.client.tools.FileTransferOrderPropertyReader
de.zib.gndms.taskflows.filetransfer.client.tools.FileTransferOrderPropertyWriter
de.zib.gndms.taskflows.filetransfer.client.tools.FileTransferOrderStdoutWriter
de.zib.gndms.taskflows.filetransfer.client.tools.FileTransferOrderWriter
de.zib.gndms.taskflows.filetransfer.client.model.FileTransferResultThe result of a file transfer taskflow
de.zib.gndms.taskflows.filetransfer.client.tools.FileTransferResultWriter
de.zib.gndms.gndmc.gorfx.FullGORFXClientComplete client for the gorfx service
de.zib.gndms.common.model.gorfx.types.io.FutureTimeConverterThingAMagic
de.zib.gndms.common.model.gorfx.types.io.FutureTimePropertyReaderThingAMagic
de.zib.gndms.common.model.gorfx.types.io.FutureTimePropertyWriterThingAMagic
de.zib.gndms.common.model.gorfx.types.io.FutureTimeWriterThingAMagic
de.zib.gndms.common.rest.GNDMSResponseHeaderA class for the generic Http response-header specified for GNDMS
de.zib.gndms.gndmc.gorfx.GORFXClientClient for the taskflow part of the gorfx service. This client doesn't provide methods for batch execution and service configuration only the methods necessary for taskflow execution are exposed
de.zib.gndms.gndmc.gorfx.GORFXClientMainA test run for the gorfx client
de.zib.gndms.common.model.gorfx.types.io.GORFXConverterBase< W, M >A GORFXConverterBase uses a writer to convert a gndms class to a desired type, which can be the corresponding axis type, a conversion to a Properties instance, or it will be written to Stdout
de.zib.gndms.common.GORFX.service.GORFXServiceThe FULL interface of the GORFX service
de.zib.gndms.common.GORFX.service.GORFXServiceEssentialsThis is the essential interface of the GORFX service. Since its the services responsibility to create and manage complex tasks ( hence called taskflows ) this interface only provides methods necessary for this job
de.zib.gndms.gndmc.gorfx.GORFXTaskFlowExampleA test run for the gorfx taskflow execution
de.zib.gndms.common.model.gorfx.types.io.GORFXWriterBaseInterface for writer classes of the gorfx model
de.zib.gndms.common.model.gorfx.types.io.MandatoryPropertyMissingException
de.zib.gndms.common.model.gorfx.types.MinMaxPairStores a pair of doubles, denoting a min and a max value
de.zib.gndms.common.rest.MyProxyTokenAnother semantic pair .... As the name suggests represents the token used for myproxy access
de.zib.gndms.common.stuff.devel.NotYetImplementedExceptionNotYetImplementedException
de.zib.gndms.common.model.gorfx.types.OrderThe interface for taskflow orders
de.zib.gndms.common.model.gorfx.types.io.OrderConverter< W extends OrderWriter, M extends AbstractOrder >An OrderConverter is used to convert de.zib.gndms.common.model.gorfx.types.AbstractOrders to a desired type, which can be their corresponding axis type, a convertion to a Properties instance, or it will be written to Stdout
de.zib.gndms.common.model.gorfx.types.io.OrderPropertyReader< M extends AbstractOrder >
de.zib.gndms.common.model.gorfx.types.io.OrderPropertyWriterWrites an ORQ as a Properties instance
de.zib.gndms.common.model.gorfx.types.io.OrderStdoutWriterWrites an ORQ to Stdout
de.zib.gndms.common.model.gorfx.types.io.OrderWriterAn GORFXWriter for ORQs
de.zib.gndms.common.stuff.util.Product< A, B >A simple implementation of a product type AxB
de.zib.gndms.common.model.gorfx.types.io.PropertyReadWriteAuxAuxiliary methods for conversion into a property
de.zib.gndms.taskflows.staging.client.ProviderStageInExample
de.zib.gndms.taskflows.staging.client.ProviderStageInMeta
de.zib.gndms.taskflows.staging.client.model.ProviderStageInOrderModel class for a provider stage in Order
de.zib.gndms.taskflows.staging.client.tools.ProviderStageInOrderConverter
de.zib.gndms.taskflows.staging.client.tools.ProviderStageInOrderPropertyReader
de.zib.gndms.taskflows.staging.client.tools.ProviderStageInOrderPropertyWriter
de.zib.gndms.taskflows.staging.client.tools.ProviderStageInOrderStdoutWriter
de.zib.gndms.taskflows.staging.client.tools.ProviderStageInOrderWriterInterface for a ProviderStageInOrder builder
de.zib.gndms.taskflows.staging.client.model.ProviderStageInResultClass for the result of the staging taskflow
de.zib.gndms.taskflows.staging.client.tools.ProviderStageInResultWriter
de.zib.gndms.common.model.gorfx.types.Quote
de.zib.gndms.gndmc.dspace.SliceClientThe slice client implementing the slice service
de.zib.gndms.gndmc.dspace.SliceKindClientThe slice kind client implementing the slice kind service
de.zib.gndms.common.dspace.service.SliceKindServiceThe interface of the SliceKind service
de.zib.gndms.common.dspace.service.SliceServiceThe interface of the Slice service
de.zib.gndms.taskflows.staging.client.model.SpaceConstraintA space constrain is a selection criteria for data stage-in
de.zib.gndms.taskflows.staging.client.tools.SpaceConstraintConverter
de.zib.gndms.taskflows.staging.client.tools.SpaceConstraintPropertyReader
de.zib.gndms.taskflows.staging.client.tools.SpaceConstraintPropertyWriter
de.zib.gndms.taskflows.staging.client.tools.SpaceConstraintStdoutWriter
de.zib.gndms.taskflows.staging.client.tools.SpaceConstraintWriterBuilder interface for a space constraint
de.zib.gndms.common.rest.Specifier< T >* A specifier describes a resource in different ways
de.zib.gndms.gndmc.dspace.SubspaceClientThe subspaceId client implementing the subspaceId service
de.zib.gndms.common.dspace.service.SubspaceServiceThe interface of the Subspace service
de.zib.gndms.gndmc.gorfx.TaskClientClient for TaskService
de.zib.gndms.common.model.gorfx.types.TaskFailureInterface for a task failure
de.zib.gndms.common.model.gorfx.types.TaskFailureImplDefault implementation of TaskFailure
de.zib.gndms.gndmc.gorfx.TaskFlowClientThe task flow client implementing the task flow service
de.zib.gndms.common.model.gorfx.types.TaskFlowFailureInterface for task flow failures
de.zib.gndms.common.model.gorfx.types.TaskFlowFailureImplDefault implementation of a the task flow failure
de.zib.gndms.common.model.gorfx.types.TaskFlowInfoImplementors of this interface should provide information about a task flow
de.zib.gndms.common.model.gorfx.types.TaskFlowMetaInterface for Taskflow meta data
de.zib.gndms.common.GORFX.service.TaskFlowServiceInterface for the taskflow service
de.zib.gndms.common.model.gorfx.types.TaskFlowStatusStatus of a task flow
de.zib.gndms.common.model.gorfx.types.TaskResult< T >Something with tasks and their results
de.zib.gndms.common.model.gorfx.types.io.TaskResultConverter< W extends TaskResultWriter, M extends AbstractTaskFlowResult >
de.zib.gndms.common.model.gorfx.types.io.TaskResultWriter
de.zib.gndms.common.GORFX.service.TaskServiceInterface for the task services
de.zib.gndms.gndmc.gorfx.TaskClient.TaskServiceAuxSome convenience methods for task handling
de.zib.gndms.common.model.gorfx.types.TaskServiceConfigPlaceholder for possible task service config
de.zib.gndms.common.model.gorfx.types.TaskServiceInfoObject with common task service information
de.zib.gndms.common.model.gorfx.types.TaskStatisticsClass for task and taskflow statistics:
de.zib.gndms.common.model.gorfx.types.TaskStatusInterface for a transferable task status
de.zib.gndms.taskflows.staging.client.model.TimeConstraintA time constrain is a selection criteria for data stage-in
de.zib.gndms.taskflows.staging.client.tools.TimeConstraintPropertyReader
de.zib.gndms.taskflows.staging.client.tools.TimeConstraintPropertyWriter
de.zib.gndms.taskflows.staging.client.tools.TimeConstraintWriterBuilder interface for a time constraint
de.zib.gndms.common.rest.UriFactoryA factory for GNDMS-resource URIs
de.zib.gndms.common.logic.config.WrongConfigurationExceptionThe wrong configuration exception, which is thrown when a given configuration tries to access an invalid configuration parameter
 All Classes Namespaces Functions Variables Enumerations