| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WireLocator
A locator for finding Wires in a wire model. This locator interface is optionally implemented by WireModel implementations
Method Summary | |
---|---|
IterableListModel<Wire> | findEffectiveWiresBySourcePortletWindowID(ObjectID sourcePortletWindowID)
Finds all wires for effective use that originate from the PortletWindow with the given ID. |
IterableListModel<Wire> | findPrivateWires()
Finds all wires that are available for the current user only. |
IterableListModel<Wire> | findPublicWires()
Finds all wires that are available to anonymous portal users within this locatorīs wire model. |
Methods inherited from interface com.ibm.portal.Locator |
---|
findByID, findByUniqueName |
Method Detail |
---|
IterableListModel<Wire> findEffectiveWiresBySourcePortletWindowID(ObjectID sourcePortletWindowID)
null
.
IterableListModel<Wire> findPublicWires()
IterableListModel<Wire> findPrivateWires()
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |