| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyValue
This interface is for use by portlets written to the IBM API.
An analogous interface com.ibm.portal.propertybroker.property.PropertyValue
is available for portlets written to the JSR-168 API.
Encapsulates a property with its value and an optional reason indicating
why the policy change. Instances of this interface are passed
by the Property Broker to portlets implementing the PropertyListener
interface through the setProperties
method and from portlets to the Property Broker through the changedProperties
method of the PropertyBrokerService interface.
Field Summary | |
---|---|
static java.lang.String | CHANGE_TYPE_CREATED
Deprecated. The property value change was triggered due to the property value being created. |
static java.lang.String | CHANGE_TYPE_DELETED
Deprecated. The property value change was triggered due to the property value being deleted. |
static java.lang.String | CHANGE_TYPE_QUERIED
Deprecated. The property value change was triggered due to the property value being queried. |
static java.lang.String | CHANGE_TYPE_UNSPECIFIED
Deprecated. The property value change was triggered but the reason for change is unspecified. |
static java.lang.String | CHANGE_TYPE_UPDATED
Deprecated. The property value change was triggered due to the property value being updated. |
Method Summary | |
---|---|
java.lang.String | getChangeType()
Deprecated. Returns the reason for the property value change. |
Property | getProperty()
Deprecated. Returns the Property part of this object. |
java.lang.Object | getValue()
Deprecated. Returns the value of the Property. |
Field Detail |
---|
static final java.lang.String CHANGE_TYPE_CREATED
static final java.lang.String CHANGE_TYPE_UPDATED
static final java.lang.String CHANGE_TYPE_DELETED
static final java.lang.String CHANGE_TYPE_QUERIED
static final java.lang.String CHANGE_TYPE_UNSPECIFIED
Method Detail |
---|
Property getProperty()
java.lang.Object getValue()
java.lang.String getChangeType()
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |