|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Scheme in com.atlassian.jira.event.issue.security |
---|
Constructors in com.atlassian.jira.event.issue.security with parameters of type Scheme | |
---|---|
IssueSecuritySchemeCopiedEvent(Scheme fromScheme,
Scheme toScheme)
|
|
IssueSecuritySchemeCreatedEvent(Scheme scheme)
|
|
IssueSecuritySchemeUpdatedEvent(Scheme scheme)
|
Uses of Scheme in com.atlassian.jira.event.notification |
---|
Constructors in com.atlassian.jira.event.notification with parameters of type Scheme | |
---|---|
NotificationSchemeCopiedEvent(Scheme fromScheme,
Scheme toScheme)
|
|
NotificationSchemeCreatedEvent(Scheme scheme)
|
|
NotificationSchemeUpdatedEvent(Scheme scheme)
|
Uses of Scheme in com.atlassian.jira.event.permission |
---|
Constructors in com.atlassian.jira.event.permission with parameters of type Scheme | |
---|---|
PermissionSchemeCopiedEvent(Scheme fromScheme,
Scheme toScheme)
|
|
PermissionSchemeCreatedEvent(Scheme scheme)
|
|
PermissionSchemeUpdatedEvent(Scheme scheme)
|
Uses of Scheme in com.atlassian.jira.event.scheme |
---|
Constructors in com.atlassian.jira.event.scheme with parameters of type Scheme | |
---|---|
AbstractSchemeCopiedEvent(Scheme fromScheme,
Scheme toScheme)
|
|
AbstractSchemeEvent(Scheme scheme)
|
Uses of Scheme in com.atlassian.jira.event.workflow |
---|
Constructors in com.atlassian.jira.event.workflow with parameters of type Scheme | |
---|---|
WorkflowSchemeCopiedEvent(Scheme fromScheme,
Scheme toScheme)
|
|
WorkflowSchemeCreatedEvent(Scheme scheme)
|
|
WorkflowSchemeUpdatedEvent(Scheme scheme)
|
Uses of Scheme in com.atlassian.jira.issue.security |
---|
Methods in com.atlassian.jira.issue.security that return Scheme | |
---|---|
Scheme |
IssueSecuritySchemeManager.getSchemeObject(Long id)
Deprecated. Use IssueSecuritySchemeManager.getIssueSecurityLevelScheme(Long) instead. Since v5.2. |
Uses of Scheme in com.atlassian.jira.scheme |
---|
Methods in com.atlassian.jira.scheme that return Scheme | |
---|---|
Scheme |
Scheme.cloneScheme()
|
Scheme |
SchemeManager.copyScheme(Scheme scheme)
Copys a scheme, giving the new scheme the same entities as the original one |
Scheme |
SchemeManager.createSchemeAndEntities(Scheme scheme)
|
Scheme |
SchemeManager.createSchemeObject(String name,
String description)
Creates a new scheme |
Scheme |
SchemeManager.getDefaultSchemeObject()
Gets the default scheme. |
Scheme |
SchemeManager.getSchemeFor(Project project)
Get the scheme of this type attached to the given project. |
Scheme |
SchemeManager.getSchemeObject(Long id)
Gets a scheme by id from the database. |
Scheme |
SchemeManager.getSchemeObject(String name)
Gets a scheme by name from the database. |
Methods in com.atlassian.jira.scheme that return types with arguments of type Scheme | |
---|---|
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> |
SchemeManager.getSchemeObjects()
Gets all scheme objects in the database. |
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 |
SchemeManager.addSchemeToProject(Project project,
Scheme scheme)
Adds a scheme to a particular project |
boolean |
Scheme.containsSameEntities(Scheme other)
|
Scheme |
SchemeManager.copyScheme(Scheme scheme)
Copys a scheme, giving the new scheme the same entities as the original one |
Scheme |
SchemeManager.createSchemeAndEntities(Scheme scheme)
|
List<Project> |
SchemeManager.getProjects(Scheme scheme)
Gets all projects that are associated with that scheme |
void |
SchemeManager.updateScheme(Scheme scheme)
Updates any changes to the scheme object. |
Uses of Scheme in com.atlassian.jira.workflow |
---|
Methods in com.atlassian.jira.workflow with parameters of type Scheme | |
---|---|
Iterable<JiraWorkflow> |
WorkflowManager.getWorkflowsFromScheme(Scheme workflowScheme)
Returns all workflows for a given scheme. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |