|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.9.0) E25378-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVariableItem
This interface is a client side view of a declared Data Object in a running instance. This item contains variable runtime information such as the name, value, type, whether the variable is read-only or writable.
Method Summary | |
---|---|
java.lang.String |
getExpressionString() Gets the expression |
java.lang.String |
getName() Gets the variable name. |
java.util.Map<java.lang.String,java.net.URI> |
getNamespaceMapping() Gets the namespaceMapping |
javax.xml.namespace.QName |
getType() Gets the variable type as a QName. |
java.lang.String |
getValue() Gets the variable value. |
boolean |
isEditable() Returns whether the variable is editable or not. |
void |
setExpression(java.lang.String expression, java.util.Map<java.lang.String,java.net.URI> namespaceMapping) Sets the expression to execute for updating the variable |
void |
setValue(java.lang.String value) Sets the variable value. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getValue()
javax.xml.namespace.QName getType()
void setValue(java.lang.String value)
value
- the new variable valuevoid setExpression(java.lang.String expression, java.util.Map<java.lang.String,java.net.URI> namespaceMapping)
expression
- the expressionnamespaceMapping
- the namespaces mappingjava.lang.String getExpressionString()
java.util.Map<java.lang.String,java.net.URI> getNamespaceMapping()
boolean isEditable()
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.9.0) E25378-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |