Package: link

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.

PropertyTypeDescriptionSince
overwriteIfNewerbooleanIf the destination entity should be overwritten if date_updated is newer than that of the sender entity.
overwritebooleanIf the destination entity should be overwritten.1.5.2
ignoreMissingPropertiesboolean
ignoreMissingChildrenRelationshipsboolean
excludeRelationshipNamesstringWhen 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 (,).
excludePropertyNamesstringWhen 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 (,).
correlationIdstring
receiveTimeoutintThe timeout

transportresponse

PropertyType
statusCodeint
errorMessagestring
correlationIdstring
senderDateTimedatetime
receiverDateTimedatetime
entityNamestring
entityUUIDstring
entityDateUpdateddatetime
receiverEntityDateUpdateddatetime
missingPropertiescollection of propertymissingdescriptor
missingRelatedEntitiescollection of relatedentitymissingdescriptor

relatedentitymissingdescriptor

PropertyType
entityNamestring
relationshipNamestring
uuidscollection of string

propertymissingdescriptor

PropertyType
propertyNamestring
senderPropertyTypestring
receiverPropertyTypestring

sendgraphitem

PropertyType
entityNamestring
keyint
excludeRelationshipNamesstring
ignoredRelationshipNamesstring