Uses of Interface
com.atlassian.jira.sharing.type.ShareTypeValidator

Packages that use ShareTypeValidator
com.atlassian.jira.sharing.type   
 

Uses of ShareTypeValidator in com.atlassian.jira.sharing.type
 

Classes in com.atlassian.jira.sharing.type that implement ShareTypeValidator
 class GlobalShareTypeValidator
          A GlobalShareTypeValidator representing a globally shared SharedEntity.
 class GroupShareTypeValidator
          A validator for the GroupShareType.
 class ProjectShareTypeValidator
          Validator for ProjectShareType
 

Methods in com.atlassian.jira.sharing.type that return ShareTypeValidator
 ShareTypeValidator AbstractShareType.getValidator()
           
 ShareTypeValidator ShareType.getValidator()
          Retrieves the ShareTypeValidator that contains all logic for validating this ShareType
 

Constructors in com.atlassian.jira.sharing.type with parameters of type ShareTypeValidator
AbstractShareType(ShareType.Name type, boolean singleton, int priority, ShareTypeRenderer renderer, ShareTypeValidator validator, ShareTypePermissionChecker permissionChecker, ShareQueryFactory queryFactory, Comparator comparator)
           
 



Copyright © 2002-2008 Atlassian. All Rights Reserved.