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

Packages that use Scheme
com.atlassian.jira.bc.scheme.distiller   
com.atlassian.jira.issue.security   
com.atlassian.jira.notification   
com.atlassian.jira.permission   
com.atlassian.jira.scheme   
com.atlassian.jira.scheme.distiller   
com.atlassian.jira.scheme.mapper   
com.atlassian.jira.workflow   
 

Uses of Scheme in com.atlassian.jira.bc.scheme.distiller
 

Methods in com.atlassian.jira.bc.scheme.distiller that return Scheme
 Scheme SchemeDistillerService.persistNewSchemeMappings(com.atlassian.crowd.embedded.api.User user, DistilledSchemeResult distilledSchemeResult, ErrorCollection errorCollection)
          This method will persist the result of the 'distilling' operation.
 Scheme DefaultSchemeDistillerService.persistNewSchemeMappings(com.atlassian.crowd.embedded.api.User user, DistilledSchemeResult distilledSchemeResult, ErrorCollection errorCollection)
           
 

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

Methods in com.atlassian.jira.issue.security that return Scheme
 Scheme IssueSecuritySchemeManagerImpl.copyScheme(Scheme scheme)
           
 Scheme IssueSecuritySchemeManagerImpl.createSchemeObject(String name, String description)
           
 

Methods in com.atlassian.jira.issue.security with parameters of type Scheme
 Scheme IssueSecuritySchemeManagerImpl.copyScheme(Scheme scheme)
           
 List<Project> ProjectIssueSecuritySchemeHelper.getSharedProjects(Scheme issueSecurityScheme)
          Gets the projects using a given IssueSecurity Scheme.
 List<Project> DefaultProjectIssueSecuritySchemeHelper.getSharedProjects(Scheme issueSecurityScheme)
           
 

Uses of Scheme in com.atlassian.jira.notification
 

Methods in com.atlassian.jira.notification with parameters of type Scheme
 List<Project> DefaultProjectNotificationsSchemeHelper.getSharedProjects(Scheme notificationsScheme)
           
 List<Project> ProjectNotificationsSchemeHelper.getSharedProjects(Scheme notificationsScheme)
          Gets the projects using a given Notifications Scheme.
 

Uses of Scheme in com.atlassian.jira.permission
 

Methods in com.atlassian.jira.permission with parameters of type Scheme
 List<Project> ProjectPermissionSchemeHelper.getSharedProjects(Scheme permissionScheme)
          Gets the projects using a given Permission Scheme.
 List<Project> DefaultProjectPermissionSchemeHelper.getSharedProjects(Scheme permissionScheme)
           
 

Uses of Scheme in com.atlassian.jira.scheme
 

Methods in com.atlassian.jira.scheme that return Scheme
 Scheme Scheme.cloneScheme()
           
 Scheme AbstractSchemeManager.copyScheme(Scheme scheme)
           
 Scheme SchemeManager.copyScheme(Scheme scheme)
          Copys a scheme, giving the new scheme the same entities as the original one
 Scheme AbstractSchemeManager.createSchemeAndEntities(Scheme scheme)
           
 Scheme SchemeManager.createSchemeAndEntities(Scheme scheme)
           
 Scheme AbstractSchemeManager.createSchemeObject(String name, String description)
           
 Scheme SchemeManager.createSchemeObject(String name, String description)
          Creates a new scheme
 Scheme AbstractSchemeManager.getDefaultSchemeObject()
           
 Scheme SchemeManager.getDefaultSchemeObject()
          Gets the default scheme.
 Scheme SchemeFactory.getScheme(org.ofbiz.core.entity.GenericValue schemeGV)
          Will take a GenericValue that represents a Scheme and return the actual Scheme object and it's associated entities.
 Scheme DefaultSchemeFactory.getScheme(org.ofbiz.core.entity.GenericValue schemeGV)
           
 Scheme SchemeFactory.getScheme(org.ofbiz.core.entity.GenericValue schemeGV, Collection<org.ofbiz.core.entity.GenericValue> schemeEntityGVs)
          This will take a GenericValue that represents a Scheme and a Collection of GenericValue's representing a SchemeEntity and return the actual Scheme object and it's associated entities as objects.
 Scheme DefaultSchemeFactory.getScheme(org.ofbiz.core.entity.GenericValue schemeGV, Collection<org.ofbiz.core.entity.GenericValue> schemeEntityGVs)
           
 Scheme AbstractSchemeManager.getSchemeFor(Project project)
           
 Scheme SchemeManager.getSchemeFor(Project project)
          Get the scheme of this type attached to the given project.
 Scheme AbstractSchemeAwareAction.getSchemeObject()
           
 Scheme AbstractSchemeManager.getSchemeObject(Long id)
           
 Scheme SchemeManager.getSchemeObject(Long id)
          Gets a scheme by id from the database.
 Scheme AbstractSchemeManager.getSchemeObject(String name)
           
 Scheme SchemeManager.getSchemeObject(String name)
          Gets a scheme by name from the database.
 Scheme SchemeFactory.getSchemeWithEntitiesComparable(org.ofbiz.core.entity.GenericValue schemeGV)
          Will take a GenericValue that represents a Scheme and return the actual Scheme object and it's associated entities, NOTE: the entities returned from this method will not have the id field populated this allows you to test the equality of entities ignoring the fact that they are actually representing different records in the persistent store.
 Scheme DefaultSchemeFactory.getSchemeWithEntitiesComparable(org.ofbiz.core.entity.GenericValue schemeGV)
           
 

