Overridden compareRemoteRevisionWith function
Loads up the previous project configuration and compares
that against the current to determine if the project has changed
At this point we don't have a separate link for the Change Set itself
Each entry essentially is a change set within itself
Returns an Integrity annotation view link for a specific file
Returns an URL encoded string representation for invoking this Integrity member's differences view
This assumes that IntegrityCMProject.compareBaseline() was invoked!
This class is intended to represent an Integrity CM Member
However, due to scalability constraints, the bulk of the member metadata
will be stored in an embedded database.
Toggles whether or not a workspace is required for polling
Since, we're using a Server Integration Point in the Integrity API,
we do not require a workspace.
The URL of the Integrity Configuration Management Server
For example: http://hostname:7001
NOTE: This is optional and is used as an override to the URL
found within the IntegrityChangeLogSet.getIntegrityURL()
Project access function that returns the state of the current project
NOTE: For maximum efficiency, this should be called only once and after the compareBasline() has been invoked!