Package | Description |
---|---|
org.itracker.model |
All entity classes are POJO beans.
|
org.itracker.model.util |
This package contains code for what?
|
Modifier and Type | Method | Description |
---|---|---|
static IssueActivityType |
IssueActivityType.forCode(Integer type) |
Deprecated.
|
IssueActivityType |
IssueActivityType.fromCode(Integer code) |
|
IssueActivityType |
IssueActivity.getActivityType() |
|
static IssueActivityType |
IssueActivityType.valueOf(Integer type) |
Returns the enum constant of this type with the specified name.
|
static IssueActivityType |
IssueActivityType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static IssueActivityType[] |
IssueActivityType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
IssueActivity.setActivityType(IssueActivityType type) |
Constructor | Description |
---|---|
IssueActivity(Issue issue,
User user,
IssueActivityType type) |
Creates a new instance with a
notificationSent flag set to
false and a creation and last modified time stamp set to the
current time. |
Modifier and Type | Method | Description |
---|---|---|
static String |
IssueUtilities.getActivityName(IssueActivityType type) |
|
static String |
IssueUtilities.getActivityName(IssueActivityType type,
Locale locale) |
Copyright © 2002–2019 itracker. All rights reserved.