@PublicApi
public interface IssueTypeScreenScheme
| Modifier and Type | Field and Description |
|---|---|
static Long |
DEFAULT_SCHEME_ID |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntity(IssueTypeScreenSchemeEntity issueTypeScreenSchemeEntity) |
boolean |
containsEntity(String issueTypeId) |
String |
getDescription() |
FieldScreenScheme |
getEffectiveFieldScreenScheme(IssueType type)
Return
FieldScreenScheme that JIRA will actually use
for the passed IssueType. |
Collection<IssueTypeScreenSchemeEntity> |
getEntities() |
IssueTypeScreenSchemeEntity |
getEntity(String issueTypeId) |
org.ofbiz.core.entity.GenericValue |
getGenericValue() |
Long |
getId() |
String |
getName() |
Collection<org.ofbiz.core.entity.GenericValue> |
getProjects() |
boolean |
isDefault() |
void |
remove() |
void |
removeEntity(String issueTypeId) |
void |
setDescription(String description) |
void |
setGenericValue(org.ofbiz.core.entity.GenericValue genericValue) |
void |
setId(Long id) |
void |
setName(String name) |
void |
store() |
static final Long DEFAULT_SCHEME_ID
Long getId()
void setId(Long id)
String getName()
void setName(String name)
String getDescription()
void setDescription(String description)
org.ofbiz.core.entity.GenericValue getGenericValue()
void setGenericValue(org.ofbiz.core.entity.GenericValue genericValue)
void store()
void remove()
Collection<IssueTypeScreenSchemeEntity> getEntities()
IssueTypeScreenSchemeEntity getEntity(String issueTypeId)
@Nonnull FieldScreenScheme getEffectiveFieldScreenScheme(@Nonnull IssueType type)
FieldScreenScheme that JIRA will actually use
for the passed IssueType. This method will never return
null as each IssueType must have an associated FieldScreenScheme that either comes
from an explicit mapping or the default mapping in the scheme.type - the IssueType to query.FieldScreenScheme for the passed IssueType. Cannot be null.void addEntity(IssueTypeScreenSchemeEntity issueTypeScreenSchemeEntity)
void removeEntity(String issueTypeId)
boolean containsEntity(String issueTypeId)
Collection<org.ofbiz.core.entity.GenericValue> getProjects()
boolean isDefault()
Copyright © 2002-2015 Atlassian. All Rights Reserved.