GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions

de.zib.gndms.gndmc.gorfx.GORFXClient Class Reference

Client for the taskflow part of the gorfx service. This client doesn't provide methods for batch execution and service configuration only the methods necessary for taskflow execution are exposed. More...

Inheritance diagram for de.zib.gndms.gndmc.gorfx.GORFXClient:
de.zib.gndms.gndmc.AbstractClient de.zib.gndms.gndmc.gorfx.FullGORFXClient

List of all members.

Public Member Functions

 GORFXClient ()
 The constructor.
 GORFXClient (final String serviceURL)
 The constructor.
final ResponseEntity< Facets > listAvailableFacets (final String dn)
final ResponseEntity< List
< String > > 
listTaskFlows (final String dn)
final ResponseEntity
< TaskFlowInfo > 
getTaskFlowInfo (final String type, final String dn)
final ResponseEntity
< Specifier< Facets > > 
createTaskFlow (final String type, final Order order, final String dn, final String wid, MultiValueMap< String, String > context)

Detailed Description

Client for the taskflow part of the gorfx service.

This client doesn't provide methods for batch execution and service configuration only the methods necessary for taskflow execution are exposed.

Author:
try ma ik jo rr a zib
See also:
de.zib.gndms.common.GORFX.service.GORFXServiceEssentials for details.

Constructor & Destructor Documentation

de.zib.gndms.gndmc.gorfx.GORFXClient.GORFXClient ( final String  serviceURL)

The constructor.

Parameters:
serviceURLThe base url of the grid.
                                                  {

        this.setServiceURL( serviceURL );
    }

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