JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
The user accepted the permission request.
The permission has been created on AIIDA.
An error occurred and the permission could not be started.
The details, like start and end date, of the permission have been fetched from the EDDIE framework.
The MQTT credentials and topics for the permission have been fetched from the EDDIE framework.
The expiration time of the permission was reached.
The user rejected the permission request.
The user revoked the permission.
The permission has been accepted and data is now actively streamed to the eligible party.
The permission was terminated by the eligible party.
This AIIDA instance is unable to fulfill the permission request, e.g.
The customer has accepted the permission but the start time for sharing data is still in the future.
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
CREATED
The permission has been created on AIIDA.
FETCHED_DETAILS
The details, like start and end date, of the permission have been fetched from the EDDIE framework.
UNFULFILLABLE
This AIIDA instance is unable to fulfill the permission request, e.g. because the requested data is not
available.
ACCEPTED
The user accepted the permission request.
FETCHED_MQTT_CREDENTIALS
The MQTT credentials and topics for the permission have been fetched from the EDDIE framework.
WAITING_FOR_START
The customer has accepted the permission but the start time for sharing data is still in the future.
STREAMING_DATA
The permission has been accepted and data is now actively streamed to the eligible party.
REJECTED
The user rejected the permission request.
REVOKED
The user revoked the permission.
TERMINATED
The permission was terminated by the eligible party.
FULFILLED
The expiration time of the permission was reached.
FAILED_TO_START
An error occurred and the permission could not be started.
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null