Property | Type | Description | |
---|---|---|---|
CompressBulkOperationsResponse | string | ||
DecompressBulkOperations |
Method | Description | |
---|---|---|
AddBulkMetadata ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, MapParameter node, MapParameter relationship, |
||
AddBulkNode ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, |
||
AddBulkRelationship ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, MapParameter>.Dictionary |
||
AddMetadata ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, MapParameter node, MapParameter relationship, |
||
AddNode ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, |
||
AddRelationship ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, MapParameter>.Dictionary |
||
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, |
||
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 ) : |
||
GetApplicationVersion ( ) : |
||
IsSessionCompleted ( string callingUrl, System.Guid sessionId ) : bool | ||
QueryDomains ( string callingUrl ) : QueryResponse>.Dictionary |
||
QueryMap ( string callingUrl, System.Guid domainId, System.Guid nodeId, int maxDepth, |
||
QueryMapByDomain ( string callingUrl, System.Guid domainId, int maxDepth, |
||
QueryMapPaged ( string callingUrl, System.Guid domainId, System.Guid nodeId, int maxDepth, |
||
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, |
||
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, |
||
UpdateBulkRelationship ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter relationshipId, MapParameter>.Dictionary |
||
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, |
||
UpdateRelationship ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter relationshipId, MapParameter>.Dictionary |
Method | Description | |
---|---|---|
CompressBulkOperationsResponse ( List |
||
DecompressBulkOperations ( string compressedOperations ) : |
public AddBulkMetadata ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, MapParameter node, MapParameter relationship, |
||
callingUrl | string | |
sessionId | System.Guid | |
responseParameter | System.Guid | |
domainId | MapParameter | |
rootMapId | MapParameter | |
node | MapParameter | |
relationship | MapParameter | |
descriptorType | ||
metadataType | ||
name | string | |
value | string | |
return | MapParameter |
public AddBulkNode ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, |
||
callingUrl | string | |
sessionId | System.Guid | |
responseParameter | System.Guid | |
domainId | MapParameter | |
rootMapId | MapParameter | |
nodeType | ||
originalId | string | |
return | MapParameter |
public AddBulkRelationship ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, MapParameter>.Dictionary |
||
callingUrl | string | |
sessionId | System.Guid | |
responseParameter | System.Guid | |
domainId | MapParameter | |
rootMapId | MapParameter | |
nodes | MapParameter>.Dictionary | |
relationshipType | ||
originalId | string | |
return | MapParameter |
public AddMetadata ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, MapParameter node, MapParameter relationship, |
||
callingUrl | string | |
sessionId | System.Guid | |
domainId | MapParameter | |
rootMapId | MapParameter | |
node | MapParameter | |
relationship | MapParameter | |
descriptorType | ||
metadataType | ||
name | string | |
value | string | |
return | MapParameter |
public AddNode ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, |
||
callingUrl | string | |
sessionId | System.Guid | |
domainId | MapParameter | |
rootMapId | MapParameter | |
nodeType | ||
originalId | string | |
return | MapParameter |
public AddRelationship ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, MapParameter>.Dictionary |
||
callingUrl | string | |
sessionId | System.Guid | |
domainId | MapParameter | |
rootMapId | MapParameter | |
nodes | MapParameter>.Dictionary | |
relationshipType | ||
originalId | string | |
return | MapParameter |
public BeginTransaction ( string callingUrl ) : System.Guid | ||
callingUrl | string | |
return | System.Guid |
public CompleteTransaction ( string callingUrl, System.Guid sessionId ) : MapResponse | ||
callingUrl | string | |
sessionId | System.Guid | |
return | MapResponse |
public CreateDomain ( string callingUrl, string name ) : MapResponse | ||
callingUrl | string | |
name | string | |
return | MapResponse |
public CreateRootMap ( string callingUrl, System.Guid domainId, string name, |
||
callingUrl | string | |
domainId | System.Guid | |
name | string | |
nodeType | ||
originalId | string | |
return | QueryResponse |
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 | |
return | MapParameter |
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 | |
return | MapParameter |
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 | |
return | MapParameter |
public DeleteDomain ( string callingUrl, System.Guid domainId ) : int | ||
callingUrl | string | |
domainId | System.Guid | |
return | int |
public DeleteMetadata ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter metadata ) : MapParameter | ||
callingUrl | string | |
sessionId | System.Guid | |
domainId | MapParameter | |
metadata | MapParameter | |
return | MapParameter |
public DeleteNode ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter nodeId ) : MapParameter | ||
callingUrl | string | |
sessionId | System.Guid | |
domainId | MapParameter | |
nodeId | MapParameter | |
return | MapParameter |
public DeleteRelationship ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter relationshipId ) : MapParameter | ||
callingUrl | string | |
sessionId | System.Guid | |
domainId | MapParameter | |
relationshipId | MapParameter | |
return | MapParameter |
public DeleteRootMap ( string callingUrl, System.Guid domainId, System.Guid rootMapId ) : int | ||
callingUrl | string | |
domainId | System.Guid | |
rootMapId | System.Guid | |
return | int |
public GetAllMapTypes ( string callingUrl ) : |
||
callingUrl | string | |
return |
public GetApplicationVersion ( ) : |
||
return |
public IsSessionCompleted ( string callingUrl, System.Guid sessionId ) : bool | ||
callingUrl | string | |
sessionId | System.Guid | |
return | bool |
public QueryDomains ( string callingUrl ) : QueryResponse>.Dictionary |
||
callingUrl | string | |
return | QueryResponse>.Dictionary |
public QueryMap ( string callingUrl, System.Guid domainId, System.Guid nodeId, int maxDepth, |
||
callingUrl | string | |
domainId | System.Guid | |
nodeId | System.Guid | |
maxDepth | int | |
edgeConditions | ||
filterConditions | FilterConditions | |
return | QueryResponse |
public QueryMapByDomain ( string callingUrl, System.Guid domainId, int maxDepth, |
||
callingUrl | string | |
domainId | System.Guid | |
maxDepth | int | |
edgeConditions | ||
filterConditions | FilterConditions | |
return | QueryResponse |
public QueryMapPaged ( string callingUrl, System.Guid domainId, System.Guid nodeId, int maxDepth, |
||
callingUrl | string | |
domainId | System.Guid | |
nodeId | System.Guid | |
maxDepth | int | |
edgeConditions | ||
filterConditions | FilterConditions | |
objectIndex | int | |
return | QueryResponse |
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 | |
return | SearchMapResult |
public SubmitBulkOperations ( string callingUrl, System.Guid sessionId, |
||
callingUrl | string | |
sessionId | System.Guid | |
operations | ||
return | List |
public SubmitCompressedBulkOperations ( string callingUrl, System.Guid sessionId, string compressedOperations ) : string | ||
callingUrl | string | |
sessionId | System.Guid | |
compressedOperations | string | |
return | string |
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 | |
return | MapParameter |
public UpdateBulkNode ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter nodeId, |
||
callingUrl | string | |
sessionId | System.Guid | |
responseParameter | System.Guid | |
domainId | MapParameter | |
nodeId | MapParameter | |
nodeType | ||
return | MapParameter |
public UpdateBulkRelationship ( string callingUrl, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter relationshipId, MapParameter>.Dictionary |
||
callingUrl | string | |
sessionId | System.Guid | |
responseParameter | System.Guid | |
domainId | MapParameter | |
relationshipId | MapParameter | |
nodes | MapParameter>.Dictionary | |
relationshipType | ||
return | MapParameter |
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 | |
return | MapParameter |
public UpdateNode ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter nodeId, |
||
callingUrl | string | |
sessionId | System.Guid | |
domainId | MapParameter | |
nodeId | MapParameter | |
nodeType | ||
return | MapParameter |
public UpdateRelationship ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter relationshipId, MapParameter>.Dictionary |
||
callingUrl | string | |
sessionId | System.Guid | |
domainId | MapParameter | |
relationshipId | MapParameter | |
nodes | MapParameter>.Dictionary | |
relationshipType | ||
return | MapParameter |