com.ibm.bpm.context.cobo

Interface ContextObject

All Superinterfaces:
commonj.sdo.DataObject, java.io.Serializable

  1. public interface ContextObject
  2. extends commonj.sdo.DataObject
A representation of the model object 'Context Object'.

The following features are supported:


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. HeaderInfoType
getHeaderInfo()
Returns the value of the 'Header Info' containment reference
  1. UserDefinedContextType
getUserDefinedContext()
Returns the value of the 'User Defined Context' containment reference
  1. void
setHeaderInfo(HeaderInfoType value)
Sets the value of the ' Header Info' containment reference
  1. void
setUserDefinedContext(UserDefinedContextType value)
Sets the value of the ' User Defined Context' containment reference
Methods inherited from interface commonj.sdo.DataObject
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, detach, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChangeSummary, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInstanceProperties, getInstanceProperty, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getProperty, getRootObject, getSequence, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getUserDefinedContext

  1. UserDefinedContextType getUserDefinedContext( )
Returns the value of the 'User Defined Context' containment reference.
Returns:
the value of the 'User Defined Context' containment reference.
See Also:

setUserDefinedContext

  1. void setUserDefinedContext(UserDefinedContextType value)
Sets the value of the ' User Defined Context' containment reference.
Parameters:
value - the new value of the 'User Defined Context' containment reference.
See Also:

getHeaderInfo

  1. HeaderInfoType getHeaderInfo()
Returns the value of the 'Header Info' containment reference.
Returns:
the value of the 'Header Info' containment reference.
See Also:

setHeaderInfo

  1. void setHeaderInfo(HeaderInfoType value)
Sets the value of the ' Header Info' containment reference.
Parameters:
value - the new value of the 'Header Info' containment reference.
See Also: