| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Wire
Describes a connection between a communication source and a communication target that is used to transfer information.
Method Summary | |
---|---|
ObjectID | getSourceEndpointID()
Returns the ObjectID of the communication source associated with this wire. |
ObjectID | getSourcePageID()
Returns the source page ObjectID associated with this wire. |
ObjectID | getSourcePortletWindowID()
Returns the runtime portlet window ID of the root PortletWindow associated with this wire´s source |
ObjectID | getTargetEndpointID()
Returns the ObjectID of the communication target associated with this wire. |
ObjectID | getTargetPageID()
Returns the target page ObjectID associated with this wire. |
ObjectID | getTargetPortletWindowID()
Returns the runtime portlet window ID of the root PortletWindow associated with this wire´s target |
ObjectID | getUserObjectID()
Returns the object id of the user this wire belongs to. |
boolean | isImmediateSwitch()
Returns true for crosspage wires that should immediately switch to the target page after the wire has been invoked. |
Methods inherited from interface com.ibm.portal.Identifiable |
---|
getObjectID |
Methods inherited from interface com.ibm.portal.TimeStamped |
---|
getCreated, getLastModified |
Method Detail |
---|
ObjectID getUserObjectID()
null
will be returned if this wire is a public wire.ObjectID getTargetPageID()
ObjectID getSourcePageID()
ObjectID getTargetPortletWindowID()
null
.ObjectID getSourcePortletWindowID()
null
.boolean isImmediateSwitch()
ObjectID getTargetEndpointID()
ObjectID getSourceEndpointID()
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |