public class GFacJobDataResource extends AbstractResource
AbstractResource.ApplicationDescriptorConstants, AbstractResource.ConfigurationConstants, AbstractResource.ExecutionErrorConstants, AbstractResource.ExperimentConstants, AbstractResource.ExperimentDataConstants, AbstractResource.GatewayConstants, AbstractResource.GatewayWorkerConstants, AbstractResource.GFacJobDataConstants, AbstractResource.GFacJobStatusConstants, AbstractResource.GramDataConstants, AbstractResource.HostDescriptorConstants, AbstractResource.NodeDataConstants, AbstractResource.ProjectConstants, AbstractResource.PublishedWorkflowConstants, AbstractResource.ServiceDescriptorConstants, AbstractResource.UserConstants, AbstractResource.UserWorkflowConstants, AbstractResource.WorkflowDataConstantsAPPLICATION_DESCRIPTOR, CONFIGURATION, EXECUTION_ERROR, EXPERIMENT, EXPERIMENT_DATA, EXPERIMENT_METADATA, GATEWAY, GATEWAY_WORKER, GFAC_JOB_DATA, GFAC_JOB_STATUS, HOST_DESCRIPTOR, PROJECT, PUBLISHED_WORKFLOW, SERVICE_DESCRIPTOR, USER_WORKFLOW, USERS, WORKFLOW_DATA| Constructor and Description |
|---|
GFacJobDataResource() |
| Modifier and Type | Method and Description |
|---|---|
Resource |
create(ResourceType type)
This method will create associate resource objects for the given resource type.
|
List<Resource> |
get(ResourceType type)
This method will list all the child resources for the given resource type
|
Resource |
get(ResourceType type,
Object name)
This method will return the given child resource from the database
|
String |
getApplicationDescID() |
ExperimentDataResource |
getExperimentDataResource() |
String |
getHostDescID() |
String |
getJobData() |
String |
getLocalJobID() |
String |
getMetadata() |
String |
getNodeID() |
String |
getServiceDescID() |
String |
getStatus() |
Timestamp |
getStatusUpdateTime() |
Timestamp |
getSubmittedTime() |
WorkflowDataResource |
getWorkflowDataResource() |
void |
remove(ResourceType type,
Object name)
This method will remove the given child resource from the database
|
void |
save()
This method will save the resource to the database.
|
void |
setApplicationDescID(String applicationDescID) |
void |
setExperimentDataResource(ExperimentDataResource experimentDataResource) |
void |
setHostDescID(String hostDescID) |
void |
setJobData(String jobData) |
void |
setLocalJobID(String localJobID) |
void |
setMetadata(String metadata) |
void |
setNodeID(String nodeID) |
void |
setServiceDescID(String serviceDescID) |
void |
setStatus(String status) |
void |
setStatusUpdateTime(Timestamp statusUpdateTime) |
void |
setSubmittedTime(Timestamp submittedTime) |
void |
setWorkflowDataResource(WorkflowDataResource workflowDataResource) |
getResourceList, isExistspublic ExperimentDataResource getExperimentDataResource()
public WorkflowDataResource getWorkflowDataResource()
public String getNodeID()
public String getApplicationDescID()
public String getHostDescID()
public String getServiceDescID()
public String getJobData()
public String getLocalJobID()
public Timestamp getSubmittedTime()
public Timestamp getStatusUpdateTime()
public String getStatus()
public String getMetadata()
public void setExperimentDataResource(ExperimentDataResource experimentDataResource)
public void setWorkflowDataResource(WorkflowDataResource workflowDataResource)
public void setNodeID(String nodeID)
public void setApplicationDescID(String applicationDescID)
public void setHostDescID(String hostDescID)
public void setServiceDescID(String serviceDescID)
public void setJobData(String jobData)
public void setLocalJobID(String localJobID)
public void setSubmittedTime(Timestamp submittedTime)
public void setStatusUpdateTime(Timestamp statusUpdateTime)
public void setStatus(String status)
public void setMetadata(String metadata)
public Resource create(ResourceType type)
Resourcetype - child resource typepublic void remove(ResourceType type, Object name)
Resourcetype - child resource typename - child resource namepublic Resource get(ResourceType type, Object name)
Resourcetype - child resource typename - child resource namepublic List<Resource> get(ResourceType type)
Resourcetype - child resource typepublic void save()
ResourceCopyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.