|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwAttributeBagWriteable
Interface for writing Attributes, extends the OwAttributeBag interface.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Method Summary | |
---|---|
void |
clear()
clears the contents of the attribute bag |
void |
remove(String strName_p)
remove the given attribute |
void |
save()
save the contents of the attribute bag |
void |
setAttribute(String strName_p,
Object value_p)
set a object |
Methods inherited from interface com.wewebu.ow.server.util.OwAttributeBag |
---|
attributecount, getAttribute, getAttribute, getAttributeNames, getSafeAttribute, hasAttribute |
Method Detail |
---|
void setAttribute(String strName_p, Object value_p) throws Exception
strName_p
- value_p
-
Exception
void save() throws Exception
Exception
void clear() throws Exception
Exception
void remove(String strName_p)
strName_p
- String name of attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |