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

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

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

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)
           
 

Uses of SchemeEntity in com.atlassian.jira.notification
 

Methods in com.atlassian.jira.notification with parameters of type SchemeEntity
 Set NotificationSchemeManager.getRecipients(IssueEvent event, SchemeEntity notification)
           
 org.ofbiz.core.entity.GenericValue DefaultNotificationSchemeManager.createSchemeEntity(org.ofbiz.core.entity.GenericValue scheme, SchemeEntity schemeEntity)
           
 Set DefaultNotificationSchemeManager.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 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
 

Uses of SchemeEntity in com.atlassian.jira.scheme
 

Methods in com.atlassian.jira.scheme with parameters of type SchemeEntity
 org.ofbiz.core.entity.GenericValue SchemeManager.createSchemeEntity(org.ofbiz.core.entity.GenericValue scheme, SchemeEntity entity)
           
 

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.workflow
 

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)
           
 



Copyright © 2002-2006 Atlassian. All Rights Reserved.