| Modifier and Type | Method and Description |
|---|---|
FormDeployment |
FormDeploymentBuilder.deploy()
Deploys all provided sources to the Flowable engine.
|
| Modifier and Type | Method and Description |
|---|---|
FormDeployment |
FormRepositoryServiceImpl.deploy(FormDeploymentBuilderImpl deploymentBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<FormDeployment> |
FormDeploymentQueryImpl.executeList(CommandContext commandContext) |
List<FormDeployment> |
NativeFormDeploymentQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
| Modifier and Type | Method and Description |
|---|---|
FormDeployment |
DeployCmd.execute(CommandContext commandContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FormDeploymentEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
FormDeploymentEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
List<FormDeployment> |
FormDeploymentEntityManagerImpl.findDeploymentsByNativeQuery(Map<String,Object> parameterMap) |
List<FormDeployment> |
FormDeploymentEntityManager.findDeploymentsByNativeQuery(Map<String,Object> parameterMap) |
List<FormDeployment> |
FormDeploymentEntityManagerImpl.findDeploymentsByQueryCriteria(FormDeploymentQueryImpl deploymentQuery) |
List<FormDeployment> |
FormDeploymentEntityManager.findDeploymentsByQueryCriteria(FormDeploymentQueryImpl deploymentQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<FormDeployment> |
FormDeploymentDataManager.findDeploymentsByNativeQuery(Map<String,Object> parameterMap) |
List<FormDeployment> |
FormDeploymentDataManager.findDeploymentsByQueryCriteria(FormDeploymentQueryImpl deploymentQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<FormDeployment> |
MybatisFormDeploymentDataManager.findDeploymentsByNativeQuery(Map<String,Object> parameterMap) |
List<FormDeployment> |
MybatisFormDeploymentDataManager.findDeploymentsByQueryCriteria(FormDeploymentQueryImpl deploymentQuery) |
| Modifier and Type | Method and Description |
|---|---|
FormDeployment |
FormDeploymentBuilderImpl.deploy() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormRestApiInterceptor.accessDeploymentById(FormDeployment deployment) |
FormDeploymentResponse |
FormRestResponseFactory.createFormDeploymentResponse(FormDeployment deployment) |
FormDeploymentResponse |
FormRestResponseFactory.createFormDeploymentResponse(FormDeployment deployment,
FormRestUrlBuilder urlBuilder) |
void |
FormRestApiInterceptor.deleteDeployment(FormDeployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
List<FormDeploymentResponse> |
FormRestResponseFactory.createFormDeploymentResponseList(List<FormDeployment> deployments) |
| Constructor and Description |
|---|
FormDeploymentResponse(FormDeployment deployment,
String url) |
Copyright © 2023 Flowable. All rights reserved.