コード例 #1
0
        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;
        }
コード例 #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;
        }
コード例 #3
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;
        }
コード例 #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);
        }
コード例 #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);
        }
コード例 #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);
        }
コード例 #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);
        }
コード例 #8
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;
        }