Eclipse client API : find completed change sets
Hello,
I am looking for an API that finds completed change-sets.
If I understand correctly, the API IChangeSet.isActive indicates whether change-set is completed (not active) or not.
I know the API IWorkspaceConnection.activeChangeSets() returns list of active change sets. Is there an API for non-active change-sets ?
Thanks.
One answer
We don't have API for finding all closed change sets. I guess statistically speaking, most change sets in the database would be closed (i.e. anytime you deliver or discard a change set, or create a baseline, any open change sets get automatically closed).
Feel free to open an enhancement request.
(As a FYI even though it doesn't answer your question, in addition to IWorkspaceConnection.activeChangeSets(), this class is also relevant for querying for change sets: IChangeSetSearchCriteria, which is used in IWorkspaceManager.findChangeSets(...))
Comments
showing 5 of 6
show 1 more comments