Finding Snapshots with no owner set using plain Java Client API
Hi I have written a script using the java plain api to find orphaned snapshots and set a new owner.
Is there a quick way using IBaselineSetSearchCriteria to do this?
Also is there a way to check if an object is null from it's handle? e.g. can you tell from IWorkspaceHandle if it is a reference to a null object without fetching the full IWorkspace object?
Thanks!