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 boolean
hasReadAccessToBuildPromotion(BuildPromotion promo)
boolean
hasReadAccessToBuildTypeWithId(String buildTypeId)
boolean
isSystemAccess()
-
-
-
Method Detail
-
isSystemAccess
boolean isSystemAccess()
-
hasReadAccessToBuildPromotion
boolean hasReadAccessToBuildPromotion(@NotNull BuildPromotion promo)
-
hasReadAccessToBuildTypeWithId
boolean hasReadAccessToBuildTypeWithId(@NotNull String buildTypeId)
-
-