Enterprise Information Portal APIs

Serialized Form


Package com.ibm.mm.beans

Class com.ibm.mm.beans.CMBAnnotation implements Serializable

Serialized Fields

_data

byte[] _data
annotation data
Since:
6.1

_dataObj

CMBObject _dataObj
annotation object
Since:
6.1

_dataString

java.lang.String _dataString
annotation data string
Since:
6.1

_type

int _type
annotation type (string or object)
Since:
6.1

_x

short _x
annotation x coordinate
Since:
6.1

_y

short _y
annotation y coordinate
Since:
6.1

_pageNumber

int _pageNumber
annotation page number
Since:
6.1

_dsType

java.lang.String _dsType
annotation datastore type
Since:
6.1

_mimeType

java.lang.String _mimeType
the MIME content type of the annotation
Since:
8.1

_id

int _id
annotation id/part id
Since:
6.1

Class com.ibm.mm.beans.CMBAttribute implements Serializable

Serialized Fields

_attrDef

com.ibm.mm.sdk.common.dkAttrDef _attrDef

_name

java.lang.String _name

Class com.ibm.mm.beans.CMBAuthenticationData implements Serializable

Serialized Fields

_authData

com.ibm.mm.sdk.common.DKAuthenticationData _authData

_mPasswd

java.lang.String _mPasswd

_mUserid

java.lang.String _mUserid

_cred

java.lang.Object _cred

Class com.ibm.mm.beans.CMBChangePasswordFailedException implements Serializable

Serialized Fields

_userid

java.lang.String _userid

Class com.ibm.mm.beans.CMBConnectFailedException implements Serializable

Serialized Fields

_serverName

java.lang.String _serverName

_userid

java.lang.String _userid

Class com.ibm.mm.beans.CMBConnection implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.lang.Exception
Serial Data:
the data is deserialized and initialized in the following order:
    1. deserialize this object
    2. deserialize ConnectionReply listeners
    3. if schema management is enalbed, deserialize it,
          otherwise, instantiate one
    4. if data management is enabled, deserialize it,
          otherwise instantiate one
    5. deserialize query service bean
    6. deserialize user management bean
    7. create datastore
    8. set up schema and data management beans
    9. if was connected, establish the connection
 

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
this method will do the followings:
    1. serialize this object
    2. serialize ConnectionReply listeners
    3. if schema management is enabled, serialize it
    4. if data management is enabled, serialize it
    5. serialize query service bean
    6. serialize user management bean
 
Serialized Fields

_connectToWorkFlow

boolean _connectToWorkFlow
 

_connType

short _connType

_serviceConnType

short _serviceConnType

_serverName

java.lang.String _serverName
 

_portNo

int _portNo
 

_servicePortNo

int _servicePortNo

_hostName

java.lang.String _hostName
 

_serviceHostName

java.lang.String _serviceHostName

_clientURLObj

java.net.URL _clientURLObj

_serviceClientURLObj

java.net.URL _serviceClientURLObj

_csURLObj

java.net.URL _csURLObj

_serviceCsURLObj

java.net.URL _serviceCsURLObj

_userid

java.lang.String _userid
 

_passwd

java.lang.String _passwd
 

_cc2mimeURLString

java.lang.String _cc2mimeURLString
 

_isSchemaMgtEnabled

boolean _isSchemaMgtEnabled
 

_isDataMgtEnabled

boolean _isDataMgtEnabled
 

_iswfDataMgtEnabled

boolean _iswfDataMgtEnabled
 

_iswfDocRoutingDataMgtEnabled

boolean _iswfDocRoutingDataMgtEnabled
 

_isWorkflowQueryServiceEnabled

boolean _isWorkflowQueryServiceEnabled
 

_isDocRoutingQueryServiceEnabled

boolean _isDocRoutingQueryServiceEnabled
 

_isWFServiceAvailable

boolean _isWFServiceAvailable
 

_isTraceEnabled

boolean _isTraceEnabled
 

_isConnected

boolean _isConnected
 

_isConnectedWorkFlow

boolean _isConnectedWorkFlow
 

_dsType

java.lang.String _dsType
 

_isEvent

boolean _isEvent
 

logAdapter

CMBTraceAdapter logAdapter
 

errAdapter

CMBExceptionAdapter errAdapter
 

_connectString

java.lang.String _connectString
 

_configString

java.lang.String _configString
 
Since:
8.1

_stObj

CMBSearchTemplate _stObj
 

_sessionId

int _sessionId

logSupport

CMBTraceSupport logSupport
the trace event support class
Since:
CMB 1.0

errSupport

CMBExceptionSupport errSupport
the exception event support class
Since:
CMB 1.0

_wfdataBean

CMBWorkFlowDataManagement _wfdataBean

_wfQueryServiceBean

CMBWorkFlowQueryService _wfQueryServiceBean

_wfDocRoutingDataBean

CMBDocRoutingDataManagementICM _wfDocRoutingDataBean

_wfDocRoutingQueryServiceBean

CMBDocRoutingQueryServiceICM _wfDocRoutingQueryServiceBean

_objBean

CMBObjectManagement _objBean

_isIKFServiceAvailable

boolean _isIKFServiceAvailable

_connectToIKF

boolean _connectToIKF

_isConnectedIKF

boolean _isConnectedIKF

bit

long[] bit

initflag

int initflag

outStr

java.lang.String outStr

ip

int[] ip

ipm

int[] ipm

ipci

int[] ipci

ipc2

int[] ipc2

iet

int[] iet

is

int[][][] is

ipp

int[] ipp

ibin

int[] ibin

Class com.ibm.mm.beans.CMBConnectionPool implements Serializable

Serialized Fields

_maxFreeConnections

int _maxFreeConnections

_maxFreeConnectionsPerUserid

int _maxFreeConnectionsPerUserid

_timeOut

long _timeOut

_CC2MimeURL

java.lang.String _CC2MimeURL

_connectionType

short _connectionType

_serviceConnectionType

short _serviceConnectionType

_dsType

java.lang.String _dsType

_portNumber

int _portNumber

_servicePortNumber

int _servicePortNumber

_RMIHostname

java.lang.String _RMIHostname

_serviceRMIHostname

java.lang.String _serviceRMIHostname

_serverName

java.lang.String _serverName

_traceEnabled

boolean _traceEnabled

_dataManagementEnabled

boolean _dataManagementEnabled

_schemaManagementEnabled

boolean _schemaManagementEnabled

_workflowDataManagementEnabled

boolean _workflowDataManagementEnabled

_clientURLString

java.lang.String _clientURLString

_csURLString

java.lang.String _csURLString

_serviceClientURLString

java.lang.String _serviceClientURLString

_serviceCsURLString

java.lang.String _serviceCsURLString

_connectString

java.lang.String _connectString

_connectToWorkFlow

boolean _connectToWorkFlow

_traceSupport

CMBTraceSupport _traceSupport

_configString

java.lang.String _configString

_minFreeConnections

int _minFreeConnections

_datastorePools

java.util.Hashtable _datastorePools

_initSize

int _initSize

Class com.ibm.mm.beans.CMBConnectionReplyEvent implements Serializable

Class com.ibm.mm.beans.CMBConnectionRequestEvent implements Serializable

Class com.ibm.mm.beans.CMBConnectionSessionListener implements Serializable

Serialized Fields

_connection

CMBConnection _connection

_connectionPool

CMBConnectionPool _connectionPool

_traceLevel

int _traceLevel

_sessionId

java.lang.String _sessionId

Class com.ibm.mm.beans.CMBCursorNotValidException implements Serializable

Class com.ibm.mm.beans.CMBDataExitAdapter implements Serializable

Class com.ibm.mm.beans.CMBDataExitEvent implements Serializable

Class com.ibm.mm.beans.CMBDataManagement implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        CMBException,
                        java.lang.ClassNotFoundException
Serial Data:
the data is deserialized in the following sequence:
    this object
    event listeners may be none
    a null object   the marker of serialization
 

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the data is serialized in the following sequence:
    this object
    event listeners if the event listener is serializable
    a null object   tells the end of serialization
 
Serialized Fields

_logSupport

CMBTraceSupport _logSupport
the trace event support class
Since:
CMB 1.0

_errSupport

CMBExceptionSupport _errSupport
the exception event support class
Since:
CMB 1.0

_traceEnabled

boolean _traceEnabled
the trace option
Since:
CMB 1.0

_retrieveAttributes

boolean _retrieveAttributes
Retrieve options
Since:
8.1

_retrieveChildren

boolean _retrieveChildren

_retrieveInLinks

boolean _retrieveInLinks

_retrieveOutLinks

boolean _retrieveOutLinks

_retrieveItemTree

boolean _retrieveItemTree

_entityName

java.lang.String _entityName

_funcTable

java.util.Hashtable _funcTable

Class com.ibm.mm.beans.CMBDataReplyEvent implements Serializable

Class com.ibm.mm.beans.CMBDataRequestEvent implements Serializable

Serialized Fields

_index

int _index

Class com.ibm.mm.beans.CMBDataRequestSupport implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException
Serial Data:
the data is deserialized in the following sequence:
    default object
    boolean         indicating whether an event source is serialized
    event source    if the event source is serialized
    event listeners may be none
    a null object   the marker of serialization
 

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the data is serialized in the following sequence:
    default object
    boolean         indicating whether this event source is serializable
    event source    if the event source is serializable
    event listeners if the event listener is serializable
    a null object   tells the end of serialization
 

Class com.ibm.mm.beans.CMBDocumentReplyEvent implements Serializable

Class com.ibm.mm.beans.CMBDocumentRequestEvent implements Serializable

Class com.ibm.mm.beans.CMBDocumentServices implements Serializable

Serialized Fields

_dataManagement

CMBDataManagement _dataManagement

_traceEnabled

boolean _traceEnabled

_engineProperties

java.util.Properties _engineProperties

_streamingDocServices

CMBStreamingDocServices _streamingDocServices

annotationServices

CMBAnnotationServices annotationServices

_traceSupport

CMBTraceSupport _traceSupport

_replyListeners

java.util.Vector _replyListeners

_exceptionListeners

java.util.Vector _exceptionListeners

_replyEvent

CMBDocumentReplyEvent _replyEvent

_exceptionEvent

CMBExceptionEvent _exceptionEvent

Class com.ibm.mm.beans.CMBDocumentServicesSessionListener implements Serializable

Serialized Fields

_documentServices

CMBDocumentServices _documentServices

_traceLevel

int _traceLevel

_sessionId

java.lang.String _sessionId

Class com.ibm.mm.beans.CMBEntity implements Serializable

Serialized Fields

_name

java.lang.String _name
entity name

_schemaMgt

CMBSchemaManagement _schemaMgt
schema management instance

_entityDef

com.ibm.mm.sdk.common.dkEntityDef _entityDef
entity definition

_attNames

java.lang.String[] _attNames
attribute names array

_attTypes

short[] _attTypes
attribute types array

_attributes

CMBAttribute[] _attributes
attributes array

_textSearchAttr

CMBAttribute _textSearchAttr
text search attribute

_subEntities

CMBEntity[] _subEntities
sub entities array

_ds

com.ibm.mm.sdk.common.dkDatastore _ds

Class com.ibm.mm.beans.CMBEventBase implements Serializable

Class com.ibm.mm.beans.CMBException implements Serializable

Serialized Fields

_errorId

int _errorId

_errorData

java.lang.Object _errorData

_errorExtraData

java.lang.Object _errorExtraData

Class com.ibm.mm.beans.CMBExceptionAdapter implements Serializable

Class com.ibm.mm.beans.CMBExceptionEvent implements Serializable

Class com.ibm.mm.beans.CMBExceptionSupport implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException
Serial Data:
the data is deserialized in the following sequence:
    default object
    boolean         indicating whether an event source is serialized
    event source    if the event source is serialized
    event listeners may be none
    a null object   the marker of serialization
 

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the data is serialized in the following sequence:
    default object
    boolean         indicating whether this event source is serializable
    event source    if the event source is serializable
    event listeners if the event listener is serializable
    a null object   tells the end of serialization
 

Class com.ibm.mm.beans.CMBFixedViewData implements Serializable

Serialized Fields

_data

byte[] _data

Class com.ibm.mm.beans.CMBInvalidQueryException implements Serializable

Class com.ibm.mm.beans.CMBInvalidVersionException implements Serializable

Class com.ibm.mm.beans.CMBItem implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        CMBException,
                        java.lang.ClassNotFoundException
Serial Data:
the data is deserialized in the following sequence:
    this object
    a null object   the marker of serialization
 

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the data is serialized in the following sequence:
    this object
    a null object   tells the end of serialization
 
Serialized Fields

_stObj

CMBSearchTemplate _stObj
search template associated with this item
Since:
6.1

_name

java.lang.String _name
item name
Since:
6.1

_attrValues

java.util.Vector _attrValues
attribute values list
Since:
6.1

_attrMultiValues

java.util.Hashtable _attrMultiValues
attribute items hashtable
Since:
8.1

_attrItems

java.util.Hashtable _attrItems
attribute items hashtable
Since:
8.1

_attrObjects

java.util.Hashtable _attrObjects
attribute objects hashtable
Since:
8.1

_attrNames

java.util.Vector _attrNames
attribute names list
Since:
6.1

_attrTypes

java.util.Vector _attrTypes
attribute types list
Since:
6.1

_attrIsUpdated

java.util.Vector _attrIsUpdated
attribute has been updated list
Since:
8.1

_itemType

short _itemType
item type
Since:
6.1

_itemThumbnail

java.awt.Image _itemThumbnail
item thumbnail
Since:
6.1

_entityName

java.lang.String _entityName
item's entity name
Since:
6.1

_entityNameChanged

boolean _entityNameChanged

_pidString

java.lang.String _pidString
item's ID
Since:
6.1

_serverName

java.lang.String _serverName
item's server
Since:
6.1

_attrsRetrieved

boolean _attrsRetrieved
item attributes have been retrieved flag
Since:
8.1

_serverType

java.lang.String _serverType
item's server type
Since:
6.1

_rank

int _rank
item's rank
Since:
6.1

_nameAttr

java.lang.String _nameAttr
attribute used as item's name
Since:
6.1

_itemId

java.lang.String _itemId
item ID
Since:
8.1

_componentId

java.lang.String _componentId
component ID
Since:
8.1

_version

java.lang.String _version
version
Since:
8.1

_createTimestamp

java.sql.Timestamp _createTimestamp
create Timestamp
Since:
8.1

_createUserid

java.lang.String _createUserid
create userid
Since:
8.1

_lastChangedTimestamp

java.sql.Timestamp _lastChangedTimestamp
last changed Timestamp
Since:
8.1

_lastChangedUserid

java.lang.String _lastChangedUserid
last changed userid
Since:
8.1

_summary

java.lang.String _summary
Information mining summary text
Since:
7.1

_categories

java.util.Vector _categories
Information mining categories list
Since:
7.1

_infoMiningRecord

com.ibm.mm.beans.infomining.CMBRecord _infoMiningRecord
Information mining record
Since:
8.1

_itemState

int _itemState
Item state
Since:
8.1

_itemGroup

java.util.Vector _itemGroup
If this is filled in, then the item is part of a group of items. A multi-item retrieve should be performed on the group for performance. This is package scope, because it is set by search results.
Item group (for multi-item retrieve)
Since:
8.1

Class com.ibm.mm.beans.CMBItemNotExistException implements Serializable

Class com.ibm.mm.beans.CMBItemNotSetException implements Serializable

Class com.ibm.mm.beans.CMBMethodNotSupportedException implements Serializable

Serialized Fields

_serverType

java.lang.String _serverType

_method

java.lang.String _method

Class com.ibm.mm.beans.CMBNoConnectionException implements Serializable

Class com.ibm.mm.beans.CMBNoContentException implements Serializable

Class com.ibm.mm.beans.CMBObject implements Serializable

Serialized Fields

logSupport

CMBTraceSupport logSupport
the trace event support class
Since:
CMB 1.0

traceEnabled

boolean traceEnabled
the trace option
Since:
CMB 1.0

_data

byte[] _data
data object in byte array

_pidString

java.lang.String _pidString

_mimeType

java.lang.String _mimeType

_isRetrieved

boolean _isRetrieved

_partType

java.lang.String _partType

_partTypeID

int _partTypeID

_partName

java.lang.String _partName

Class com.ibm.mm.beans.CMBObjectManagement implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.lang.Exception
Perform initialization of transient fields.
Serialized Fields

_managementEnabled

boolean _managementEnabled

_objectPoolSize

int _objectPoolSize

_itemPoolSize

int _itemPoolSize

Class com.ibm.mm.beans.CMBPrivilege implements Serializable

Serialized Fields

_priv

com.ibm.mm.sdk.common.DKCommonPrivilege _priv

Class com.ibm.mm.beans.CMBQueryService implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serialized Fields

_isAsynch

boolean _isAsynch
asynch property

_isCancelled

boolean _isCancelled
query cancelled indicator

_isTraceEnabled

boolean _isTraceEnabled
traceEnabled property

_timeout

int _timeout
query timeout

_qryString

java.lang.String _qryString
query string

_qryType

short _qryType

_qryParams

CMBQueryService.QueryParameter[] _qryParams

_isSet

boolean _isSet

_searchInProgress

boolean _searchInProgress

_stObj

CMBSearchTemplate _stObj

_isConnected

boolean _isConnected

_maxResults

int _maxResults

_connBean

CMBConnection _connBean

logSupport

CMBTraceSupport logSupport
the trace event support class
Since:
CMB 1.0

errSupport

CMBExceptionSupport errSupport
the exception event support class
Since:
CMB 1.0

_threshold

int _threshold
the exception event support class
Since:
CMB 1.0

_callback

com.ibm.mm.sdk.common.dkCallback _callback
the exception event support class
Since:
CMB 1.0

Class com.ibm.mm.beans.CMBResources implements Serializable

Serialized Fields

_data

byte[] _data
resource data
Since:
6.1

_isRequired

boolean _isRequired
is required flag
Since:
6.1

Class com.ibm.mm.beans.CMBResultData implements Serializable

Serialized Fields

_qryType

short _qryType

Class com.ibm.mm.beans.CMBResultEvent implements Serializable

Class com.ibm.mm.beans.CMBResultSetCursor implements Serializable

Serialized Fields

_cursor

com.ibm.mm.sdk.common.dkResultSetCursor _cursor

_connBean

CMBConnection _connBean

Class com.ibm.mm.beans.CMBSchemaManagement implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.lang.Exception
Serial Data:
the data is deserialized in the following sequence:
    this object
    event listeners may be none
    a null object   the marker of serialization
 

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the data is serialized in the following sequence:
    this object
    event listeners if the event listener is serializable
    a null object   tells the end of serialization
 
Serialized Fields

logSupport

CMBTraceSupport logSupport
the trace event support class
Since:
CMB 1.0

errSupport

CMBExceptionSupport errSupport
the exception event support class
Since:
CMB 1.0

traceEnabled

