Difference between revisions of "GVSavePointNode"

From GreenVulcano Wiki
Jump to: navigation, search
 
Line 21: Line 21:
 
Its sub-elements are:
 
Its sub-elements are:
 
* [[Description]]
 
* [[Description]]
* [[#PropertyDef|PropertyDef]]
+
* [[PropertyDef]]
 
 
====PropertyDef====
 
 
 
Defines a property to set in [[GVBuffer]].
 
 
 
The PropertyDef Element is used by: [[ChangeGVBuffer]], '''SpProperties''' and [[JbProperties]].
 
 
 
The following table shows the PropertyDef element's attributes:
 
{|class="gvtable"
 
! Attribute !! Type !! Description
 
|-
 
| name || required || Property name.
 
|-
 
| value || required || Property value. Can contains [[Placeholders|metadata]]
 
|-
 
| overwrite-body || optional || If "yes" the [[GVBuffer]] body is overwitten with the GVBuffer's property value or with the current property value, or is set to null.
 
The body overwrite is execute prior of 'compress', 'crypto' or 'base64' operations.
 
WARNING!!!!!!! The 'clear-data' operation is still performed invalidating the body overwriting.
 
The attribute's admitted values are:
 
* yes
 
* no
 
|}
 
 
 
Might contain the sub-element [[Description]].
 

Latest revision as of 14:48, 31 December 2014

VulCon / GV Console Configuration

GVSavePointNode enable GreenVulcano® ESB on saving the flow state in a DB, is a Flow element that extends FlowNode.

The following table shows the GVSavePointNode element's attributes:

Attribute Type Description
class fixed This attribute must assume the value it.greenvulcano.gvesb.core.flow.GVSavePointNode.
op-type fixed This attribute must assume the value save.

Might contain the following sub-elements:

SpProperties

Defines additional properties of the SavePoint.

Its sub-elements are: