Class DataModel
java.lang.Object
com.evolveum.midpoint.model.impl.dataModel.DataModel
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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>> voidvoidregisterMappingRelation(@NotNull List<DataItem> sources, @Nullable DataItem target, @NotNull MappingType mapping) voidregisterResource(PrismObject<ResourceType> resource) resolveRepositoryItem(Class<? extends ObjectType> aClass, ItemPath path) 
- 
Constructor Details- 
DataModel
 
- 
- 
Method Details- 
getRelations
- 
getDataItems
- 
registerResource
- 
registerDataItem
- 
getRefinedResourceSchema
- 
findResourceItempublic ResourceDataItem findResourceItem(@NotNull @NotNull String resourceOid, @Nullable @Nullable ShadowKindType kind, @Nullable @Nullable String intent, QName objectClassName, @NotNull @NotNull ItemPath path) 
- 
resolveRepositoryItem
- 
registerMappingRelationpublic 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) 
 
-