Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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):

  • Identity.Id

  • Identity.CreationDate

  • Identity.ExpiryDate

  • Identity.Active

  • Identity.IsProvisioned

  • Identity.ObjectId

  • IdentityType.Id

  • IdentityType.Name

  • IdentityType.TenantId

  • TargetSystem.Id

  • TargetSystem.Name

  • TargetNetwork.Id

  • TargetNetwork.Name

  • Identity.Attribute.XXX.Name

  • Identity.Attribute.XXX.Value

  • TargetSystem.Attribute.XXX.Name

  • TargetSystem.Attribute.XXX.Value

  • Identity.Attribute.XXX.DropDownValue

  • Identity.Attribute.XXX.DropDownDisplayValue

  • Identity.Attribute.XXX.MultiValue.Count

  • Identity.Attribute.XXX.MultiValue.YYY 1

  • Identity.Attribute.XXX.DropDownMultiValue.YYY

  • Identity.Attribute.XXX.DropdownDisplayMultiValue.YYY

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:

  • IdentityType

  • TargetSystem

  • TargetNetwork

  • UserId

  • Attributes (Dictionary)

    • CoreIdentity.Attribute.XXX.Name

    • CoreIdentity.Attribute.XXX.Value

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

...