Class DataModel
java.lang.Object
com.evolveum.midpoint.model.impl.dataModel.DataModel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindResourceItem
(@NotNull String resourceOid, @Nullable ShadowKindType kind, @Nullable String intent, QName objectClassName, @NotNull ItemPath path) getRefinedResourceSchema
(String resourceOid) @NotNull PrismObject<ResourceType>
getResource
(@NotNull String resourceOid) @NotNull Map<String,
PrismObject<ResourceType>> void
void
registerMappingRelation
(@NotNull List<DataItem> sources, @Nullable DataItem target, @NotNull MappingType mapping) void
registerResource
(PrismObject<ResourceType> resource) resolveRepositoryItem
(Class<? extends ObjectType> aClass, ItemPath path)
-
Constructor Details
-
DataModel
-
-
Method Details
-
getRelations
-
getDataItems
-
registerResource
-
registerDataItem
-
getRefinedResourceSchema
-
findResourceItem
public ResourceDataItem findResourceItem(@NotNull @NotNull String resourceOid, @Nullable @Nullable ShadowKindType kind, @Nullable @Nullable String intent, QName objectClassName, @NotNull @NotNull ItemPath path) -
resolveRepositoryItem
-
registerMappingRelation
public void registerMappingRelation(@NotNull @NotNull List<DataItem> sources, @Nullable @Nullable DataItem target, @NotNull @NotNull MappingType mapping) -
getResources
-
getResource
@NotNull public @NotNull PrismObject<ResourceType> getResource(@NotNull @NotNull String resourceOid)
-