Uses of Class
com.atlassian.jira.scheme.SchemeEntity

Packages that use SchemeEntity
com.atlassian.jira.event.issue.security   
com.atlassian.jira.event.notification   
com.atlassian.jira.event.permission   
com.atlassian.jira.event.scheme   
com.atlassian.jira.notification   
com.atlassian.jira.scheme   
 

Uses of SchemeEntity in com.atlassian.jira.event.issue.security
 

Constructors in com.atlassian.jira.event.issue.security with parameters of type SchemeEntity
IssueSecurityLevelAddedEvent(Long schemeId, SchemeEntity schemeEntity)
           
 

Uses of SchemeEntity in com.atlassian.jira.event.notification
 

Constructors in com.atlassian.jira.event.notification with parameters of type SchemeEntity
NotificationAddedEvent(Long schemeId, SchemeEntity schemeEntity)
           
 

Uses of SchemeEntity in com.atlassian.jira.event.permission
 

Constructors in com.atlassian.jira.event.permission with parameters of type SchemeEntity
PermissionAddedEvent(Long schemeId, SchemeEntity schemeEntity)
           
 

Uses of SchemeEntity in com.atlassian.jira.event.scheme
 

Constructors in com.atlassian.jira.event.scheme with parameters of type SchemeEntity
AbstractSchemeEntityEvent(Long schemeId, SchemeEntity schemeEntity)
           
 

Uses of SchemeEntity in com.atlassian.jira.notification
 

Methods in com.atlassian.jira.notification that return types with arguments of type SchemeEntity
 List<SchemeEntity> NotificationSchemeManager.getNotificationSchemeEntities(Project project, long entityTypeId)
          Get the notification scheme entities for this project and entity type.
 

Methods in com.atlassian.jira.notification with parameters of type SchemeEntity
 Set<NotificationRecipient> NotificationSchemeManager.getRecipients(IssueEvent event, SchemeEntity notification)
          Retrieve the set of recipients for the event using the specified notification entity.
 

Uses of SchemeEntity in com.atlassian.jira.scheme
 

Methods in com.atlassian.jira.scheme that return types with arguments of type SchemeEntity
 Collection<SchemeEntity> Scheme.getEntities()
           
 List<SchemeEntity> Scheme.getEntitiesByType(Object typeId)
           
 

Methods in com.atlassian.jira.scheme with parameters of type SchemeEntity
 void Scheme.addEntity(SchemeEntity entity)
          Deprecated. this class will be made immutable, create a new Scheme instead.
 org.ofbiz.core.entity.GenericValue SchemeManager.createSchemeEntity(org.ofbiz.core.entity.GenericValue scheme, SchemeEntity entity)
           
 void Scheme.removeEntity(SchemeEntity entity)
          Deprecated. this class will be made immutable, create a new Scheme instead.
 

Method parameters in com.atlassian.jira.scheme with type arguments of type SchemeEntity
 void Scheme.setEntities(Collection<SchemeEntity> entities)
          Deprecated. this class will be made immutable, create a new Scheme instead.
 

Constructor parameters in com.atlassian.jira.scheme with type arguments of type SchemeEntity
Scheme(Long id, String type, String name, Collection<SchemeEntity> entities)
           
Scheme(Long id, String type, String name, String description, Collection<SchemeEntity> entities)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.