...
Activity | Parameter | Beschreibung |
---|---|---|
CheckPropertyValueUniqunessInTargetSystem | Prüft ein Attribute Wert auf seine Eindeutigkeit in einem System | |
FindObjectIdInTargetSystem | Sucht ein existierendes Objekt mit den angegebenen Suchwerten im Zielsystem | |
GetTargetSystemIdentityIdentifierByCoreIdentityId | Core Identity Id | Liefert den eindeutigen Identifier eines spezifischen Accounts einer angegebenen Core Identity |
MarkAsProvisioned | Identity Id | Markiert die Identität als Provisioniert |
GetContextParameters | Identity Id | Löst alle Parameter einer Identität in eine Liste auf. Die Liste folgt folgende Keys (nicht abschliessend):
|
GetCoreIdentityIdByIdentityId | Identity Id | Löst die dazugehörige Core Identity Id einer Identität auf |
GetTemplateDataContract | Identity Id | Lösst den Template Datacontract einer Identität auf. Der Template Datacontract hat folgende Attribute:
|
Provision | Identity Id | Provisioniert eine Identität im Zielsystem |
GetIdentityIdFromCoreIdentityId | CoreIdentityId: IN<UInt32> DisplayName: IN<string> IdentityTypeId: IN<string> Result: <UInt32> | Returns the IdentityId based on the CoreIdentityId and the IdentityTypeId |
1 XXX = Attribute-ID, YYY=MultiValue-Index 1-based
...
Activity | Parameter | Beschreibung |
---|---|---|
ApplyXPath | XPath XDocument | Applies the given XPath to the provided XDocument |
GeneratePdfActivityGeneriert ein PDF | Culture: IN<string> (CultureInfo.Name) DisplayName: IN<string> Replacements: IN<Dictionary<string, string>> Result: OUT<MemoryStream> TemplateName: IN<string> | Generates a PDF. Replaces (“find and replace“) placeholders in the template with the values in the replacement dictionary. Input has to be a Word-file (.doc / .docx) |
SerializeObject | Serialisiert ein Objekt | |
GetLanguageString | Übersetzt einen Language Key | |
FileTemplateProcessor-UTF8 | Processes a XML file | |
FileTemplateProcessor | Processes a XML file |
...