StreamDataObj |
ConfigurationService.copyStream(ProjectIdDataObj projectId,
StreamIdDataObj sourceStreamId) |
void |
ConfigurationService.createAttribute(AttributeDefinitionSpecDataObj attributeDefinitionSpec) |
void |
ConfigurationService.createComponentMap(ComponentMapSpecDataObj componentMapSpec) |
void |
ConfigurationService.createGroup(GroupSpecDataObj groupSpec) |
void |
ConfigurationService.createProject(ProjectSpecDataObj projectSpec) |
void |
ConfigurationService.createRole(RoleSpecDataObj roleSpec) |
void |
ConfigurationService.createStream(StreamSpecDataObj streamSpec) |
void |
ConfigurationService.createStreamInProject(ProjectIdDataObj projectId,
StreamSpecDataObj streamSpec) |
void |
ConfigurationService.createTriageStore(TriageStoreSpecDataObj triageStoreSpec) |
void |
ConfigurationService.createUser(UserSpecDataObj userSpec) |
void |
ConfigurationService.deleteAttribute(AttributeDefinitionIdDataObj attributeDefinitionId) |
void |
ConfigurationService.deleteComponentMap(ComponentMapIdDataObj componentMapId) |
void |
ConfigurationService.deleteGroup(GroupIdDataObj groupId) |
void |
ConfigurationService.deleteProject(ProjectIdDataObj projectId) |
void |
ConfigurationService.deleteRole(RoleIdDataObj roleId) |
void |
ConfigurationService.deleteSnapshot(SnapshotIdDataObj snapshotId) |
void |
ConfigurationService.deleteStream(StreamIdDataObj streamId) |
void |
ConfigurationService.deleteTriageStore(TriageStoreIdDataObj triageStoreId) |
void |
ConfigurationService.deleteUser(String username) |
AttributeDefinitionDataObj |
ConfigurationService.getAttribute(AttributeDefinitionIdDataObj attributeDefinitionId) |
List<CheckerPropertyDataObj> |
ConfigurationService.getCheckerProperties(CheckerPropertyFilterSpecDataObj filterSpec) |
List<CheckerSubcategoryIdDataObj> |
DefectService.getCheckerSubcategoriesForProject(ProjectIdDataObj projectId) |
List<CheckerSubcategoryIdDataObj> |
DefectService.getCheckerSubcategoriesForStreams(List<StreamIdDataObj> streamIds) |
Long |
DefectService.getCIDForDMCID(Long dmCid,
String databaseDescription) |
List<Long> |
DefectService.getCIDsForProject(ProjectIdDataObj projectId,
MergedDefectFilterSpecDataObj filterSpec) |
List<Long> |
DefectService.getCIDsForStreams(List<StreamIdDataObj> streamIds,
MergedDefectFilterSpecDataObj filterSpec) |
ComponentDataObj |
ConfigurationService.getComponent(ComponentIdDataObj componentId) |
List<ComponentMapDataObj> |
ConfigurationService.getComponentMaps(ComponentMapFilterSpecDataObj filterSpec) |
List<ComponentMetricsDataObj> |
DefectService.getComponentMetricsForProject(ProjectIdDataObj projectId,
List<ComponentIdDataObj> componentIds) |
List<String> |
ConfigurationService.getDefectStatuses() |
FileContentsDataObj |
DefectService.getFileContents(StreamIdDataObj streamId,
FileIdDataObj fileId) |
GroupDataObj |
ConfigurationService.getGroup(GroupIdDataObj groupId) |
GroupsPageDataObj |
ConfigurationService.getGroups(GroupFilterSpecDataObj filterSpec,
PageSpecDataObj pageSpec) |
List<DefectChangeDataObj> |
DefectService.getMergedDefectHistory(Long cid,
List<StreamIdDataObj> streamIds) |
MergedDefectsPageDataObj |
DefectService.getMergedDefectsForProject(ProjectIdDataObj projectId,
MergedDefectFilterSpecDataObj filterSpec,
PageSpecDataObj pageSpec) |
MergedDefectsPageDataObj |
DefectService.getMergedDefectsForStreams(List<StreamIdDataObj> streamIds,
MergedDefectFilterSpecDataObj filterSpec,
PageSpecDataObj pageSpec) |
List<ProjectDataObj> |
ConfigurationService.getProjects(ProjectFilterSpecDataObj filterSpec) |
RoleDataObj |
ConfigurationService.getRole(RoleIdDataObj roleId) |
XMLGregorianCalendar |
ConfigurationService.getServerTime() |
List<SnapshotInfoDataObj> |
ConfigurationService.getSnapshotInformation(List<SnapshotIdDataObj> snapshotIds) |
List<SnapshotIdDataObj> |
ConfigurationService.getSnapshotsForStream(StreamIdDataObj streamId,
SnapshotFilterSpecDataObj filterSpec) |
List<StreamDefectDataObj> |
DefectService.getStreamDefects(List<Long> cids,
StreamDefectFilterSpecDataObj filterSpec) |
List<StreamDataObj> |
ConfigurationService.getStreams(StreamFilterSpecDataObj filterSpec) |
List<ProjectMetricsDataObj> |
DefectService.getTrendRecordsForProject(ProjectIdDataObj projectId,
ProjectTrendRecordFilterSpecDataObj filterSpec) |
List<TriageStoreDataObj> |
ConfigurationService.getTriageStores(TriageStoreFilterSpecDataObj filterSpec) |
UserDataObj |
ConfigurationService.getUser(String username) |
UsersPageDataObj |
ConfigurationService.getUsers(UserFilterSpecDataObj filterSpec,
PageSpecDataObj pageSpec) |
List<String> |
ConfigurationService.notify(List<String> usernames,
String subject,
String message) |
void |
ConfigurationService.updateAttribute(AttributeDefinitionIdDataObj attributeDefinitionId,
AttributeDefinitionSpecDataObj attributeDefinitionSpec) |
void |
ConfigurationService.updateComponentMap(ComponentMapIdDataObj componentMapId,
ComponentMapSpecDataObj componentMapSpec) |
void |
DefectService.updateDefectInstanceProperties(DefectInstanceIdDataObj defectInstanceId,
List<PropertySpecDataObj> properties) |
void |
ConfigurationService.updateGroup(GroupIdDataObj groupId,
GroupSpecDataObj groupSpec) |
void |
ConfigurationService.updateProject(ProjectIdDataObj projectId,
ProjectSpecDataObj projectSpec) |
void |
ConfigurationService.updateRole(RoleIdDataObj roleId,
RoleSpecDataObj roleSpec) |
void |
ConfigurationService.updateStream(StreamIdDataObj streamId,
StreamSpecDataObj streamSpec) |
void |
DefectService.updateStreamDefects(List<StreamDefectIdDataObj> streamDefectIds,
DefectStateSpecDataObj defectStateSpec) |
void |
ConfigurationService.updateTriageStore(TriageStoreIdDataObj triageStoreId,
TriageStoreSpecDataObj triageStoreSpec) |
void |
ConfigurationService.updateUser(String username,
UserSpecDataObj userSpec) |