boolean traceEnabled
the trace option
Since:
CMB 1.0

cacheEnabled

boolean cacheEnabled
the schema cache option
Since:
CMB 1.0

connBean

CMBConnection connBean

isConnected

boolean isConnected

serverName

java.lang.String[] serverName

searchTemplateName

java.lang.String[] searchTemplateName

entityName

java.lang.String[] entityName

entityAttrName

java.lang.String[] entityAttrName

HashAttrName

java.util.Hashtable HashAttrName

searchTemplate

java.util.Hashtable searchTemplate

_curServerName

java.lang.String _curServerName

_curServerType

java.lang.String _curServerType

_entityList

com.ibm.mm.sdk.common.dkCollection _entityList

_entityObjectList

CMBEntity[] _entityObjectList

_entityAttributes

java.util.Hashtable _entityAttributes

Class com.ibm.mm.beans.CMBSchemaReplyEvent implements Serializable

Class com.ibm.mm.beans.CMBSchemaReplySupport implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException
Serial Data:
the data is deserialized in the following sequence:
    default object
    boolean         indicating whether an event source is serialized
    event source    if the event source is serialized
    event listeners may be none
    a null object   the marker of serialization
 

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the data is serialized in the following sequence:
    default object
    boolean         indicating whether this event source is serializable
    event source    if the event source is serializable
    event listeners if the event listener is serializable
    a null object   tells the end of serialization
 

Class com.ibm.mm.beans.CMBSchemaRequestEvent implements Serializable

Class com.ibm.mm.beans.CMBSchemaRequestSupport implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException
Serial Data:
the data is deserialized in the following sequence:
    default object
    boolean         indicating whether an event source is serialized
    event source    if the event source is serialized
    event listeners may be none
    a null object   the marker of serialization
 

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the data is serialized in the following sequence:
    default object
    boolean         indicating whether this event source is serializable
    event source    if the event source is serializable
    event listeners if the event listener is serializable
    a null object   tells the end of serialization
 

Class com.ibm.mm.beans.CMBSearchReplyEvent implements Serializable

Class com.ibm.mm.beans.CMBSearchRequestEvent implements Serializable

Class com.ibm.mm.beans.CMBSearchResults implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.lang.Exception
Serial Data:
the data is deserialized in the following sequence:
    this object
    CMBConnection object
    hit list result
    event listeners may be none
    a null object   the marker of serialization
 

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the data is serialized in the following sequence:
    this object
    CMBConnection object
    hit list result.
    event listeners if the event listener is serializable
    a null object   tells the end of serialization
 
Serialized Fields

logSupport

CMBTraceSupport logSupport
the trace event support class
Since:
6.1

errSupport

CMBExceptionSupport errSupport
the exception event support class
Since:
6.1

traceEnabled

boolean traceEnabled
the trace option
Since:
6.1

_pageSize

int _pageSize
the pageSize option, default value is 10
Since:
6.1

_curItemIdx

int _curItemIdx
current item index

_nameAttr

java.lang.String _nameAttr
folder name

_objBean

CMBObjectManagement _objBean

isConnected

boolean isConnected

isCursor

boolean isCursor

_hitList

java.util.Vector _hitList

cntInPage

int cntInPage

_curQryType

short _curQryType

_currentTemplate

CMBSearchTemplate _currentTemplate

newItemIndex

int newItemIndex

resultsComplete

boolean resultsComplete

_itemGroup

java.util.Vector _itemGroup
Used to store the current item group being constructed from the search results Item groups are used for multi-item retrieve. Items refer to their item group, and every item in the group is retrieved at the same time.

Class com.ibm.mm.beans.CMBSearchTemplate implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serialized Fields

_templateName

java.lang.String _templateName
search template name

_isAsynch

boolean _isAsynch
asynch property

_isCancelled

boolean _isCancelled
query cancelled indicator

_isTraceEnabled

boolean _isTraceEnabled
traceEnabled property

_timeout

int _timeout
query timeout

_multiWC

java.lang.String _multiWC
text multi chars wildcard

_singleWC

java.lang.String _singleWC
text single char wildcard

_parmWC

java.lang.String _parmWC
parametric wildcard

_skipServer

short _skipServer
skip server option

_searchInProgress

boolean _searchInProgress

_names

java.lang.String[] _names

_displayNames

java.lang.String[] _displayNames

_connBean

CMBConnection _connBean

_scList

java.util.Vector _scList

_displayList

java.util.Vector _displayList

_completeList

java.util.Vector _completeList

_listServersSkipped

java.util.Vector _listServersSkipped

_resultList

java.util.Vector _resultList

_qryService

CMBQueryService _qryService

_searchReplyHandler

com.ibm.mm.beans.CMBSearchTemplate.CMBSearchReply _searchReplyHandler

_dispAttrNames

java.lang.String[] _dispAttrNames

_dispAttrTypes

short[] _dispAttrTypes

_maxResults

int _maxResults

logSupport

CMBTraceSupport logSupport
the trace event support class
Since:
CMB 1.0

errSupport

CMBExceptionSupport errSupport
the exception event support class
Since:
CMB 1.0

Class com.ibm.mm.beans.CMBServerAccessErrorException implements Serializable

Class com.ibm.mm.beans.CMBSTCriterion implements Serializable

Serialized Fields

_stCrit

com.ibm.mm.sdk.common.DKSearchCriteria _stCrit
 

errSupport

CMBExceptionSupport errSupport
the exception event support class
Since:
CMB 1.0

_stName

java.lang.String _stName
 

Class com.ibm.mm.beans.CMBTraceAdapter implements Serializable

Class com.ibm.mm.beans.CMBTraceEvent implements Serializable

Class com.ibm.mm.beans.CMBTraceSupport implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException
Serial Data:
the data is deserialized in the following sequence:
    default object
    boolean         indicating whether an event source is serialized
    event source    if the event source is serialized
    event listeners may be none
    a null object   the marker of serialization
 

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the data is serialized in the following sequence:
    default object
    boolean         indicating whether this event source is serializable
    event source    if the event source is serializable
    event listeners if the event listener is serializable
    a null object   tells the end of serialization
 

Class com.ibm.mm.beans.CMBUserAlreadyExistException implements Serializable

Class com.ibm.mm.beans.CMBUserManagement implements Serializable

Serialized Fields

traceEnabled

boolean traceEnabled
the trace option
Since:
CMB 1.0

logSupport

CMBTraceSupport logSupport
the trace event support class
Since:
CMB 1.0

errSupport

CMBExceptionSupport errSupport
the exception event support class
Since:
CMB 1.0

_uid

java.lang.String _uid
federated userid

_serverList

java.util.Vector _serverList

_mapServList

java.util.Vector _mapServList

_mapUserList

java.util.Vector _mapUserList

_mapPassList

java.util.Vector _mapPassList

_mapUserColl

com.ibm.mm.sdk.common.dkCollection _mapUserColl

Class com.ibm.mm.beans.CMBUserReplyEvent implements Serializable

Class com.ibm.mm.beans.CMBUserRequestEvent implements Serializable

Serialized Fields

_userid

java.lang.String _userid

_passwd

java.lang.String _passwd

_newPasswd

java.lang.String _newPasswd

Class com.ibm.mm.beans.CMBViewData implements Serializable

Serialized Fields

_data

byte[] _data


Package com.ibm.mm.beans.gui

Class com.ibm.mm.beans.gui.CMBChangePasswordCompletedEvent implements Serializable

Class com.ibm.mm.beans.gui.CMBChangePasswordHelpEvent implements Serializable

Class com.ibm.mm.beans.gui.CMBDocumentClosedEvent implements Serializable

Serialized Fields

document

CMBItem document

Class com.ibm.mm.beans.gui.CMBDocumentOpenedEvent implements Serializable

Serialized Fields

document

CMBItem document

Class com.ibm.mm.beans.gui.CMBDocumentOpenFailedEvent implements Serializable

Serialized Fields

document

CMBItem document

Class com.ibm.mm.beans.gui.CMBDocumentViewer implements Serializable

Serialized Fields

listeners

java.util.Vector listeners

connection

CMBConnection connection

mime2App

java.util.Properties mime2App

connectionReplyListener

CMBConnectionReplyListener connectionReplyListener

viewerCallbacks

CMBJavaDocumentViewerCallbacks viewerCallbacks

Class com.ibm.mm.beans.gui.CMBEditCancelledEvent implements Serializable

Class com.ibm.mm.beans.gui.CMBEditCompletedEvent implements Serializable

Class com.ibm.mm.beans.gui.CMBEditItemAttributesEvent implements Serializable

Serialized Fields

item

CMBItem item

Class com.ibm.mm.beans.gui.CMBEditRequestedEvent implements Serializable

Serialized Fields

entity

java.lang.String entity

attributes

java.lang.String[] attributes

updateAllowed

boolean updateAllowed

Class com.ibm.mm.beans.gui.CMBEntitySelectedEvent implements Serializable

Serialized Fields

selectedEntity

CMBEntity selectedEntity

Class com.ibm.mm.beans.gui.CMBFolderActionEvent implements Serializable

Serialized Fields

folder

CMBItem folder

Class com.ibm.mm.beans.gui.CMBFolderPopupEvent implements Serializable

Serialized Fields

folder

CMBItem folder

x

int x

y

int y

Class com.ibm.mm.beans.gui.CMBFolderSelectedEvent implements Serializable

Serialized Fields

folder

CMBItem folder

Class com.ibm.mm.beans.gui.CMBFolderViewer implements Serializable

Serialized Fields

listeners

java.util.Vector listeners

connection

CMBConnection connection

connectionReplyListener

