|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XML | |
---|---|
com.bmc.mainview.nvbapi | Provides access to MAINVIEW views over a network. |
Uses of XML in com.bmc.mainview.nvbapi |
---|
Fields in com.bmc.mainview.nvbapi declared as XML | |
---|---|
XML |
Conversation.status
The status returned from the previous request. |
Methods in com.bmc.mainview.nvbapi that return XML | |
---|---|
XML |
LiveConv.access(java.lang.String context,
java.lang.String system,
java.lang.String server,
java.lang.String product)
|
abstract XML |
Conversation.access(java.lang.String context,
java.lang.String system,
java.lang.String server,
java.lang.String product)
Sets the target that this conversation will send requests to. |
XML |
XML.clone()
Creates and returns a copy of this object. |
XML |
Simulator.connect()
|
XML |
LiveServer.connect()
Uses the current settings to create a session with the host server. |
abstract XML |
HostServer.connect()
Opens the session with the mainframe |
XML |
Conversation.dataGet(int type)
Requests data from the current view |
XML |
Conversation.dataGet(int type,
java.lang.String startrow,
java.lang.String numRows)
Requests data from the current view |
XML |
Conversation.dataGet(int type,
java.lang.String startrow,
java.lang.String numRows,
java.lang.String qwhere)
Requests data from the current view |
XML |
LiveConv.dataGet(int type,
java.lang.String startrow,
java.lang.String numRows,
java.lang.String qwhere,
java.lang.String where)
|
abstract XML |
Conversation.dataGet(int type,
java.lang.String startrow,
java.lang.String numRows,
java.lang.String qwhere,
java.lang.String where)
Retrieve the data from the current view |
XML |
XML.findElement(java.lang.String tag)
Searches for the first sub-element with the given tag and returns it. |
XML |
XML.findElement(java.lang.String tag,
int which)
Searches for the nth sub-element with the given tag and returns it. |
XML |
XML.getElement(int n)
Get the nth sub-element of the element |
XML |
XML.getParent()
Find the XML element of which this is a sub-element. |
XML |
ConversationXMLInEvent.getRequest()
Access the original request |
XML |
ConversationStatusEvent.getStatus()
|
XML |
ConversationXMLOutEvent.getXML()
Access the request |
XML |
ConversationXMLInEvent.getXML()
Access the parsed response |
XML |
Conversation.mapGet()
Get the list of fields in a MAPPED view |
XML |
LiveConv.mapGet(boolean hyperlinks)
Returns the list of fields and their location in MAPPED data for the current view |
abstract XML |
Conversation.mapGet(boolean hyperlinks)
Get the list of fields in a MAPPED view |
XML |
XML.remove(int index)
Remove a specific element |
XML |
LiveConv.send(XML req)
|
Methods in com.bmc.mainview.nvbapi that return types with arguments of type XML | |
---|---|
java.util.Enumeration<XML> |
XML.findElements(java.lang.String tag)
Allows sub-elements of a given type to be accessed sequentially |
java.util.Vector<XML> |
XML.getProcessingInstructions()
Retrieve the current set of processing instructions. |
Methods in com.bmc.mainview.nvbapi with parameters of type XML | |
---|---|
boolean |
XML.add(XML subElement)
Appends the specified sub-element to this XML. |
void |
XML.addElement(XML element)
Add a sub-element to the current XML element. |
void |
XML.addProcessingInstruction(XML pi)
Add a processing instruction to the current XML element. |
boolean |
XML.equals(XML other)
Compare attributes, value, and elements of two XML objects for equality. |
XML |
LiveConv.send(XML req)
|
void |
XML.setElementAt(XML obj,
int index)
|
Constructors in com.bmc.mainview.nvbapi with parameters of type XML | |
---|---|
ConversationStatusEvent(LiveConv conv,
XML status,
int rc,
java.lang.String[] messages)
|
|
ConversationXMLInEvent(Conversation source,
XML xml,
XML request)
Standard constructor |
|
ConversationXMLOutEvent(Conversation source,
XML xml)
Standard constructor |
|
Field(XML col)
Create a new Field definition from the attributes of a map element |
|
Hyperlink(XML link)
Constructor given the XML from a |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |