|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.activiti.engine.impl.repository.DeploymentBuilderImpl
public class DeploymentBuilderImpl
字段摘要 | |
---|---|
protected static String |
DEFAULT_ENCODING
|
protected DeploymentEntity |
deployment
|
protected boolean |
isDuplicateFilterEnabled
|
protected Date |
processDefinitionsActivationDate
|
protected RepositoryServiceImpl |
repositoryService
|
构造方法摘要 | |
---|---|
DeploymentBuilderImpl(RepositoryServiceImpl repositoryService)
|
方法摘要 | |
---|---|
DeploymentBuilder |
activateProcessDefinitionsOn(Date date)
Sets the date on which the process definitions contained in this deployment will be activated. |
DeploymentBuilder |
addBpmnModel(String resourceName,
org.activiti.bpmn.model.BpmnModel bpmnModel)
|
DeploymentBuilder |
addClasspathResource(String resource)
|
DeploymentBuilder |
addInputStream(String resourceName,
InputStream inputStream)
|
DeploymentBuilder |
addString(String resourceName,
String text)
|
DeploymentBuilder |
addZipInputStream(ZipInputStream zipInputStream)
|
DeploymentBuilder |
category(String category)
Gives the deployment the given category. |
Deployment |
deploy()
Deploys all provided sources to the Activiti engine. |
DeploymentBuilder |
enableDuplicateFiltering()
If set, this deployment will be compared to any previous deployment. |
DeploymentEntity |
getDeployment()
|
Date |
getProcessDefinitionsActivationDate()
|
boolean |
isDuplicateFilterEnabled()
|
DeploymentBuilder |
name(String name)
Gives the deployment the given name. |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
protected static final String DEFAULT_ENCODING
protected transient RepositoryServiceImpl repositoryService
protected DeploymentEntity deployment
protected boolean isDuplicateFilterEnabled
protected Date processDefinitionsActivationDate
构造方法详细信息 |
---|
public DeploymentBuilderImpl(RepositoryServiceImpl repositoryService)
方法详细信息 |
---|
public DeploymentBuilder addInputStream(String resourceName, InputStream inputStream)
DeploymentBuilder
中的 addInputStream
public DeploymentBuilder addClasspathResource(String resource)
DeploymentBuilder
中的 addClasspathResource
public DeploymentBuilder addString(String resourceName, String text)
DeploymentBuilder
中的 addString
public DeploymentBuilder addZipInputStream(ZipInputStream zipInputStream)
DeploymentBuilder
中的 addZipInputStream
public DeploymentBuilder addBpmnModel(String resourceName, org.activiti.bpmn.model.BpmnModel bpmnModel)
DeploymentBuilder
中的 addBpmnModel
public DeploymentBuilder name(String name)
DeploymentBuilder
复制的描述
DeploymentBuilder
中的 name
public DeploymentBuilder category(String category)
DeploymentBuilder
复制的描述
DeploymentBuilder
中的 category
public DeploymentBuilder enableDuplicateFiltering()
DeploymentBuilder
复制的描述
DeploymentBuilder
中的 enableDuplicateFiltering
public DeploymentBuilder activateProcessDefinitionsOn(Date date)
DeploymentBuilder
复制的描述
DeploymentBuilder
中的 activateProcessDefinitionsOn
public Deployment deploy()
DeploymentBuilder
复制的描述
DeploymentBuilder
中的 deploy
public DeploymentEntity getDeployment()
public boolean isDuplicateFilterEnabled()
public Date getProcessDefinitionsActivationDate()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |