Uses of Class
com.evolveum.midpoint.web.page.admin.configuration.dto.DebugObjectItem
-
Packages that use DebugObjectItem Package Description com.evolveum.midpoint.gui.impl.component.data.provider com.evolveum.midpoint.web.page.admin.configuration.dto -
-
Uses of DebugObjectItem in com.evolveum.midpoint.gui.impl.component.data.provider
Methods in com.evolveum.midpoint.gui.impl.component.data.provider that return types with arguments of type DebugObjectItem Modifier and Type Method Description Iterator<DebugObjectItem>
RepositoryObjectDataProvider. internalIterator(long first, long count)
-
Uses of DebugObjectItem in com.evolveum.midpoint.web.page.admin.configuration.dto
Methods in com.evolveum.midpoint.web.page.admin.configuration.dto that return DebugObjectItem Modifier and Type Method Description static DebugObjectItem
DebugObjectItem. createDebugObjectItem(PrismObject<? extends ObjectType> object)
Methods in com.evolveum.midpoint.web.page.admin.configuration.dto that return types with arguments of type DebugObjectItem Modifier and Type Method Description List<DebugObjectItem>
DebugConfDialogDto. getObjects()
Constructor parameters in com.evolveum.midpoint.web.page.admin.configuration.dto with type arguments of type DebugObjectItem Constructor Description DebugConfDialogDto(DebugConfDialogDto.Operation operation, List<DebugObjectItem> objects, Class<? extends ObjectType> type)
-