EntitiesVersionControlService class

Constructors

EntitiesVersionControlService(ThingsboardClient tbClient)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareEntityDataToVersion(EntityId entityId, String versionId, {RequestConfig? requestConfig}) Future<EntityDataDiff?>
getEntityDataInfo(EntityId externalEntityId, EntityId internalEntityId, String versionId, {RequestConfig? requestConfig}) Future<EntityDataInfo?>
getVersionCreateRequestStatus(String requestId, {RequestConfig? requestConfig}) Future<VersionCreationResult?>
getVersionLoadRequestStatus(String requestId, {RequestConfig? requestConfig}) Future<VersionLoadResult?>
listBranches({RequestConfig? requestConfig}) Future<List<BranchInfo>>
listEntityTypeVersions(PageLink pageLink, String branch, EntityType entityType, {RequestConfig? requestConfig}) Future<PageData<EntityVersion>>
listEntityVersions(PageLink pageLink, String branch, EntityId externalEntityId, {RequestConfig? requestConfig}) Future<PageData<EntityVersion>>
listVersions(PageLink pageLink, String branch, {RequestConfig? requestConfig}) Future<PageData<EntityVersion>>
loadEntitiesVersion(VersionLoadRequest request, {RequestConfig? requestConfig}) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveEntitiesVersion(VersionCreateRequest request, {RequestConfig? requestConfig}) Future<String>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited