TransactionRepr

Top  Previous  Next

Description

Representation of a collection of topic map update actions to be performed as a single transaction.

 

XML Representation

 

<Transaction Success="true">

  <Actions>

    <Action ...> See ActionRepr </Action>*

  </Actions>

</Transaction>

 

JSON Representation

 

"Success":true, 

"Actions": array of ActionRepr

 

 

Notes

The Success attribute/property indicates if the transaction as a whole has been processed successfully.

 

See Also