|
Oracle Secure Global Desktop Web Services API Documentation Release 4.7 E21396-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tarantella.tta.webservices.client.views.WSObject
public class WSObject
The class represents a single assigned application.
Constructor Summary | |
---|---|
WSObject()
Constructor |
|
WSObject(IResponse object)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getAbsoluteURL()
Gets the absolute URL for a document. |
java.util.HashMap<java.lang.String,java.lang.String> |
getAttributes()
Gets a map of attributes for the object. |
java.util.HashMap<java.lang.String,java.lang.String[]> |
getAttributeValues()
Gets a map of attributes for the object. |
int |
getChildCount()
Gets the number of children on the object. |
java.lang.String |
getHashName()
Gets a hash of the object name. |
int |
getInstancesRemaining()
Gets the number of remaining application sessions that can be launched for this application. |
WSObject |
getParent()
Gets the parent of this object. |
java.lang.String |
getToolTip()
Gets a default tool-tip for the application. |
boolean |
isApplication()
Tests if the object is an application or document. |
boolean |
isDocument()
Tests if the object is a document. |
boolean |
isEmulatorSession()
Tests if the object is an application session. |
boolean |
isEnabled()
Tests if the object is an application or document that should be enabled. |
boolean |
isGroup()
Tests if the object is a group. |
boolean |
isInNewBrowserWindow()
Tests if the object is a document that should be launched in a new browser window. |
boolean |
isInPlace()
Tests if the object is a document that should be launched in-place. |
boolean |
isOpen()
Tests if the object is open. |
boolean |
isResumable()
Tests if the object is a resumable application session. |
boolean |
isVisible()
Tests if the object should be displayed. |
void |
setAbsoluteURL(java.lang.String url)
Sets the absolute URL for a document. |
void |
setHashName(java.lang.String hashName)
Sets the hash of the object name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSObject(IResponse object)
object
- Parsed XML object representing the object.public WSObject()
Method Detail |
---|
public boolean isApplication()
true | if the object is an application or document |
false | if the object is not an application or document |
public boolean isOpen()
true | if the object is open |
false | if the object is not open |
public boolean isVisible()
true | if the object should be displayed |
false | if the object should not be displayed |
public boolean isDocument()
true | if the object is a document |
false | if the object is not a document |
public boolean isGroup()
true | if the object is a group |
false | if the object is not a group |
public boolean isInPlace()
true | if the object is a document that should be launched in-place |
false | if the object is not a document, or if it should be launched elsewhere |
public boolean isInNewBrowserWindow()
true | if the object is a document that should be launched in a new browser window |
false | if the object is not a document, or if it should not be launched in a new browser window |
public boolean isEnabled()
true | if the object is an application or document that is enabled |
false | if the object is not an application or group, or if it not enabled |
public int getInstancesRemaining()
-1: unlimited application sessions may be launched, or |
the number of additional application sessions that may be launched |
public java.util.HashMap<java.lang.String,java.lang.String> getAttributes()
public java.util.HashMap<java.lang.String,java.lang.String[]> getAttributeValues()
public int getChildCount()
public java.lang.String getToolTip()
public boolean isEmulatorSession()
true | if the object is an application session |
false | if the object is not an application session |
public boolean isResumable()
true | if the object is a resumable application session |
false | if the object is not a resumable application session |
public java.lang.String getHashName()
public void setHashName(java.lang.String hashName)
hashName
- The hash of the object name.public java.lang.String getAbsoluteURL()
public void setAbsoluteURL(java.lang.String url)
url
- The absolute URL for a document.public WSObject getParent()
|
Oracle Secure Global Desktop Web Services API Documentation Release 4.7 E21396-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |