C# Class Glyma.NodeServiceApp.NodeServiceApplication

Inheritance: SPIisWebServiceApplication, IGlymaNodeServiceApp
Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Свойство Type Description
NodeServiceApplication Microsoft.SharePoint.Administration

Méthodes publiques

Méthode Description
AddBulkMetadata ( GlymaSessionConfiguration configuration, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, MapParameter node, MapParameter relationship, DescriptorType descriptorType, MetadataType metadataType, string name, string value ) : MapParameter
AddBulkNode ( GlymaSessionConfiguration configuration, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, NodeType nodeType, string originalId ) : MapParameter
AddBulkRelationship ( GlymaSessionConfiguration configuration, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, MapParameter>.Dictionary nodes, RelationshipType relationshipType, string originalId ) : MapParameter
AddMetadata ( GlymaSessionConfiguration configuration, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, MapParameter node, MapParameter relationship, DescriptorType descriptorType, MetadataType metadataType, string name, string value ) : MapParameter
AddNode ( GlymaSessionConfiguration configuration, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, NodeType nodeType, string originalId ) : MapParameter
AddRelationship ( GlymaSessionConfiguration configuration, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, MapParameter>.Dictionary nodes, RelationshipType relationshipType, string originalId ) : MapParameter
BeginTransaction ( GlymaSessionConfiguration configuration ) : System.Guid
CompleteTransaction ( GlymaSessionConfiguration configuration, System.Guid sessionId ) : MapResponse
Create ( string name, NodeService service, SPIisWebServiceApplicationPool appPool ) : NodeServiceApplication
CreateDomain ( GlymaSessionConfiguration configuration, string name ) : MapResponse
CreateRootMap ( GlymaSessionConfiguration configuration, System.Guid domainId, string name, NodeType nodeType, string originalId ) : QueryResponse
DeleteBulkMetadata ( GlymaSessionConfiguration configuration, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter metadata ) : MapParameter
DeleteBulkNode ( GlymaSessionConfiguration configuration, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter nodeId ) : MapParameter
DeleteBulkRelationship ( GlymaSessionConfiguration configuration, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter relationshipId ) : MapParameter
DeleteDomain ( GlymaSessionConfiguration configuration, System.Guid domainId ) : int
DeleteMetadata ( GlymaSessionConfiguration configuration, System.Guid sessionId, MapParameter domainId, MapParameter metadata ) : MapParameter
DeleteNode ( GlymaSessionConfiguration configuration, System.Guid sessionId, MapParameter domainId, MapParameter nodeId ) : MapParameter
DeleteRelationship ( GlymaSessionConfiguration configuration, System.Guid sessionId, MapParameter domainId, MapParameter relationshipId ) : MapParameter
DeleteRootMap ( GlymaSessionConfiguration configuration, System.Guid domainId, System.Guid rootMapId ) : int
GetAllMapTypes ( GlymaSessionConfiguration configuration ) : TypeResponse
GetApplicationVersion ( ) : GlymaVersion
IsSessionCompleted ( GlymaSessionConfiguration configuration, System.Guid sessionId ) : bool
NodeServiceApplication ( ) : Microsoft.SharePoint.Administration
QueryDomains ( GlymaSessionConfiguration configuration ) : QueryResponse>.Dictionary
QueryMap ( GlymaSessionConfiguration configuration, System.Guid domainId, System.Guid nodeId, int maxDepth, EdgeConditions edgeConditions, FilterConditions filterConditions ) : QueryResponse
QueryMap ( GlymaSessionConfiguration configuration, System.Guid domainId, System.Guid nodeId, int maxDepth, bool isFullDomainSearch, EdgeConditions edgeConditions, FilterConditions filterConditions, int objectIndex ) : QueryResponse
QueryMapByDomain ( GlymaSessionConfiguration configuration, System.Guid domainId, int maxDepth, EdgeConditions edgeConditions, FilterConditions filterConditions ) : QueryResponse
QueryMapPaged ( GlymaSessionConfiguration configuration, System.Guid domainId, System.Guid nodeId, int maxDepth, EdgeConditions edgeConditions, FilterConditions filterConditions, int objectIndex ) : QueryResponse
SearchMap ( GlymaSessionConfiguration configuration, System.Guid domainId, System.Guid rootMapUid, SearchConditions conditions, int pageNumber, int pageSize ) : SearchMapResult

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

UpdateBulkMetadata ( GlymaSessionConfiguration configuration, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter metadata, string name, string value ) : MapParameter
UpdateBulkNode ( GlymaSessionConfiguration configuration, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter nodeId, NodeType nodeType ) : MapParameter
UpdateBulkRelationship ( GlymaSessionConfiguration configuration, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter relationshipId, MapParameter>.Dictionary nodes, RelationshipType relationshipType ) : MapParameter
UpdateMetadata ( GlymaSessionConfiguration configuration, System.Guid sessionId, MapParameter domainId, MapParameter metadata, string name, string value ) : MapParameter
UpdateNode ( GlymaSessionConfiguration configuration, System.Guid sessionId, MapParameter domainId, MapParameter nodeId, NodeType nodeType ) : MapParameter
UpdateRelationship ( GlymaSessionConfiguration configuration, System.Guid sessionId, MapParameter domainId, MapParameter relationshipId, MapParameter>.Dictionary nodes, RelationshipType relationshipType ) : MapParameter

Private Methods

Méthode Description
NodeServiceApplication ( string name, NodeService service, SPIisWebServiceApplicationPool appPool ) : Microsoft.SharePoint.Administration

Method Details

AddBulkMetadata() public méthode

public AddBulkMetadata ( GlymaSessionConfiguration configuration, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, MapParameter node, MapParameter relationship, DescriptorType descriptorType, MetadataType metadataType, string name, string value ) : MapParameter
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
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 ( GlymaSessionConfiguration configuration, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, NodeType nodeType, string originalId ) : MapParameter
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
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 ( GlymaSessionConfiguration configuration, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter rootMapId, MapParameter>.Dictionary nodes, RelationshipType relationshipType, string originalId ) : MapParameter
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
rootMapId MapParameter
nodes MapParameter>.Dictionary
relationshipType TransactionalNodeService.Common.Model.RelationshipType
originalId string
Résultat MapParameter

AddMetadata() public méthode

public AddMetadata ( GlymaSessionConfiguration configuration, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, MapParameter node, MapParameter relationship, DescriptorType descriptorType, MetadataType metadataType, string name, string value ) : MapParameter
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
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
Résultat MapParameter

AddNode() public méthode

public AddNode ( GlymaSessionConfiguration configuration, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, NodeType nodeType, string originalId ) : MapParameter
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
sessionId System.Guid
domainId MapParameter
rootMapId MapParameter
nodeType TransactionalNodeService.Common.Model.NodeType
originalId string
Résultat MapParameter

AddRelationship() public méthode

public AddRelationship ( GlymaSessionConfiguration configuration, System.Guid sessionId, MapParameter domainId, MapParameter rootMapId, MapParameter>.Dictionary nodes, RelationshipType relationshipType, string originalId ) : MapParameter
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
sessionId 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 ( GlymaSessionConfiguration configuration ) : System.Guid
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
Résultat System.Guid

CompleteTransaction() public méthode

public CompleteTransaction ( GlymaSessionConfiguration configuration, System.Guid sessionId ) : MapResponse
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
sessionId System.Guid
Résultat MapResponse

Create() public static méthode

public static Create ( string name, NodeService service, SPIisWebServiceApplicationPool appPool ) : NodeServiceApplication
name string
service NodeService
appPool SPIisWebServiceApplicationPool
Résultat NodeServiceApplication

CreateDomain() public méthode

