com.ibm.workflow.api
Interface ReadOnlyContainer

All Superinterfaces:
Container

public interface ReadOnlyContainer
extends Container


Method Summary
 ReadWriteContainer asReadWriteContainer()
          In the C-language and Java, converts the read-only container into a read/write container.
 
Methods inherited from interface com.ibm.workflow.api.Container
allLeafCount, allLeaves, asStream, getBuffer, getBuffer2, getDouble, getDouble2, getElement, getLong, getLong2, getString, getString2, isEmpty, leafCount, leaves, memberCount, structMembers, type
 

Method Detail

asReadWriteContainer

public ReadWriteContainer asReadWriteContainer()
                                        throws FmcException
In the C-language and Java, converts the read-only container into a read/write container.

Throws:
FmcException - thrown if an API error or a communication error occurred.


© Copyright IBM Corporation 1999, 2007. All Rights Reserved.