Methods in com.atlassian.jira.scheme that return types with arguments of type Scheme
 List<Scheme> AbstractSchemeManager.getAssociatedSchemes(boolean withEntitiesComparable)
           
 List<Scheme> SchemeManager.getAssociatedSchemes(boolean withEntitiesComparable)
          Gets all schemes of this type in the database taht are associated with at least one project.
 List<Scheme> AbstractSchemeManager.getSchemeObjects()
           
 List<Scheme> SchemeManager.getSchemeObjects()
          Gets all scheme objects in the database.
 List<Scheme> SchemeFactory.getSchemes(List<org.ofbiz.core.entity.GenericValue> schemeGVs)
           
 List<Scheme> DefaultSchemeFactory.getSchemes(List<org.ofbiz.core.entity.GenericValue> schemeGVs)
           
 List<Scheme> SchemeFactory.getSchemesWithEntitiesComparable(List<org.ofbiz.core.entity.GenericValue> schemeGVs)
           
 List<Scheme> DefaultSchemeFactory.getSchemesWithEntitiesComparable(List<org.ofbiz.core.entity.GenericValue> schemeGVs)
           
 List<Scheme> AbstractSchemeManager.getUnassociatedSchemes()
           
 List<Scheme> SchemeManager.getUnassociatedSchemes()
          Will return all @link Scheme objects that are not currently associated with any projects.
 

Methods in com.atlassian.jira.scheme with parameters of type Scheme
 void AbstractSchemeManager.addSchemeToProject(Project project, Scheme scheme)
           
 void SchemeManager.addSchemeToProject(Project project, Scheme scheme)
          Adds a scheme to a particular project
 int SchemeComparator.compare(Scheme o1, Scheme o2)
           
 boolean Scheme.containsSameEntities(Scheme other)
           
 Scheme AbstractSchemeManager.copyScheme(Scheme scheme)
           
 Scheme SchemeManager.copyScheme(Scheme scheme)
          Copys a scheme, giving the new scheme the same entities as the original one
 Scheme AbstractSchemeManager.createSchemeAndEntities(Scheme scheme)
           
 Scheme SchemeManager.createSchemeAndEntities(Scheme scheme)
           
 List<Project> AbstractSchemeManager.getProjects(Scheme scheme)
           
 List<Project> SchemeManager.getProjects(Scheme scheme)
          Gets all projects that are associated with that scheme
 void AbstractSchemeManager.updateScheme(Scheme scheme)
           
 void SchemeManager.updateScheme(Scheme scheme)
          Updates any changes to the scheme object.
 

Uses of Scheme in com.atlassian.jira.scheme.distiller
 

Methods in com.atlassian.jira.scheme.distiller that return Scheme
 Scheme DistilledSchemeResult.getResultingScheme()
           
 Scheme SchemeDistiller.persistNewSchemeMappings(DistilledSchemeResult distilledSchemeResult)
          This method will persist the result of the 'distilling' operation.
 Scheme SchemeDistillerImpl.persistNewSchemeMappings(DistilledSchemeResult distilledSchemeResult)
           
 

Methods in com.atlassian.jira.scheme.distiller with parameters of type Scheme
 void DistilledSchemeResults.addUndistilledScheme(Scheme scheme)
           
 Collection DistilledSchemeResult.getAssociatedProjectsForScheme(Scheme scheme)
           
 DistilledSchemeResult SchemeRelationships.getDistilledSchemeResultForScheme(Scheme resultingScheme)
           
 Collection SchemeRelationship.getNonMatchingSchemeEntities(Scheme scheme)
           
 List SchemeRelationship.getSchemeEntities(Scheme scheme)
           
 boolean SchemeRelationships.isSchemeDistilled(Scheme scheme)
           
 void DistilledSchemeResult.setResultingScheme(Scheme resultingScheme)
           
 

Constructors in com.atlassian.jira.scheme.distiller with parameters of type Scheme
DistilledSchemeResult(String type, Collection originalSchemes, Map schemeToProjects, Scheme resultingScheme)
           
 

Uses of Scheme in com.atlassian.jira.scheme.mapper
 

Methods in com.atlassian.jira.scheme.mapper that return Scheme
 Scheme SchemeTransformResult.getOriginalScheme()
          The original scheme that was the template for the transform operation.
 Scheme SchemeTransformResult.getResultingScheme()
           
 Scheme SchemeTransformResult.getTransformedScheme()
          Gets the resulting Scheme from the transform operation.
 

Methods in com.atlassian.jira.scheme.mapper with parameters of type Scheme
 void SchemeTransformResult.setResultingScheme(Scheme resultingScheme)
           
 

Constructors in com.atlassian.jira.scheme.mapper with parameters of type Scheme
SchemeTransformResult(Scheme originalScheme)
           
 

Uses of Scheme in com.atlassian.jira.workflow
 

Methods in com.atlassian.jira.workflow that return Scheme
 Scheme DefaultWorkflowSchemeManager.createSchemeObject(String name, String description)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.