public class ImportItem extends ModuleImport
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<ImportAggregation> |
aggregationList |
protected ArrayList<ImportDependency> |
dependencyList |
protected String |
initialPath |
protected ArrayList<ImportOutcome> |
outcomes |
protected ArrayList<Property> |
properties |
protected String |
workflow |
protected Integer |
workflowVer |
domainPath, itemPath, name, ns| Constructor and Description |
|---|
ImportItem() |
ImportItem(String ns,
String name,
String initialPath,
ItemPath itemPath,
String wf,
int wfVer) |
| Modifier and Type | Method and Description |
|---|---|
Path |
create(AgentPath agentPath,
boolean reset) |
ArrayList<ImportAggregation> |
getAggregationList() |
ArrayList<ImportDependency> |
getDependencyList() |
String |
getInitialPath() |
ItemPath |
getItemPath() |
ArrayList<ImportOutcome> |
getOutcomes() |
ArrayList<Property> |
getProperties() |
String |
getWorkflow() |
Integer |
getWorkflowVer() |
void |
setAggregationList(ArrayList<ImportAggregation> aggregationList) |
void |
setDependencyList(ArrayList<ImportDependency> dependencyList) |
void |
setInitialPath(String initialPath) |
void |
setName(String name) |
void |
setNamespace(String ns) |
void |
setOutcomes(ArrayList<ImportOutcome> outcomes) |
void |
setProperties(ArrayList<Property> properties) |
void |
setWorkflow(String workflow) |
void |
setWorkflowVer(Integer workflowVer) |
getDomainPath, getID, getName, getNamespace, hashCode, setDomainPath, setID, setItemPathprotected String initialPath
protected String workflow
protected Integer workflowVer
protected ArrayList<ImportAggregation> aggregationList
protected ArrayList<ImportDependency> dependencyList
protected ArrayList<ImportOutcome> outcomes
public ItemPath getItemPath()
getItemPath in class ModuleImportpublic void setNamespace(String ns)
setNamespace in class ModuleImportpublic void setName(String name)
setName in class ModuleImportpublic Path create(AgentPath agentPath, boolean reset) throws ObjectCannotBeUpdated, ObjectNotFoundException, CannotManageException, ObjectAlreadyExistsException, InvalidCollectionModification
create in class ModuleImportObjectCannotBeUpdatedObjectNotFoundExceptionCannotManageExceptionObjectAlreadyExistsExceptionInvalidCollectionModificationpublic String getInitialPath()
public void setInitialPath(String initialPath)
public String getWorkflow()
public void setWorkflow(String workflow)
public Integer getWorkflowVer()
public void setWorkflowVer(Integer workflowVer)
public ArrayList<ImportAggregation> getAggregationList()
public void setAggregationList(ArrayList<ImportAggregation> aggregationList)
public ArrayList<ImportDependency> getDependencyList()
public void setDependencyList(ArrayList<ImportDependency> dependencyList)
public ArrayList<ImportOutcome> getOutcomes()
public void setOutcomes(ArrayList<ImportOutcome> outcomes)
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.