public class Script_Process extends Script_Model
| Modifier and Type | Field and Description |
|---|---|
boolean |
abstractProcess
This attribute is not used by default.
|
boolean |
enableInstanceCompensation
This attribute is not used by default.
|
java.lang.String |
expressionLanguage
This attribute is not used by default.
|
java.lang.String |
queryLanguage
This attribute is not used by default.
|
boolean |
suppressJoinFailure
This attribute is not used by default.
|
sourcesid, internalID, keyLong, name, namespace, objType, parentElement, value| Constructor and Description |
|---|
Script_Process(org.licas_xml.abs.Element autoXml)
Create a new instance of Script_Process and add the xml-based description of the
element values.
|
Script_Process(java.lang.String scriptType,
java.lang.String elemID)
Create a new instance of Script_Process.
|
| Modifier and Type | Method and Description |
|---|---|
org.licas_xml.abs.Element |
toXml()
Convert the contents of this Script_Element into an XML-only format.
|
addEvent, addReflection, addSource, addVariable, addVariableInstance, getEvents, getReflection, getReflection, getScriptWithID, getSource, getSources, getVariable, getVariableInstance, getVariableInstances, getVariables, setEvents, setForUse, setReflection, setSources, setVariableInstances, setVariablesgetID, getInternalID, getName, getNamespace, getObjType, getParent, getScriptUuid, getValue, processThis, setNamespace, setObjType, setParent, setValue, setValue, usesSubEventspublic java.lang.String queryLanguage
public java.lang.String expressionLanguage
public boolean suppressJoinFailure
public boolean enableInstanceCompensation
public boolean abstractProcess
public Script_Process(java.lang.String scriptType,
java.lang.String elemID)
scriptType - the script element type. This is also the element tag name
and should not be null.elemID - this is the external id used to identify this element specifically. The
element is also stored under this value and so it cannot be null.public Script_Process(org.licas_xml.abs.Element autoXml)
throws java.lang.Exception
autoXml - the xml-based description of values to add.java.lang.Exception - any error.public org.licas_xml.abs.Element toXml()
throws java.lang.Exception
toXml in class Script_Modeljava.lang.Exception - any error.