CMBConnectionReplyListener connectionReplyListener

dataReplyListener

CMBDataReplyListener dataReplyListener

folders

java.util.Vector folders

explorer

com.ibm.mm.beans.gui.PExplorer explorer

itemModel

com.ibm.mm.beans.gui.PItemModel itemModel

folderModel

com.ibm.mm.beans.gui.PFolderModel folderModel

rootModel

com.ibm.mm.beans.gui.PRootFolderModel rootModel

Class com.ibm.mm.beans.gui.CMBHelpEvent implements Serializable

Class com.ibm.mm.beans.gui.CMBItemActionEvent implements Serializable

Serialized Fields

item

CMBItem item

Class com.ibm.mm.beans.gui.CMBItemAttributesEditor implements Serializable

Serialized Fields

addIcon

javax.swing.Icon addIcon

removeIcon

javax.swing.Icon removeIcon

JPanel1

javax.swing.JPanel JPanel1

JPanel4

javax.swing.JPanel JPanel4

JLabel1

javax.swing.JLabel JLabel1

JComboBox1

javax.swing.JComboBox JComboBox1

JPanel5

javax.swing.JPanel JPanel5

JPanel7

javax.swing.JPanel JPanel7

ResetButton

javax.swing.JButton ResetButton

JPanel3

javax.swing.JPanel JPanel3

OKButton

javax.swing.JButton OKButton

CancelButton

javax.swing.JButton CancelButton

HelpButton

javax.swing.JButton HelpButton

stringComboBoxModel1

com.ibm.mm.beans.gui.PStringListModel stringComboBoxModel1

exceptionOccurred

boolean exceptionOccurred

connection

CMBConnection connection

item

CMBItem item

nativeItem

CMBItem nativeItem

currentItem

CMBItem currentItem

helpButtonVisible

boolean helpButtonVisible

okButtonVisible

boolean okButtonVisible

cancelButtonVisible

boolean cancelButtonVisible

resetButtonVisible

boolean resetButtonVisible

originalEntity

java.lang.String originalEntity

currentEntity

java.lang.String currentEntity

nativeSchema

CMBSchemaManagement nativeSchema

currentSchema

CMBSchemaManagement currentSchema

connectionReplyListener

CMBConnectionReplyListener connectionReplyListener

EditRequestedListeners

java.util.Vector EditRequestedListeners
Edit Requested Event

EditCompletedListeners

java.util.Vector EditCompletedListeners
Edit Completed Event

EditCancelledListeners

java.util.Vector EditCancelledListeners
Edit Cancelled Event

HelpListeners

java.util.Vector HelpListeners
Help Event

Class com.ibm.mm.beans.gui.CMBItemPopupEvent implements Serializable

Serialized Fields

item

CMBItem item

x

int x

y

int y

Class com.ibm.mm.beans.gui.CMBItemSelectedEvent implements Serializable

Serialized Fields

item

CMBItem item

Class com.ibm.mm.beans.gui.CMBLoginFailedHelpEvent implements Serializable

Class com.ibm.mm.beans.gui.CMBLogonCancelledEvent implements Serializable

Class com.ibm.mm.beans.gui.CMBLogonCompletedEvent implements Serializable

Class com.ibm.mm.beans.gui.CMBLogonPanel implements Serializable

Serialized Fields

JPanel1

javax.swing.JPanel JPanel1

JLabel2

javax.swing.JLabel JLabel2

JTextField1

javax.swing.JTextField JTextField1

JLabel3

javax.swing.JLabel JLabel3

JTextField2

javax.swing.JPasswordField JTextField2

JPanel2

javax.swing.JPanel JPanel2

OKButton

javax.swing.JButton OKButton

CancelButton

javax.swing.JButton CancelButton

ChangePasswordsButton

javax.swing.JButton ChangePasswordsButton

UpdateMappingButton

javax.swing.JButton UpdateMappingButton

HelpButton

javax.swing.JButton HelpButton

ServerNameLabel

javax.swing.JLabel ServerNameLabel

ServerNameComboBox

javax.swing.JComboBox ServerNameComboBox

ServerTypeLabel

javax.swing.JLabel ServerTypeLabel

ServerTypeComboBox

javax.swing.JComboBox ServerTypeComboBox

ServerNameTextField

javax.swing.JTextField ServerNameTextField

ServerNamePanel

javax.swing.JPanel ServerNamePanel

serverNamesModel

com.ibm.mm.beans.gui.PStringListModel serverNamesModel

serverTypesModel

com.ibm.mm.beans.gui.PStringListModel serverTypesModel

connection

CMBConnection connection

helpButtonVisible

boolean helpButtonVisible

oKButtonVisible

boolean oKButtonVisible

cancelButtonVisible

boolean cancelButtonVisible

updateMappingButtonVisible

boolean updateMappingButtonVisible

changePasswordsButtonVisible

boolean changePasswordsButtonVisible

serverNamePromptVisible

boolean serverNamePromptVisible

serverTypePromptVisible

boolean serverTypePromptVisible

newPassword

java.lang.String newPassword

changePasswordServerList

java.util.Vector changePasswordServerList

displayServerTypes

java.lang.String[] displayServerTypes

serverTypesDisplayNames

java.lang.String[] serverTypesDisplayNames

availableServerNames

java.lang.String[] availableServerNames

LogonCompletedListeners

java.util.Vector LogonCompletedListeners
Logon Complete Event

LogonCancelledListeners

java.util.Vector LogonCancelledListeners
Logon Cancelled Event

HelpListeners

java.util.Vector HelpListeners
Help Listeners Event

ChangePasswordHelpListeners

java.util.Vector ChangePasswordHelpListeners
Change Password Help Listeners Event

ChangePasswordCompletedListeners

java.util.Vector ChangePasswordCompletedListeners
Change Password Completed Listeners Event

UpdateMappingHelpListeners

java.util.Vector UpdateMappingHelpListeners
UpdateMapping Help Listeners Event

UpdateMappingCompletedListeners

java.util.Vector UpdateMappingCompletedListeners
UpdateMappingCompleted Listeners Event

Class com.ibm.mm.beans.gui.CMBSearchCompletedEvent implements Serializable

Serialized Fields

success

boolean success

Class com.ibm.mm.beans.gui.CMBSearchFieldChangedEvent implements Serializable

Serialized Fields

attribute

CMBAttribute attribute

field

int field

oldValue

java.lang.String oldValue

updateAllowed

boolean updateAllowed

Class com.ibm.mm.beans.gui.CMBSearchFieldEnterPressedEvent implements Serializable

Serialized Fields

attribute

CMBAttribute attribute

field

int field

Class com.ibm.mm.beans.gui.CMBSearchFieldPopupEvent implements Serializable

Serialized Fields

attribute

CMBAttribute attribute

field

int field

x

int x

y

int y

Class com.ibm.mm.beans.gui.CMBSearchPanel implements Serializable

Serialized Fields

connection

CMBConnection connection

showOperators

boolean showOperators

searchUsingAllCriteria

boolean searchUsingAllCriteria

launchSearchOnEnter

boolean launchSearchOnEnter

nameSeparator

java.lang.String nameSeparator

entity

CMBEntity entity

queryString

java.lang.String queryString

searchInProgress

boolean searchInProgress

maxResults

int maxResults

entityLabel

javax.swing.JLabel entityLabel

entityList

javax.swing.JComboBox entityList

topPanel

javax.swing.JPanel topPanel

centerPanel

javax.swing.JPanel centerPanel

buttonPanel

javax.swing.JPanel buttonPanel

searchButton

javax.swing.JButton searchButton

resetButton

javax.swing.JButton resetButton

cancelButton

javax.swing.JButton cancelButton

schemaManagement

CMBSchemaManagement schemaManagement

queryService

CMBQueryService queryService

queryType

short queryType

ltr

boolean ltr

entityListModel

com.ibm.mm.beans.gui.PStringListModel entityListModel

connectionReplyListener

CMBConnectionReplyListener connectionReplyListener

IPOperators

java.lang.String[] IPOperators

V4Operators

java.lang.String[] V4Operators

parametricOperators

java.lang.String[] parametricOperators

SQLOperators

java.lang.String[] SQLOperators

XPATHOperators

java.lang.String[] XPATHOperators

defaultV4Operator

java.lang.String defaultV4Operator

defaultParametricOperator

java.lang.String defaultParametricOperator

defaultSQLOperator

java.lang.String defaultSQLOperator

defaultXPATHOperator

java.lang.String defaultXPATHOperator

entitySelectedListeners

java.util.Vector entitySelectedListeners
Entity Selected Event

SearchFieldChangedListeners

java.util.Vector SearchFieldChangedListeners
Search Field Changed Event

SearchFieldPopupListeners

java.util.Vector SearchFieldPopupListeners
Search Field Popup Event

SearchFieldEnterPressedListeners

java.util.Vector SearchFieldEnterPressedListeners
Search Field Enter Pressed Event

SearchStartedListeners

java.util.Vector SearchStartedListeners
Search Started Event

SearchResultsListeners

java.util.Vector SearchResultsListeners
Search Results Event

SearchCompletedListeners

java.util.Vector SearchCompletedListeners
Search Completed Event

Class com.ibm.mm.beans.gui.CMBSearchResultsEvent implements Serializable

Serialized Fields

results

java.util.Vector results

Class com.ibm.mm.beans.gui.CMBSearchResultsViewer implements Serializable

Serialized Fields

explorer

com.ibm.mm.beans.gui.PExplorer explorer

connection

CMBConnection connection

template

CMBSearchTemplate template

entity

CMBEntity entity

results

CMBSearchResults results

connectionReplyListener

CMBConnectionReplyListener connectionReplyListener

dataReplyListener

CMBDataReplyListener dataReplyListener

listeners

java.util.Vector listeners

saveResultsPerTemplate

boolean saveResultsPerTemplate

resultsPerTemplate

java.util.Hashtable resultsPerTemplate

ltr

boolean ltr

itemModel

com.ibm.mm.beans.gui.PItemModel itemModel

folderModel

com.ibm.mm.beans.gui.PFolderModel folderModel

resultsModel

com.ibm.mm.beans.gui.PSearchResultsModel resultsModel

Class com.ibm.mm.beans.gui.CMBSearchStartedEvent implements Serializable

Class com.ibm.mm.beans.gui.CMBSearchTemplateList implements Serializable

Serialized Fields

stringListModel1

com.ibm.mm.beans.gui.PStringListModel stringListModel1

JScrollPane1

javax.swing.JScrollPane JScrollPane1

JList1

javax.swing.JList JList1

JList2

javax.swing.JList JList2

JComboBox1

javax.swing.JComboBox JComboBox1

listCellRenderer

com.ibm.mm.beans.gui.PSearchTemplateListCellRenderer listCellRenderer

defaultSelectedImage

java.net.URL defaultSelectedImage

defaultUnselectedImage

java.net.URL defaultUnselectedImage

connectionReplyListener

CMBConnectionReplyListener connectionReplyListener

ltr

boolean ltr

connection

CMBConnection connection

selectedTemplate

CMBSearchTemplate selectedTemplate
reference to the CMBConnection bean

style

int style
the template currently selected

selectedImage

java.net.URL selectedImage
List style: IMAGE, DROP_DOWN, SIMPLE

unselectedImage

java.net.URL unselectedImage
background image for selected state for IMAGE style

xBaseline

int xBaseline
background image for selected state for IMAGE style

yBaseline

int yBaseline
offset from the left of the start of the text for IMAGE style

collationStrength

int collationStrength
offset from the bottom of the start of the text for IMAGE style

selectedTemplateIndex

int selectedTemplateIndex

fontMetrics

java.awt.FontMetrics fontMetrics

TemplateSelectedListeners

java.util.Vector TemplateSelectedListeners
Template Selected Event

TemplatePopupListeners

java.util.Vector TemplatePopupListeners
Template Popup Event

TemplateActionListeners

java.util.Vector TemplateActionListeners
Template Action Event

HelpListeners

java.util.Vector HelpListeners
Help Listeners Event

Class com.ibm.mm.beans.gui.CMBSearchTemplateViewer implements Serializable

Serialized Fields

JPanel1

javax.swing.JPanel JPanel1

JPanel2

javax.swing.JPanel JPanel2

startSearchButton

javax.swing.JButton startSearchButton

stopSearchButton

javax.swing.JButton stopSearchButton

connection

CMBConnection connection

template

CMBSearchTemplate template
reference to the CMBConnection bean

defaultsOption

int defaultsOption
READONLY instance of the search template

criterionWithFocus

CMBSTCriterion criterionWithFocus
Controls how fields are filled in when a template is selected for viewing

fieldWithFocus

int fieldWithFocus
The search criterion whose field has focus

launchSearchOnEnter

boolean launchSearchOnEnter
The number of the template field in focus BOUND

promptOnServerUnavailable

boolean promptOnServerUnavailable
launch search when enter pressed in field

startSearchButtonVisible

boolean startSearchButtonVisible

stopSearchButtonVisible

boolean stopSearchButtonVisible
True if search button is shown, false if it is hiddden

textMultiCharsWildcard

char textMultiCharsWildcard

textSingleCharWildcard

char textSingleCharWildcard
Wildcard character

parmFieldWildcard

char parmFieldWildcard
Wildcard character

maxResults

int maxResults

connectionReplyListener

CMBConnectionReplyListener connectionReplyListener

newCriterionFieldsErrorShown

boolean newCriterionFieldsErrorShown

updateStringsErrorShown

boolean updateStringsErrorShown

ltr

boolean ltr

origTextMultiCharsWC

char origTextMultiCharsWC

origTextSingleCharWC

char origTextSingleCharWC

origParmFieldWC

char origParmFieldWC

PREFIX

java.lang.String PREFIX

TEMPLATE_NAME_LIST

java.lang.String TEMPLATE_NAME_LIST

SELECTED_TEMPLATE

java.lang.String SELECTED_TEMPLATE

TEMPLATE

java.lang.String TEMPLATE

separator

java.lang.String separator

CRITERIA_LIST

java.lang.String CRITERIA_LIST

OPERATOR

java.lang.String OPERATOR

VALUE1

java.lang.String VALUE1

VALUE2

java.lang.String VALUE2

DEFAULTS_OPTION

java.lang.String DEFAULTS_OPTION

LAUNCH_SEARCH_ON_ENTER

java.lang.String LAUNCH_SEARCH_ON_ENTER

MAX_RESULTS

java.lang.String MAX_RESULTS

PARM_FIELD_WILDCARD

java.lang.String PARM_FIELD_WILDCARD

TEXT_MULTI_CHARS_WILDCARD

java.lang.String TEXT_MULTI_CHARS_WILDCARD

TEXT_SINGLE_CHAR_WILDCARD

java.lang.String TEXT_SINGLE_CHAR_WILDCARD

PROMPT_ON_SERVER_UNAVAILABLE

java.lang.String PROMPT_ON_SERVER_UNAVAILABLE

START_SEARCH_BUTTON_VISIBLE

java.lang.String START_SEARCH_BUTTON_VISIBLE

STOP_SEARCH_BUTTON_VISIBLE

java.lang.String STOP_SEARCH_BUTTON_VISIBLE

FONT

java.lang.String FONT

FOREGROUND_COLOR

java.lang.String FOREGROUND_COLOR

BACKGROUND_COLOR

java.lang.String BACKGROUND_COLOR

TemplateFieldChangedListeners

java.util.Vector TemplateFieldChangedListeners
Template Field Changed Event

TemplateFieldPopupListeners

java.util.Vector TemplateFieldPopupListeners
Template Field Popup Event

TemplateFieldEnterPressedListeners

java.util.Vector TemplateFieldEnterPressedListeners
Template Field Enter Pressed Event

SearchStartedListeners

java.util.Vector SearchStartedListeners
Search Started Event

SearchResultsListeners

java.util.Vector SearchResultsListeners
Search Results Event

SearchCompletedListeners

java.util.Vector SearchCompletedListeners
Search Completed Event

ChangePasswordHelpListeners

java.util.Vector ChangePasswordHelpListeners
Change PasswordHelp Event

ServerUnavailableHelpListeners

java.util.Vector ServerUnavailableHelpListeners
Server Unavailable Help Event

LoginFailedHelpListeners

java.util.Vector LoginFailedHelpListeners
Login Failed Help Event

HelpListeners

java.util.Vector HelpListeners
Help Event

Class com.ibm.mm.beans.gui.CMBServerUnavailableHelpEvent implements Serializable

Class com.ibm.mm.beans.gui.CMBTemplateActionEvent implements Serializable

Serialized Fields

template

java.lang.String template

Class com.ibm.mm.beans.gui.CMBTemplateFieldChangedEvent implements Serializable

Serialized Fields

criterion

CMBSTCriterion criterion

field

int field

oldValue

java.lang.String oldValue

updateAllowed

boolean updateAllowed

Class com.ibm.mm.beans.gui.CMBTemplateFieldEnterPressedEvent implements Serializable

Serialized Fields

criterion

CMBSTCriterion criterion

field

int field

Class com.ibm.mm.beans.gui.CMBTemplateFieldPopupEvent implements Serializable

Serialized Fields

criterion

CMBSTCriterion criterion

field

int field

x

int x

y

int y

Class com.ibm.mm.beans.gui.CMBTemplatePopupEvent implements Serializable

Serialized Fields

templateName

java.lang.String templateName

x

int x

y

int y

Class com.ibm.mm.beans.gui.CMBTemplateSelectedEvent implements Serializable

Serialized Fields

selectedTemplate

CMBSearchTemplate selectedTemplate

Class com.ibm.mm.beans.gui.CMBUpdateMappingCompletedEvent implements Serializable

Class com.ibm.mm.beans.gui.CMBUpdateMappingHelpEvent implements Serializable

Class com.ibm.mm.beans.gui.CMBVersionsViewer implements Serializable

Serialized Fields

connection

CMBConnection connection

item

CMBItem item

openButtonVisible

boolean openButtonVisible
The openButtonVisible property

editAttributesButtonVisible

boolean editAttributesButtonVisible

cancelButtonVisible

boolean cancelButtonVisible
The cancelButtonVisible property

helpButtonVisible

boolean helpButtonVisible
The helpButtonVisible property

ltr

boolean ltr

explorer

com.ibm.mm.beans.gui.PExplorer explorer

itemList

java.util.Vector itemList

resultsModel

com.ibm.mm.beans.gui.PSearchResultsVersionModel resultsModel

itemModel

com.ibm.mm.beans.gui.PItemVersionModel itemModel

results

CMBSearchResults results

dataManagement

CMBDataManagement dataManagement

buttonPanel

javax.swing.JPanel buttonPanel

openButton

javax.swing.JButton openButton

editAttributesButton

javax.swing.JButton editAttributesButton

cancelButton

javax.swing.JButton cancelButton

helpButton

javax.swing.JButton helpButton

viewDocumentListeners

java.util.Vector viewDocumentListeners

viewVersionsCancelledListeners

java.util.Vector viewVersionsCancelledListeners

editItemAttributesListeners

java.util.Vector editItemAttributesListeners

