public class Submission extends AbstractBean
Constructor and Description |
---|
Submission()
Create a new instance of the execution.
|
Modifier and Type | Method and Description |
---|---|
String |
getCreatorId()
Return the id of the creator of the execution
|
String |
getDataset(String id)
Returns the value for a specific dataset.
|
Map<String,String> |
getDatasets()
Returns a map fof all datasets to be used as inputs.
|
String |
getDescription()
Return the description of the execution.
|
String |
getParameter(String uuid)
Returns the value for a specific parameter.
|
Map<String,String> |
getParameters()
Returs the map of all parameters.
|
String |
getTitle()
Return the title of the execution.
|
String |
getWorkflowId()
Return the workflow that was executed.
|
boolean |
hasDataset(String id) |
boolean |
hasParameter(String id) |
void |
setCreatorId(String creatorId)
Sets the the id that represents the creator of the execution.
|
void |
setDataset(String id,
String datasetId)
Sets the dataset associated with that specific uuid.
|
void |
setDatasets(Map<String,String> datasets) |
void |
setDescription(String description)
Sets the description of the execution
|
void |
setParameter(String uuid,
String value)
Sets the value for the specific parameter.
|
void |
setParameters(Map<String,String> parameters) |
void |
setTitle(String title)
Sets the title of the execution
|
void |
setWorkflowId(String workflowId)
Sets the workflow that is executed.
|
equals, getId, hashCode, isDeleted, setDeleted, setId
public String getTitle()
public void setTitle(String title)
title
- sets the title of the execution.public String getDescription()
public void setDescription(String description)
description
- sets the description of the execution.public String getWorkflowId()
public void setWorkflowId(String workflowId)
workflow
- sets the workflow this execution is for.public String getCreatorId()
public void setCreatorId(String creatorId)
creator
- sets the the id of the PersonBean that represents the creator
of the execution.public boolean hasParameter(String id)
id
- public Map<String,String> getParameters()
public String getParameter(String uuid)
uuid
- the uuid for parameterpublic void setParameter(String uuid, String value)
uuid
- the uuid of the parameter to set.value
- the value of the parameter.public boolean hasDataset(String id)
id
- public Map<String,String> getDatasets()
public String getDataset(String id)
uuid
- the uuid for datasetpublic void setDataset(String id, String datasetId)
uuid
- the uuid of the output to set.value
- the dataset generated.Copyright © 2017. All rights reserved.