\Everyman\Neo4j\BatchDelete

A delete operation

Summary

Methods
Properties
Constants
__construct()
getCommand()
getEntity()
getId()
matchId()
reserve()
No public properties found
No constants found
No protected methods found
$batch
$operation
$entity
$opId
$reserved
$command
N/A
No private methods found
No private properties found
N/A

Properties

$batch

$batch : 

Type

$operation

$operation : 

Type

$entity

$entity : 

Type

$opId

$opId : 

Type

$reserved

$reserved : 

Type

$command

$command : 

Type

Methods

getCommand()

getCommand() : \Everyman\Neo4j\Batch\Command

Get the command that represents this operation

Returns

\Everyman\Neo4j\Batch\Command

getId()

getId() : integer

Get the operation id

Returns

integer

matchId()

matchId() : mixed

Based on this operations parameters, generate a consistent id

Returns

mixed

reserve()

reserve() : boolean

Reserve this operation to prevent it from being double-committed Once an operation has been reserved, future reserve calls will return false, indicating it has already been reserved.

This is mostly useful during commit to prevent an operation being sent twice

Returns

boolean —

true if reservation succeeded