Class ExtItemDictionary
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.data.common.dictionary.ExtItemDictionary
-
public class ExtItemDictionary extends Object
TODO clean this up!- Author:
- mederly
-
-
Constructor Summary
Constructors Constructor Description ExtItemDictionary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull RExtItem
createOrFindItemDefinition(@NotNull ItemDefinition<?> definition)
@NotNull RExtItem
createOrFindItemDefinition(@NotNull ItemDefinition<?> definition, boolean throwExceptionAfterCreate)
@Nullable RExtItem
findItemByDefinition(@NotNull ItemDefinition<?> definition)
RExtItem
getItemById(Integer extItemId)
void
initialize()
-
-
-
Method Detail
-
initialize
@PostConstruct public void initialize()
-
createOrFindItemDefinition
@NotNull public @NotNull RExtItem createOrFindItemDefinition(@NotNull @NotNull ItemDefinition<?> definition, boolean throwExceptionAfterCreate)
-
createOrFindItemDefinition
@NotNull public @NotNull RExtItem createOrFindItemDefinition(@NotNull @NotNull ItemDefinition<?> definition)
-
findItemByDefinition
@Nullable public @Nullable RExtItem findItemByDefinition(@NotNull @NotNull ItemDefinition<?> definition)
-
-