Serialized Form


Package eu.planets_project.ifr.core.common.api

Class eu.planets_project.ifr.core.common.api.PlanetsException extends Exception implements Serializable


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

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

serialVersionUID: -6240551757411773584L

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

serialVersionUID: 4168024286827885968L


Package eu.planets_project.ifr.core.security.api.services

Class eu.planets_project.ifr.core.security.api.services.RoleManager.RoleNotFoundException extends Exception implements Serializable

serialVersionUID: 3243243223432332L

Class eu.planets_project.ifr.core.security.api.services.UserManager.UserNotFoundException extends Exception implements Serializable

serialVersionUID: 3243243223432432L

Class eu.planets_project.ifr.core.security.api.services.UserManager.UserNotValidException extends Exception implements Serializable

serialVersionUID: 9243232234324432L


Package eu.planets_project.services

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

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


Package eu.planets_project.services.datatypes

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

serialVersionUID: 422563428560475224L

Serialized Fields

id

String id

name

String name

type

String type

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

serialVersionUID: 8799717233710485566L

Serialized Fields

algorithm

String algorithm
See Also:
Checksum.getAlgorithm()

value

String value
See Also:
Checksum.getValue()

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

serialVersionUID: -6090795056584183891L

Serialized Fields

summary

String summary
A human-readable description of the event.


datetime

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

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 Object implements Serializable

serialVersionUID: 1299020544765389245L

Serialized Fields

content

String content
The block of metadata.

See Also:
Metadata.getContent()

type

URI type
See Also:
Metadata.getType()

name

String name
See Also:
Metadata.getName()

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

serialVersionUID: -4733604396082932170L

Serialized Fields

uri

URI uri

name

String name

value

String value

unit

String unit

description

String description

type

String type

Package eu.planets_project.services.utils

Class eu.planets_project.services.utils.DigestException extends RuntimeException implements Serializable

serialVersionUID: 1921532045016030988L



Copyright © 2013 Open Planets Foundation. All Rights Reserved.