public CreateDomain ( GlymaSessionConfiguration configuration, string name ) : MapResponse
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
name string
Résultat MapResponse

CreateRootMap() public méthode

public CreateRootMap ( GlymaSessionConfiguration configuration, System.Guid domainId, string name, NodeType nodeType, string originalId ) : QueryResponse
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
domainId System.Guid
name string
nodeType TransactionalNodeService.Common.Model.NodeType
originalId string
Résultat QueryResponse

DeleteBulkMetadata() public méthode

public DeleteBulkMetadata ( GlymaSessionConfiguration configuration, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter metadata ) : MapParameter
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
metadata MapParameter
Résultat MapParameter

DeleteBulkNode() public méthode

public DeleteBulkNode ( GlymaSessionConfiguration configuration, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter nodeId ) : MapParameter
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
nodeId MapParameter
Résultat MapParameter

DeleteBulkRelationship() public méthode

public DeleteBulkRelationship ( GlymaSessionConfiguration configuration, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter relationshipId ) : MapParameter
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
relationshipId MapParameter
Résultat MapParameter

DeleteDomain() public méthode

public DeleteDomain ( GlymaSessionConfiguration configuration, System.Guid domainId ) : int
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
domainId System.Guid
Résultat int

DeleteMetadata() public méthode

public DeleteMetadata ( GlymaSessionConfiguration configuration, System.Guid sessionId, MapParameter domainId, MapParameter metadata ) : MapParameter
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
sessionId System.Guid
domainId MapParameter
metadata MapParameter
Résultat MapParameter

DeleteNode() public méthode

public DeleteNode ( GlymaSessionConfiguration configuration, System.Guid sessionId, MapParameter domainId, MapParameter nodeId ) : MapParameter
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
sessionId System.Guid
domainId MapParameter
nodeId MapParameter
Résultat MapParameter

DeleteRelationship() public méthode

public DeleteRelationship ( GlymaSessionConfiguration configuration, System.Guid sessionId, MapParameter domainId, MapParameter relationshipId ) : MapParameter
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
sessionId System.Guid
domainId MapParameter
relationshipId MapParameter
Résultat MapParameter

DeleteRootMap() public méthode

public DeleteRootMap ( GlymaSessionConfiguration configuration, System.Guid domainId, System.Guid rootMapId ) : int
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
domainId System.Guid
rootMapId System.Guid
Résultat int

GetAllMapTypes() public méthode

public GetAllMapTypes ( GlymaSessionConfiguration configuration ) : TypeResponse
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
Résultat TransactionalNodeService.Common.TypeResponse

GetApplicationVersion() public méthode

public GetApplicationVersion ( ) : GlymaVersion
Résultat TransactionalNodeService.Common.Model.GlymaVersion

IsSessionCompleted() public méthode

public IsSessionCompleted ( GlymaSessionConfiguration configuration, System.Guid sessionId ) : bool
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
sessionId System.Guid
Résultat bool

NodeServiceApplication() public méthode

public NodeServiceApplication ( ) : Microsoft.SharePoint.Administration
Résultat Microsoft.SharePoint.Administration

QueryDomains() public méthode

public QueryDomains ( GlymaSessionConfiguration configuration ) : QueryResponse>.Dictionary
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
Résultat QueryResponse>.Dictionary

QueryMap() public méthode

public QueryMap ( GlymaSessionConfiguration configuration, System.Guid domainId, System.Guid nodeId, int maxDepth, EdgeConditions edgeConditions, FilterConditions filterConditions ) : QueryResponse
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
domainId System.Guid
nodeId System.Guid
maxDepth int
edgeConditions TransactionalNodeService.Common.EdgeConditions
filterConditions FilterConditions
Résultat QueryResponse

QueryMap() public méthode