helpListeners

java.util.Vector helpListeners

Class com.ibm.mm.beans.gui.CMBViewDocumentEvent implements Serializable

Serialized Fields

document

CMBItem document

Class com.ibm.mm.beans.gui.CMBViewFolderEvent implements Serializable

Serialized Fields

folder

CMBItem folder

Class com.ibm.mm.beans.gui.CMBViewVersionsCancelledEvent implements Serializable

Serialized Fields

item

CMBItem item

Class com.ibm.mm.beans.gui.CMBViewVersionsEvent implements Serializable

Serialized Fields

item

CMBItem item


Package com.ibm.mm.beans.util

Class com.ibm.mm.beans.util.CMBActionAdapter implements Serializable

Class com.ibm.mm.beans.util.CMBBasePanel implements Serializable

Serialized Fields

emptyBorder

javax.swing.border.Border emptyBorder

raisedBorder

javax.swing.border.Border raisedBorder

loweredBorder

javax.swing.border.Border loweredBorder

centerWrapper

javax.swing.JPanel centerWrapper

topWrapper

javax.swing.JPanel topWrapper

bottomWrapper

javax.swing.JPanel bottomWrapper

leftWrapper

javax.swing.JPanel leftWrapper

rightWrapper

javax.swing.JPanel rightWrapper

Class com.ibm.mm.beans.util.CMBExceptionHandler implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.lang.Exception
Serial Data:
the data is deserialized in the following sequence:
    this object
    load GUI literal from resource file if the "use default GUI literal"
    property value is true.
 

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serialized Fields

_cmdClose

java.lang.String _cmdClose
programmatic value
Since:
6.1

_cmdStack

java.lang.String _cmdStack
programmatic value
Since:
6.1

_nullMsg

java.lang.String _nullMsg
programmatic value
Since:
6.1

closeButton

javax.swing.JButton closeButton
the close button
Since:
6.1

stackButton

javax.swing.JButton stackButton
the stack trace button
Since:
6.1

muteBox

javax.swing.JCheckBox muteBox
the mute checkbox
Since:
6.1

frame

javax.swing.JDialog frame
the dialog class
Since:
6.1

mainPane

CMBBasePanel mainPane
the main panel
Since:
6.1

msgPane

javax.swing.JPanel msgPane
the message display panel
Since:
6.1

defaultGui

boolean defaultGui
the use default GUI literal property
Since:
6.1

mute

boolean mute
the mute property
Since:
6.1

displayMode

int displayMode
the message display mode property
Since:
6.1

Class com.ibm.mm.beans.util.CMBTraceLog implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.lang.Exception
Serial Data:
the data is deserialized and initialized in the following order:
    deserialize this object
    if the "use default GUI literal" property value is true, load GUI
      literal from resource file
    open the log file
    if message display mode is DISPLAY_MESSAGE_IN_WINDOW and any level of
      trace display option is enabled, visualize the trace window
 

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
this method will do the followings:
    serialize this object
 
Method will not close the trace log file. This will allow application to serialize the bean during execution without exiting.
Serialized Fields

_cmdClose

java.lang.String _cmdClose
programmatic value
Since:
6.1

_cmdClear

java.lang.String _cmdClear
programmatic value
Since:
6.1

_nullMsg

java.lang.String _nullMsg
programmatic value
Since:
6.1

calendar

java.util.Calendar calendar
the calendar
Since:
6.1

dateFormat

java.text.DateFormat dateFormat
the date format
Since:
6.1

defaultGui

boolean defaultGui
the use default GUI literal property
Since:
6.1

displayMode

int displayMode
the message display mode property
Since:
6.1

displayEnabled

boolean[] displayEnabled
the array of properties: whether or not visually display the three levels of messages: TRACE_LEVEL_PROGRESS, TRACE_LEVEL_DEBUG, and TRACE_LEVEL_ERROR.
Since:
6.1

logEnabled

boolean[] logEnabled
the array of properties: whether or not log the three levels of messages: TRACE_LEVEL_PROGRESS, TRACE_LEVEL_DEBUG, and TRACE_LEVEL_ERROR.
Since:
6.1

logFullpath

java.lang.String logFullpath
the log file name with complete path property
Since:
6.1

logPrologue

java.lang.String logPrologue
the log session starting message property
Since:
6.1

logEpilogue

java.lang.String logEpilogue
the log session ending message property
Since:
6.1

logPriority

int logPriority

useLog4J

boolean useLog4J

appender

com.ibm.mm.beans.util.PTraceGUIAppender appender

event

org.apache.log4j.spi.LoggingEvent event


Package com.ibm.mm.beans.workflow

Class com.ibm.mm.beans.workflow.CMBCollectionResumeListEntryICM implements Serializable

Serialized Fields

folderItemTypeName

java.lang.String folderItemTypeName

Class com.ibm.mm.beans.workflow.CMBDocRoutingDataManagementICM implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        CMBException,
                        java.lang.ClassNotFoundException
Serial Data:
the data is deserialized in the following sequence:
    this object
    event listeners may be none
    a null object   the marker of serialization
 

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the data is serialized in the following sequence:
    this object
    event listeners if the event listener is serializable
    a null object   tells the end of serialization
 
Serialized Fields

logSupport

CMBTraceSupport logSupport

errSupport

CMBExceptionSupport errSupport

docRoutingService

com.ibm.mm.sdk.common.DKDocRoutingServiceICM docRoutingService

isTraceEnabled

boolean isTraceEnabled

Class com.ibm.mm.beans.workflow.CMBDocRoutingQueryServiceICM implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serialized Fields

docRoutingServiceMgmt

com.ibm.mm.sdk.common.DKDocRoutingServiceMgmtICM docRoutingServiceMgmt

docRoutingService

com.ibm.mm.sdk.common.DKDocRoutingServiceICM docRoutingService

isTraceEnabled

boolean isTraceEnabled

isConnected

boolean isConnected

logSupport

CMBTraceSupport logSupport

errSupport

CMBExceptionSupport errSupport

Class com.ibm.mm.beans.workflow.CMBProcessICM implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        CMBException,
                        java.lang.ClassNotFoundException
Serial Data:
the data is deserialized in the following sequence:
    this object
    a null object   the marker of serialization
 

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the data is serialized in the following sequence:
    this object
    a null object   tells the end of serialization
 

Class com.ibm.mm.beans.workflow.CMBResumeListEntryICM implements Serializable

Serialized Fields

quantityNeeded

int quantityNeeded

requiredItemTypeName

java.lang.String requiredItemTypeName

Class com.ibm.mm.beans.workflow.CMBRouteListEntryICM implements Serializable

Serialized Fields

routeSelection

java.lang.String routeSelection

to

java.lang.String to

from

java.lang.String from

Class com.ibm.mm.beans.workflow.CMBWorkFlow implements Serializable

Serialized Fields

inContainer

CMBWorkFlowContainer inContainer

description

java.lang.String description

name

java.lang.String name

endTime

java.lang.String endTime

notificationTime

java.lang.String notificationTime

startTime

java.lang.String startTime

suspendTime

java.lang.String suspendTime

stateChangedTime

java.lang.String stateChangedTime

modifiedTime

java.lang.String modifiedTime

workFlowTemplateName

java.lang.String workFlowTemplateName

state

int state

Class com.ibm.mm.beans.workflow.CMBWorkFlowAction implements Serializable

Serialized Fields

userExitClassName

java.lang.String userExitClassName

description

java.lang.String description

name

java.lang.String name

auditComment

java.lang.String auditComment

shortcut

java.lang.String shortcut

icon

byte[] icon

predefined

boolean predefined

prompt

java.lang.String prompt

Class com.ibm.mm.beans.workflow.CMBWorkFlowContainer implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        CMBException,
                        java.lang.ClassNotFoundException
Serial Data:
the data is deserialized in the following sequence:
    this object
    a null object   the marker of serialization
 

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the data is serialized in the following sequence:
    this object
    a null object   tells the end of serialization
 
Serialized Fields

showUserVariableDialog

java.lang.String showUserVariableDialog

priority

int priority

semanticClassification

int semanticClassification

activityName

java.lang.String activityName

activityNode

java.lang.String activityNode

persistentID

java.lang.String persistentID

actionList

java.lang.String actionList

actionPerformed

java.lang.String actionPerformed

userVariablePrompt

java.lang.String[] userVariablePrompt

userVariableName

java.lang.String[] userVariableName

userVariableValue

java.lang.String[] userVariableValue

userVariableShowUser

java.lang.String[] userVariableShowUser

Class com.ibm.mm.beans.workflow.CMBWorkFlowDataManagement implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        CMBException,
                        java.lang.ClassNotFoundException
Serial Data:
the data is deserialized in the following sequence:
    this object
    event listeners may be none
    a null object   the marker of serialization
 

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the data is serialized in the following sequence:
    this object
    event listeners if the event listener is serializable
    a null object   tells the end of serialization
 
Serialized Fields

logSupport

CMBTraceSupport logSupport

errSupport

CMBExceptionSupport errSupport

traceEnabled

boolean traceEnabled

dataReplyEvent

CMBWorkFlowDataReplyEvent dataReplyEvent

Class com.ibm.mm.beans.workflow.CMBWorkFlowQueryService implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serialized Fields

isTraceEnabled

boolean isTraceEnabled

isConnected

boolean isConnected

logSupport

CMBTraceSupport logSupport

errSupport

CMBExceptionSupport errSupport

cacheEnabled

boolean cacheEnabled

workListCache

java.util.Collection workListCache

workFlowCacheListWithFilter

java.util.Collection workFlowCacheListWithFilter

