C# Класс TransactionalNodeService.Common.TransactionalMappingToolServiceCommonBase

Наследование: ITransactionalMappingToolServiceCommonBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
HardObjectLimit int
SoftObjectLimit int

Открытые методы

Метод Описание
AddBulkMetadata ( IGlymaSession glymaSession, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, MapParameter node, MapParameter relationship, DescriptorType descriptorType, MetadataType metadataType, string name, string value ) : MapParameter
AddBulkNode ( IGlymaSession glymaSession, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, NodeType nodeType, string originalId ) : MapParameter
AddBulkRelationship ( IGlymaSession glymaSession, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, MapParameter>.Dictionary nodes, RelationshipType relationshipType, string originalId ) : MapParameter
BeginTransaction ( IGlymaSession glymaSession ) : System.Guid
CompleteTransaction ( IGlymaSession glymaSession, System.Guid sessionId ) : MapResponse
CreateDomain ( IGlymaSession glymaSession, string name ) : MapResponse
CreateRootMap ( IGlymaSession glymaSession, System.Guid domainId, string name, NodeType nodeType, string originalId ) : QueryResponse
DeleteBulkMetadata ( IGlymaSession glymaSession, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter metadata ) : MapParameter
DeleteBulkNode ( IGlymaSession glymaSession, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter nodeId ) : MapParameter
DeleteBulkRelationship ( IGlymaSession glymaSession, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter relationshipId ) : MapParameter
DeleteDomain ( IGlymaSession glymaSession, System.Guid domainId ) : int
DeleteRootMap ( IGlymaSession glymaSession, System.Guid domainId, System.Guid rootMapId ) : int
GetAllMapTypes ( IGlymaSession glymaSession ) : TypeResponse
IsSessionCompleted ( IGlymaSession glymaSession, System.Guid sessionId ) : bool
QueryDomains ( IGlymaSession glymaSession ) : QueryResponse>.Dictionary
QueryMap ( IGlymaSession glymaSession, System.Guid domainId, System.Guid nodeId, int maxDepth, bool isFullDomainSearch, EdgeConditions edgeConditions, FilterConditions filterConditions, int objectIndex ) : QueryResponse
QueryMap ( IGlymaSession glymaSession, System.Guid domainId, System.Guid nodeId, int maxDepth, bool isFullDomainSearch, EdgeConditions edgeConditions, FilterConditions filterConditions, int objectIndex, bool isCompressed ) : QueryResponse
QueryMapByDomain ( IGlymaSession glymaSession, System.Guid domainId, int maxDepth, EdgeConditions edgeConditions, FilterConditions filterConditions ) : QueryResponse
SearchMap ( IGlymaSession glymaSession, System.Guid domainId, System.Guid rootMapUid, SearchConditions conditions, int pageNumber = 1, int pageSize = 5 ) : SearchMapResult

TODO: This method needs to be moved from here as it makes calls to schema specific methods.

UpdateBulkMetadata ( IGlymaSession glymaSession, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter metadata, string name, string value ) : MapParameter
UpdateBulkNode ( IGlymaSession glymaSession, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter nodeId, NodeType nodeType ) : MapParameter
UpdateBulkRelationship ( IGlymaSession glymaSession, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter relationshipId, MapParameter>.Dictionary nodes, RelationshipType relationshipType ) : MapParameter

Приватные методы

Метод Описание
AddMetadata ( IGlymaSession glymaSession, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, MapParameter node, MapParameter relationship, DescriptorType descriptorType, MetadataType metadataType, string name, string value ) : MapParameter
AddNode ( IGlymaSession glymaSession, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, NodeType nodeType, string originalId ) : MapParameter

Описание методов

AddBulkMetadata() публичный Метод

public AddBulkMetadata ( IGlymaSession glymaSession, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, MapParameter node, MapParameter relationship, DescriptorType descriptorType, MetadataType metadataType, string name, string value ) : MapParameter
glymaSession IGlymaSession
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
rootMapId MapParameter
node MapParameter
relationship MapParameter
descriptorType TransactionalNodeService.Common.Model.DescriptorType
metadataType TransactionalNodeService.Common.Model.MetadataType
name string
value string
Результат MapParameter

AddBulkNode() публичный Метод

public AddBulkNode ( IGlymaSession glymaSession, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, NodeType nodeType, string originalId ) : MapParameter
glymaSession IGlymaSession
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
rootMapId MapParameter
nodeType TransactionalNodeService.Common.Model.NodeType
originalId string
Результат MapParameter

AddBulkRelationship() публичный Метод

public AddBulkRelationship ( IGlymaSession glymaSession, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, MapParameter>.Dictionary nodes, RelationshipType relationshipType, string originalId ) : MapParameter
glymaSession IGlymaSession
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
rootMapId MapParameter
nodes MapParameter>.Dictionary
relationshipType TransactionalNodeService.Common.Model.RelationshipType
originalId string
Результат MapParameter

BeginTransaction() публичный Метод

public BeginTransaction ( IGlymaSession glymaSession ) : System.Guid
glymaSession IGlymaSession
Результат System.Guid

CompleteTransaction() публичный Метод

public CompleteTransaction ( IGlymaSession glymaSession, System.Guid sessionId ) : MapResponse
glymaSession IGlymaSession
sessionId System.Guid
Результат MapResponse

CreateDomain() публичный Метод

