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

Packages that use SchemeEntity
com.atlassian.jira.event.issue.security   
com.atlassian.jira.event.listeners.mail   
com.atlassian.jira.event.notification   
com.atlassian.jira.event.permission   
com.atlassian.jira.event.scheme   
com.atlassian.jira.issue.security   
com.atlassian.jira.notification   
com.atlassian.jira.permission   
com.atlassian.jira.scheme   
com.atlassian.jira.template   
com.atlassian.jira.web.action.admin.scheme.comparison   
com.atlassian.jira.workflow   
 

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.listeners.mail
 

Method parameters in com.atlassian.jira.event.listeners.mail with type arguments of type SchemeEntity
protected  void MailListener.addMailItems(List<SchemeEntity> schemeEntities, IssueEvent event)
          Add mail items to the mail queue for the event and the associated notification types as defined in the notification scheme.
 

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)
           
NotificationDeletedEvent(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)
           
PermissionDeletedEvent(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.issue.security
 

Methods in com.atlassian.jira.issue.security that return SchemeEntity
protected  SchemeEntity IssueSecuritySchemeManagerImpl.makeSchemeEntity(org.ofbiz.core.entity.GenericValue entity)
           
 

Methods in com.atlassian.jira.issue.security with parameters of type SchemeEntity
 org.ofbiz.core.entity.GenericValue IssueSecuritySchemeManagerImpl.createSchemeEntity(org.ofbiz.core.entity.GenericValue scheme, SchemeEntity schemeEntity)
           
protected  org.ofbiz.core.entity.GenericValue IssueSecuritySchemeManagerImpl.createSchemeEntityNoEvent(org.ofbiz.core.entity.GenericValue scheme, SchemeEntity schemeEntity)
           
 

Uses of SchemeEntity in com.atlassian.jira.notification
 

Methods in com.atlassian.jira.notification that return SchemeEntity
protected  SchemeEntity DefaultNotificationSchemeManager.makeSchemeEntity(org.ofbiz.core.entity.GenericValue schemeEntityGV)
           
 

Methods in com.atlassian.jira.notification that return types with arguments of type SchemeEntity
 List<SchemeEntity> DefaultNotificationSchemeManager.getNotificationSchemeEntities(Project project, long entityTypeId)
           
 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
 org.ofbiz.core.entity.GenericValue DefaultNotificationSchemeManager.createSchemeEntity(org.ofbiz.core.entity.GenericValue scheme, SchemeEntity schemeEntity)
           
protected  org.ofbiz.core.entity.GenericValue DefaultNotificationSchemeManager.createSchemeEntityNoEvent(org.ofbiz.core.entity.GenericValue scheme, SchemeEntity schemeEntity)
           
 Set<NotificationRecipient> DefaultNotificationSchemeManager.getRecipients(IssueEvent event, SchemeEntity notification)
           
 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.permission
 

Methods in com.atlassian.jira.permission that return SchemeEntity
protected  SchemeEntity DefaultPermissionSchemeManager.makeSchemeEntity(org.ofbiz.core.entity.GenericValue entity)
           
 

Methods in com.atlassian.jira.permission with parameters of type SchemeEntity
 org.ofbiz.core.entity.GenericValue DefaultPermissionSchemeManager.createSchemeEntity(org.ofbiz.core.entity.GenericValue scheme, SchemeEntity schemeEntity)
          Create a new permission record in the database
protected  org.ofbiz.core.entity.GenericValue DefaultPermissionSchemeManager.createSchemeEntityNoEvent(org.ofbiz.core.entity.GenericValue scheme, SchemeEntity schemeEntity)
           
 

Uses of SchemeEntity in com.atlassian.jira.scheme
 

Methods in com.atlassian.jira.scheme that return SchemeEntity
protected abstract  SchemeEntity AbstractSchemeManager.makeSchemeEntity(org.ofbiz.core.entity.GenericValue schemeEntityGV)
           
 

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)
           
protected abstract  org.ofbiz.core.entity.GenericValue AbstractSchemeManager.createSchemeEntityNoEvent(org.ofbiz.core.entity.GenericValue scheme, SchemeEntity schemeEntity)
           
 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)
           
 

Uses of SchemeEntity in com.atlassian.jira.template
 

Methods in com.atlassian.jira.template with parameters of type SchemeEntity
 Template TemplateManager.getTemplate(SchemeEntity notificationSchemeEntity)
           
 Template DefaultTemplateManager.getTemplate(SchemeEntity notificationSchemeEntity)
          Retrieve the template from the notification scheme entity.
 

Uses of SchemeEntity in com.atlassian.jira.web.action.admin.scheme.comparison
 

Methods in com.atlassian.jira.web.action.admin.scheme.comparison with parameters of type SchemeEntity
 String SchemeComparisonToolAction.getSchemeTypeForEntity(SchemeEntity schemeEntity)
           
 

Method parameters in com.atlassian.jira.web.action.admin.scheme.comparison with type arguments of type SchemeEntity
 List<String> SchemeComparisonToolAction.getSchemeEntitiesByDisplayName(Collection<SchemeEntity> schemeEntities)
           
 

Uses of SchemeEntity in com.atlassian.jira.workflow
 

Methods in com.atlassian.jira.workflow that return SchemeEntity
protected  SchemeEntity DefaultWorkflowSchemeManager.makeSchemeEntity(org.ofbiz.core.entity.GenericValue entity)
           
 

Methods in com.atlassian.jira.workflow with parameters of type SchemeEntity
 org.ofbiz.core.entity.GenericValue DefaultWorkflowSchemeManager.createSchemeEntity(org.ofbiz.core.entity.GenericValue scheme, SchemeEntity schemeEntity)
           
 org.ofbiz.core.entity.GenericValue DefaultWorkflowSchemeManager.createSchemeEntity(long schemeId, SchemeEntity schemeEntity)
           
protected  org.ofbiz.core.entity.GenericValue DefaultWorkflowSchemeManager.createSchemeEntityNoEvent(org.ofbiz.core.entity.GenericValue scheme, SchemeEntity schemeEntity)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.