Serialized Form
_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
_attrDef
com.ibm.mm.sdk.common.dkAttrDef _attrDef
_name
java.lang.String _name
_authData
com.ibm.mm.sdk.common.DKAuthenticationData _authData
_mPasswd
java.lang.String _mPasswd
_mUserid
java.lang.String _mUserid
_cred
java.lang.Object _cred
_userid
java.lang.String _userid
_serverName
java.lang.String _serverName
_userid
java.lang.String _userid
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
_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
_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
_connection
CMBConnection _connection
_connectionPool
CMBConnectionPool _connectionPool
_traceLevel
int _traceLevel
_sessionId
java.lang.String _sessionId
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
_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
_index
int _index
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
_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
_documentServices
CMBDocumentServices _documentServices
_traceLevel
int _traceLevel
_sessionId
java.lang.String _sessionId
_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
_errorId
int _errorId
_errorData
java.lang.Object _errorData
_errorExtraData
java.lang.Object _errorExtraData
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
_data
byte[] _data
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
_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
_serverType
java.lang.String _serverType
_method
java.lang.String _method
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
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.lang.Exception
- Perform initialization of transient fields.
_managementEnabled
boolean _managementEnabled
_objectPoolSize
int _objectPoolSize
_itemPoolSize
int _itemPoolSize
_priv
com.ibm.mm.sdk.common.DKCommonPrivilege _priv
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
_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
_data
byte[] _data
- resource data
- Since:
- 6.1
_isRequired
boolean _isRequired
- is required flag
- Since:
- 6.1
_qryType
short _qryType
_cursor
com.ibm.mm.sdk.common.dkResultSetCursor _cursor
_connBean
CMBConnection _connBean
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
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
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
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
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
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.
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
_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
_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
-
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
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
_userid
java.lang.String _userid
_passwd
java.lang.String _passwd
_newPasswd
java.lang.String _newPasswd
_data
byte[] _data
Package com.ibm.mm.beans.gui |
document
CMBItem document
document
CMBItem document
document
CMBItem document
listeners
java.util.Vector listeners
connection
CMBConnection connection
mime2App
java.util.Properties mime2App
connectionReplyListener
CMBConnectionReplyListener connectionReplyListener
viewerCallbacks
CMBJavaDocumentViewerCallbacks viewerCallbacks
item
CMBItem item
entity
java.lang.String entity
attributes
java.lang.String[] attributes
updateAllowed
boolean updateAllowed
selectedEntity
CMBEntity selectedEntity
folder
CMBItem folder
folder
CMBItem folder
x
int x
y
int y
folder
CMBItem folder
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
item
CMBItem item
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
item
CMBItem item
x
int x
y
int y
item
CMBItem item
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
success
boolean success
attribute
CMBAttribute attribute
field
int field
oldValue
java.lang.String oldValue
updateAllowed
boolean updateAllowed
attribute
CMBAttribute attribute
field
int field
attribute
CMBAttribute attribute
field
int field
x
int x
y
int y
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
results
java.util.Vector results
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
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
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
template
java.lang.String template
criterion
CMBSTCriterion criterion
field
int field
oldValue
java.lang.String oldValue
updateAllowed
boolean updateAllowed
criterion
CMBSTCriterion criterion
field
int field
criterion
CMBSTCriterion criterion
field
int field
x
int x
y
int y
templateName
java.lang.String templateName
x
int x
y
int y
selectedTemplate
CMBSearchTemplate selectedTemplate
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
document
CMBItem document
folder
CMBItem folder
item
CMBItem item
item
CMBItem item
Package com.ibm.mm.beans.util |
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
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
_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
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.
_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 |
folderItemTypeName
java.lang.String folderItemTypeName
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
logSupport
CMBTraceSupport logSupport
errSupport
CMBExceptionSupport errSupport
docRoutingService
com.ibm.mm.sdk.common.DKDocRoutingServiceICM docRoutingService
isTraceEnabled
boolean isTraceEnabled
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
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
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
quantityNeeded
int quantityNeeded
requiredItemTypeName
java.lang.String requiredItemTypeName
routeSelection
java.lang.String routeSelection
to
java.lang.String to
from
java.lang.String from
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
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
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
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
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
logSupport
CMBTraceSupport logSupport
errSupport
CMBExceptionSupport errSupport
traceEnabled
boolean traceEnabled
dataReplyEvent
CMBWorkFlowDataReplyEvent dataReplyEvent
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
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
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
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
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
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
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
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
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 |
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
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 |
_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
document
CMBDocument document
document
CMBDocument document
document
CMBDocument document
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
_services
CMBStreamingDocServices _services
_engine
CMBDocumentEngine _engine
_hPage
java.lang.Object _hPage
_document
CMBDocument _document
_rotation
int _rotation
_number
int _number
_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
viewer
CMBGenericDocViewer viewer
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 |
annView
CMBAnnotationView annView
- The annotation view reference.
annoModel
CMBAnnotationSet annoModel
annoView
CMBAnnotationView annoView
annotation
CMBPageAnnotation annotation
annoModel
CMBAnnotationSet annoModel
annoView
CMBAnnotationView annoView
annotation
CMBPageAnnotation annotation
nextAnnotation
CMBPageAnnotation nextAnnotation
annoModel
CMBAnnotationSet annoModel
annoView
CMBAnnotationView annoView
annotation
CMBPageAnnotation annotation
newPoint
java.awt.Point newPoint
oldPoint
java.awt.Point oldPoint
annoModel
CMBAnnotationSet annoModel
annoView
CMBAnnotationView annoView
annotation
CMBPageAnnotation annotation
annoModel
CMBAnnotationSet annoModel
annoView
CMBAnnotationView annoView
annotation
CMBPageAnnotation annotation
newIndex
int newIndex
annoModel
CMBAnnotationSet annoModel
annoView
CMBAnnotationView annoView
annotation
CMBPageAnnotation annotation
newPoint
java.awt.Point newPoint
oldPoint
java.awt.Point oldPoint
annoModel
CMBAnnotationSet annoModel
annoView
CMBAnnotationView annoView
annotation
CMBPageAnnotation annotation
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
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
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
propList
java.util.Vector propList
propList
java.util.Vector propList
propList
java.util.Vector propList
beginPoint
java.awt.Point beginPoint
endPoint
java.awt.Point endPoint
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
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
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
propList
java.util.Vector propList
strokeList
java.util.Vector strokeList
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
from
java.awt.Point from
- point where the stroke started
to
java.awt.Point to
- point where the stroke started
propList
java.util.Vector propList
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
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
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.