public abstract class ModuleImport extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DomainPath |
domainPath |
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) |
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
public abstract Path create(AgentPath agentPath, boolean reset) 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–2019 CRISTAL-iSE. All rights reserved.