Class ImportRole
java.lang.Object
org.cristalise.kernel.process.module.ModuleImport
org.cristalise.kernel.entity.imports.ImportRole
- All Implemented Interfaces:
DescriptionObject
-
Field Summary
FieldsFields inherited from class org.cristalise.kernel.process.module.ModuleImport
domainPath, isDOMPathExists, isNewItem, itemPath, name, ns, resourceChangeDetails, resourceChangeStatus -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(AgentPath agentPath, boolean reset, TransactionKey transactionKey) booleanexists(TransactionKey transactionKey) static ImportRolegetItemPath(TransactionKey transactionKey) makeDescCollections(TransactionKey transactionKey) toString()voidupdate(AgentPath agentPath, TransactionKey transactionKey) Methods inherited from class org.cristalise.kernel.process.module.ModuleImport
getID, getNamespace, hashCode, setID, setNamespaceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.cristalise.kernel.utils.DescriptionObject
export, getItemPath, getName, getNamespace, getVersion, getXml, getXml, makeDescCollection, setItemPath, setName, setNamespace, setVersion, toOutcome
-
Field Details
-
version
-
jobList
-
permissions
-
-
Constructor Details
-
ImportRole
public ImportRole() -
ImportRole
-
-
Method Details
-
getRolePath
-
exists
- Specified by:
existsin interfaceDescriptionObject
-
create
public Path create(AgentPath agentPath, boolean reset, TransactionKey transactionKey) throws ObjectAlreadyExistsException, ObjectCannotBeUpdated, CannotManageException, ObjectNotFoundException - Specified by:
createin classModuleImport- Throws:
ObjectAlreadyExistsExceptionObjectCannotBeUpdatedCannotManageExceptionObjectNotFoundException
-
update
public void update(AgentPath agentPath, TransactionKey transactionKey) throws ObjectAlreadyExistsException, ObjectCannotBeUpdated, CannotManageException, ObjectNotFoundException - Parameters:
agentPath-- Throws:
ObjectAlreadyExistsExceptionObjectCannotBeUpdatedCannotManageExceptionObjectNotFoundException
-
getImportRole
- Parameters:
rp-- Returns:
-
getItemPath
- Overrides:
getItemPathin classModuleImport
-
getItemID
- Specified by:
getItemIDin interfaceDescriptionObject
-
makeDescCollections
public CollectionArrayList makeDescCollections(TransactionKey transactionKey) throws InvalidDataException, ObjectNotFoundException - Specified by:
makeDescCollectionsin interfaceDescriptionObject- Throws:
InvalidDataExceptionObjectNotFoundException
-
getResourceType
- Specified by:
getResourceTypein interfaceDescriptionObject
-
toString
-