|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertySequence
Extension of Sequence<Property> which provides methods
for adding and removing properties by key.
| Method Summary | |
|---|---|
Property |
addProperty(String key,
Value value)
Add a property with the given key and value. |
void |
removeProperty(String key)
Remove the property with the given key. |
| Methods inherited from interface org.apache.jackrabbit.commons.flat.Sequence |
|---|
getItem, hasItem, iterator |
| Method Detail |
|---|
Property addProperty(String key,
Value value)
throws RepositoryException
key and value.
key - key of the property to addvalue - value of the property to add
RepositoryException
void removeProperty(String key)
throws RepositoryException
key - The key of the property to remove
RepositoryException - If there is no property with such a key or
another error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||