Package: link
On this page
Expand Collapse Methods # delete # method isolated delete(destination as string, entityName as string, key as int, policy as transportpolicy);
deleteAndReceive # function isolated deleteAndReceive(destination as string, entityName as string, key as int, policy as transportpolicy) as transportresponse;
getSendOrder # function isolated getSendOrder(entities as list of sendgraphitem, ignoreEntities as list of string) as list of sendgraphitem;
getWorkflowImportsOrder # function isolated getWorkflowImportsOrder(workflowNames list of string) as list of string;
runWorkflow # method isolated runWorkflow(destination as string, key as int, policy as transportpolicy);
runWorkflowAndReceive # function isolated runWorkflowAndReceive(destination as string, key as int, policy as transportpolicy) as transportresponse;
send # method isolated send(destination as string, entityName as string, key as int, policy as transportpolicy);
sendAndReceive # function isolated sendAndReceive(destination as string, entityName as string, key as int, policy as transportpolicy) as transportresponse;
sendByFetch # method isolated sendByFetch(destination as string, fetch as string, policy as transportpolicy);
sendByUUID # method isolated sendByUUID(destination as string, entityName as string, uuid as string, policy as transportpolicy);
sendAndReceiveByUUID # function isolated sendAndReceiveByUUID(destination as string, entityName as string, uuid as string, policy as transportpolicy) as transportresponse;
senderUniqueId # function senderUniqueId() as string;
delete # method isolated delete(destination as string, entityName as string, key as int, policy as transportpolicy);
deleteAndReceive # function isolated deleteAndReceive(destination as string, entityName as string, key as int, policy as transportpolicy) as transportresponse;
getSendOrder # function isolated getSendOrder(entities as list of sendgraphitem, ignoreEntities as list of string) as list of sendgraphitem;
getWorkflowImportsOrder # function isolated getWorkflowImportsOrder(workflowNames list of string) as list of string;
runWorkflow # method isolated runWorkflow(destination as string, key as int, policy as transportpolicy);
runWorkflowAndReceive # function isolated runWorkflowAndReceive(destination as string, key as int, policy as transportpolicy) as transportresponse;
send # method isolated send(destination as string, entityName as string, key as int, policy as transportpolicy);
sendAndReceive # function isolated sendAndReceive(destination as string, entityName as string, key as int, policy as transportpolicy) as transportresponse;
sendByFetch # method isolated sendByFetch(destination as string, fetch as string, policy as transportpolicy);
sendByUUID # method isolated sendByUUID(destination as string, entityName as string, uuid as string, policy as transportpolicy);
sendAndReceiveByUUID # function isolated sendAndReceiveByUUID(destination as string, entityName as string, uuid as string, policy as transportpolicy) as transportresponse;
senderUniqueId # function senderUniqueId() as string;
Types # transportpolicy # The transport policy object helps control the sending process, the serialization and marshalling steps on the sender and the deserialization and marshalling on the receiver.
Property Type Description Since overwriteIfNewer boolean If the destination entity should be overwritten if date_updated
is newer than that of the sender entity. overwrite boolean If the destination entity should be overwritten. 1.5.2 ignoreMissingProperties boolean ignoreMissingChildrenRelationships boolean excludeRelationshipNames string When sending entities not all the relationships available on the sender should be sent to the receiver. This property helps control which relationships should be excluded from the serialization process on the sender. This only applies to relationships for which the entity is on the Many or Child part of the relationship. To set multiple relationships for exclusion add them separated by a coma (,). excludePropertyNames string When sending entities not all the properties available on the sender should be sent to the receiver. This property helps control which properties should be excluded from the serialization process on the sender. To set multiple properties for exclusion add them separated by a coma (,). correlationId string receiveTimeout int The timeout
transportresponse # Property Type statusCode int errorMessage string correlationId string senderDateTime datetime receiverDateTime datetime entityName string entityUUID string entityDateUpdated datetime receiverEntityDateUpdated datetime missingProperties collection of propertymissingdescriptor missingRelatedEntities collection of relatedentitymissingdescriptor
Property Type entityName string relationshipName string uuids collection of string
propertymissingdescriptor # Property Type propertyName string senderPropertyType string receiverPropertyType string
sendgraphitem # Property Type entityName string key int excludeRelationshipNames string ignoredRelationshipNames string