public CreateDomain ( IGlymaSession glymaSession, string name ) : MapResponse
glymaSession IGlymaSession
name string
Результат MapResponse

CreateRootMap() публичный Метод

public CreateRootMap ( IGlymaSession glymaSession, System.Guid domainId, string name, NodeType nodeType, string originalId ) : QueryResponse
glymaSession IGlymaSession
domainId System.Guid
name string
nodeType TransactionalNodeService.Common.Model.NodeType
originalId string
Результат QueryResponse

DeleteBulkMetadata() публичный Метод

public DeleteBulkMetadata ( IGlymaSession glymaSession, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter metadata ) : MapParameter
glymaSession IGlymaSession
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
metadata MapParameter
Результат MapParameter

DeleteBulkNode() публичный Метод

public DeleteBulkNode ( IGlymaSession glymaSession, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter nodeId ) : MapParameter
glymaSession IGlymaSession
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
nodeId MapParameter
Результат MapParameter

DeleteBulkRelationship() публичный Метод

public DeleteBulkRelationship ( IGlymaSession glymaSession, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter relationshipId ) : MapParameter
glymaSession IGlymaSession
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
relationshipId MapParameter
Результат MapParameter

DeleteDomain() публичный Метод

public DeleteDomain ( IGlymaSession glymaSession, System.Guid domainId ) : int
glymaSession IGlymaSession
domainId System.Guid
Результат int

DeleteRootMap() публичный Метод

public DeleteRootMap ( IGlymaSession glymaSession, System.Guid domainId, System.Guid rootMapId ) : int
glymaSession IGlymaSession
domainId System.Guid
rootMapId System.Guid
Результат int

GetAllMapTypes() публичный Метод

public GetAllMapTypes ( IGlymaSession glymaSession ) : TypeResponse
glymaSession IGlymaSession
Результат TypeResponse

IsSessionCompleted() публичный Метод

public IsSessionCompleted ( IGlymaSession glymaSession, System.Guid sessionId ) : bool
glymaSession IGlymaSession
sessionId System.Guid
Результат bool

QueryDomains() публичный Метод

public QueryDomains ( IGlymaSession glymaSession ) : QueryResponse>.Dictionary
glymaSession IGlymaSession
Результат QueryResponse>.Dictionary

QueryMap() публичный Метод

public QueryMap ( IGlymaSession glymaSession, System.Guid domainId, System.Guid nodeId, int maxDepth, bool isFullDomainSearch, EdgeConditions edgeConditions, FilterConditions filterConditions, int objectIndex ) : QueryResponse
glymaSession IGlymaSession
domainId System.Guid
nodeId System.Guid
maxDepth int
isFullDomainSearch bool
edgeConditions EdgeConditions
filterConditions FilterConditions
objectIndex int
Результат QueryResponse

QueryMap() публичный Метод

public QueryMap ( IGlymaSession glymaSession, System.Guid domainId, System.Guid nodeId, int maxDepth, bool isFullDomainSearch, EdgeConditions edgeConditions, FilterConditions filterConditions, int objectIndex, bool isCompressed ) : QueryResponse
glymaSession IGlymaSession
domainId System.Guid
nodeId System.Guid
maxDepth int
isFullDomainSearch bool
edgeConditions EdgeConditions
filterConditions FilterConditions
objectIndex int
isCompressed bool
Результат QueryResponse

QueryMapByDomain() публичный Метод

public QueryMapByDomain ( IGlymaSession glymaSession, System.Guid domainId, int maxDepth, EdgeConditions edgeConditions, FilterConditions filterConditions ) : QueryResponse
glymaSession IGlymaSession
domainId System.Guid
maxDepth int
edgeConditions EdgeConditions
filterConditions FilterConditions
Результат QueryResponse

SearchMap() публичный Метод

TODO: This method needs to be moved from here as it makes calls to schema specific methods.
public SearchMap ( IGlymaSession glymaSession, System.Guid domainId, System.Guid rootMapUid, SearchConditions conditions, int pageNumber = 1, int pageSize = 5 ) : SearchMapResult
glymaSession IGlymaSession
domainId System.Guid
rootMapUid System.Guid
conditions SearchConditions
pageNumber int
pageSize int
Результат SearchMapResult

UpdateBulkMetadata() публичный Метод

public UpdateBulkMetadata ( IGlymaSession glymaSession, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter metadata, string name, string value ) : MapParameter
glymaSession IGlymaSession
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
metadata MapParameter
name string
value string
Результат MapParameter

UpdateBulkNode() публичный Метод

public UpdateBulkNode ( IGlymaSession glymaSession, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter nodeId, NodeType nodeType ) : MapParameter
glymaSession IGlymaSession
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
nodeId MapParameter
nodeType TransactionalNodeService.Common.Model.NodeType
Результат MapParameter

UpdateBulkRelationship() публичный Метод

public UpdateBulkRelationship ( IGlymaSession glymaSession, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter relationshipId, MapParameter>.Dictionary nodes, RelationshipType relationshipType ) : MapParameter
glymaSession IGlymaSession
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
relationshipId MapParameter
nodes MapParameter>.Dictionary
relationshipType TransactionalNodeService.Common.Model.RelationshipType
Результат MapParameter

Описание свойств

HardObjectLimit публичное статическое свойство

public static int HardObjectLimit
Результат int

SoftObjectLimit публичное статическое свойство

public static int SoftObjectLimit
Результат int