Skip navigation links
edoras one Java API (2.0.2)

Package com.edorasware.api.value

Work object value access.

See: Description

Package com.edorasware.api.value Description

Work object value access.

Values stored in a work object may have any of the following types:

  • Boolean

  • String

  • Long

  • Double

  • Instant

  • Map of String to any supported type

  • List of any supported type

  • null

To access predefined work object values or define application-specific value accessors please refer to the class WorkObjectValues.

ValueMap allows a collection of values to be manipulated in a type-safe way using the same value accessors as a work object.

The ValueConverter interface allows different types to be used in the application code than are persisted in the work object. ValueConverters provides constants for commonly-used value converters and some additional helper methods / classes.

The rest of the interfaces defined in this package are used to define the functionality of specific value accessors and are generally only used passively in application code as the value accessor type.

Skip navigation links
edoras one Java API (2.0.2)

Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.