org.activiti.engine.repository
接口 Deployment

所有已知实现类:
DeploymentEntity

public interface Deployment

Represents a deployment that is already present in the process repository. A deployment is a container for resources such as process definitions, images, forms, etc. When a deployment is 'deployed' through the RuntimeService, the Activiti engine will recognize certain of such resource types and act upon them (eg process definitions will be parsed to an executable Java artifact). To create a Deployment, use the DeploymentBuilder. 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).

作者:
Tom Baeyens, Joram Barrez

方法摘要
 String getCategory()
           
 Date getDeploymentTime()
           
 String getId()
           
 String getName()
           
 

方法详细信息

getId

String getId()

getName

String getName()

getDeploymentTime

Date getDeploymentTime()

getCategory

String getCategory()


Copyright © 2013 Alfresco. All rights reserved.