public class Module extends ImportItem
aggregationList, dependencyList, initialPath, outcomes, properties, workflow, workflowVerdomainPath, itemPath, name, ns| Constructor and Description |
|---|
Module() |
| Modifier and Type | Method and Description |
|---|---|
void |
addImports(Collection<?> contents) |
void |
export(File location) |
ArrayList<ModuleConfig> |
getConfig() |
ArrayList<String> |
getDependencies() |
String |
getDesc() |
ModuleImports |
getImports() |
ModuleInfo |
getInfo() |
Properties |
getProperties(boolean isServer) |
String |
getResURL() |
ArrayList<ModuleScript> |
getScripts() |
String |
getVersion() |
boolean |
hasDependency(String dep) |
void |
importAll(ItemProxy serverEntity,
AgentProxy systemAgent,
String moduleXML,
boolean reset) |
void |
runScript(String event,
AgentProxy user,
boolean isServer) |
void |
setConfig(ArrayList<ModuleConfig> config) |
void |
setImports(Collection<?> contents) |
void |
setImports(ModuleImports imp) |
void |
setInfo(ModuleInfo info) |
void |
setModuleXML(String moduleXML) |
void |
setName(String name) |
void |
setNamespace(String ns) |
void |
setResURL(String resURL) |
void |
setScripts(ArrayList<ModuleScript> scripts) |
create, getAggregationList, getDependencyList, getInitialPath, getItemPath, getOutcomes, getProperties, getWorkflow, getWorkflowVer, setAggregationList, setDependencyList, setInitialPath, setOutcomes, setProperties, setWorkflow, setWorkflowVergetDomainPath, getID, getName, getNamespace, hashCode, setDomainPath, setID, setItemPathpublic void runScript(String event, AgentProxy user, boolean isServer) throws ScriptingEngineException
ScriptingEngineExceptionpublic void setModuleXML(String moduleXML)
public void setNamespace(String ns)
setNamespace in class ImportItempublic void setName(String name)
setName in class ImportItempublic void importAll(ItemProxy serverEntity, AgentProxy systemAgent, String moduleXML, boolean reset) throws Exception
Exceptionpublic Properties getProperties(boolean isServer)
public ArrayList<ModuleScript> getScripts()
public void setResURL(String resURL)
public String getDesc()
public String getVersion()
public String getResURL()
public boolean hasDependency(String dep)
public ModuleInfo getInfo()
public void setInfo(ModuleInfo info)
public ModuleImports getImports()
public void setImports(ModuleImports imp)
public void setImports(Collection<?> contents) throws ObjectNotFoundException, InvalidDataException
public void addImports(Collection<?> contents) throws ObjectNotFoundException, InvalidDataException
public void setConfig(ArrayList<ModuleConfig> config)
public void setScripts(ArrayList<ModuleScript> scripts)
public ArrayList<ModuleConfig> getConfig()
public void export(File location)
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.