|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlDataDAO
Data access object representing a piece of XML data. This is object is used to model BPEL variables.
Method Summary | |
---|---|
org.w3c.dom.Node |
get()
Retreive the variable data. |
java.lang.String |
getName()
Get the name of the variable. |
java.lang.String |
getProperty(java.lang.String propertyName)
Return the value of a property. |
ScopeDAO |
getScopeDAO()
Gets the scope associated with this xml data. |
boolean |
isNull()
Checks if the dao has been assigned any data. |
void |
remove()
Remove the object from the data store. |
void |
set(org.w3c.dom.Node val)
Set the data value of a variable. |
void |
setProperty(java.lang.String pname,
java.lang.String pvalue)
Sets the value of a property |
Method Detail |
---|
java.lang.String getName()
boolean isNull()
true
is assignment has NOT occured.org.w3c.dom.Node get()
void remove()
void set(org.w3c.dom.Node val)
val
- valuejava.lang.String getProperty(java.lang.String propertyName)
propertyName
-
void setProperty(java.lang.String pname, java.lang.String pvalue)
pname
- pvalue
- ScopeDAO getScopeDAO()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |