|
||||||||||
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.
WireModel
,
WireType
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()
Deprecated. since 6.1.0.1 Support for private wires will be removed in a future release of WebSphere Portal, |
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()
ObjectID
of this
user, null
will be returned if this wire is a public wire.ObjectID getTargetPageID()
ObjectID
of the target page.ObjectID getSourcePageID()
ObjectID
of the source page.ObjectID getTargetPortletWindowID()
ObjectID
of the target portlet window, never null
.ObjectID getSourcePortletWindowID()
PortletWindow
associated with this wire´s source
ObjectID
of the source portlet window, never null
.boolean isImmediateSwitch()
ObjectID getTargetEndpointID()
ObjectID
of the CommunicationTarget
.ObjectID getSourceEndpointID()
ObjectID
of the CommunicationSource
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |