public class GetDeploymentProperties extends XMLRequest
| Constructor and Description |
|---|
GetDeploymentProperties(int runID)
Constructs a
GetDeploymentProperties using the specified RunID. |
| 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.
|
java.lang.String |
getApplicationName()
Returns the name of the Application.
|
java.lang.String |
getComponentName()
Returns the name of the component.
|
protected java.lang.String |
getSrc()
Returns the request source.
|
java.lang.String |
getWorkflowName()
Returns the name of the Workflow.
|
protected void |
handleContent(com.uc4.util.XMLDocument doc,
ConnectionAttributes session) |
boolean |
isApplicationWorkflow()
Returns
true if the type of this deployment ProcessFlow is application workflow. |
boolean |
isComponentWorkflow()
Returns
true if this workflow is a component workflow. |
boolean |
isNormalWorkflow()
Returns
true if this is a normal workflow which is has not been enabled for deployment. |
assertClientZero, assertServerVersion, checkClient, checkID, checkLnr, checkNull, checkSelStatisticsPrivilege, checkSystemOverviewPrivilege, checkUC4ObjectEmptyName, checkUC4ObjectName, createNATFor, createNATRequest, emptyAttributes, getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, ignoreMessageBox, isAllowedInClientZero, send, setMessageBox, showQuarantineNotificationpublic GetDeploymentProperties(int runID)
GetDeploymentProperties using the specified RunID.runID - RunID of the workflowpublic boolean isNormalWorkflow()
true if this is a normal workflow which is has not been enabled for deployment.
If the return value is false the workflow is either an application workflow or a component workflow.public boolean isApplicationWorkflow()
true if the type of this deployment ProcessFlow is application workflow.
If this is normal workflow, or a component workflow the return value is falsepublic boolean isComponentWorkflow()
true if this workflow is a component workflow.public java.lang.String getApplicationName()
null if this is not a deployment workflowpublic java.lang.String getWorkflowName()
null if this is not an application workflowpublic java.lang.String getComponentName()
null if this is not a component workflowprotected java.lang.String getSrc()
XMLRequestgetSrc in class XMLRequestprotected void createRequest(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element request,
ConnectionAttributes sessionInfo)
XMLRequestcreateRequest in class XMLRequestdoc - 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