|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface tcScheduleTaskOperationsIntf
| Method Summary | |
|---|---|
void |
approveRequestObject(java.lang.String obiKey, com.thortech.xl.dataobj.tcDataSet dataSet)Approves a spcific reequest object |
void |
createScheduleItem(java.lang.String orcKey, java.lang.String milKey, java.util.Map attributes, long osiRetryCount)Creates a new schedule item |
void |
daemonTriggerObject(com.thortech.xl.dataobj.tcDataSet poObiDataSet)Calls daemonTriggerObject from tcRequestObject |
void |
executeEscalationOnTask(com.thortech.xl.dataobj.tcDataSet poOsiDataSet)Executes escalation on task. |
void |
updateITResourceParameter(java.lang.String svpKey, java.lang.String value)Updates the parameter values of the specified IT Resource instance. |
void |
updateScheduleTask(java.lang.String tskKey, java.util.Map attributes)Updates the schedule task values for specific fields |
| Methods inherited from interface Thor.API.Base.tcUtilityOperationsIntf |
|---|
close, getName, setCountry, setLanguage, setVariant |
| Method Detail |
|---|
void updateITResourceParameter(java.lang.String svpKey,
java.lang.String value)
throws tcITResourceNotFoundException,
tcAPIException,
tcAPIException
svpKey - The key of the IT resource parameter.value - the value to update svp_field_value in the SVP tabletcITResourceNotFoundException, - If the specified IT Resource instance not foundtcAPIException, - If an generic error is foundtcITResourceNotFoundExceptiontcAPIException
void executeEscalationOnTask(com.thortech.xl.dataobj.tcDataSet poOsiDataSet)
throws tcAPIException,
tcTaskNotFoundException,
tcAPIException
poOsiDataSet - The dataset containing the following values:
tcAPIException, - If an generic error is foundtcAPIExceptiontcTaskNotFoundException
void updateScheduleTask(java.lang.String tskKey,
java.util.Map attributes)
throws tcAPIException,
tcTaskNotFoundException,
tcAPIException
tskKey - The key of the schedule task.attributes - a map of attributes to update with their respective valuestcTaskNotFoundException, - If the specified Schedule Task is not foundtcAPIException, - If an generic error is foundtcAPIExceptiontcTaskNotFoundException
void daemonTriggerObject(com.thortech.xl.dataobj.tcDataSet poObiDataSet)
throws tcAPIException,
tcRequestNotFoundException,
tcObjectNotFoundException,
tcAPIException
poObiDataSet - dataset containing the following values:
tcRequestNotFoundException, - If the specified Request is not foundtcObjectNotFoundException, - if the specified object or object instance is not foundtcAPIException, - If an generic error is foundtcAPIExceptiontcRequestNotFoundExceptiontcObjectNotFoundException
void createScheduleItem(java.lang.String orcKey,
java.lang.String milKey,
java.util.Map attributes,
long osiRetryCount)
throws tcAPIException,
tcProcessNotFoundException,
tcTaskNotFoundException,
tcAPIException
tskKey - The key of the schedule task.attributes - a map of attributes to update with their respective valuestcTaskNotFoundException, - If the specified Schedule Task is not foundtcAPIException, - If an generic error is foundtcAPIExceptiontcProcessNotFoundExceptiontcTaskNotFoundException
void approveRequestObject(java.lang.String obiKey,
com.thortech.xl.dataobj.tcDataSet dataSet)
throws tcAPIException,
tcObjectNotFoundException,
tcRequestNotFoundException,
tcAPIException
obiKey - The key of the object instancedataset - the dataset containing the following fields: <IL>req_key</IL> <IL>obj_key</IL> <IL>rqo_rowver</IL>tcRequestNotFoundException, - If the specified Request is not foundtcObjectNotFoundException, - if the specified object or object instance is not foundtcAPIException, - If an generic error is foundtcAPIExceptiontcObjectNotFoundExceptiontcRequestNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||