Bitrix API

DedupeParams

Table of Contents

Methods

__construct()  : mixed
clearIndexDate()  : void
enabledPermissionCheck()  : mixed
getCategoryId()  : int|null
getContextId()  : string
getEntityTypeID()  : mixed
getIndexDate()  : DateTime|null
getIndexDateFilterValue()  : string
getScope()  : mixed
getUserID()  : mixed
isCheckChangedOnly()  : bool
isPermissionCheckEnabled()  : mixed
limitByAssignedUser()  : bool
limitByDirtyIndexItems()  : bool
setCheckChangedOnly()  : void
setContextId()  : mixed
setEntityTypeID()  : mixed
setIndexDate()  : void
setLimitByAssignedUser()  : void
setLimitByDirtyIndexItems()  : void
setScope()  : mixed
setUserID()  : mixed

Methods

__construct()

public __construct(mixed $entityTypeID, mixed $userID[, mixed $enablePermissionCheck = false ][, mixed $scope = DuplicateIndexType::DEFAULT_SCOPE ][, mixed $contextId = '' ]) : mixed
Parameters
$entityTypeID : mixed
$userID : mixed
$enablePermissionCheck : mixed = false
$scope : mixed = DuplicateIndexType::DEFAULT_SCOPE
$contextId : mixed = ''

enabledPermissionCheck()

public enabledPermissionCheck(mixed $enable) : mixed
Parameters
$enable : mixed

getCategoryId()

public getCategoryId() : int|null
Return values
int|null

getContextId()

public getContextId() : string
Return values
string

getIndexDateFilterValue()

public getIndexDateFilterValue() : string
Return values
string

isCheckChangedOnly()

public isCheckChangedOnly() : bool
Return values
bool

isPermissionCheckEnabled()

public isPermissionCheckEnabled() : mixed

limitByAssignedUser()

public limitByAssignedUser() : bool
Return values
bool

limitByDirtyIndexItems()

public limitByDirtyIndexItems() : bool
Return values
bool

setCheckChangedOnly()

public setCheckChangedOnly(bool $checkChangedOnly) : void
Parameters
$checkChangedOnly : bool

setContextId()

public setContextId(string $contextId) : mixed
Parameters
$contextId : string

setEntityTypeID()

public setEntityTypeID(mixed $entityTypeID) : mixed
Parameters
$entityTypeID : mixed

setLimitByAssignedUser()

public setLimitByAssignedUser(bool $limitByAssignedUser) : void
Parameters
$limitByAssignedUser : bool

setLimitByDirtyIndexItems()

public setLimitByDirtyIndexItems(bool $limitByDirtyIndexItems) : void
Parameters
$limitByDirtyIndexItems : bool

setScope()

public setScope(mixed $scope) : mixed
Parameters
$scope : mixed

setUserID()

public setUserID(mixed $userID) : mixed
Parameters
$userID : mixed

        
On this page

Search results