| Package | Description |
|---|---|
| com.riadalabs.jira.plugins.insight.channel.external.api.facade | |
| com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl | |
| com.riadalabs.jira.plugins.insight.services.model | |
| com.riadalabs.jira.plugins.insight.services.model.factory |
This package contains factory components for Assets usage.
|
| com.riadalabs.jira.plugins.insight.services.model.imports |
| Modifier and Type | Method and Description |
|---|---|
StatusTypeBean |
ConfigureFacade.createStatusTypeBean(StatusTypeBean statusTypeBean)
Creates a
StatusTypeBean |
StatusTypeBean |
ConfigureFacade.loadStatusTypeBean(int id)
Loads a single
StatusTypeBean |
StatusTypeBean |
ConfigureFacade.loadStatusTypeBean(int objectSchemaId,
String name)
Loads a single
StatusTypeBean |
StatusTypeBean |
ConfigureFacade.updateStatusTypeBean(StatusTypeBean statusTypeBean)
Updates a
StatusTypeBean |
| Modifier and Type | Method and Description |
|---|---|
List<StatusTypeBean> |
ConfigureFacade.findAllStatusTypeBeans(int objectSchemaId)
Finds all
StatusTypeBean including global ones |
List<StatusTypeBean> |
ConfigureFacade.findGlobalStatusTypeBeans()
Finds all global
StatusTypeBean |
List<StatusTypeBean> |
ConfigureFacade.findStatusTypeBeans(int objectSchemaId)
Finds all
StatusTypeBean for a specific ObjectSchema id |
| Modifier and Type | Method and Description |
|---|---|
StatusTypeBean |
ConfigureFacade.createStatusTypeBean(StatusTypeBean statusTypeBean)
Creates a
StatusTypeBean |
StatusTypeBean |
ConfigureFacade.updateStatusTypeBean(StatusTypeBean statusTypeBean)
Updates a
StatusTypeBean |
| Modifier and Type | Method and Description |
|---|---|
StatusTypeBean |
ConfigureFacadeImpl.createStatusTypeBean(StatusTypeBean statusTypeBean) |
StatusTypeBean |
ConfigureFacadeImpl.loadStatusTypeBean(int id) |
StatusTypeBean |
ConfigureFacadeImpl.loadStatusTypeBean(int objectSchemaId,
String name) |
StatusTypeBean |
ConfigureFacadeImpl.updateStatusTypeBean(StatusTypeBean statusTypeBean) |
| Modifier and Type | Method and Description |
|---|---|
List<StatusTypeBean> |
ConfigureFacadeImpl.findAllStatusTypeBeans(int objectSchemaId) |
List<StatusTypeBean> |
ConfigureFacadeImpl.findGlobalStatusTypeBeans() |
List<StatusTypeBean> |
ConfigureFacadeImpl.findStatusTypeBeans(int objectSchemaId) |
| Modifier and Type | Method and Description |
|---|---|
StatusTypeBean |
ConfigureFacadeImpl.createStatusTypeBean(StatusTypeBean statusTypeBean) |
StatusTypeBean |
ConfigureFacadeImpl.updateStatusTypeBean(StatusTypeBean statusTypeBean) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<StatusTypeBean> |
ImmutableGlobalConfiguration.statusTypes() |
abstract List<StatusTypeBean> |
GlobalConfiguration.statusTypes() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addStatusTypes(StatusTypeBean... elements)
Adds elements to
statusTypes list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addStatusTypes(StatusTypeBean element)
Adds one element to
statusTypes list. |
ImmutableGlobalConfiguration |
ImmutableGlobalConfiguration.withStatusTypes(StatusTypeBean... elements)
Copy the current immutable object with elements that replace the content of
statusTypes. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addAllStatusTypes(Iterable<? extends StatusTypeBean> elements)
Adds elements to
statusTypes list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setStatusTypes(Iterable<? extends StatusTypeBean> elements)
Sets or replaces all elements for
statusTypes list. |
ImmutableGlobalConfiguration |
ImmutableGlobalConfiguration.withStatusTypes(Iterable<? extends StatusTypeBean> elements)
Copy the current immutable object with elements that replace the content of
statusTypes. |
| Modifier and Type | Method and Description |
|---|---|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createStatusAttributeValue(ObjectTypeAttributeBean ota,
Predicate<StatusTypeBean> predicate) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createStatusAttributeValue(ObjectTypeAttributeBean ota,
Predicate<StatusTypeBean> predicate) |
| Modifier and Type | Class and Description |
|---|---|
class |
StatusTypeImportBean |
| Modifier and Type | Method and Description |
|---|---|
StatusTypeBean |
StatusTypeImportBean.getNewObject() |
| Constructor and Description |
|---|
StatusTypeImportBean(StatusTypeBean statusType) |
Copyright © 2023 Atlassian. All rights reserved.