Class CandidateDeploymentImpl
java.lang.Object
org.camunda.bpm.engine.impl.repository.CandidateDeploymentImpl
- All Implemented Interfaces:
CandidateDeployment
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CandidateDeploymentImpl
fromDeploymentEntity
(DeploymentEntity deploymentEntity) getName()
void
void
setResources
(Map<String, Resource> resources)
-
Field Details
-
name
-
resources
-
-
Constructor Details
-
CandidateDeploymentImpl
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceCandidateDeployment
- Returns:
- the name to be used for the deployment
-
setName
-
getResources
- Specified by:
getResources
in interfaceCandidateDeployment
- Returns:
- a map of all the resources provided for deployment
-
setResources
-
fromDeploymentEntity
-