atg.repository
Interface RepositoryUtils.RepositoryPropertyCallback

Enclosing class:
RepositoryUtils

public static interface RepositoryUtils.RepositoryPropertyCallback

Return repository property callback.


Method Summary
 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.
 

Method Detail

setPropertyValue

void setPropertyValue(java.lang.String pName,
                      MutableRepositoryItem pItem,
                      java.lang.Object pValue)
Set the property value.


getPropertyValue

void getPropertyValue(java.lang.String pName,
                      RepositoryItem pItem)
Get the property value.