com.wewebu.ow.server.util
Interface OwAttributeBagWriteable

All Superinterfaces:
OwAttributeBag
All Known Implementing Classes:
OwDocument, OwMasterDocument, OwObjectLinksDocument, OwPermissionsDocument, OwPolicyLevelDocument, OwPrivilegesDocument, OwPrivilegeSetEditorDocument, OwSimpleAttributeBagWriteable, OwSplitObjectListDocument, OwStandardDBAttributeBagWriteable

public interface OwAttributeBagWriteable
extends OwAttributeBag

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

setAttribute

void setAttribute(String strName_p,
                  Object value_p)
                  throws Exception
set a object

Parameters:
strName_p -
value_p -
Throws:
Exception

save

void save()
          throws Exception
save the contents of the attribute bag

Throws:
Exception

clear

void clear()
           throws Exception
clears the contents of the attribute bag

Throws:
Exception

remove

void remove(String strName_p)
remove the given attribute

Parameters:
strName_p - String name of attribute


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.