Cluster.refreshEntity()

Signature

void refreshEntity(long id, int typeId, int version)

Domain

action, condition, query

Description

Refresh the local copy from the cluster

Parameters

NameTypeDescription
idlongid of the local copy of entity
typeIdintType id of the local copy of entity
versionintVersion of the local copy of entity

Returns

None.

Cautions

none

Example


String cName = ClusterFunctions.refreshEntity(id,typeId,version);