|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WireCreationContext
A node creation context for Wire
s.
Method Summary | |
---|---|
Identifiable |
getSourceEndpoint()
Returns the communication source associated with this wire. |
Identifiable |
getSourceLayoutControl()
Returns the source layout control associated with this wire. |
Identifiable |
getTargetEndpoint()
Returns the communication target associated with this wire. |
Identifiable |
getTargetLayoutControl()
Returns the target layout control associated with this wire. |
Identifiable |
getTargetPage()
Returns the target page associated with this wire. |
Identifiable |
getUser()
Deprecated. since 6.1.0.1 Support for private wires will be removed in a future release of WebSphere Portal, |
Method Detail |
---|
Identifiable getTargetPage()
LayoutModelController
which provided the WireModelController
intended for creating the wire will be used as target page for the wire to be created.
For creating a cross page wire, the return value of this method mustnĀ“t be null.
Identifiable
, or null
.Identifiable getSourceLayoutControl()
Identifiable
, never null
.Identifiable getTargetLayoutControl()
Identifiable
, never null
.Identifiable getSourceEndpoint()
Identifiable
, never null
.Identifiable getTargetEndpoint()
Identifiable
, never null
.Identifiable getUser()
Identifiable
, if null
this wire is a public.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |