public class ModifyProcessFlowMonitor extends XMLRequest
getMonitor()
.Constructor and Description |
---|
ModifyProcessFlowMonitor(JobPlanMonitor monitor,
JobPlanMonitor.Task mod)
Modifies an existing task in the ProcessFlow monitor.
|
ModifyProcessFlowMonitor(JobPlanMonitor monitor,
JobPlanMonitor.Task mod,
JobPlanMonitor.Task dep)
Removes a dependency of a task in the ProcessFlow monitor.
|
ModifyProcessFlowMonitor(JobPlanMonitor monitor,
JobPlanTask add)
Adds a task to a ProcessFlow.
|
Modifier and Type | Method and Description |
---|---|
protected void |
createRequest(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element request,
ConnectionAttributes sessionInfo)
Creates the XML Document for the request.
|
JobPlanMonitor |
getMonitor()
Returns an updated ProcessFlow monitor after this request has been executed.
|
protected java.lang.String |
getSrc()
Returns the request source.
|
protected void |
handleContent(com.uc4.util.XMLDocument doc,
ConnectionAttributes session) |
assertClientZero, assertServerVersion, checkClient, checkID, checkLnr, checkNull, checkSelStatisticsPrivilege, checkSystemOverviewPrivilege, checkUC4ObjectEmptyName, checkUC4ObjectName, createNATFor, createNATRequest, emptyAttributes, getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, ignoreMessageBox, isAllowedInClientZero, send, setMessageBox, showQuarantineNotification
public ModifyProcessFlowMonitor(JobPlanMonitor monitor, JobPlanTask add)
monitor
- ProcessFlow monitoradd
- Task which should be added.public ModifyProcessFlowMonitor(JobPlanMonitor monitor, JobPlanMonitor.Task mod)
monitor
- ProcessFlow monitormod
- Modified taskpublic ModifyProcessFlowMonitor(JobPlanMonitor monitor, JobPlanMonitor.Task mod, JobPlanMonitor.Task dep)
monitor
- ProcessFlow monitormod
- Modified taskdep
- Dependency to removeprotected java.lang.String getSrc()
XMLRequest
getSrc
in class XMLRequest
protected void createRequest(com.uc4.util.XMLDocument doc, org.w3c.dom.Element request, ConnectionAttributes sessionInfo)
XMLRequest
createRequest
in class XMLRequest
doc
- Document, used to create new Elementsrequest
- Request Element - classes append information to this request elementsessionInfo
- Information about the sessionprotected void handleContent(com.uc4.util.XMLDocument doc, ConnectionAttributes session)
handleContent
in class XMLRequest
public JobPlanMonitor getMonitor()
null
.null