GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions | Protected Member Functions | Private Attributes | Static Private Attributes

de.zib.gndms.common.model.gorfx.types.AbstractOrder Class Reference

An base class for model classes representing Order's. More...

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

List of all members.

Public Member Functions

String getTaskFlowType ()
 Delivers the type of the task flow.
void setJustEstimate (boolean flag)
boolean isJustEstimate ()
 Marker: that the task flow shouldn't be executed.
abstract String getDescription ()

Protected Member Functions

void setTaskFlowType (String URI)

Private Attributes

String taskFlowType
 Type of the requested task.
transient boolean justEstimate
 Flag for the contract calculation.

Static Private Attributes

static final long serialVersionUID = 5782532835559987893L

Detailed Description

An base class for model classes representing Order's.

Author:
try ma ik jo rr a zib $id$

User: bzcjorra Date: Sep 5, 2008 3:38:17 PM


Member Function Documentation

String de.zib.gndms.common.model.gorfx.types.AbstractOrder.getTaskFlowType ( )

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.

Implements de.zib.gndms.common.model.gorfx.types.Order.

boolean de.zib.gndms.common.model.gorfx.types.AbstractOrder.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.

Implements de.zib.gndms.common.model.gorfx.types.Order.


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