workItemCacheWorkItemListWithFilter

java.util.Collection workItemCacheWorkItemListWithFilter

workFlowCache

java.util.Collection workFlowCache

workListNameCache

java.util.Collection workListNameCache

workListByNameCache

java.util.Hashtable workListByNameCache

workFlowByWorkFlowNameCache

java.util.Hashtable workFlowByWorkFlowNameCache

allWorkFlowTemplateCache

java.util.Collection allWorkFlowTemplateCache

workFlowTemplateNameCache

java.util.Collection workFlowTemplateNameCache

filteredByAuthorityWorkFlowTemplateCache

java.util.Collection filteredByAuthorityWorkFlowTemplateCache

notificationByWorkListCache

java.util.Hashtable notificationByWorkListCache

notificationCache

java.util.Collection notificationCache

workItemByWorkListNameCache

java.util.Hashtable workItemByWorkListNameCache

workItemByWorkFlowNameNodeNameOwnerCache

java.util.Hashtable workItemByWorkFlowNameNodeNameOwnerCache

workFlowContainerByWorkFlowNameNodeNameOwnerCache

java.util.Hashtable workFlowContainerByWorkFlowNameNodeNameOwnerCache

workFlowContainerByWorkFlowNameCache

java.util.Hashtable workFlowContainerByWorkFlowNameCache

Class com.ibm.mm.beans.workflow.CMBWorkFlowTemplate implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        CMBException,
                        java.lang.ClassNotFoundException
Serial Data:
the data is deserialized in the following sequence:
    this object
    a null object   the marker of serialization
 

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the data is serialized in the following sequence:
    this object
    a null object   tells the end of serialization
 

Class com.ibm.mm.beans.workflow.CMBWorkItem implements Serializable

Serialized Fields

container

CMBWorkFlowContainer container

wiState

int wiState

priority

int priority

owner

java.lang.String owner

isContainerRetrieved

boolean isContainerRetrieved

nodeName

java.lang.String nodeName

notificationTime

java.lang.String notificationTime

modificationTime

java.lang.String modificationTime

creationTime

java.lang.String creationTime

startTime

java.lang.String startTime

workFlowName

java.lang.String workFlowName

activityDescription

java.lang.String activityDescription

Class com.ibm.mm.beans.workflow.CMBWorkList implements Serializable

Serialized Fields

checkOutFlag

boolean checkOutFlag

isWorkItemsRetrieved

boolean isWorkItemsRetrieved

isWorkNotificationsRetrieved

boolean isWorkNotificationsRetrieved

workItemList

java.util.Collection workItemList

workNotificationList

java.util.Collection workNotificationList

owner

java.lang.String owner

threshold

int threshold

userid

java.lang.String userid

description

java.lang.String description

name

java.lang.String name

aclName

java.lang.String aclName

sortCriteria

java.lang.String sortCriteria

filter

java.lang.String filter

Class com.ibm.mm.beans.workflow.CMBWorkListICM implements Serializable

Serialized Fields

selectionOrder

int selectionOrder

selectionFilterOnNotify

int selectionFilterOnNotify

selectionFilterOnSuspend

int selectionFilterOnSuspend

maxResult

int maxResult

description

java.lang.String description

name

java.lang.String name

pidString

java.lang.String pidString

aclName

java.lang.String aclName

workNodeNames

java.lang.String[] workNodeNames

Class com.ibm.mm.beans.workflow.CMBWorkNodeICM implements Serializable

Serialized Fields

description

java.lang.String description

pid

java.lang.String pid

name

java.lang.String name

acl

java.lang.String acl

enterUserDll

java.lang.String enterUserDll

overloadUserDll

java.lang.String overloadUserDll

leaveUserDll

java.lang.String leaveUserDll

enterUserFunction

java.lang.String enterUserFunction

overloadUserFunction

java.lang.String overloadUserFunction

leaveUserFunction

java.lang.String leaveUserFunction

collectionResumeList

java.util.Collection collectionResumeList

timeLimit

int timeLimit

overloadLimit

int overloadLimit

type

int type

Class com.ibm.mm.beans.workflow.CMBWorkNotification implements Serializable

Serialized Fields

state

int state

receiveReason

int receiveReason

type

int type

owner

java.lang.String owner

workFlowTemplateName

java.lang.String workFlowTemplateName

name

java.lang.String name

notificationTime

java.lang.String notificationTime

startTime

java.lang.String startTime

creationTime

java.lang.String creationTime

receivedTime

java.lang.String receivedTime

activityDescription

java.lang.String activityDescription

modificationTime

java.lang.String modificationTime

itemId

java.lang.String itemId

priority

int priority

isRetrieved

boolean isRetrieved

Class com.ibm.mm.beans.workflow.CMBWorkPackageICM implements Serializable

Serialized Fields

priority

int priority

suspendState

boolean suspendState

notifyState

boolean notifyState

instance

int instance

processName

java.lang.String processName

userLastMoved

java.lang.String userLastMoved

pidString

java.lang.String pidString

itemPidString

java.lang.String itemPidString

timeLastMoved

java.lang.String timeLastMoved

notifyTime

java.lang.String notifyTime

resumeTime

java.lang.String resumeTime

workNodeName

java.lang.String workNodeName

owner

java.lang.String owner

resumeList

java.util.Collection resumeList


Package com.ibm.mm.beans.workflow.event

Class com.ibm.mm.beans.workflow.event.CMBWorkFlowDataReplyEvent implements Serializable

Class com.ibm.mm.beans.workflow.event.CMBWorkFlowDataRequestEvent implements Serializable

Serialized Fields

container

CMBWorkFlowContainer container

suspendDeep

boolean suspendDeep

resumeDeep

boolean resumeDeep

persistentID

java.lang.String persistentID

description

java.lang.String description

itemID

java.lang.String itemID

suspendTime

java.lang.String suspendTime

workFlowTemplateName

java.lang.String workFlowTemplateName

workFlowName

java.lang.String workFlowName

currentWorkFlowName

java.lang.String currentWorkFlowName

newWorkFlowName

java.lang.String newWorkFlowName

nodeName

java.lang.String nodeName

notificationOwner

java.lang.String notificationOwner

owner

java.lang.String owner

name

java.lang.String name

notificationType

int notificationType

notificationName

java.lang.String notificationName

priority

int priority

userID

java.lang.String userID

Class com.ibm.mm.beans.workflow.event.CMBWorkListReplyEvent implements Serializable

Class com.ibm.mm.beans.workflow.event.CMBWorkListRequestEvent implements Serializable

Serialized Fields

checkOutFlag

boolean checkOutFlag

workListName

java.lang.String workListName

sortCriteria

java.lang.String sortCriteria

filter

java.lang.String filter

threshold

int threshold

workFlowName

java.lang.String workFlowName

nodeName

java.lang.String nodeName

ownerName

java.lang.String ownerName

actionName

java.lang.String actionName

actionListName

java.lang.String actionListName

workLists

java.util.Collection workLists


Package com.ibm.mm.viewer

Class com.ibm.mm.viewer.CMBDocument implements Serializable

Serialized Fields

_pages

java.util.Hashtable _pages

_scale

double _scale

_rotation

int _rotation

_enhance

boolean _enhance

_invert

boolean _invert

_withAnnotations

boolean _withAnnotations

_mimeType

java.lang.String _mimeType

_services

CMBStreamingDocServices _services

_engine

CMBDocumentEngine _engine

_hDocument

java.lang.Object _hDocument

_partStream

java.io.InputStream _partStream

_documentData

byte[] _documentData

_documentDisposed

boolean _documentDisposed

Class com.ibm.mm.viewer.CMBDocumentEngineException implements Serializable

Class com.ibm.mm.viewer.CMBDocWriterServlet implements Serializable

Class com.ibm.mm.viewer.CMBGenericDocClosedEvent implements Serializable

Serialized Fields

document

CMBDocument document

Class com.ibm.mm.viewer.CMBGenericDocOpenedEvent implements Serializable

Serialized Fields

document

CMBDocument document

Class com.ibm.mm.viewer.CMBGenericDocSelectedEvent implements Serializable

Serialized Fields

document

CMBDocument document

Class com.ibm.mm.viewer.CMBGenericDocViewer implements Serializable

Serialized Fields

activeDocuments

java.util.Hashtable activeDocuments
List of currently viewed documents( CMBDocument instances )

activeToolbars

java.util.Hashtable activeToolbars
List of toolbars used ( JToolBar instances )

activeViewers

java.util.Vector activeViewers
List of tabbed pages ( CMBSingleDocViewer instances )for each document

actions

java.util.Hashtable actions
List of actions ( Action objects )

viewerTabbedPane

javax.swing.JTabbedPane viewerTabbedPane

mainPanel

javax.swing.JPanel mainPanel

northPanel

javax.swing.Box northPanel

southPanel

javax.swing.Box southPanel

eastPanel

javax.swing.Box eastPanel

westPanel

javax.swing.Box westPanel

isMDI

boolean isMDI

isWorkingSetEnabled

boolean isWorkingSetEnabled

thumbnailsPosition

java.lang.String thumbnailsPosition

thumbnailsPanel

javax.swing.JPanel thumbnailsPanel

docServices

CMBStreamingDocServices docServices

annoServices

CMBAnnotationServices annoServices

docOpenListeners

java.util.Vector docOpenListeners

docSelectListeners

java.util.Vector docSelectListeners

docClosedListeners

java.util.Vector docClosedListeners

isEditable

boolean isEditable

showAnnotations

boolean showAnnotations

configProperties

java.util.Properties configProperties

localClipboard

