All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.workflow.api.ReadWriteContainer

public interface ReadWriteContainer
extends Container
Version:
3.2.0.2

Method Index

 o setBuffer(String, byte[])
Sets the value of the specified container leaf element in Java.
 o setBuffer2(String, int, byte[])
Sets the value of the specified container leaf element in Java.
 o setDouble(String, double)
Sets the value of the specified container leaf element in Java.
 o setDouble2(String, int, double)
Sets the value of the specified container leaf element in Java.
 o setLong(String, int)
 o setLong2(String, int, int)
Sets the value of the specified container leaf element in Java.
 o setString(String, String)
Sets the value of the specified container leaf element in Java.
 o setString2(String, int, String)
Sets the value of the specified container leaf element in Java.

Methods

 o setBuffer
 public abstract void setBuffer(String qualifiedName,
                                byte value[]) throws FmcException
Sets the value of the specified container leaf element in Java. The leaf element is of type BINARY.

Parameters:
value - Returns the numeric value of the enumeration object.
Throws: FmcException
thrown if an API error or a communication error occurred.
 o setBuffer2
 public abstract void setBuffer2(String qualifiedName,
                                 int index,
                                 byte value[]) throws FmcException
Sets the value of the specified container leaf element in Java. The leaf element is part of an array and of type BINARY.

Parameters:
value - Returns the numeric value of the enumeration object.
Throws: FmcException
thrown if an API error or a communication error occurred.
 o setDouble
 public abstract void setDouble(String qualifiedName,
                                double value) throws FmcException
Sets the value of the specified container leaf element in Java. The leaf element is of type FLOAT.

Parameters:
value - Returns the numeric value of the enumeration object.
Throws: FmcException
thrown if an API error or a communication error occurred.
 o setDouble2
 public abstract void setDouble2(String qualifiedName,
                                 int index,
                                 double value) throws FmcException
Sets the value of the specified container leaf element in Java. The leaf element is part of an array and of type FLOAT.

Parameters:
value - Returns the numeric value of the enumeration object.
Throws: FmcException
thrown if an API error or a communication error occurred.
 o setLong
 public abstract void setLong(String qualifiedName,
                              int value) throws FmcException
 o setLong2
 public abstract void setLong2(String qualifiedName,
                               int index,
                               int value) throws FmcException
Sets the value of the specified container leaf element in Java. The leaf element is part of an array and of type LONG.

Parameters:
value - Returns the numeric value of the enumeration object.
Throws: FmcException
thrown if an API error or a communication error occurred.
 o setString
 public abstract void setString(String qualifiedName,
                                String value) throws FmcException
Sets the value of the specified container leaf element in Java. The leaf element is of type STRING.

Parameters:
value - Returns the numeric value of the enumeration object.
Throws: FmcException
thrown if an API error or a communication error occurred.
 o setString2
 public abstract void setString2(String qualifiedName,
                                 int index,
                                 String value) throws FmcException
Sets the value of the specified container leaf element in Java. The leaf element is part of an array and of type STRING.

Parameters:
value - Returns the numeric value of the enumeration object.
Throws: FmcException
thrown if an API error or a communication error occurred.

All Packages  Class Hierarchy  This Package  Previous  Next  Index