Serialized Form


Package eu.planets_project.ifr.core.common.conf

Class eu.planets_project.ifr.core.common.conf.ConfigurationException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -6240551757411773584L

Class eu.planets_project.ifr.core.common.conf.ConversionException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 4168024286827885968L


Package eu.planets_project.ifr.core.storage.api

Class eu.planets_project.ifr.core.storage.api.DataRegistry.DigitalObjectManagerNotFoundException extends java.lang.Exception implements Serializable

serialVersionUID: -7464160216555968213L

Class eu.planets_project.ifr.core.storage.api.DigitalObjectManager.DigitalObjectNotFoundException extends java.lang.Exception implements Serializable

serialVersionUID: 3120789461926213247L

Class eu.planets_project.ifr.core.storage.api.DigitalObjectManager.DigitalObjectNotRemovedException extends java.lang.Exception implements Serializable

serialVersionUID: 1469131144643980203L

Class eu.planets_project.ifr.core.storage.api.DigitalObjectManager.DigitalObjectNotStoredException extends java.lang.Exception implements Serializable

serialVersionUID: 1469131144643980203L

Class eu.planets_project.ifr.core.storage.api.DigitalObjectManager.DigitalObjectTooLargeException extends java.lang.Exception implements Serializable

serialVersionUID: 1469131144643980204L

Class eu.planets_project.ifr.core.storage.api.DigitalObjectManager.DigitalObjectUpdateException extends java.lang.Exception implements Serializable

serialVersionUID: 1469131144643980205L


Package eu.planets_project.ifr.core.wee.api.workflow

Class eu.planets_project.ifr.core.wee.api.workflow.WorkflowContext extends java.lang.Object implements Serializable

serialVersionUID: -7345432350628218430L

Serialized Fields

context

java.util.Map<K,V> context

Class eu.planets_project.ifr.core.wee.api.workflow.WorkflowResult extends java.lang.Object implements Serializable

serialVersionUID: -7804803563573452403L

Serialized Fields

results

java.util.List<E> results

log

java.net.URL log

report

java.net.URL report

resultItems

java.util.List<E> resultItems

startTime

long startTime

endTime

long endTime

Class eu.planets_project.ifr.core.wee.api.workflow.WorkflowResultItem extends java.lang.Object implements Serializable

serialVersionUID: -7296972920451369134L

Serialized Fields

startTime

long startTime

endTime

long endTime

sActionIdentifier

java.lang.String sActionIdentifier

digoIn

java.lang.String digoIn

digoInRef

java.net.URI digoInRef

digoOut

java.lang.String digoOut

digoOutRef

java.net.URI digoOutRef

extractedInformation

java.util.List<E> extractedInformation

logInfo

java.util.List<E> logInfo

serReport

ServiceReport serReport

serviceEndpoint

java.lang.String serviceEndpoint

serviceDescription

ServiceDescription serviceDescription

serParams

java.util.List<E> serParams

aboutExecutionDigoRef

java.net.URI aboutExecutionDigoRef

aboutExecutionDigoDifferentThanInputDigo

boolean aboutExecutionDigoDifferentThanInputDigo

Class eu.planets_project.ifr.core.wee.api.workflow.WorkflowTemplateHelper extends java.lang.Object implements Serializable

serialVersionUID: -9043319482888030134L

Serialized Fields

serviceInvocationConfigs

java.util.Map<K,V> serviceInvocationConfigs

data

java.util.List<E> data

wfInstanceUUID

java.util.UUID wfInstanceUUID

wfContext

WorkflowContext wfContext

dataRegistry

DataRegistry dataRegistry

agentWEE

Agent agentWEE

wfLogger

ReportingLog wfLogger

wfResult

WorkflowResult wfResult

Package eu.planets_project.services

Class eu.planets_project.services.PlanetsException extends java.lang.Exception implements Serializable

Class eu.planets_project.services.Registries extends java.lang.Object implements Serializable


Package eu.planets_project.services.datatypes

Class eu.planets_project.services.datatypes.Agent extends java.lang.Object implements Serializable

serialVersionUID: 422563428560475224L

Serialized Fields

id

java.lang.String id

name

java.lang.String name

type

java.lang.String type

Class eu.planets_project.services.datatypes.Checksum extends java.lang.Object implements Serializable

serialVersionUID: 8799717233710485566L

Serialized Fields

algorithm

java.lang.String algorithm
See Also:
Checksum.getAlgorithm()

value

java.lang.String value
See Also:
Checksum.getValue()

Class eu.planets_project.services.datatypes.Event extends java.lang.Object implements Serializable

serialVersionUID: -6090795056584183891L

Serialized Fields

summary

java.lang.String summary
A human-readable description of the event.


datetime

java.lang.String datetime
The date and time at which this Event began.


duration

double duration
The total duration of this event, i.e. the wall-clock execution time (in seconds) since the start date and time.

TODO Please not that this is an addition to the CDM. Rationale: It is useful to record this information for runtime-estimation. Perhaps this is not the place for it though? Only really known to the caller, so maybe this does not belong here.


agent

Agent agent
The Agent that caused this Event.


properties

java.util.List<E> properties
Name-value pairs for extra properties. This is an expansion point for future functionality.

Class eu.planets_project.services.datatypes.Metadata extends java.lang.Object implements Serializable

serialVersionUID: 1299020544765389245L

Serialized Fields

content

java.lang.String content
The block of metadata.

See Also:
Metadata.getContent()

type

java.net.URI type
See Also:
Metadata.getType()

name

java.lang.String name
See Also:
Metadata.getName()

Class eu.planets_project.services.datatypes.Property extends java.lang.Object implements Serializable

serialVersionUID: -4733604396082932170L

Serialized Fields

uri

java.net.URI uri

name

java.lang.String name

value

java.lang.String value

unit

java.lang.String unit

description

java.lang.String description

type

java.lang.String type



Copyright © 2007-2010 The Planets Consortium. All Rights Reserved.