public abstract class Script_Auto extends Script_Event
| Modifier and Type | Field and Description |
|---|---|
protected long |
timeStamp
Time the information was lodged
|
protected boolean |
useOpName
True if use the operation name field to retrieve the information
|
protected boolean |
useTimestamp
True if use the timestamp field to retrieve the information
|
subEvents, varMapfilter, function, operation, sourceid, internalID, keyLong, name, namespace, objType, parentElement, value| Constructor and Description |
|---|
Script_Auto(org.licas_xml.abs.Element autoXml)
Create a new instance of Script_Auto and add the xml-based description of the
element values.
|
Script_Auto(java.lang.String scriptType,
java.lang.String elemID)
Create a new instance of Script_Auto.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getTimestamp()
Get the timestamp value.
|
org.licas_xml.abs.Element |
toXml()
Convert the contents of this Script_Auto into an XML-only format.
|
boolean |
useOperationName()
Return true if use the operation name with this element.
|
boolean |
useTimestamp() |
addEvent, addVariable, getEvents, getVariables, setForUse, usesSubEventsgetFilter, getFunction, getOperation, getSource, setFilter, setFunction, setOperation, setSourcegetID, getInternalID, getName, getNamespace, getObjType, getParent, getScriptUuid, getValue, processThis, setNamespace, setObjType, setParent, setValue, setValueprotected boolean useOpName
protected boolean useTimestamp
protected long timeStamp
public Script_Auto(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_Auto(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 boolean useOperationName()
public boolean useTimestamp()
public long getTimestamp()
public org.licas_xml.abs.Element toXml()
throws java.lang.Exception
toXml in class Script_Eventjava.lang.Exception - any error.