public class CheckpointFactory
Type Params | Return Type | Name and description |
---|---|---|
|
public static Checkpoint |
findCheckpoint(String checkpointId) Finds Checkpoint by its id |
Finds Checkpoint by its id
checkpointId
is null,
checkpoint doesn't exist or
checkpoint is missing element(s)checkpointId
- Must be checkpoint full id
Eg: Using "Checkpoints/Sample Checkpoint" (full id)
checkpointRelativeId
"Sample Checkpoint" is not accepted