public BulkOperationResponse SubmitOperation(ITransactionalMappingToolService service, string callingUrl, Guid sessionId)
        {
            BulkOperationResponse response = new BulkOperationResponse();
            response.BulkOperationId = BulkOperationId;

            response.ResponseParameter = service.UpdateBulkRelationship(callingUrl, sessionId, ResponseParameterId, DomainId, RelationshipId, Nodes, RelationshipType);

            return response;
        }
Exemplo n.º 2
0
        public BulkOperationResponse SubmitOperation(ITransactionalMappingToolService service, string callingUrl, Guid sessionId)
        {
            BulkOperationResponse response = new BulkOperationResponse();
            response.BulkOperationId = BulkOperationId;

            response.ResponseParameter = service.AddBulkNode(callingUrl, sessionId, ResponseParameterId, DomainId, RootMapId, NodeType, OriginalId);

            return response;
        }
        public BulkOperationResponse SubmitOperation(ITransactionalMappingToolService service, string callingUrl, Guid sessionId)
        {
            BulkOperationResponse response = new BulkOperationResponse();
            response.BulkOperationId = BulkOperationId;

            response.ResponseParameter = service.UpdateBulkMetadata(callingUrl, sessionId, ResponseParameterId, DomainId, Metadata, Name, Value);

            return response;
        }
Exemplo n.º 4
0
        public BulkOperationResponse SubmitOperation(ITransactionalMappingToolService service, string callingUrl, Guid sessionId)
        {
            BulkOperationResponse response = new BulkOperationResponse();

            response.BulkOperationId = BulkOperationId;

            response.ResponseParameter = service.UpdateBulkMetadata(callingUrl, sessionId, ResponseParameterId, DomainId, Metadata, Name, Value);

            return(response);
        }
Exemplo n.º 5
0
        public BulkOperationResponse SubmitOperation(ITransactionalMappingToolService service, string callingUrl, Guid sessionId)
        {
            BulkOperationResponse response = new BulkOperationResponse();

            response.BulkOperationId = BulkOperationId;

            response.ResponseParameter = service.DeleteBulkRelationship(callingUrl, sessionId, ResponseParameterId, DomainId, RelationshipId);

            return(response);
        }
Exemplo n.º 6
0
        public BulkOperationResponse SubmitOperation(ITransactionalMappingToolService service, string callingUrl, Guid sessionId)
        {
            BulkOperationResponse response = new BulkOperationResponse();

            response.BulkOperationId = BulkOperationId;

            response.ResponseParameter = service.AddBulkNode(callingUrl, sessionId, ResponseParameterId, DomainId, RootMapId, NodeType, OriginalId);

            return(response);
        }
Exemplo n.º 7
0
        public BulkOperationResponse SubmitOperation(ITransactionalMappingToolService service, string callingUrl, Guid sessionId)
        {
            BulkOperationResponse response = new BulkOperationResponse();

            response.BulkOperationId = BulkOperationId;

            response.ResponseParameter = service.AddBulkMetadata(callingUrl, sessionId, ResponseParameterId, DomainId, RootMapId, Node, Relationship, DescriptorType, MetadataType, Name, Value);

            return(response);
        }
        public BulkOperationResponse SubmitOperation(ITransactionalMappingToolService service, string callingUrl, Guid sessionId)
        {
            BulkOperationResponse response = new BulkOperationResponse();
            response.BulkOperationId = BulkOperationId;

            response.ResponseParameter = service.AddBulkMetadata(callingUrl, sessionId, ResponseParameterId, DomainId, RootMapId, Node, Relationship, DescriptorType, MetadataType, Name, Value);

            return response;
        }