Package com.uc4.communication.requests
Class AddComment
- java.lang.Object
- 
- com.uc4.communication.requests.XMLRequest
- 
- com.uc4.communication.requests.AddComment
 
 
- 
 public class AddComment extends XMLRequest Adds a comment to a task.
- 
- 
Constructor SummaryConstructors Constructor Description AddComment(int runID, java.lang.String comment)Adds a comment to a task.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreateRequest(com.uc4.util.XMLDocument doc, org.w3c.dom.Element request, ConnectionAttributes sessionInfo)Creates the XML Document for the request.protected java.lang.StringgetSrc()Returns the request source.- 
Methods inherited from class com.uc4.communication.requests.XMLRequestassertClientZero, assertServerVersion, checkClient, checkID, checkLnr, checkNull, checkSelStatisticsPrivilege, checkSystemOverviewPrivilege, checkUC4ObjectEmptyName, checkUC4ObjectName, createNATFor, createNATRequest, emptyAttributes, getAllMessageBoxes, getMessageBox, getRequestID, handleContent, handleResponse, ignoreMessageBox, isAllowedInClientZero, send, setMessageBox, showQuarantineNotification
 
- 
 
- 
- 
- 
Method Detail- 
createRequestprotected void createRequest(com.uc4.util.XMLDocument doc, org.w3c.dom.Element request, ConnectionAttributes sessionInfo)Description copied from class:XMLRequestCreates the XML Document for the request. This method is used internally.- Specified by:
- createRequestin class- XMLRequest
- Parameters:
- doc- Document, used to create new Elements
- request- Request Element - classes append information to this request element
- sessionInfo- Information about the session
 
 - 
getSrcprotected java.lang.String getSrc() Description copied from class:XMLRequestReturns the request source. This method is used internally.- Specified by:
- getSrcin class- XMLRequest
- Returns:
- Source
 
 
- 
 
-