public class Deployment extends Object
| 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. |
void |
setApplicationWorkflow(String applicationName,
String workflowName)
Selects Application Workflow as type for this deployment ProcessFlow.
|
void |
setComponentWorkflow(String applicationName,
String componentName)
Selects component workflow as type of this ProcessFlow.
|
void |
setNormalWorkflow()
Changes the workflow type to a normal workflow and disables the deployment settings.
|
public void setApplicationWorkflow(String applicationName, String workflowName)
applicationName - Name of the ApplicationworkflowName - Name of the Workflowpublic void setNormalWorkflow()
public String getApplicationName()
null if this is not deployment ProcessFlowpublic String getWorkflowName()
null if this is not deployment ProcessFlowpublic boolean isApplicationWorkflow()
true if the type of this deployment ProcessFlow is application workflow.
If this is a component workflow the return value is falsepublic boolean isComponentWorkflow()
true if this workflow is a component workflow.public 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 void setComponentWorkflow(String applicationName, String componentName)
applicationName - Name of the ApplicationcomponentName - Name of the componentpublic String getComponentName()
null if this is not a component workflowCopyright © 2021. All rights reserved.