GVSavePointNode

From GreenVulcano Wiki
Revision as of 14:48, 4 March 2013 by G.dimaio (talk | contribs)
Jump to: navigation, search

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:

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:

Attribute Type Description
name required Property name.
value required Property value. Can contains 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.