public class ImportItem extends ModuleImport
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<ImportAggregation> |
aggregationList |
protected CompositeActivityDef |
compActDef
Alternative way to provide workflow definition.
|
protected ArrayList<ImportDependency> |
dependencyList |
protected String |
initialPath |
protected ArrayList<ImportOutcome> |
outcomes |
protected ArrayList<Property> |
properties |
protected Workflow |
wf
Alternative way to provide workflow.
|
protected String |
workflow |
protected Integer |
workflowVer |
domainPath, isDOMPathExists, isNewItem, 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,
Object transactionKey) |
protected CollectionArrayList |
createCollections() |
protected CompositeActivity |
createCompositeActivity()
This method enables to use ImportItem in different bootstrap uses cases (e.g.
|
protected PropertyArrayList |
createItemProperties() |
ItemPath |
getItemPath()
Try to find ItemPath if already exists.
|
void |
setName(String name) |
void |
setNamespace(String ns) |
getID, getNamespace, hashCode, setIDprotected String initialPath
protected String workflow
protected Integer workflowVer
protected ArrayList<ImportAggregation> aggregationList
protected ArrayList<ImportDependency> dependencyList
protected ArrayList<ImportOutcome> outcomes
protected CompositeActivityDef compActDef
protected Workflow wf
public ItemPath getItemPath()
public void setNamespace(String ns)
setNamespace in class ModuleImportpublic void setName(String name)
public Path create(AgentPath agentPath, boolean reset, Object transactionKey) throws InvalidDataException, ObjectCannotBeUpdated, ObjectNotFoundException, CannotManageException, ObjectAlreadyExistsException, InvalidCollectionModification, PersistencyException
protected PropertyArrayList createItemProperties()
protected CompositeActivity createCompositeActivity() throws ObjectNotFoundException, InvalidDataException
ObjectNotFoundExceptionInvalidDataExceptionprotected CollectionArrayList createCollections() throws InvalidCollectionModification, ObjectNotFoundException, ObjectAlreadyExistsException
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.