Interface IBaselineCollectionsManager
public interface IBaselineCollectionsManager
- Since:
- 3.20.1
-
Method Summary
Modifier and TypeMethodDescriptioncreateCollection
(String projectId) Creates a collection.getCollection
(String projectId, String id) Returns a baseline collection.
-
Method Details
-
createCollection
Creates a collection.The collection is not saved. Users must call
IPObject.save()
manually. -
getCollection
Returns a baseline collection. The object may be unresolvable.
-