C# 클래스 TransactionalNodeService.TransactionalMappingToolService

상속: ITransactionalMappingToolService
파일 보기 프로젝트 열기: chris-tomich/Glyma

Private Properties

프로퍼티 타입 설명
CompressBulkOperationsResponse string
DecompressBulkOperations TransactionalNodeService.Common.NodeServiceOperations.Bulk.BulkOperations

공개 메소드들

메소드 설명
AddBulkMetadata ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, MapParameter node, MapParameter relationship, DescriptorType descriptorType, MetadataType metadataType, string name, string value ) : MapParameter
AddBulkNode ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, NodeType nodeType, string originalId ) : MapParameter
AddBulkRelationship ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, MapParameter>.Dictionary nodes, RelationshipType relationshipType, string originalId ) : MapParameter
AddMetadata ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, MapParameter node, MapParameter relationship, DescriptorType descriptorType, MetadataType metadataType, string name, string value ) : MapParameter
AddNode ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, NodeType nodeType, string originalId ) : MapParameter
AddRelationship ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, MapParameter>.Dictionary nodes, RelationshipType relationshipType, string originalId ) : MapParameter
BeginTransaction ( string callingUrl ) : System.Guid
CompleteTransaction ( string callingUrl, System.Guid sessionId ) : MapResponse
CreateDomain ( string callingUrl, string name ) : MapResponse
CreateRootMap ( string callingUrl, System.Guid domainId, string name, NodeType nodeType, string originalId ) : QueryResponse
DeleteBulkMetadata ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter metadata ) : MapParameter
DeleteBulkNode ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter nodeId ) : MapParameter
DeleteBulkRelationship ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter relationshipId ) : MapParameter
DeleteDomain ( string callingUrl, System.Guid domainId ) : int
DeleteMetadata ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter metadata ) : MapParameter
DeleteNode ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter nodeId ) : MapParameter
DeleteRelationship ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter relationshipId ) : MapParameter
DeleteRootMap ( string callingUrl, System.Guid domainId, System.Guid rootMapId ) : int
GetAllMapTypes ( string callingUrl ) : TypeResponse
GetApplicationVersion ( ) : GlymaVersion
IsSessionCompleted ( string callingUrl, System.Guid sessionId ) : bool
QueryDomains ( string callingUrl ) : QueryResponse>.Dictionary
QueryMap ( string callingUrl, System.Guid domainId, System.Guid nodeId, int maxDepth, EdgeConditions edgeConditions, FilterConditions filterConditions ) : QueryResponse
QueryMapByDomain ( string callingUrl, System.Guid domainId, int maxDepth, EdgeConditions edgeConditions, FilterConditions filterConditions ) : QueryResponse
QueryMapPaged ( string callingUrl, System.Guid domainId, System.Guid nodeId, int maxDepth, EdgeConditions edgeConditions, FilterConditions filterConditions, int objectIndex ) : QueryResponse
SearchMap ( string callingUrl, 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.

SubmitBulkOperations ( string callingUrl, System.Guid sessionId, BulkOperations operations ) : List
SubmitCompressedBulkOperations ( string callingUrl, System.Guid sessionId, string compressedOperations ) : string
UpdateBulkMetadata ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter metadata, string name, string value ) : MapParameter
UpdateBulkNode ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter nodeId, NodeType nodeType ) : MapParameter
UpdateBulkRelationship ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter relationshipId, MapParameter>.Dictionary nodes, RelationshipType relationshipType ) : MapParameter
UpdateMetadata ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter metadata, string name, string value ) : MapParameter
UpdateNode ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter nodeId, NodeType nodeType ) : MapParameter
UpdateRelationship ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter relationshipId, MapParameter>.Dictionary nodes, RelationshipType relationshipType ) : MapParameter

비공개 메소드들

메소드 설명
CompressBulkOperationsResponse ( List bulkOperationsResponses ) : string
DecompressBulkOperations ( string compressedOperations ) : BulkOperations

메소드 상세

AddBulkMetadata() 공개 메소드

public AddBulkMetadata ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, MapParameter node, MapParameter relationship, DescriptorType descriptorType, MetadataType metadataType, string name, string value ) : MapParameter
callingUrl string
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 ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, NodeType nodeType, string originalId ) : MapParameter
callingUrl string
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
rootMapId MapParameter
nodeType TransactionalNodeService.Common.Model.NodeType
originalId string
리턴 MapParameter

