WebCenter Interaction API  
 

IPTState Methods

The methods of the IPTState interface are listed below. For a complete list of IPTState interface members, see the IPTState Members topic.

Public Instance Methods

public methodAddOverloaded. Add an item to the state object.
public methodClear Purges all items from the state object.
public methodExists Checks whether an item of the specified name exists.
public methodGetAsByte Retrieve an item from the state object.
public methodGetAsByte1DArray Retrieve an item from the state object.
public methodGetAsDouble Retrieve an item from the state object.
public methodGetAsFloat Retrieve an item from the state object.
public methodGetAsInt Retrieve an item from the state object.
public methodGetAsIPTState Retrieve an item from the state object.
public methodGetAsObject Retrieve an item from the state object.
public methodGetAsString Retrieve an item from the state object.
public methodGetAsXPDateTime Retrieve an item from the state object.
public methodGetCount Returns the number of items stored on the state object.
public methodGetEnumerator Creates an enumerator that allows retrieving each item in the state object.
public methodRemove Remove an item from the state object.

See Also

IPTState Interface | com.plumtree.server Namespace