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

de.zib.gndms.model.gorfx.types.DelegatingOrder< T extends Order > Class Reference

Inherits de::zib::gndms::common::model::gorfx::types::Order.

List of all members.

Public Member Functions

 DelegatingOrder (T orderBean)
String getTaskFlowType ()
boolean isJustEstimate ()
String getActId ()
void setActId (String id)
boolean hasId ()
String getDescription ()
Map< String, String > getActContext ()
boolean contextHasDN ()
String getDNFromContext ()
void setActContext (Map< String, String > context)
boolean hasContext ()
String getLocalUser ()
void setLocalUser (String localUser)
getOrderBean ()
void setOrderBean (T orderBean)
String getLoggableDescription ()
Map< String, MyProxyToken > getMyProxyToken ()
void setMyProxyToken (final Map< String, MyProxyToken > myProxyToken)

Private Attributes

orderBean
String actId
 A unique id inherited from the ORQResource.
Map< String, String > actContext
 The context of the ORQResource Contains stuff like, delegation epr, and workflow id.
Map< String, MyProxyToken > myProxyToken
 Map between purpose and myProxyToken this enables the Task action to query GSSCerts from registered myproxy servers.
String localUser
 The user name map to the credential of the request.

Static Private Attributes

static final int INITIAL_STRING_BUILDER_CAPACITY = 256
static final long serialVersionUID = -4963712675181368456L

Detailed Description

Author:
try ma ik jo rr a zib
Date:
13.07.11 18:48

Member Data Documentation

Map<String,MyProxyToken> de.zib.gndms.model.gorfx.types.DelegatingOrder< T extends Order >.myProxyToken [private]

Map between purpose and myProxyToken this enables the Task action to query GSSCerts from registered myproxy servers.


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