Interface IGetElementSummaryParams<TData>

    • Method Detail

      • getData

        TData getData()
        Returns:
        The properties model of the workflow node or trigger for which to create the summary model.
      • getEntityContext

        IEntityContext getEntityContext()
        Returns:
        The current entity context that can be used for database transactions.
      • getKey

        ElementKey getKey()
        Returns:
        The UUID of the workflow node or trigger for which to create the summary model.
      • getProvider

        IWorkflowProvider getProvider()
        Returns:
        The current provider for accessing data of the current workflow designer context.