public class ProcessApplicationDeploymentImpl extends Object implements ProcessApplicationDeployment
Modifier and Type | Field and Description |
---|---|
protected DeploymentWithDefinitions |
deployment |
protected ProcessApplicationRegistration |
registration |
PROCESS_APPLICATION_DEPLOYMENT_SOURCE
Constructor and Description |
---|
ProcessApplicationDeploymentImpl(DeploymentWithDefinitions deployment,
ProcessApplicationRegistration registration) |
Modifier and Type | Method and Description |
---|---|
List<CaseDefinition> |
getDeployedCaseDefinitions()
Returns the case definitions, which are deployed with that deployment.
|
List<DecisionDefinition> |
getDeployedDecisionDefinitions()
Returns the decision definitions, which are deployed with that deployment
|
List<DecisionRequirementsDefinition> |
getDeployedDecisionRequirementsDefinitions()
Returns the decision requirements definitions, which are deployed with that deployment
|
List<ProcessDefinition> |
getDeployedProcessDefinitions()
Returns the process definitions, which are deployed with that deployment.
|
Date |
getDeploymentTime() |
String |
getId() |
String |
getName() |
ProcessApplicationRegistration |
getProcessApplicationRegistration() |
String |
getSource() |
String |
getTenantId()
Returns the id of the tenant this deployment belongs to.
|
protected DeploymentWithDefinitions deployment
protected ProcessApplicationRegistration registration
public ProcessApplicationDeploymentImpl(DeploymentWithDefinitions deployment, ProcessApplicationRegistration registration)
public String getId()
getId
in interface Deployment
public String getName()
getName
in interface Deployment
public Date getDeploymentTime()
getDeploymentTime
in interface Deployment
public String getSource()
getSource
in interface Deployment
public String getTenantId()
Deployment
null
if the deployment belongs to no single tenant.getTenantId
in interface Deployment
public ProcessApplicationRegistration getProcessApplicationRegistration()
getProcessApplicationRegistration
in interface ProcessApplicationDeployment
ProcessApplicationRegistration
performed for this process application deployment.public List<ProcessDefinition> getDeployedProcessDefinitions()
DeploymentWithDefinitions
getDeployedProcessDefinitions
in interface DeploymentWithDefinitions
public List<CaseDefinition> getDeployedCaseDefinitions()
DeploymentWithDefinitions
getDeployedCaseDefinitions
in interface DeploymentWithDefinitions
public List<DecisionDefinition> getDeployedDecisionDefinitions()
DeploymentWithDefinitions
getDeployedDecisionDefinitions
in interface DeploymentWithDefinitions
public List<DecisionRequirementsDefinition> getDeployedDecisionRequirementsDefinitions()
DeploymentWithDefinitions
getDeployedDecisionRequirementsDefinitions
in interface DeploymentWithDefinitions
Copyright © 2022. All rights reserved.