<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.czechidm.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.czechidm.com/feed.php">
        <title>IdStory Identity Manager</title>
        <description></description>
        <link>https://wiki.czechidm.com/</link>
        <image rdf:resource="https://wiki.czechidm.com/_media/wiki/logo.png" />
       <dc:date>2026-05-01T20:25:34+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.czechidm.com/tutorial/dev/creating_a_development_environment?rev=1771504787&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.czechidm.com/tutorial/dev/crud_agenda?rev=1538039203&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.czechidm.com/tutorial/dev/create_report?rev=1599824684&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.czechidm.com/tutorial/dev/how_to_create_eav_face_type?rev=1549272582&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.czechidm.com/tutorial/dev/button_changes_color_if_filter_is_used?rev=1509838414&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.czechidm.com/tutorial/dev/how_to_register_dashboard_button?rev=1554897141&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.czechidm.com/tutorial/dev/how_to_register_icon?rev=1549278533&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.czechidm.com/tutorial/dev/module_development?rev=1531824122&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.czechidm.com/tutorial/dev/override_filter?rev=1551436657&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.czechidm.com/_media/wiki/logo.png">
        <title>IdStory Identity Manager</title>
        <link>https://wiki.czechidm.com/</link>
        <url>https://wiki.czechidm.com/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://wiki.czechidm.com/tutorial/dev/creating_a_development_environment?rev=1771504787&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-19T12:39:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Creating a development environment</title>
        <link>https://wiki.czechidm.com/tutorial/dev/creating_a_development_environment?rev=1771504787&amp;do=diff</link>
        <description>Creating a development environment

This text is intended as a tutorial for CzechIdM developers with the goal to set up IDE, build CzechIdM in it and run the system. If you prefer quick glance at the code or need to start quickly, you can use Quick start with devstack.

1. Install Java and Maven</description>
    </item>
    <item rdf:about="https://wiki.czechidm.com/tutorial/dev/crud_agenda?rev=1538039203&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-27T09:06:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Entity - create a new CzechIdM entity and its management</title>
        <link>https://wiki.czechidm.com/tutorial/dev/crud_agenda?rev=1538039203&amp;do=diff</link>
        <description>Entity - create a new CzechIdM entity and its management

This tutorial shows, how to add a new agenda for reading, creating, editing and deleting a new entity. Source code for this tutorial can be found in the example module:

	*  backend
	*  frontend

Backend

We start from the persistence layer - add a new entity</description>
    </item>
    <item rdf:about="https://wiki.czechidm.com/tutorial/dev/create_report?rev=1599824684&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-11T11:44:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Reports module - Creating a report</title>
        <link>https://wiki.czechidm.com/tutorial/dev/create_report?rev=1599824684&amp;do=diff</link>
        <description>Reports module - Creating a report

report

 Reports module was added in CzechIdM 7.6.0. 

The aim of this tutorial is to show the way, how to create your own report. We will be creating a new report with all identities in xlsx format and we want to have report with enabled / disabled identities, so we want to search identities by their enabled status. This filter parameter will be optional - all identities will be in report, if activity is not selected.</description>
    </item>
    <item rdf:about="https://wiki.czechidm.com/tutorial/dev/how_to_create_eav_face_type?rev=1549272582&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-02-04T09:29:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Dynamic form - creating a new attribute renderer</title>
        <link>https://wiki.czechidm.com/tutorial/dev/how_to_create_eav_face_type?rev=1549272582&amp;do=diff</link>
        <description>Dynamic form - creating a new attribute renderer

In this tutorial we will describe how to create a new attribute renderer for a dynamic form attribute.

A new render will be used for a persistent type INT. Renderer define a new face PRIORITY-SELECT and an input will be represented as five radio buttons.</description>
    </item>
    <item rdf:about="https://wiki.czechidm.com/tutorial/dev/button_changes_color_if_filter_is_used?rev=1509838414&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-11-04T23:33:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Button - Implementing responsive filter button</title>
        <link>https://wiki.czechidm.com/tutorial/dev/button_changes_color_if_filter_is_used?rev=1509838414&amp;do=diff</link>
        <description>Button - Implementing responsive filter button

Description

When we have filled some information in filter table than button with label “Filter” in top right corner changes its color to light blue instead of gray. It will help us recognize if the table below have all data we need and no filter is set.</description>
    </item>
    <item rdf:about="https://wiki.czechidm.com/tutorial/dev/how_to_register_dashboard_button?rev=1554897141&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-04-10T11:52:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Module - creating a new dashboard button</title>
        <link>https://wiki.czechidm.com/tutorial/dev/how_to_register_dashboard_button?rev=1554897141&amp;do=diff</link>
        <description>Module - creating a new dashboard button

In this tutorial we will describe how to create and register new button on identity dashboard.

What do you need before you start

	*  You need to install CzechIdM 9.6.0 (and higher). We have CzechIdM installed for this tutorial on server</description>
    </item>
    <item rdf:about="https://wiki.czechidm.com/tutorial/dev/how_to_register_icon?rev=1549278533&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-02-04T11:08:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Module - creating a new icon</title>
        <link>https://wiki.czechidm.com/tutorial/dev/how_to_register_icon?rev=1549278533&amp;do=diff</link>
        <description>Module - creating a new icon

In this tutorial we will describe how to create, register and use a new icon in our module.

What do you need before you start

	*  You need to install CzechIdM 9.4.0 (and higher). We have CzechIdM installed for this tutorial on server</description>
    </item>
    <item rdf:about="https://wiki.czechidm.com/tutorial/dev/module_development?rev=1531824122&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-07-17T10:42:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Module - Preparing a new CzechIdM module</title>
        <link>https://wiki.czechidm.com/tutorial/dev/module_development?rev=1531824122&amp;do=diff</link>
        <description>Module - Preparing a new CzechIdM module

Basic application skeleton you can create by archetype, please follow this tutorial: Archetype tutorial.

CzechIdM is a modular application built by Maven. Modules often have really similar structure consisting of:

	*  Java source code</description>
    </item>
    <item rdf:about="https://wiki.czechidm.com/tutorial/dev/override_filter?rev=1551436657&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-01T10:37:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Module - Overriding a filter in a custom module</title>
        <link>https://wiki.czechidm.com/tutorial/dev/override_filter?rev=1551436657&amp;do=diff</link>
        <description>Module - Overriding a filter in a custom module

A mechanism for dynamic registry and composing of filters has been developed in the application for searching the data in IdM (identities, roles, tree structure components, etc.). A new filter can be registered for existing REST services in any module.</description>
    </item>
</rdf:RDF>
