Uses of Interface
com.flowable.dataobject.api.repository.DataObjectDeploymentBuilder
Package | Description |
---|---|
com.flowable.dataobject.api.repository | |
com.flowable.dataobject.engine.autodeployment | |
com.flowable.dataobject.engine.impl.repository |
-
Uses of DataObjectDeploymentBuilder in com.flowable.dataobject.api.repository
Methods in com.flowable.dataobject.api.repository that return DataObjectDeploymentBuilder Modifier and Type Method Description DataObjectDeploymentBuilder
DataObjectDeploymentBuilder. addBytes(java.lang.String resourceName, byte[] bytes)
DataObjectDeploymentBuilder
DataObjectDeploymentBuilder. addClasspathResource(java.lang.String resource)
DataObjectDeploymentBuilder
DataObjectDeploymentBuilder. addInputStream(java.lang.String resourceName, java.io.InputStream inputStream)
DataObjectDeploymentBuilder
DataObjectDeploymentBuilder. addString(java.lang.String resourceName, java.lang.String text)
DataObjectDeploymentBuilder
DataObjectDeploymentBuilder. addZipInputStream(java.util.zip.ZipInputStream zipInputStream)
DataObjectDeploymentBuilder
DataObjectDeploymentBuilder. category(java.lang.String category)
Gives the deployment the given category.DataObjectDeploymentBuilder
DataObjectRepositoryService. createDeployment()
Starts creating a new deploymentDataObjectDeploymentBuilder
DataObjectDeploymentBuilder. enableDuplicateFiltering()
If set, this deployment will be compared to any previous deployment.DataObjectDeploymentBuilder
DataObjectDeploymentBuilder. key(java.lang.String key)
Gives the deployment the given key.DataObjectDeploymentBuilder
DataObjectDeploymentBuilder. name(java.lang.String name)
Gives the deployment the given name.DataObjectDeploymentBuilder
DataObjectDeploymentBuilder. parentDeploymentId(java.lang.String parentDeploymentId)
Gives the deployment the given parent deployment id.DataObjectDeploymentBuilder
DataObjectDeploymentBuilder. tenantId(java.lang.String tenantId)
Gives the deployment the given tenant id. -
Uses of DataObjectDeploymentBuilder in com.flowable.dataobject.engine.autodeployment
Methods in com.flowable.dataobject.engine.autodeployment with parameters of type DataObjectDeploymentBuilder Modifier and Type Method Description protected void
AbstractDataObjectAutoDeploymentStrategy. addResource(org.springframework.core.io.Resource resource, DataObjectDeploymentBuilder deploymentBuilder)
protected void
AbstractDataObjectAutoDeploymentStrategy. addResource(org.springframework.core.io.Resource resource, java.lang.String resourceName, DataObjectDeploymentBuilder deploymentBuilder)
-
Uses of DataObjectDeploymentBuilder in com.flowable.dataobject.engine.impl.repository
Classes in com.flowable.dataobject.engine.impl.repository that implement DataObjectDeploymentBuilder Modifier and Type Class Description class
DataObjectDeploymentBuilderImpl
Methods in com.flowable.dataobject.engine.impl.repository that return DataObjectDeploymentBuilder Modifier and Type Method Description DataObjectDeploymentBuilder
DataObjectDeploymentBuilderImpl. addBytes(java.lang.String resourceName, byte[] bytes)
DataObjectDeploymentBuilder
DataObjectDeploymentBuilderImpl. addClasspathResource(java.lang.String resource)
DataObjectDeploymentBuilder
DataObjectDeploymentBuilderImpl. addInputStream(java.lang.String resourceName, java.io.InputStream inputStream)
DataObjectDeploymentBuilder
DataObjectDeploymentBuilderImpl. addString(java.lang.String resourceName, java.lang.String text)
DataObjectDeploymentBuilder
DataObjectDeploymentBuilderImpl. addZipInputStream(java.util.zip.ZipInputStream zipInputStream)
DataObjectDeploymentBuilder
DataObjectDeploymentBuilderImpl. category(java.lang.String category)
DataObjectDeploymentBuilder
DataObjectRepositoryServiceImpl. createDeployment()
DataObjectDeploymentBuilder
DataObjectDeploymentBuilderImpl. enableDuplicateFiltering()
DataObjectDeploymentBuilder
DataObjectDeploymentBuilderImpl. key(java.lang.String key)
DataObjectDeploymentBuilder
DataObjectDeploymentBuilderImpl. name(java.lang.String name)
DataObjectDeploymentBuilder
DataObjectDeploymentBuilderImpl. parentDeploymentId(java.lang.String parentDeploymentId)
DataObjectDeploymentBuilder
DataObjectDeploymentBuilderImpl. tenantId(java.lang.String tenantId)