Collaboration API Documentation

com.filenet.bso.api.util
Interface BsoWriteableDataModel

All Superinterfaces:
BsoDataModel

public interface BsoWriteableDataModel
extends BsoDataModel

Classes that implement the BsoWriteableDataModel interface provide write access to BsoDataModel objects.


Method Summary
 java.lang.Object putAttribute(java.lang.String attributeName, java.lang.Object value)
          Sets the value of an attribute.
 
Methods inherited from interface com.filenet.bso.api.util.BsoDataModel
getAttributeNames, getAttributeValue, getAttributeValueIfAny, getAttributeValues, getName
 

Method Detail

putAttribute

public java.lang.Object putAttribute(java.lang.String attributeName,
                                     java.lang.Object value)
Sets the value of an attribute.

Parameters:
attributeName - A String containing the name of attribute to set.
value - A Java Object that represents the value of the attribute.

Returns:
A Java Object that represents the attribute's new value.

Collaboration API Documentation

Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.