|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEventsDataOutService
This web service provides methods to fetch CEM event data objects - defects and incidents.
Method Summary | |
---|---|
DDefect |
getDefectById(long defectId)
Gets a specified Defect. |
DDefectRS |
getDefectsByBusinessProcess(long businessProcessId,
java.util.Date startTime,
java.util.Date endTime,
int startIndex)
Gets the Defects that happened in a specified time range, and are associated with a specified Business Process. |
DDefectRS |
getDefectsByBusinessTransaction(long businessTransactionId,
java.util.Date startTime,
java.util.Date endTime,
int startIndex)
Gets the Defects that happened in a specified time range, and are associated with a specified Business Transaction. |
DDefectRS |
getDefectsByIncident(long incidentId,
java.util.Date startTime,
java.util.Date endTime,
int startIndex)
Gets the Defects that happened in a specified time range, and are associated with a specified Incident. |
DDefectRS |
getDefectsByType(java.lang.String type,
java.util.Date startTime,
java.util.Date endTime,
int startIndex)
Gets the Defects that happened in a specified time range, and are of the specified type. |
DDefectRS |
getDefectsByUser(long userId,
java.util.Date startTime,
java.util.Date endTime,
int startIndex)
Gets the Defects that happened in a specified time range, and are associated with a specified User. |
DDefectRS |
getDefectsByUserGroup(long userGroupId,
java.util.Date startTime,
java.util.Date endTime,
int startIndex)
Gets the Defects that happened in a specified time range, and are associated with a specified User Group. |
DIncident |
getIncident(long incidentId)
Gets a specified Incident. |
DIncidentRS |
getIncidentsByTime(java.util.Date startTime,
java.util.Date endTime,
int startIndex)
Gets the Incidents that happened in a specified time range. |
Method Detail |
---|
DIncident getIncident(long incidentId) throws java.rmi.RemoteException, CEMWebServicesException
incidentId
- the Incident id
CEMWebServicesException
java.rmi.RemoteException
DIncidentRS getIncidentsByTime(java.util.Date startTime, java.util.Date endTime, int startIndex) throws java.rmi.RemoteException, CEMWebServicesException
startTime
- The start timeendTime
- The end TimestartIndex
- The index position of the first row to return
CEMWebServicesException
java.rmi.RemoteException
DDefect getDefectById(long defectId) throws java.rmi.RemoteException, CEMWebServicesException
defectId
- the Defect id
CEMWebServicesException
java.rmi.RemoteException
DDefectRS getDefectsByUser(long userId, java.util.Date startTime, java.util.Date endTime, int startIndex) throws java.rmi.RemoteException, CEMWebServicesException
userId
- the user idstartTime
- The start timeendTime
- The end TimestartIndex
- The index position of the first row to return
CEMWebServicesException
java.rmi.RemoteException
DDefectRS getDefectsByUserGroup(long userGroupId, java.util.Date startTime, java.util.Date endTime, int startIndex) throws java.rmi.RemoteException, CEMWebServicesException
userGroupId
- the user group idstartTime
- The start timeendTime
- The end TimestartIndex
- The index position of the first row to return
CEMWebServicesException
java.rmi.RemoteException
DDefectRS getDefectsByBusinessTransaction(long businessTransactionId, java.util.Date startTime, java.util.Date endTime, int startIndex) throws java.rmi.RemoteException, CEMWebServicesException
businessTransactionId
- the business transaction idstartTime
- The start timeendTime
- The end TimestartIndex
- The index position of the first row to return
CEMWebServicesException
java.rmi.RemoteException
DDefectRS getDefectsByBusinessProcess(long businessProcessId, java.util.Date startTime, java.util.Date endTime, int startIndex) throws java.rmi.RemoteException, CEMWebServicesException
businessProcessId
- the business process idstartTime
- The start timeendTime
- The end TimestartIndex
- The index position of the first row to return
CEMWebServicesException
java.rmi.RemoteException
DDefectRS getDefectsByType(java.lang.String type, java.util.Date startTime, java.util.Date endTime, int startIndex) throws java.rmi.RemoteException, CEMWebServicesException
type
- the defect typestartTime
- The start timeendTime
- The end TimestartIndex
- The index position of the first row to return
CEMWebServicesException
java.rmi.RemoteException
DDefectRS getDefectsByIncident(long incidentId, java.util.Date startTime, java.util.Date endTime, int startIndex) throws java.rmi.RemoteException, CEMWebServicesException
incidentId
- the incident idstartTime
- The start timeendTime
- The end TimestartIndex
- The index position of the first row to return
CEMWebServicesException
java.rmi.RemoteException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |