Documentation
¶
Index ¶
- Constants
- func CheckAccess(id string, owner string) (err error)
- func CloneAbstractProcess(id string, jwtimpersonate jwt_http_router.JwtImpersonate, owner string) (result model.AbstractProcess, err error)
- func CloseEventSourcing()
- func GetAbstractTask(task *etree.Element) (result model.BpmnAbstractMsg, err error)
- func GetBpmnAbstractPrepare(xmlValue string, jwtimpersonate jwt_http_router.JwtImpersonate) (resp model.AbstractProcess, err error)
- func InitEventSourcing() (err error)
- func InstantiateAbstractProcess(msg model.AbstractProcess, impersonate jwt_http_router.JwtImpersonate, ...) (xmlString string, err error)
- func MetadataExists(id string) (exists bool, err error)
- func PublishDeployment(userId string, deployment model.DeploymentRequest, xml string) (id string, err error)
- func PublishDeploymentDelete(id string) error
- func RemoveMetadata(id string) (err error)
- func SetMetadata(id string, deployment model.DeploymentRequest, owner string) (err error)
- func StartRest()
- type DeploymentCommand
- type Metadata
Constants ¶
View Source
const CAMUNDA_VARIABLES_DATA_EXPORT_CONFIG = "config"
View Source
const CAMUNDA_VARIABLES_PAYLOAD = "payload"
Variables ¶
This section is empty.
Functions ¶
func CheckAccess ¶
func CloneAbstractProcess ¶
func CloneAbstractProcess(id string, jwtimpersonate jwt_http_router.JwtImpersonate, owner string) (result model.AbstractProcess, err error)
func CloseEventSourcing ¶
func CloseEventSourcing()
func GetAbstractTask ¶
func GetAbstractTask(task *etree.Element) (result model.BpmnAbstractMsg, err error)
func GetBpmnAbstractPrepare ¶
func GetBpmnAbstractPrepare(xmlValue string, jwtimpersonate jwt_http_router.JwtImpersonate) (resp model.AbstractProcess, err error)
func InitEventSourcing ¶
func InitEventSourcing() (err error)
func InstantiateAbstractProcess ¶
func InstantiateAbstractProcess(msg model.AbstractProcess, impersonate jwt_http_router.JwtImpersonate, userId string) (xmlString string, err error)
func MetadataExists ¶
func PublishDeployment ¶
func PublishDeploymentDelete ¶
func RemoveMetadata ¶
func SetMetadata ¶
func SetMetadata(id string, deployment model.DeploymentRequest, owner string) (err error)
Types ¶
type DeploymentCommand ¶
type Metadata ¶
type Metadata struct { Process string `json:"process" bson:"process"` Abstract model.AbstractProcess `json:"abstract" bson:"abstract"` Online bool `json:"online" bson:"-"` Owner string `json:"owner" bson:"owner"` }
func GetAllMetadata ¶
Click to show internal directories.
Click to hide internal directories.