public interface TemplateDeployment
extends org.flowable.common.engine.api.repository.EngineDeployment
TemplateDeploymentBuilder. A deployment on itself is a read-only object and its content cannot be changed
after deployment (hence the builder that needs to be used).| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
Date |
getDeploymentTime() |
String |
getId() |
String |
getName() |
String |
getParentDeploymentId() |
String |
getTenantId() |
String getId()
getId in interface org.flowable.common.engine.api.repository.EngineDeploymentString getName()
getName in interface org.flowable.common.engine.api.repository.EngineDeploymentDate getDeploymentTime()
getDeploymentTime in interface org.flowable.common.engine.api.repository.EngineDeploymentString getCategory()
getCategory in interface org.flowable.common.engine.api.repository.EngineDeploymentString getTenantId()
getTenantId in interface org.flowable.common.engine.api.repository.EngineDeploymentString getParentDeploymentId()
Copyright © 2019. All rights reserved.