Interface DiagramPictureApi
public interface DiagramPictureApi
-
Method Summary
Modifier and TypeMethodDescriptionaddDiagramPicture
(AddDiagramPictureRequest addDiagramPictureRequest) Take a diagram picture for a given asset and diagram view.
-
Method Details
-
addDiagramPicture
Take a diagram picture for a given asset and diagram view. A diagram picture is a copy of traceability diagram (result diagram) at a given time (for more information on traceability diagram check DGC User Guide). The motivation behind diagram picture is to be able to reopen them at a later point in time and be able to see them them exactly as they were created. This feature is not possible for result diagram which are always showing the current situation. The picture inherits it's sharing rule from the view passed as parameter.- Parameters:
addDiagramPictureRequest
- the parameters for creating the picture- Returns:
- the id of the new picture
-