java.awt.datatransfer.Clipboard localClipboard
Local clipboard used for cut,copy and paste operations on annotations

pageFormat

java.awt.print.PageFormat pageFormat

bShowThumbnails

boolean bShowThumbnails

cursorTable

java.util.Hashtable cursorTable

currentAction

CMBViewerAction currentAction

viewerFrame

java.awt.Frame viewerFrame

Class com.ibm.mm.viewer.CMBPage implements Serializable

Serialized Fields

_services

CMBStreamingDocServices _services

_engine

CMBDocumentEngine _engine

_hPage

java.lang.Object _hPage

_document

CMBDocument _document

_rotation

int _rotation

_number

int _number

Class com.ibm.mm.viewer.CMBPageWriterServlet implements Serializable

Class com.ibm.mm.viewer.CMBStreamingDocServices implements Serializable

Serialized Fields

_engineProperties

java.util.Properties _engineProperties

_documents

java.util.Vector _documents

_itemHandles

java.util.Vector _itemHandles

_callbacks

CMBStreamingDocServicesCallbacks _callbacks

_preferredFormats

java.lang.String[] _preferredFormats

_preferredPageFormats

java.lang.String[] _preferredPageFormats

_conversionProperties

java.util.Properties _conversionProperties

_lastDocument

CMBDocument _lastDocument

_engines

java.util.Vector _engines

Class com.ibm.mm.viewer.CMBViewerAction implements Serializable

Serialized Fields

viewer

CMBGenericDocViewer viewer

Class com.ibm.mm.viewer.CMBViewerToolbar implements Serializable

Serialized Fields

actionComponents

java.util.Hashtable actionComponents
List of all components in this toolbar

actions

java.util.Hashtable actions
List of all actions in this toolbar

viewer

CMBGenericDocViewer viewer
Generic Doc Viewer instance associated with this toolbar


Package com.ibm.mm.viewer.annotation

Class com.ibm.mm.viewer.annotation.CMBAnnotationComponent implements Serializable

Serialized Fields

annView

CMBAnnotationView annView
The annotation view reference.

Class com.ibm.mm.viewer.annotation.CMBAnnotationCreatedEvent implements Serializable

Serialized Fields

annoModel

CMBAnnotationSet annoModel

annoView

CMBAnnotationView annoView

annotation

CMBPageAnnotation annotation

Class com.ibm.mm.viewer.annotation.CMBAnnotationDeletedEvent implements Serializable

Serialized Fields

annoModel

CMBAnnotationSet annoModel

annoView

CMBAnnotationView annoView

annotation

CMBPageAnnotation annotation

nextAnnotation

CMBPageAnnotation nextAnnotation

Class com.ibm.mm.viewer.annotation.CMBAnnotationMovedEvent implements Serializable

Serialized Fields

annoModel

CMBAnnotationSet annoModel

annoView

CMBAnnotationView annoView

annotation

CMBPageAnnotation annotation

newPoint

java.awt.Point newPoint

oldPoint

java.awt.Point oldPoint

Class com.ibm.mm.viewer.annotation.CMBAnnotationPropertiesUpdatedEvent implements Serializable

Serialized Fields

annoModel

CMBAnnotationSet annoModel

annoView

CMBAnnotationView annoView

annotation

CMBPageAnnotation annotation

Class com.ibm.mm.viewer.annotation.CMBAnnotationReorderedEvent implements Serializable

Serialized Fields

annoModel

CMBAnnotationSet annoModel

annoView

CMBAnnotationView annoView

annotation

CMBPageAnnotation annotation

newIndex

int newIndex

Class com.ibm.mm.viewer.annotation.CMBAnnotationResizedEvent implements Serializable

Serialized Fields

annoModel

CMBAnnotationSet annoModel

annoView

CMBAnnotationView annoView

annotation

CMBPageAnnotation annotation

newPoint

java.awt.Point newPoint

oldPoint

java.awt.Point oldPoint

Class com.ibm.mm.viewer.annotation.CMBAnnotationSelectedEvent implements Serializable

Serialized Fields

annoModel

CMBAnnotationSet annoModel

annoView

CMBAnnotationView annoView

annotation

CMBPageAnnotation annotation

Class com.ibm.mm.viewer.annotation.CMBAnnotationSet implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialization

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serialized Fields

annotations

java.util.Vector annotations
List of page annotation objects

annCreatedListeners

java.util.Vector annCreatedListeners
List of annotation listeners

annDeletedListeners

java.util.Vector annDeletedListeners

annPropertiesUpdatedListeners

java.util.Vector annPropertiesUpdatedListeners

annReorderedListeners

java.util.Vector annReorderedListeners

annMovedListeners

java.util.Vector annMovedListeners

annResizedListeners

java.util.Vector annResizedListeners

annSelectedListeners

java.util.Vector annSelectedListeners

format

java.lang.String format
The annotation format - for ex. "CM" or "OD"

scale

int scale
The scale (zoom factor). A 1000 means 1:1.

rotation

int rotation
The rotation.

imageWidth

int imageWidth
The width of the image we are drawing on.

imageHeight

int imageHeight
The height of the image we are drawing on.

hAnnotationSet

java.lang.Object hAnnotationSet
Annotation engine's handle to this set

firstPartStream

java.io.InputStream firstPartStream
The input stream for the first part annotation stream ( in cases of no conversion )

annotationPartNumber

int annotationPartNumber

bDirty

boolean bDirty
Boolean indicating if the annotations have been changed after opening

Class com.ibm.mm.viewer.annotation.CMBArrowAnnotation implements Serializable

Serialized Fields

propList

java.util.Vector propList

rPtWing1

java.awt.Point rPtWing1
The four points that describe the arrow.

rPtWing2

java.awt.Point rPtWing2

rPtEnd

java.awt.Point rPtEnd

rPtBeg

java.awt.Point rPtBeg

wingLength

int wingLength

angle

int angle

Class com.ibm.mm.viewer.annotation.CMBCircleAnnotation implements Serializable

Serialized Fields

propList

java.util.Vector propList

Class com.ibm.mm.viewer.annotation.CMBHighlightAnnotation implements Serializable

Serialized Fields

propList

java.util.Vector propList

Class com.ibm.mm.viewer.annotation.CMBLineAnnotation implements Serializable

Serialized Fields

propList

java.util.Vector propList

beginPoint

java.awt.Point beginPoint

endPoint

java.awt.Point endPoint

Class com.ibm.mm.viewer.annotation.CMBNoteAnnotation implements Serializable

Serialized Fields

propList

java.util.Vector propList

lines

java.util.Vector lines
The vector that holds all the text. There is one String per line of text

DEFFONTSIZE

int DEFFONTSIZE

DEFFONTSTYLE

int DEFFONTSTYLE

DEFFONTNAME

java.lang.String DEFFONTNAME

noteFont

java.awt.Font noteFont

measureBox

boolean measureBox
true if we need to measure the bounding rectangle of the text before we draw it This should only be true if the object was just created, or the text or any of its properties was changed

Class com.ibm.mm.viewer.annotation.CMBPageAnnotation implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serialized Fields

type

int type
The annotation type

pageNumber

int pageNumber
page that the annotation is drawn on

creationIndex

int creationIndex
The creation index to keep track of the z-order of the annotation when it was created.

currentIndex

int currentIndex
The current index that indicates the z-order of the annotation.

fillRect

java.awt.Rectangle fillRect
The rectangle that must be painted in order to fill the annotation

invertedHorz

boolean invertedHorz
true if the bounding rectangle has been reversed (say by dragging a right handle accross a left handle)

invertedVert

boolean invertedVert
true if the bounding rectangle has been reversed (say by dragging a bottom handle accross a top handle)

rotateWithImage

boolean rotateWithImage

isVisibleWhileDragging

boolean isVisibleWhileDragging
true if the entire annotation must be drawn while it is moved or resized otherwise only the outline is drawn

canShow

boolean canShow

canHide

boolean canHide

canUpdate

boolean canUpdate

nBorderWidth

int nBorderWidth

transparent

boolean transparent

borderColor

java.awt.Color borderColor

fillColor

java.awt.Color fillColor

Class com.ibm.mm.viewer.annotation.CMBPenAnnotation implements Serializable

Serialized Fields

propList

java.util.Vector propList

strokeList

java.util.Vector strokeList

Class com.ibm.mm.viewer.annotation.CMBPenStroke implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serialized Fields

from

java.awt.Point from
point where the stroke started

to

java.awt.Point to
point where the stroke started

Class com.ibm.mm.viewer.annotation.CMBRectAnnotation implements Serializable

Serialized Fields

propList

java.util.Vector propList

Class com.ibm.mm.viewer.annotation.CMBStampAnnotation implements Serializable

Serialized Fields

propList

java.util.Vector propList

isDummyStamp

boolean isDummyStamp

stampString

java.lang.String stampString
The string that holds the stamp text

stampFont

java.awt.Font stampFont

angle

int angle

measureBox

boolean measureBox
true if we need to measure the bounding rectangle of the text before we draw it This should only be true if the object was just created, or the text or any of its properties was changed

Class com.ibm.mm.viewer.annotation.CMBTextAnnotation implements Serializable

Serialized Fields

propList

java.util.Vector propList

textLine

java.lang.String textLine
The String that holds the text.

textFont

java.awt.Font textFont

DEFFONTSIZE

int DEFFONTSIZE

DEFFONTSTYLE

int DEFFONTSTYLE

DEFFONTNAME

java.lang.String DEFFONTNAME

measureBox

boolean measureBox
true if we need to measure the bounding rectangle of the text before we draw it This should only be true if the object was just created, or the text or any of its properties was changed


EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.