com.sapportals.wcm.repository
Interface IResourceBatch
- public interface IResourceBatch
This is an interface for repository operations that process multible
resources. All resouces in the batch must belong to the same repository
manager.
|
Method Summary |
void |
deleteProperty(com.sapportals.wcm.repository.IPropertyName propName)
|
com.sapportals.wcm.repository.IPropertyBatch |
getProperties()
|
com.sapportals.wcm.repository.IPropertyBatch |
getProperties(com.sapportals.wcm.repository.IPropertyName propertyName)
|
com.sapportals.wcm.repository.IPropertyBatch |
getProperties(java.util.List propertyNames)
|
void |
setProperty(com.sapportals.wcm.repository.IProperty prop)
|
void |
updateProperties(java.util.List updates)
|
deleteProperty
public void deleteProperty(com.sapportals.wcm.repository.IPropertyName propName)
throws com.sapportals.wcm.repository.ResourceException
getProperties
public com.sapportals.wcm.repository.IPropertyBatch getProperties()
throws com.sapportals.wcm.repository.ResourceException
getProperties
public com.sapportals.wcm.repository.IPropertyBatch getProperties(com.sapportals.wcm.repository.IPropertyName propertyName)
throws com.sapportals.wcm.repository.ResourceException
getProperties
public com.sapportals.wcm.repository.IPropertyBatch getProperties(java.util.List propertyNames)
throws com.sapportals.wcm.repository.ResourceException
setProperty
public void setProperty(com.sapportals.wcm.repository.IProperty prop)
throws com.sapportals.wcm.repository.ResourceException
updateProperties
public void updateProperties(java.util.List updates)
throws com.sapportals.wcm.repository.ResourceException