public static interface RepositoryUtils.RepositoryPropertyCallback
| Modifier and Type | Method and Description |
|---|---|
void |
getPropertyValue(java.lang.String pName,
RepositoryItem pItem)
Get the property value.
|
void |
setPropertyValue(java.lang.String pName,
MutableRepositoryItem pItem,
java.lang.Object pValue)
Set the property value.
|
void setPropertyValue(java.lang.String pName,
MutableRepositoryItem pItem,
java.lang.Object pValue)
void getPropertyValue(java.lang.String pName,
RepositoryItem pItem)