Package | Description |
---|---|
org.itracker.model |
All entity classes are POJO beans.
|
Modifier and Type | Class | Description |
---|---|---|
class |
Component |
Models a project component.
|
class |
Configuration |
A configuration item.
|
class |
CustomField |
A custom field that can be added to an Issue.
|
class |
CustomFieldValue |
An option for the value of a CustomField of type
LIST . |
class |
ImportDataModel |
|
class |
Issue |
A project issue.
|
class |
IssueActivity |
An issue activity.
|
class |
IssueAttachment |
A file attachment to an Issue.
|
class |
IssueField |
A CustomField with its value for an Issue.
|
class |
IssueHistory |
An issue history entry.
|
class |
IssueRelation |
A relation between issues.
|
class |
Language |
Models a language entry.
|
class |
NameValuePair |
Class provides basic storage for name values pairs.
|
class |
Notification |
A notification to a user about an Issue.
|
class |
Permission |
A user permission on a project.
|
class |
Project |
This is a POJO Business Domain Object modelling a project.
|
class |
ProjectScript |
A Beanshell script configured to be executed for a specific Project field.
|
class |
Report |
This is a POJO Business Domain Object.
|
class |
SystemConfiguration |
|
class |
User |
A user.
|
class |
UserPreferences |
The system configuration of a User.
|
class |
Version |
A Project version.
|
class |
WorkflowScript |
A BeanShell script to execute on a particular event.
|
Modifier and Type | Field | Description |
---|---|---|
static Comparator<AbstractEntity> |
AbstractEntity.CREATE_DATE_COMPARATOR |
|
static Comparator<AbstractEntity> |
AbstractEntity.LAST_MODIFIED_DATE_COMPARATOR |
Modifier and Type | Method | Description |
---|---|---|
AbstractEntity[] |
ImportDataModel.getData() |
|
AbstractEntity[] |
ImportDataModel.getExistingModel() |
|
AbstractEntity |
ImportDataModel.getExistingModel(int i) |
Modifier and Type | Method | Description |
---|---|---|
int |
AbstractEntity.CreateDateComparator.compare(AbstractEntity a,
AbstractEntity b) |
|
int |
AbstractEntity.LastModifiedDateComparator.compare(AbstractEntity a,
AbstractEntity b) |
|
void |
ImportDataModel.setData(AbstractEntity[] dataModels,
AbstractEntity[] existingModel) |
|
void |
ImportDataModel.setExistingModel(int i,
AbstractEntity model) |
Copyright © 2002–2019 itracker. All rights reserved.