public abstract class ModuleImport extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DomainPath |
domainPath |
protected boolean |
isDOMPathExists |
protected boolean |
isNewItem |
protected ItemPath |
itemPath |
protected String |
name |
protected String |
ns |
| Constructor and Description |
|---|
ModuleImport() |
| Modifier and Type | Method and Description |
|---|---|
abstract Path |
create(AgentPath agentPath,
boolean reset,
Object transactionKey) |
String |
getID() |
String |
getNamespace() |
int |
hashCode() |
void |
setID(String uuid) |
void |
setNamespace(String ns) |
protected String ns
protected String name
protected DomainPath domainPath
protected ItemPath itemPath
protected boolean isNewItem
protected boolean isDOMPathExists
public abstract Path create(AgentPath agentPath, boolean reset, Object transactionKey) throws ObjectNotFoundException, ObjectCannotBeUpdated, CannotManageException, ObjectAlreadyExistsException, InvalidCollectionModification, InvalidDataException, AccessRightsException, PersistencyException
public void setID(String uuid) throws InvalidItemPathException
InvalidItemPathExceptionpublic String getID()
public void setNamespace(String ns)
public String getNamespace()
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.