public class GetDeploymentProperties extends XMLRequest
| Constructor and Description |
|---|
GetDeploymentProperties(int runID)
Constructs a
GetDeploymentProperties using the specified RunID. |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName()
Returns the name of the Application.
|
String |
getComponentName()
Returns the name of the component.
|
String |
getWorkflowName()
Returns the name of the Workflow.
|
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. |
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, 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 String getApplicationName()
null if this is not a deployment workflowpublic String getWorkflowName()
null if this is not an application workflowpublic String getComponentName()
null if this is not a component workflowCopyright © 2021. All rights reserved.