AddBulkRelationship() 공개 메소드

public AddBulkRelationship ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, MapParameter>.Dictionary nodes, RelationshipType relationshipType, string originalId ) : MapParameter
callingUrl string
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
rootMapId MapParameter
nodes MapParameter>.Dictionary
relationshipType TransactionalNodeService.Common.Model.RelationshipType
originalId string
리턴 MapParameter

AddMetadata() 공개 메소드

public AddMetadata ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, MapParameter node, MapParameter relationship, DescriptorType descriptorType, MetadataType metadataType, string name, string value ) : MapParameter
callingUrl string
sessionId 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

AddNode() 공개 메소드

public AddNode ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, NodeType nodeType, string originalId ) : MapParameter
callingUrl string
sessionId System.Guid
domainId MapParameter
rootMapId MapParameter
nodeType TransactionalNodeService.Common.Model.NodeType
originalId string
리턴 MapParameter

AddRelationship() 공개 메소드

public AddRelationship ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, MapParameter>.Dictionary nodes, RelationshipType relationshipType, string originalId ) : MapParameter
callingUrl string
sessionId System.Guid
domainId MapParameter
rootMapId MapParameter
nodes MapParameter>.Dictionary
relationshipType TransactionalNodeService.Common.Model.RelationshipType
originalId string
리턴 MapParameter

BeginTransaction() 공개 메소드

public BeginTransaction ( string callingUrl ) : System.Guid
callingUrl string
리턴 System.Guid

CompleteTransaction() 공개 메소드

public CompleteTransaction ( string callingUrl, System.Guid sessionId ) : MapResponse
callingUrl string
sessionId System.Guid
리턴 MapResponse

CreateDomain() 공개 메소드

public CreateDomain ( string callingUrl, string name ) : MapResponse
callingUrl string
name string
리턴 MapResponse

CreateRootMap() 공개 메소드

public CreateRootMap ( string callingUrl, System.Guid domainId, string name, NodeType nodeType, string originalId ) : QueryResponse
callingUrl string
domainId System.Guid
name string
nodeType TransactionalNodeService.Common.Model.NodeType
originalId string
리턴 QueryResponse

DeleteBulkMetadata() 공개 메소드

public DeleteBulkMetadata ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter metadata ) : MapParameter
callingUrl string
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
metadata MapParameter
리턴 MapParameter

DeleteBulkNode() 공개 메소드

public DeleteBulkNode ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter nodeId ) : MapParameter
callingUrl string
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
nodeId MapParameter
리턴 MapParameter

DeleteBulkRelationship() 공개 메소드

public DeleteBulkRelationship ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter relationshipId ) : MapParameter
callingUrl string
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
relationshipId MapParameter
리턴 MapParameter

DeleteDomain() 공개 메소드

public DeleteDomain ( string callingUrl, System.Guid domainId ) : int
callingUrl string
domainId System.Guid
리턴 int

DeleteMetadata() 공개 메소드

public DeleteMetadata ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter metadata ) : MapParameter
callingUrl string
sessionId System.Guid
domainId MapParameter
metadata MapParameter
리턴 MapParameter

DeleteNode() 공개 메소드

public DeleteNode ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter nodeId ) : MapParameter
callingUrl string
sessionId System.Guid
domainId MapParameter
nodeId MapParameter
리턴 MapParameter

DeleteRelationship() 공개 메소드

public DeleteRelationship ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter relationshipId ) : MapParameter
callingUrl string
sessionId System.Guid
domainId MapParameter
relationshipId MapParameter
리턴 MapParameter

DeleteRootMap() 공개 메소드

public DeleteRootMap ( string callingUrl, System.Guid domainId, System.Guid rootMapId ) : int
callingUrl string
domainId System.Guid
rootMapId System.Guid
리턴 int

GetAllMapTypes() 공개 메소드

public GetAllMapTypes ( string callingUrl ) : TypeResponse
callingUrl string
리턴 TransactionalNodeService.Common.TypeResponse

GetApplicationVersion() 공개 메소드

public GetApplicationVersion ( ) : GlymaVersion
리턴 TransactionalNodeService.Common.Model.GlymaVersion

IsSessionCompleted() 공개 메소드

public IsSessionCompleted ( string callingUrl, System.Guid sessionId ) : bool
callingUrl string
sessionId System.Guid
리턴 bool

