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 TypeMethodDescriptionexists()The returned selector returns true also when the selected object exists, but user has no permission to read it in which case theModelEntity.isUnresolvable()returns true
-
Method Details
-
exists
The returned selector returns true also when the selected object exists, but user has no permission to read it in which case theModelEntity.isUnresolvable()returns true
-