Interface ObjectAccessChecker
-
public interface ObjectAccessChecker- Author:
- Pavel.Sher Date: 01.11.2008
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasReadAccessToBuildPromotion(BuildPromotion promo)booleanhasReadAccessToBuildTypeWithId(String buildTypeId)booleanisSystemAccess()
-
-
-
Method Detail
-
isSystemAccess
boolean isSystemAccess()
-
hasReadAccessToBuildPromotion
boolean hasReadAccessToBuildPromotion(@NotNull BuildPromotion promo)
-
hasReadAccessToBuildTypeWithId
boolean hasReadAccessToBuildTypeWithId(@NotNull String buildTypeId)
-
-