Creates the ACL for the passed object identity
ObjectIdentityInterface $oid:
void
private function createObjectIdentity(ObjectIdentityInterface $oid) {
$classId = $this
->createOrRetrieveClassId($oid
->getType());
$this->connection
->executeQuery($this
->getInsertObjectIdentitySql($oid
->getIdentifier(), $classId, true));
}