org.apache.airavata.persistance.registry.jpa.resources
Class AbstractResource.NodeDataConstants

java.lang.Object
  extended by org.apache.airavata.persistance.registry.jpa.resources.AbstractResource.NodeDataConstants
Enclosing class:
AbstractResource

public final class AbstractResource.NodeDataConstants
extends Object


Field Summary
static String INPUTS
           
static String LAST_UPDATE_TIME
           
static String NODE_ID
           
static String NODE_TYPE
           
static String OUTPUTS
           
static String START_TIME
           
static String STATUS
           
static String WORKFLOW_INSTANCE_ID
           
 
Constructor Summary
AbstractResource.NodeDataConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WORKFLOW_INSTANCE_ID

public static final String WORKFLOW_INSTANCE_ID
See Also:
Constant Field Values

NODE_ID

public static final String NODE_ID
See Also:
Constant Field Values

NODE_TYPE

public static final String NODE_TYPE
See Also:
Constant Field Values

INPUTS

public static final String INPUTS
See Also:
Constant Field Values

OUTPUTS

public static final String OUTPUTS
See Also:
Constant Field Values

STATUS

public static final String STATUS
See Also:
Constant Field Values

START_TIME

public static final String START_TIME
See Also:
Constant Field Values

LAST_UPDATE_TIME

public static final String LAST_UPDATE_TIME
See Also:
Constant Field Values
Constructor Detail

AbstractResource.NodeDataConstants

public AbstractResource.NodeDataConstants()


Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.