QueryDomains() 공개 메소드

public QueryDomains ( string callingUrl ) : QueryResponse>.Dictionary
callingUrl string
리턴 QueryResponse>.Dictionary

QueryMap() 공개 메소드

public QueryMap ( string callingUrl, System.Guid domainId, System.Guid nodeId, int maxDepth, EdgeConditions edgeConditions, FilterConditions filterConditions ) : QueryResponse
callingUrl string
domainId System.Guid
nodeId System.Guid
maxDepth int
edgeConditions TransactionalNodeService.Common.EdgeConditions
filterConditions FilterConditions
리턴 QueryResponse

QueryMapByDomain() 공개 메소드

public QueryMapByDomain ( string callingUrl, System.Guid domainId, int maxDepth, EdgeConditions edgeConditions, FilterConditions filterConditions ) : QueryResponse
callingUrl string
domainId System.Guid
maxDepth int
edgeConditions TransactionalNodeService.Common.EdgeConditions
filterConditions FilterConditions
리턴 QueryResponse

QueryMapPaged() 공개 메소드

public QueryMapPaged ( string callingUrl, System.Guid domainId, System.Guid nodeId, int maxDepth, EdgeConditions edgeConditions, FilterConditions filterConditions, int objectIndex ) : QueryResponse
callingUrl string
domainId System.Guid
nodeId System.Guid
maxDepth int
edgeConditions TransactionalNodeService.Common.EdgeConditions
filterConditions FilterConditions
objectIndex int
리턴 QueryResponse

SearchMap() 공개 메소드

TODO: This method needs to be moved from here as it makes calls to schema specific methods.
public SearchMap ( string callingUrl, System.Guid domainId, System.Guid rootMapUid, SearchConditions conditions, int pageNumber = 1, int pageSize = 5 ) : SearchMapResult
callingUrl string
domainId System.Guid
rootMapUid System.Guid
conditions SearchConditions
pageNumber int
pageSize int
리턴 SearchMapResult

SubmitBulkOperations() 공개 메소드

public SubmitBulkOperations ( string callingUrl, System.Guid sessionId, BulkOperations operations ) : List
callingUrl string
sessionId System.Guid
operations TransactionalNodeService.Common.NodeServiceOperations.Bulk.BulkOperations
리턴 List

SubmitCompressedBulkOperations() 공개 메소드

public SubmitCompressedBulkOperations ( string callingUrl, System.Guid sessionId, string compressedOperations ) : string
callingUrl string
sessionId System.Guid
compressedOperations string
리턴 string

UpdateBulkMetadata() 공개 메소드

public UpdateBulkMetadata ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter metadata, string name, string value ) : MapParameter
callingUrl string
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
metadata MapParameter
name string
value string
리턴 MapParameter

UpdateBulkNode() 공개 메소드

public UpdateBulkNode ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter nodeId, NodeType nodeType ) : MapParameter
callingUrl string
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
nodeId MapParameter
nodeType TransactionalNodeService.Common.Model.NodeType
리턴 MapParameter

UpdateBulkRelationship() 공개 메소드

public UpdateBulkRelationship ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter relationshipId, MapParameter>.Dictionary nodes, RelationshipType relationshipType ) : MapParameter
callingUrl string
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
relationshipId MapParameter
nodes MapParameter>.Dictionary
relationshipType TransactionalNodeService.Common.Model.RelationshipType
리턴 MapParameter

UpdateMetadata() 공개 메소드

public UpdateMetadata ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter metadata, string name, string value ) : MapParameter
callingUrl string
sessionId System.Guid
domainId MapParameter
metadata MapParameter
name string
value string
리턴 MapParameter

UpdateNode() 공개 메소드

public UpdateNode ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter nodeId, NodeType nodeType ) : MapParameter
callingUrl string
sessionId System.Guid
domainId MapParameter
nodeId MapParameter
nodeType TransactionalNodeService.Common.Model.NodeType
리턴 MapParameter

UpdateRelationship() 공개 메소드

public UpdateRelationship ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter relationshipId, MapParameter>.Dictionary nodes, RelationshipType relationshipType ) : MapParameter
callingUrl string
sessionId System.Guid
domainId MapParameter
relationshipId MapParameter
nodes MapParameter>.Dictionary
relationshipType TransactionalNodeService.Common.Model.RelationshipType
리턴 MapParameter