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

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

The interface for taskflow orders. More...

Inheritance diagram for de.zib.gndms.common.model.gorfx.types.Order:
de.zib.gndms.common.model.gorfx.types.AbstractOrder de.zib.gndms.taskflows.filetransfer.client.model.FileTransferOrder de.zib.gndms.taskflows.staging.client.model.ProviderStageInOrder

List of all members.

Public Member Functions

boolean isJustEstimate ()
 Marker: that the task flow shouldn't be executed.

Package Functions

String getTaskFlowType ()
 Delivers the type of the task flow.

Detailed Description

The interface for taskflow orders.

Author:
try ma ik jo rr a zib
Date:
09.02.11 15:39

An order serves as input for the taskflow, and steers the task execution.


Member Function Documentation

String de.zib.gndms.common.model.gorfx.types.Order.getTaskFlowType ( ) [package]

Delivers the type of the task flow.

Useful to query the taskflow and its quote calculator from the TaskFlowProvider.

Returns:
The task flow type id.

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

boolean de.zib.gndms.common.model.gorfx.types.Order.isJustEstimate ( )

Marker: that the task flow shouldn't be executed.

This is a relict from the old ORQ schema. It isn't really usful anymore.

Returns:
If the values should only be estimated.

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


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