public interface ResourceImportHandler
| Modifier and Type | Method and Description |
|---|---|
CollectionArrayList |
getCollections(String name,
String ns,
String location,
Integer version)
Returns any collections that this Resource Item should contain.
|
String |
getName() |
DomainPath |
getPath(String name,
String ns)
Returns the DomainPath for a specific resource
|
PropertyDescriptionList |
getPropDesc()
Should return all of the Properties the resource Item
will have on creation.
|
Set<Outcome> |
getResourceOutcomes(String name,
String ns,
String location,
Integer version)
Generates the outcomes that the resource should contain.
|
DomainPath |
getTypeRoot()
The directory context to search for existing resources.
|
String |
getWorkflowName()
Gives the CompActDef name to instantiate to provide the workflow for this type of resource.
|
DomainPath getPath(String name, String ns) throws Exception
ns - - module namespacename - - resource nameExceptionSet<Outcome> getResourceOutcomes(String name, String ns, String location, Integer version) throws Exception
res - - the module resource definitionException - - if the supplied resources are not validString getWorkflowName() throws Exception
ExceptionPropertyDescriptionList getPropDesc() throws Exception
ExceptionDomainPath getTypeRoot()
CollectionArrayList getCollections(String name, String ns, String location, Integer version) throws Exception
ExceptionString getName()
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.