comparison

package
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2021 License: BSD-2-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
	service.AbstractService //base class
	AccessTokenService      *service.AccessTokenService
}

Service ***

func NewService

func NewService(serviceClient *utils.ServiceClient, endpoint *config.Endpoint,
	accessTokenService *service.AccessTokenService) *Service

NewService ***

func (*Service) Compare

func (o *Service) Compare(compareRequest *request.CompareRequest) (*response.ModelCompareBean, error)

发起模型对比

func (*Service) Delete

func (o *Service) Delete(compareId int64) (string, error)

删除模型对比

func (*Service) GetDrawingCompareDiff

func (o *Service) GetDrawingCompareDiff(compareId int64, layer string,
	page, pageSize int) (*response.DrawingCompareDiffsBean, error)

分页获取图纸对比结果 compareId必填,其他选填

func (*Service) GetElementChange

func (o *Service) GetElementChange(compareId int64, previousFileId int64, previousElementId string,
	followingFileId int64, followingElementId string) (*response.ModelCompareChangeBean, error)

func (*Service) GetModelCompareDiff

func (o *Service) GetModelCompareDiff(compareId int64, family, elementName string,
	page, pageSize int) (*response.ModelCompareDiffsBean, error)

分页获取模型对比结果 compareId必填,其他选填

func (*Service) GetStatus

func (o *Service) GetStatus(compareId int64) (*response.ModelCompareBean, error)

获取模型对比状态

func (*Service) GetTree

func (o *Service) GetTree(compareId int64) (*common.Tree, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL