Documentation ¶
Index ¶
- type BpmnDeployer
- func (bpmnDeployer *BpmnDeployer) Deploy(entity any, deploymentSettings map[string]interface{})
- func (bpmnDeployer BpmnDeployer) GetProcess(key string) model.Process
- func (bpmnDeployer BpmnDeployer) SetParsedDeploymentBuilderFactory(parsedDeploymentBuilderFactory parse.ParsedDeploymentBuilderFactory)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BpmnDeployer ¶
type BpmnDeployer struct { ParsedDeployment parse.ParsedDeployment ParsedDeploymentBuilderFactory parse.ParsedDeploymentBuilderFactory }
func (*BpmnDeployer) Deploy ¶
func (bpmnDeployer *BpmnDeployer) Deploy(entity any, deploymentSettings map[string]interface{})
func (BpmnDeployer) GetProcess ¶
func (bpmnDeployer BpmnDeployer) GetProcess(key string) model.Process
func (BpmnDeployer) SetParsedDeploymentBuilderFactory ¶
func (bpmnDeployer BpmnDeployer) SetParsedDeploymentBuilderFactory(parsedDeploymentBuilderFactory parse.ParsedDeploymentBuilderFactory)
Click to show internal directories.
Click to hide internal directories.