Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<FieldLayout,Project> |
MockProjectFieldLayoutSchemeHelper.getProjectsForFieldLayouts(Set<FieldLayout> fieldLayouts) |
com.google.common.collect.Multimap<FieldLayout,Project> |
DefaultProjectFieldLayoutSchemeHelper.getProjectsForFieldLayouts(Set<FieldLayout> fieldLayouts) |
com.google.common.collect.Multimap<FieldLayout,Project> |
ProjectFieldLayoutSchemeHelper.getProjectsForFieldLayouts(Set<FieldLayout> fieldLayouts)
Like
ProjectFieldLayoutSchemeHelper.getProjectsForFieldLayout(com.atlassian.jira.issue.fields.layout.field.FieldLayout) , but takes a set of fieldLayouts
and returns a multimap of FieldLayouts -> Active projects |
Set<FieldLayout> |
MockFieldManager.getVisibleFieldLayouts(ApplicationUser user) |
Set<FieldLayout> |
DefaultFieldManager.getVisibleFieldLayouts(ApplicationUser user) |
Set<FieldLayout> |
FieldManager.getVisibleFieldLayouts(ApplicationUser user)
Returns all the visible FieldLayouts for the given user.
|
Modifier and Type | Method and Description |
---|---|
List<Project> |
MockProjectFieldLayoutSchemeHelper.getProjectsForFieldLayout(FieldLayout fieldLayout) |
List<Project> |
DefaultProjectFieldLayoutSchemeHelper.getProjectsForFieldLayout(FieldLayout fieldLayout) |
List<Project> |
ProjectFieldLayoutSchemeHelper.getProjectsForFieldLayout(FieldLayout fieldLayout)
Returns a list of the projects are currently using the passed field layout, and the field layout is active.
|
MockProjectFieldLayoutSchemeHelper |
MockProjectFieldLayoutSchemeHelper.setProjectsForFieldLayout(FieldLayout fieldLayout,
List<Project> layoutProjects) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<FieldLayout,Project> |
MockProjectFieldLayoutSchemeHelper.getProjectsForFieldLayouts(Set<FieldLayout> fieldLayouts) |
com.google.common.collect.Multimap<FieldLayout,Project> |
DefaultProjectFieldLayoutSchemeHelper.getProjectsForFieldLayouts(Set<FieldLayout> fieldLayouts) |
com.google.common.collect.Multimap<FieldLayout,Project> |
ProjectFieldLayoutSchemeHelper.getProjectsForFieldLayouts(Set<FieldLayout> fieldLayouts)
Like
ProjectFieldLayoutSchemeHelper.getProjectsForFieldLayout(com.atlassian.jira.issue.fields.layout.field.FieldLayout) , but takes a set of fieldLayouts
and returns a multimap of FieldLayouts -> Active projects |
boolean |
MockFieldManager.isFieldHidden(Set<FieldLayout> fieldLayouts,
Field field) |
boolean |
DefaultFieldManager.isFieldHidden(Set<FieldLayout> fieldLayouts,
Field field) |
boolean |
FieldManager.isFieldHidden(Set<FieldLayout> fieldLayouts,
Field field)
Checks whether the given field is hidden in all of the given Field Layouts.
|
protected boolean |
AbstractOrderableField.isHidden(Collection<FieldLayout> fieldLayouts)
Determines if the field is hidden in at least one field layout.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EditableDefaultFieldLayout
A marker interface to describe the default editable field layout.
|
interface |
EditableFieldLayout
Used to describe an EditableFieldLayout.
|
Modifier and Type | Class and Description |
---|---|
class |
EditableDefaultFieldLayoutImpl |
class |
EditableFieldLayoutImpl |
class |
FieldLayoutImpl |
class |
MockFieldLayout
Simple mock implementation of
FieldLayout . |
Modifier and Type | Method and Description |
---|---|
FieldLayout |
MockFieldLayoutItem.getFieldLayout() |
FieldLayout |
MockFieldLayoutManager.getFieldLayout() |
FieldLayout |
FieldLayoutItemImpl.getFieldLayout() |
FieldLayout |
AbstractFieldLayoutManager.getFieldLayout() |
FieldLayout |
FieldLayoutItem.getFieldLayout()
Returns the
FieldLayout that this item is a part of. |
FieldLayout |
FieldLayoutManager.getFieldLayout()
Used to retrieve
FieldLayout information when rendering a screen. |
FieldLayout |
MockFieldLayoutManager.getFieldLayout(org.ofbiz.core.entity.GenericValue issue) |
FieldLayout |
DefaultFieldLayoutManager.getFieldLayout(org.ofbiz.core.entity.GenericValue issue) |
FieldLayout |
FieldLayoutManager.getFieldLayout(org.ofbiz.core.entity.GenericValue issue)
Deprecated.
Use
FieldLayoutManager.getFieldLayout(com.atlassian.jira.issue.Issue) instead. Since v5.0. |
FieldLayout |
MockFieldLayoutManager.getFieldLayout(Issue issue) |
FieldLayout |
AbstractFieldLayoutManager.getFieldLayout(Issue issue) |
FieldLayout |
FieldLayoutManager.getFieldLayout(Issue issue)
Returns the fieldLayout for an issue.
|
FieldLayout |
MockFieldLayoutManager.getFieldLayout(Long id) |
FieldLayout |
DefaultFieldLayoutManager.getFieldLayout(Long id) |
FieldLayout |
FieldLayoutManager.getFieldLayout(Long id)
Used to retrieve
FieldLayout information when rendering a screen given the id
of the field layout. |
FieldLayout |
MockFieldLayoutManager.getFieldLayout(Long projectId,
String issueTypeId) |
FieldLayout |
DefaultFieldLayoutManager.getFieldLayout(Long projectId,
String issueTypeId) |
FieldLayout |
FieldLayoutManager.getFieldLayout(Long projectId,
String issueTypeId)
Find the FieldLayout for the given Project and IssueType.
|
FieldLayout |
MockFieldLayoutManager.getFieldLayout(Project project,
String issueTypeId) |
FieldLayout |
DefaultFieldLayoutManager.getFieldLayout(Project project,
String issueTypeId) |
FieldLayout |
FieldLayoutManager.getFieldLayout(Project project,
String issueTypeId) |
protected FieldLayout |
AbstractFieldLayoutManager.getRelevantFieldLayout(Long id)
Retrieves the field layout given a given id.
|
Modifier and Type | Method and Description |
---|---|
Set<FieldLayout> |
MockFieldLayoutManager.getUniqueFieldLayouts(Collection<Project> projects,
Collection<String> issueTypeIds) |
Set<FieldLayout> |
DefaultFieldLayoutManager.getUniqueFieldLayouts(Collection<Project> projects,
Collection<String> issueTypeIds) |
Set<FieldLayout> |
FieldLayoutManager.getUniqueFieldLayouts(Collection<Project> projects,
Collection<String> issueTypeIds)
Retrieves all the
FieldLayout 's for a collection of projects and issue types. |
Set<FieldLayout> |
MockFieldLayoutManager.getUniqueFieldLayouts(Project project) |
Set<FieldLayout> |
DefaultFieldLayoutManager.getUniqueFieldLayouts(Project project) |
Set<FieldLayout> |
FieldLayoutManager.getUniqueFieldLayouts(Project project)
Retrieves all the
FieldLayout 's for a project. |
Modifier and Type | Method and Description |
---|---|
void |
MockFieldLayoutManager.deleteFieldLayout(FieldLayout fieldLayout) |
void |
DefaultFieldLayoutManager.deleteFieldLayout(FieldLayout fieldLayout) |
void |
FieldLayoutManager.deleteFieldLayout(FieldLayout fieldLayout)
Deletes a custom
FieldLayout |
Collection<FieldConfigurationScheme> |
MockFieldLayoutManager.getFieldConfigurationSchemes(FieldLayout fieldLayout) |
Collection<FieldConfigurationScheme> |
DefaultFieldLayoutManager.getFieldConfigurationSchemes(FieldLayout fieldLayout) |
Collection<FieldConfigurationScheme> |
FieldLayoutManager.getFieldConfigurationSchemes(FieldLayout fieldLayout)
Returns a collection of
FieldConfigurationScheme s that include the given FieldLayout . |
Collection<Project> |
MockFieldLayoutManager.getProjectsUsing(FieldLayout fieldLayout) |
Collection<Project> |
DefaultFieldLayoutManager.getProjectsUsing(FieldLayout fieldLayout) |
Collection<Project> |
FieldLayoutManager.getProjectsUsing(FieldLayout fieldLayout)
Finds all projects that use the given
FieldLayout (via the configured FieldConfigurationScheme ). |
Collection<org.ofbiz.core.entity.GenericValue> |
MockFieldLayoutManager.getRelatedProjects(FieldLayout fieldLayout) |
Collection<org.ofbiz.core.entity.GenericValue> |
DefaultFieldLayoutManager.getRelatedProjects(FieldLayout fieldLayout) |
Collection<org.ofbiz.core.entity.GenericValue> |
FieldLayoutManager.getRelatedProjects(FieldLayout fieldLayout)
Deprecated.
Use
FieldLayoutManager.getProjectsUsing(FieldLayout) instead. Since v6.4. |
MockFieldLayoutItem |
MockFieldLayoutItem.setFieldLayout(FieldLayout fieldLayout) |
FieldLayoutItemImpl.Builder |
FieldLayoutItemImpl.Builder.setFieldLayout(FieldLayout fieldLayout) |
MockFieldLayoutManager |
MockFieldLayoutManager.setFieldLayout(Long id,
FieldLayout fieldLayout) |
MockFieldLayoutManager |
MockFieldLayoutManager.setFieldLayout(Project project,
String issueTypeId,
FieldLayout fieldLayout) |
Modifier and Type | Method and Description |
---|---|
FieldLayout |
BulkFieldScreenRendererImpl.getFieldLayout() |
FieldLayout |
FieldScreenRenderer.getFieldLayout()
Get the underlying
FieldLayout which backs this FieldScreenRenderer . |
Modifier and Type | Method and Description |
---|---|
boolean |
CustomFieldClausePermissionChecker.hasPermissionToUseClause(ApplicationUser user,
Set<FieldLayout> fieldLayouts) |
boolean |
WatchPermissionChecker.hasPermissionToUseClause(ApplicationUser searcher,
Set<FieldLayout> fieldLayouts) |
boolean |
StatusCategoryPermissionChecker.hasPermissionToUseClause(ApplicationUser user,
Set<FieldLayout> fieldLayouts) |
boolean |
IssuePropertyClausePermissionChecker.hasPermissionToUseClause(ApplicationUser user,
Set<FieldLayout> fieldLayouts) |
boolean |
TimeTrackingPermissionChecker.hasPermissionToUseClause(ApplicationUser searcher,
Set<FieldLayout> fieldLayouts) |
boolean |
IssueParentPermissionChecker.hasPermissionToUseClause(ApplicationUser searcher,
Set<FieldLayout> fieldLayouts) |
boolean |
NoOpClausePermissionChecker.hasPermissionToUseClause(ApplicationUser searcher,
Set<FieldLayout> fieldLayouts) |
boolean |
DefaultClausePermissionHandler.hasPermissionToUseClause(ApplicationUser searcher,
Set<FieldLayout> fieldLayouts) |
boolean |
FieldClausePermissionChecker.hasPermissionToUseClause(ApplicationUser searcher,
Set<FieldLayout> fieldLayouts) |
boolean |
VotePermissionChecker.hasPermissionToUseClause(ApplicationUser searcher,
Set<FieldLayout> fieldLayouts) |
boolean |
ClausePermissionChecker.hasPermissionToUseClause(ApplicationUser user,
Set<FieldLayout> fieldLayouts)
Checks to see that the provided user is able to use the clause.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MockClausePermissionChecker.hasPermissionToUseClause(ApplicationUser searcher,
Set<FieldLayout> fieldLayouts) |
Modifier and Type | Method and Description |
---|---|
FieldLayout |
ProjectIssueTypeContextProvider.ProjectIssueType.getFieldLayout() |
Constructor and Description |
---|
ProjectIssueType(IssueType issueType,
boolean defaultIssueType,
String workflowName,
FieldScreenScheme fieldScreenScheme,
FieldLayout fieldLayout) |
SimpleFieldConfig(FieldLayout fieldLayout,
String url,
boolean defaultFieldConfig) |
SimpleFieldConfig(FieldLayout fieldLayout,
String url,
boolean defaultFieldConfig,
Collection<Project> sharedProjects,
List<ProjectFieldsContextProvider.SimpleFieldLayoutItem> fieldLayoutItems,
List<SimpleIssueType> issueTypes) |
Modifier and Type | Method and Description |
---|---|
FieldLayout |
ConfigureFieldLayoutScheme.getFieldLayout(Long fieldLayoutId) |
Modifier and Type | Method and Description |
---|---|
protected FieldLayout |
MoveIssueUpdateFields.getTargetFieldLayout() |
Modifier and Type | Method and Description |
---|---|
FieldLayout |
BulkEditBeanImpl.getTargetFieldLayout() |
FieldLayout |
BulkEditBean.getTargetFieldLayout() |
FieldLayout |
BulkEditBeanImpl.getTargetFieldLayoutForType(String targetTypeId) |
FieldLayout |
BulkEditBean.getTargetFieldLayoutForType(String targetTypeId) |
Modifier and Type | Method and Description |
---|---|
Collection<FieldLayout> |
BulkEditBeanImpl.getFieldLayouts()
Returns all the unique field layouts of the selected issues
|
Collection<FieldLayout> |
BulkEditBean.getFieldLayouts()
Returns all the unique field layouts of the selected issues
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.