All Frameworks Class Hierarchy This Framework Previous Indexes
CATInstantCollabDesignCAAItf Class CATCollabWsInfo
CATCollabWsInfo
Usage: you must use this class as is. You should never derive it.
public class CATCollabWsInfo
This class contains all the information of the pointed feature related with the workspace
where it has been pushed for the first time
TS : timestamp
BC : briecase identifier
Constructor and Destructor Index
- o
CATCollabWsInfo()
-
Method Index
- o
Stream(CATMathStream&)
- Stream the CATCollabWsInfo inside the
- o
UnStream(CATMathStream&)
- Unstream the CATCollabWsInfo from the
- o
operator!=(CATCollabWsInfo&)
- Compare 2 CATCollabWsInfo
- o
operator==(CATCollabWsInfo&)
- Compare 2 CATCollabWsInfo
Data Member Index
- o
BCLastInWs
- Last briefcase containing a version of the pointed feature
- o
TSLastInWs
- Last time that a briefcase push a version of the pointed object inside the workspace
- o
Watchers
- List of people watching the modifications of the pointed feature
Constructor and Destructor
o CATCollabWsInfo
-
Methods
o Stream
-
Stream the CATCollabWsInfo inside the
CATMathStream iostr
o UnStream
-
Unstream the CATCollabWsInfo from the
CATMathStream iostr
o operator!=
-
Compare 2 CATCollabWsInfo
o operator==
-
Compare 2 CATCollabWsInfo
Data Members
o BCLastInWs
public CATUnicodeString BCLastInWs
-
Last briefcase containing a version of the pointed feature
o TSLastInWs
public time_t TSLastInWs
-
Last time that a briefcase push a version of the pointed object inside the workspace
o Watchers
public CATListOfCATUnicodeString Watchers
-
List of people watching the modifications of the pointed feature
This object is included in the file: CATCollabInfo.h
If needed, your Imakefile.mk should include the module: CATInstantCollabDesignItf