CodeBeamer 5.4.0.1-RC API

Package com.intland.codebeamer.persistence.dto

The Data Transfer Objects (DTO) package provides lightweight classes to represent various entities in the system, that are used to transfer data between subsystems or even between the server and external clients.

See:
          Description

Interface Summary
TrackerItemCompiledExpression<T> The interface of an object that wraps a compiled tracker item expression
TrackerLayoutLabelDto.CompiledFormula The interface of a compiled representation of a calculated field's formula
TrackerViewDto.PredicateFactory The interface of a PredicateFactory to translate TrackerView criteria into a Predicate
 

Class Summary
ArtifactAdditionalInfoDto Wraps the additional info attached to an artifact.
ArtifactApprovalHistoryEntryDto Wraps an artifact approval action taken.
ArtifactApprovalStepDto Wraps a step in an artifact approval.
ArtifactApprovalWorkflowDto Wraps the definition of an artifact approval worfklow.
ArtifactApproverDto Associates a potential approver (role or user) with an approval step.
ArtifactCommentDto Wraps an artifact comment.
ArtifactDto Wraps an artifact.
ArtifactDto.PathComparator A special Comparator to compare artifacts by canonical path
ArtifactHistoryEntryDto Wraps an artifact history entry.
ArtifactHistoryStatsDto Wraps the artifact history stats, that is the count of accesses in given periods.
ArtifactNotificationConfigDto Wraps the notification configuration related to an artifact.
ArtifactsStatsDto TODO
ArtifactStatusDto Wraps the status of an artifact.
AssociationDto Wraps the association between two entities like artifacts, tracker items, users and such.
AssociationTypeDto Wraps an association type.
BinaryStreamDto DTO for storing/transferring binary data.
BuildDto Wraps a build.
BuildLogDto Wraps a build log.
BuildStatsDto Wraps build statistics for a whole project or for a single build.
CalendarDto A CalendarDto is a special directory artifact for calendar entries
CalendarEntryDto A special ArtifactDto that represents an entry in a WorkTimeCalendar, which is a special type of Directory Artifact
ChartAbstractMostCriticalMethodDto  
ChartArtifactsTrendDto  
ChartArtifactTrendDto  
ChartCommitTrendDto  
ChartCppCodeViolationTrendDto  
ChartGanttActivityDto  
ChartGanttOptionDto  
ChartGanttStatsDto  
ChartJavaCodeViolationTrendDto  
ChartModificationsPerTrackerItemTrendDto  
ChartMostCriticalMemberDto  
ChartMostCriticalMethodByArgumentDto  
ChartMostCriticalMethodByDepthDto  
ChartMostCriticalMethodByLengthDto  
ChartMostCriticalMethodByStatementDto  
ChartMostCriticalSubclassDto  
ChartMostCriticalSuperclassDto  
ChartProjectTrendDto  
ChartSourceCodeMetricTrendDto  
ChartSourceCodeTrendDto  
ChartSymbolTrendDto  
ChartTrackerItemsByLabelDto  
ChartTrackerItemsBySeverityDto  
ChartTrackerItemsByStatusAndSeverityDto  
ChartTrackerItemsPerSourceDto  
ChartTrackerSummaryDto  
ChartTrackerTrendDto  
ChatMessageDto Wraps a chat message item and the associated artifact.
ChatStatsDto Wraps statistical information about a chat.
DailyProjectSourceCodeStatsDto Statistical information collected daily about the various metrics of the source files of the project.
DailyProjectStatsDto TODO
DatabaseVersionDto Wraps the database version the application is currently running on.
DirectoryDto A minimal directory hierarchy info object.
EntityLabelDto Wraps an entity-label relation.
EntityMetadataDefinitionDto Describes metadata, but does not represent an actual value.
EntityMetadataDto Wraps a piece of global meta data, or meta data connected to an entity.
EntityReferenceDto Wraps a reference between entities, primarily defined in wiki markup.
EventStatsDto TODO
FileGroupDto  
ForumDto Wraps a forum.
ForumNotificationDto TODO
ForumPostDto Wraps a forum post.
ForumStatsDto Wraps statistics related to a forum and a single user.
ForumThreadsStatsDto Dto contains information about a thread of a Forum.
ForumTypeDto Wraps a forum type.
GeoLocationDto  
GroupDto The name GroupDto is misleading.
GroupRolePermissionDto TODO
GroupRolePermissionDto.GroupComparator A special Comparator to compare/sort GroupRolePermissionDto by group
GroupRolePermissionDto.PermissionComparator A special Comparator to compare/sort GroupRolePermissionDto by permission
GroupRolePermissionDto.RoleComparator A special Comparator to compare/sort GroupRolePermissionDto by role
GroupUserRoleDto TODO
InboxDto Wraps an inbox item and the associated artifact.
InboxDto.HostAndPort Just a simple struct-like class to hold parsed host name and port.
JoinProjectRequestDto Wraps a project join request info.
LabelDto Wraps a label.
LinkedEscalationRuleDto  
LinkedLayoutLabelDto A special read-only TrackerLayoutLabelDto that is linked to a template label
LinkedRoleDto TODO
LoginStatsDto TODO
NavigationHistoryDto  
ObjectFilterDto An ObjectFilterDto defines a filter for Dtos
ObjectRatingDto DTO object for storing/transferring rating or voting value made by an user.
ObjectRatingStatsDto DTO object holding rating or voting statistics for an Object.
PermissionDto Wraps a permission (an operation that can or cannot be done depending on some rights granted).
PermissionMapping A helper class to store a permission mapping upon copy The specified source permission will be mapped to the specified target permission Source permissions without mapping will be copied as is.
ProjectDocumentSummaryDto Wraps project document summary information.
ProjectDto Wraps a project.
ProjectPermissionRoleMemberDto A Dto to store group members and permissions per project
ProjectPreferencesDto TODO
ReadOnlyApprovalStepDto A read-only version of ArtifactApprovalStepDto
ReadOnlyApprovalWorkflowDto A read-only version of ArtifactApprovalWorkflowDto
ReadOnlyChoiceOptionDto A special TrackerChoiceOptionDto that doesn't allow to change it's attributes All attempts to invoke a property setter method will throw an UnsupportedOperationException
ReadOnlyEscalationRuleDto A special TrackerItemEscalationRuleDto that doesn't allow to change it's attributes All attempts to invoke a property setter method will throw an UnsupportedOperationException
ReadOnlyGroupDto A special GroupDto that doesn't allow to change it's attributes All attempts to invoke a property setter method will throw an UnsupportedOperationException
ReadOnlyLayoutDto A special TrackerLayoutDto that doesn't allow to change it's attributes All attempts to invoke a property setter method will throw an UnsupportedOperationException
ReadOnlyLayoutLabelDto A special TrackerLayoutLabelDto that doesn't allow to change it's attributes All attempts to invoke a property setter method will throw an UnsupportedOperationException
ReadOnlyProjectDto A special ProjectDto that doesn't allow to change it's attributes All attempts to invoke a property setter method will throw an UnsupportedOperationException
ReadOnlyRoleDto A special RoleDto that doesn't allow to change it's attributes All attempts to invoke a property setter method will throw an UnsupportedOperationException
ReadOnlyTrackerDto A special TrackerDto that doesn't allow to change it's attributes All attempts to invoke a property setter method will throw an UnsupportedOperationException
ReadOnlyUserDto A special UserDto that doesn't allow to change it's attributes All attempts to invoke a property setter method will throw an UnsupportedOperationException
RoleDto The definition of a (project) role
ScmChangeFileDto Wraps an SCC change on a single file.
ScmChangeSetCountDto TODO
ScmChangeSetDto A change set represents list of changed files committed at the same time.
ScmChangeSetNotificationDto Wraps information for commit notifications.
ScmChangeSetStatsDto TODO
ScmRepositoryDto TODO
ScmUserChangeSetDto TODO
SourceCodeStatsDto TODO
SourceDirectoryDto Wraps a source code directory.
SourceFileDto Wraps a source code file.
SourceFilesStatsDto Statistical info about the source files in the project.
SourceFileSymbolDto TODO
SourceFileSymbolXrefDto TODO
SubscriptionDto Wraps generic subscriptions related to any kind of entity, based both on user accounts and on roles.
SubscriptionDto.Setting Subscription setting.
TrackerChoiceOptionDto Wraps a tracker-item choice option.
TrackerConfigurationDto The complete tracker configuration information
TrackerDto Wraps a tracker.
TrackerItemAttachmentDto Wraps a tracker item attachment.
TrackerItemCommentDto Wraps a tracker item comment.
TrackerItemDto Wraps a tracker item.
TrackerItemEscalationRuleDto The definition of a tracker item escalation rule.
TrackerItemEscalationScheduleDto The definition of an entry in the tracker item escalation schedule.
TrackerItemEscalationScheduleDto.DueDateComparator A special Comparator to compare TrackerItemEscalationScheduleDtos by their due dates
TrackerItemHistoryEntryDto Wraps a tracker item history entry.
TrackerItemHistoryEventDto Container for a single TrackerItem history event.
TrackerItemHistoryEventListDto Container for the full history events list for given TrackerItem
TrackerLayoutDto Wraps the display layout of a tracker.
TrackerLayoutLabelDto Represents a field in a tracker layout.
TrackerLayoutLabelDto.OffsetComparator A special Comparator to compare/sort TrackerLayoutLabelDto by offset
TrackerNotificationDto TODO
TrackerStatsDto Wraps statistics related to a tracker and a single user.
TrackerTypeDto Wraps a tracker type.
TrackerViewDto Wraps a tracker view.
UserDto Wraps a user account.
UserKeyDto The association of a public key with a user
UserProjectItemStatsDto Wraps the tracker item stats, that is the count of tracker items of different categories.
UserSessionDto TODO
UserTrackerItemsGroupedByProjectDto Helper object contains TrackerItems statistics about a project.
UserTrackerItemStatsDto Wraps the tracker item stats, that is the count of tracker items of different categories.
WikiPageCommentDto Wraps a wiki page comment.
WikiPageDto Wraps a wiki page.
WorkflowTransitionDto Wraps a workflow transition.
WorkflowTransitionDto.SourceStatusComparator A special Comparator to compare/sort transitions by source/from status
WorkflowTransitionDto.TargetStatusComparator A special Comparator to compare/sort transitions by target/to status
WorkingSetDto Wraps a working set.
WorkingSetItemDto Wraps a working set item.
 

Enum Summary
TrackerItemEscalationRuleDto.Anchor The anchor defines how to compute the escalation firing date and time based on the specified time offset and the (Date) value/last modification date of the tracker item anchor field
 

Package com.intland.codebeamer.persistence.dto Description

The Data Transfer Objects (DTO) package provides lightweight classes to represent various entities in the system, that are used to transfer data between subsystems or even between the server and external clients.

All the DTO classes:


CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.