| |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Action | Action encapsulates the information used by the Property Broker to deliver property values provided by sources to targets. |
ActionController | ActionController encapsulates setter methods used when initializing instances of Action. |
Parameter | An action (encapsulated in the Action interface) is associated with several parameters (encapsulated in the Parameter interface), and each parameter is associated with a property (encapsulated in the Property interface). |
ParameterController | ParameterController encapsulates setter methods used when initializing instances of Parameter. |
Property | Encapsulates property information. |
PropertyController | Encapsulates setter methods used when initializing instances of Property. |
PropertyValue | Encapsulates a property with its value and an optional reason for change. |
Class Summary | |
---|---|
ActionType | Deprecated. Use com.ibm.wps.portletmodel.propertybroker.ActionType instead. |
Direction | Typesafe enum pattern that encapsulates the direction of a Property. |
ParameterBindingType | Typesafe enum pattern that encapsulates the binding types of a Parameter. |
PropertyFilterType | Typesafe enum pattern that encapsulates the property filter type. |
PropertyValueChangeType | Typesafe enum pattern storing the possible reasons why a property value change was generated - e.g. |
This package contains public interfaces of objects (such as Property
and Action) which are used to support brokered communication
between components. Interfaces and classes in this package must not
have direct dependence on classes specific to the portal environment
(such as PortletRequest) as they are designed to be
re-used in general component environments where brokered communication
may be applied.
| |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |