====== EntityTransformer ====== The Job Step EntityTransformer transforms all entities from the source format (set in EntitySelector) to a selected target format. Here, the entitlements (mostly documents) are mapped to the target format using mappings. ^GENERATED src="eBiss.ClassLib.Resources.JobSteps.EntityTransformer" changed=""^^ ^Properties^^ ^Name^Description^ |**Type**|Class name of the jobstep| |**Name**|Name for the jobstep that will appears in the job designer| |**Description**|Optional description for the jobstep| |**Activate log output**|If active, extended output for this jobstep is displayed within the message log.| |**selection strategy**|The selection strategy determines which **Mapping** is applied:\\\\ \\**ByTargetType:** This setting searches for a mapping that can convert the current document to the type defined under TargetEntityTypeName.\\\ \\ \\**ByFixedMapping:** transforms the document after the mapping entered under MappingName.\\ \\ \\**ByPartnersPreference:** The mapping is searched from the TypeSet of the trading partner, where the communication direction and the type match the document and if defined, the target type of the mapping matches the TargetEntityTypeName. If no mapping was found via the TypeSet, the system searches for the template partner and if this does not lead to a result, the mapping stored under MappingName is used. \\\ \\ \\**BySystemPartnersPreference:** Analogous to **ByPartnersPreference** only for the system partner.| |**Name of the TargetType**|This specification is mandatory for the selection strategy ByTargetType and describes the mapping used for converting the document. The system searches for mappings whose target corresponds to the corresponding type.| |**Name of the mapping**|This specification is mandatory for the selection strategy ByFixedMapping and describes the mapping that is used to convert the document. It is also a fallback mapping if no mapping can be found using ByPartnersPreference.| {{:images:sign_warning.png?nolink|}}**Note:** The MappingTransformer throws a task if no mapping can be determined with the selected selection strategy. It must be taken into account that the selection is cascaded. For the selection strategies ByPartnersPreference and BySystemPartnersPreference, the TypeSets are always applied first, and the matching mappings are filtered out. If one or more are found here, the first one is chosen. If nothing can be found here, the Transformer will check if a target type is specified. If there is an appropriate mapping for the target type specified here (optional) and the incoming source type, the first hit is used. If a fixed mapping is specified2) then this is used as the last option. {{:images:sign_warning.png?nolink|}}**Note:** For the processing of multiple entities within a mapping, eBiss offers the [[en:prozessdefinition:jobs:jobsteps:allgemein:MultiEntityTransformer]]. ===== The following JobSteps are usually connected to theEntityTransformer ===== * [[en:prozessdefinition:jobs:jobsteps:allgemein:EventRouter]] * [[en:prozessdefinition:jobs:jobsteps:allgemein:EventRouteresultsetter]] * [[en:prozessdefinition:jobs:jobsteps:kommunikation:backend:backendobjecttransmitter]] * [[en:prozessdefinition:jobs:jobsteps:allgemein:EntityIfCase]] * [[en:prozessdefinition:jobs:jobsteps:allgemein:EntityMessageCreator]] * [[en:prozessdefinition:jobs:jobsteps:allgemein:EntityStatusSetter]] * [[en:prozessdefinition:jobs:jobsteps:allgemein:EntityTransformer]] * [[en:prozessdefinition:jobs:jobsteps:allgemein:ReportGenerator]] * [[en:prozessdefinition:jobs:jobsteps:kommunikation:backend:backendobjecttransmitterex]] * [[en:prozessdefinition:jobs:jobsteps:dbintegrator:DbObjectTransmitter]] * [[en:prozessdefinition:jobs:jobsteps:supplier:deprecated:tradeitemmanagerdirectsql]] * [[en:prozessdefinition:jobs:jobsteps:supplier:tradeitemselectordirectsql]] * [[en:prozessdefinition:jobs:jobsteps:supplier:tradeitemmanagerfillcache]] * [[en:prozessdefinition:jobs:jobsteps:allgemein:EntityObjectWriter]]