layout
default
menu_item
api
title
IndexReucEntry
description
Version 0.26.1
return_to
API Documentation Index
/api/
sections
add
clear
entryCount
find
getByIndex
getByPath
remove
Instance Variables
#add
#clear
#entryCount
#find
#getByIndex
#getByPath
#remove
#ivars
IndexReucEntry. add Async Experimental
IndexReucEntry . add ( index , path , ancestor_mode , ancestor_id , our_mode , our_id , their_mode , their_id ) . then ( function ( result ) {
// Use result
} ) ;
Parameters
Type
index
Index
path
String
ancestor_mode
Number
ancestor_id
Oid
our_mode
Number
our_id
Oid
their_mode
Number
their_id
Oid
IndexReucEntry. clear Async Experimental
IndexReucEntry . clear ( index ) . then ( function ( ) {
// method complete });
Parameters
Type
index
Index
IndexReucEntry. entryCount Sync Experimental
var result = IndexReucEntry . entryCount ( index ) ;
Parameters
Type
index
Index
IndexReucEntry. find Async Experimental
IndexReucEntry . find ( index , path ) . then ( function ( result ) {
// Use result
} ) ;
Parameters
Type
index
Index
path
String
IndexReucEntry. getByIndex Sync Experimental
var indexReucEntry = IndexReucEntry . getByIndex ( index , n ) ;
Parameters
Type
index
Index
n
Number
IndexReucEntry. getByPath Sync Experimental
var indexReucEntry = IndexReucEntry . getByPath ( index , path ) ;
Parameters
Type
index
Index
path
String
IndexReucEntry. remove Async Experimental
IndexReucEntry . remove ( index , n ) . then ( function ( result ) {
// Use result
} ) ;
Parameters
Type
index
Index
n
Number
Variable
Type
Description
mode
Number
oid
Oid
path
String