GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions | Package Functions

de.zib.gndms.common.model.gorfx.types.TaskFlowFailure Interface Reference

Interface for task flow failures. More...

Inheritance diagram for de.zib.gndms.common.model.gorfx.types.TaskFlowFailure:
de.zib.gndms.common.model.gorfx.types.TaskFlowFailureImpl

List of all members.

Public Member Functions

String getFailureMessage ()
 A human readable error message.
boolean hasTaskFailure ()
 Checks if an task failure occurred.
TaskFailure getTaskFailure ()
 Delivers the task failure object if existing.

Package Functions

boolean hasFailed ()
 Checks if an taskflow failed.

Detailed Description

Interface for task flow failures.

Author:
try ma ik jo rr a zib
Date:
02.03.11 11:08 Taskflow failures are less technically than TaskFailures. They are commonly showed to a user and thus should be human readable.

However they might contain TaskFailures


Member Function Documentation

String de.zib.gndms.common.model.gorfx.types.TaskFlowFailure.getFailureMessage ( )

A human readable error message.

Its likly that there exist some problems with the Order at this point, thus the user have to correct it.

Returns:
A human readable error message.

Implemented in de.zib.gndms.common.model.gorfx.types.TaskFlowFailureImpl.

TaskFailure de.zib.gndms.common.model.gorfx.types.TaskFlowFailure.getTaskFailure ( )

Delivers the task failure object if existing.

Returns:
The task failure.

Implemented in de.zib.gndms.common.model.gorfx.types.TaskFlowFailureImpl.

boolean de.zib.gndms.common.model.gorfx.types.TaskFlowFailure.hasFailed ( ) [package]

Checks if an taskflow failed.

Returns:
true if the task flow has failed.

Implemented in de.zib.gndms.common.model.gorfx.types.TaskFlowFailureImpl.

boolean de.zib.gndms.common.model.gorfx.types.TaskFlowFailure.hasTaskFailure ( )

Checks if an task failure occurred.

Returns:
true fi an task failure occurred.

Implemented in de.zib.gndms.common.model.gorfx.types.TaskFlowFailureImpl.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations