Interface HasExistenceCheck<T>

All Known Subinterfaces:
BaselineCollections, Baselines, Documents, Plans, RichPages, TestRuns, UserGroups, Users, WikiPages

public interface HasExistenceCheck<T>
Since:
3.9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    The returned selector returns true also when the selected object exists, but user has no permission to read it in which case the ModelEntity.isUnresolvable() returns true
  • Method Details

    • exists

      @NotNull T exists()
      The returned selector returns true also when the selected object exists, but user has no permission to read it in which case the ModelEntity.isUnresolvable() returns true