public QueryMap ( GlymaSessionConfiguration configuration, System.Guid domainId, System.Guid nodeId, int maxDepth, bool isFullDomainSearch, EdgeConditions edgeConditions, FilterConditions filterConditions, int objectIndex ) : QueryResponse
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
domainId System.Guid
nodeId System.Guid
maxDepth int
isFullDomainSearch bool
edgeConditions TransactionalNodeService.Common.EdgeConditions
filterConditions FilterConditions
objectIndex int
Résultat QueryResponse

QueryMapByDomain() public méthode

public QueryMapByDomain ( GlymaSessionConfiguration configuration, System.Guid domainId, int maxDepth, EdgeConditions edgeConditions, FilterConditions filterConditions ) : QueryResponse
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
domainId System.Guid
maxDepth int
edgeConditions TransactionalNodeService.Common.EdgeConditions
filterConditions FilterConditions
Résultat QueryResponse

QueryMapPaged() public méthode

public QueryMapPaged ( GlymaSessionConfiguration configuration, System.Guid domainId, System.Guid nodeId, int maxDepth, EdgeConditions edgeConditions, FilterConditions filterConditions, int objectIndex ) : QueryResponse
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
domainId System.Guid
nodeId System.Guid
maxDepth int
edgeConditions TransactionalNodeService.Common.EdgeConditions
filterConditions FilterConditions
objectIndex int
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 ( GlymaSessionConfiguration configuration, System.Guid domainId, System.Guid rootMapUid, SearchConditions conditions, int pageNumber, int pageSize ) : SearchMapResult
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
domainId System.Guid
rootMapUid System.Guid
conditions SearchConditions
pageNumber int
pageSize int
Résultat SearchMapResult

UpdateBulkMetadata() public méthode

public UpdateBulkMetadata ( GlymaSessionConfiguration configuration, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter metadata, string name, string value ) : MapParameter
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
metadata MapParameter
name string
value string
Résultat MapParameter

UpdateBulkNode() public méthode

public UpdateBulkNode ( GlymaSessionConfiguration configuration, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter nodeId, NodeType nodeType ) : MapParameter
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
nodeId MapParameter
nodeType TransactionalNodeService.Common.Model.NodeType
Résultat MapParameter

UpdateBulkRelationship() public méthode

public UpdateBulkRelationship ( GlymaSessionConfiguration configuration, System.Guid sessionId, System.Guid responseParameter, MapParameter domainId, MapParameter relationshipId, MapParameter>.Dictionary nodes, RelationshipType relationshipType ) : MapParameter
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
sessionId System.Guid
responseParameter System.Guid
domainId MapParameter
relationshipId MapParameter
nodes MapParameter>.Dictionary
relationshipType TransactionalNodeService.Common.Model.RelationshipType
Résultat MapParameter

UpdateMetadata() public méthode

public UpdateMetadata ( GlymaSessionConfiguration configuration, System.Guid sessionId, MapParameter domainId, MapParameter metadata, string name, string value ) : MapParameter
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
sessionId System.Guid
domainId MapParameter
metadata MapParameter
name string
value string
Résultat MapParameter

UpdateNode() public méthode

public UpdateNode ( GlymaSessionConfiguration configuration, System.Guid sessionId, MapParameter domainId, MapParameter nodeId, NodeType nodeType ) : MapParameter
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
sessionId System.Guid
domainId MapParameter
nodeId MapParameter
nodeType TransactionalNodeService.Common.Model.NodeType
Résultat MapParameter

UpdateRelationship() public méthode

public UpdateRelationship ( GlymaSessionConfiguration configuration, System.Guid sessionId, MapParameter domainId, MapParameter relationshipId, MapParameter>.Dictionary nodes, RelationshipType relationshipType ) : MapParameter
configuration TransactionalNodeService.Common.GlymaSessionConfiguration
sessionId System.Guid
domainId MapParameter
relationshipId MapParameter
nodes MapParameter>.Dictionary
relationshipType TransactionalNodeService.Common.Model.RelationshipType
Résultat MapParameter