C# Class TransactionalNodeService.Common.TransactionalMappingToolServiceCommonBase

Inheritance: ITransactionalMappingToolServiceCommonBase
Afficher le fichier Open project: chris-tomich/Glyma

Méthodes publiques

Свойство Type Description
HardObjectLimit int
SoftObjectLimit int

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

AddBulkMetadata() public méthode

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
Résultat MapParameter

AddBulkNode() public méthode

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
Résultat MapParameter

AddBulkRelationship() public méthode

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
Résultat MapParameter

BeginTransaction() public méthode

public BeginTransaction ( IGlymaSession glymaSession ) : System.Guid
glymaSession IGlymaSession
Résultat System.Guid

CompleteTransaction() public méthode

public CompleteTransaction ( IGlymaSession glymaSession, System.Guid sessionId ) : MapResponse
glymaSession IGlymaSession
sessionId System.Guid
Résultat MapResponse

CreateDomain() public méthode

public CreateDomain ( IGlymaSession glymaSession, string name ) : MapResponse
glymaSession IGlymaSession
name string
Résultat MapResponse

CreateRootMap() public méthode

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
Résultat QueryResponse

DeleteBulkMetadata() public méthode

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
Résultat MapParameter

DeleteBulkNode() public méthode

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
Résultat MapParameter

DeleteBulkRelationship() public méthode

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
Résultat MapParameter

DeleteDomain() public méthode

public DeleteDomain ( IGlymaSession glymaSession, System.Guid domainId ) : int
glymaSession IGlymaSession
domainId System.Guid
Résultat int

DeleteRootMap() public méthode

public DeleteRootMap ( IGlymaSession glymaSession, System.Guid domainId, System.Guid rootMapId ) : int
glymaSession IGlymaSession
domainId System.Guid
rootMapId System.Guid
Résultat int

GetAllMapTypes() public méthode

public GetAllMapTypes ( IGlymaSession glymaSession ) : TypeResponse
glymaSession IGlymaSession
Résultat TypeResponse

IsSessionCompleted() public méthode

public IsSessionCompleted ( IGlymaSession glymaSession, System.Guid sessionId ) : bool
glymaSession IGlymaSession
sessionId System.Guid
Résultat bool

QueryDomains() public méthode

public QueryDomains ( IGlymaSession glymaSession ) : QueryResponse>.Dictionary
glymaSession IGlymaSession
Résultat QueryResponse>.Dictionary

QueryMap() public méthode

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
Résultat QueryResponse

QueryMap() public méthode

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
Résultat QueryResponse

QueryMapByDomain() public méthode

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
Résultat QueryResponse

SearchMap() public méthode

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
Résultat SearchMapResult

UpdateBulkMetadata() public méthode

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
Résultat MapParameter

UpdateBulkNode() public méthode

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
Résultat MapParameter

UpdateBulkRelationship() public méthode

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
Résultat MapParameter

Property Details

HardObjectLimit public_oe static_oe property

public static int HardObjectLimit
Résultat int

SoftObjectLimit public_oe static_oe property

public static int SoftObjectLimit
Résultat int