public class XMLImportTools
extends java.lang.Object
| Constructor and Description |
|---|
XMLImportTools() |
| Modifier and Type | Method and Description |
|---|---|
static ActivityConfiguration |
getActivityConfiguration(CommonModelFactory cmf,
org.w3c.dom.Element confElement) |
static ChangeableActivityConfiguration |
getChangeableActivityConfiguration(CommonModelFactory cmf,
org.w3c.dom.Element confElement) |
static java.util.List<java.lang.String> |
getClassPath(org.w3c.dom.Element cpElement) |
static Configuration |
getConfiguration(CommonModelFactory cmf,
org.w3c.dom.Element confElement) |
static ConfigurationDescription |
getConfigurationDescription(CommonModelFactory cmf,
org.w3c.dom.Element element) |
static ExecutionControlProperties |
getExecutionControlProperties(org.w3c.dom.Element ecpElement)
Takes the given execution control properties element and creates an
execution control properties object out of it
|
static PluginDataContainer |
getPluginDataContainer(CommonModelFactory cmf,
org.w3c.dom.Element pdcElement)
Returns all plug-in data mappings from the given element.
|
protected static QualifiedAgent |
getQualifiedAgent(org.w3c.dom.Element qaElement)
Create a new qualified agent object from the given xml element.
|
static java.util.Map<ActivityConstants.ActivityModelEntityType,java.util.List<java.lang.String>> |
getSeparatedClassPath(org.w3c.dom.Element cpElement) |
protected static java.net.URI[] |
getURIs(org.w3c.dom.Element urisElement)
Create a new array of URIs from the given XML element.
|
static java.util.Map<java.lang.String,java.lang.String> |
getUserAttributes(org.w3c.dom.Element uasElement)
Returns all user attributes in the given user attribute container.
|
public static Configuration getConfiguration(CommonModelFactory cmf, org.w3c.dom.Element confElement)
cmf - confElement - public static ActivityConfiguration getActivityConfiguration(CommonModelFactory cmf, org.w3c.dom.Element confElement)
cmf - confElement - public static ChangeableActivityConfiguration getChangeableActivityConfiguration(CommonModelFactory cmf, org.w3c.dom.Element confElement)
cmf - confElement - public static ConfigurationDescription getConfigurationDescription(CommonModelFactory cmf, org.w3c.dom.Element element)
cmf - element - public static java.util.List<java.lang.String> getClassPath(org.w3c.dom.Element cpElement)
cpElement - public static java.util.Map<ActivityConstants.ActivityModelEntityType,java.util.List<java.lang.String>> getSeparatedClassPath(org.w3c.dom.Element cpElement)
cpElement - public static ExecutionControlProperties getExecutionControlProperties(org.w3c.dom.Element ecpElement)
ecpElement - The XML element of the execution control properties.public static PluginDataContainer getPluginDataContainer(CommonModelFactory cmf, org.w3c.dom.Element pdcElement)
cmf - pdcElement - The plugin data container element.PluginDataContainer used as data container
containing the plug-in data mappings.public static java.util.Map<java.lang.String,java.lang.String> getUserAttributes(org.w3c.dom.Element uasElement)
uasElement - A user attributes element.protected static QualifiedAgent getQualifiedAgent(org.w3c.dom.Element qaElement)
qaElement - protected static java.net.URI[] getURIs(org.w3c.dom.Element urisElement)
urisElement -