Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceObjectSetType
Packages that use ResourceObjectSetType
Package
Description
-
Uses of ResourceObjectSetType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr with parameters of type ResourceObjectSetTypeModifier and TypeMethodDescriptiondefault StringMidpointFunctions.describeResourceObjectSet(ResourceObjectSetType set) Synonym forMidpointFunctions.describeResourceObjectSetShort(ResourceObjectSetType), mainly for compatibility reasons.MidpointFunctions.describeResourceObjectSetLong(ResourceObjectSetType set) Returns longer version of human-readable description of the resource object set: . resource name . object type display name (if known) . object type ID (kind, intent) . flag whether we are using default type definition . object class Currently, object types are resolved and named using theResourceSchemaUtil.findDefinitionForBulkOperation(ResourceType, ShadowKindType, String, QName)method that is used for import and reconciliation activities.MidpointFunctions.describeResourceObjectSetShort(ResourceObjectSetType set) Short version ofMidpointFunctions.describeResourceObjectSetLong(ResourceObjectSetType): . only one of object type display name and type ID is shown; . object class is omitted when type is present -
Uses of ResourceObjectSetType in com.evolveum.midpoint.schema.util.task.work
Methods in com.evolveum.midpoint.schema.util.task.work that return ResourceObjectSetTypeModifier and TypeMethodDescriptionstatic @NotNull ResourceObjectSetTypeResourceObjectSetUtil.fromConfiguration(ResourceObjectSetType resourceObjects) Returns detached bean so that clients can freely modify it.static @Nullable ResourceObjectSetTypeMethods in com.evolveum.midpoint.schema.util.task.work with parameters of type ResourceObjectSetTypeModifier and TypeMethodDescriptionstatic @NotNull ResourceObjectSetTypeResourceObjectSetUtil.fromConfiguration(ResourceObjectSetType resourceObjects) Returns detached bean so that clients can freely modify it.static voidResourceObjectSetUtil.removeQuery(ResourceObjectSetType set) static voidResourceObjectSetUtil.setDefaultQueryApplicationMode(ResourceObjectSetType set, ResourceObjectSetQueryApplicationModeType mode) -
Uses of ResourceObjectSetType in com.evolveum.midpoint.web.page.admin.resources
Methods in com.evolveum.midpoint.web.page.admin.resources with parameters of type ResourceObjectSetTypeModifier and TypeMethodDescription@NotNull WorkDefinitionsTypeSynchronizationTaskFlavor.createWorkDefinitions(@Nullable ResourceObjectSetType resourceObjectSet) -
Uses of ResourceObjectSetType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type ResourceObjectSetTypeModifier and TypeFieldDescriptionstatic final Producer<ResourceObjectSetType>ResourceObjectSetType.FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ResourceObjectSetTypeModifier and TypeMethodDescriptionImportWorkDefinitionType.beginResourceObjects()LiveSyncWorkDefinitionType.beginResourceObjects()ReconciliationWorkDefinitionType.beginResourceObjects()ResourceWorkDefinitionType.beginResourceObjects()ShadowReclassificationWorkDefinitionType.beginResourceObjects()ShadowCleanupWorkDefinitionType.beginShadows()AsyncUpdateWorkDefinitionType.beginUpdatedResourceObjects()ResourceObjectSetType.clone()ObjectFactory.createResourceObjectSetType()ResourceObjectSetType.failedObjectsSelector(FailedObjectsSelectorType value) ResourceWorkDefinitionType.getResourceObjects()ShadowCleanupWorkDefinitionType.getShadows()AsyncUpdateWorkDefinitionType.getUpdatedResourceObjects()ResourceObjectSetType.kind(ShadowKindType value) ResourceObjectSetType.objectclass(QName value) ResourceObjectSetType.queryApplication(ResourceObjectSetQueryApplicationModeType value) ResourceObjectSetType.resourceRef(ObjectReferenceType value) ResourceObjectSetType.resourceRef(String oid, QName type) ResourceObjectSetType.resourceRef(String oid, QName type, QName relation) ResourceObjectSetType.searchOptions(SelectorQualifiedGetOptionsType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ResourceObjectSetTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ResourceObjectSetType>ObjectFactory.createResourceObjectSet(ResourceObjectSetType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ResourceObjectSetTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ResourceObjectSetType>ObjectFactory.createResourceObjectSet(ResourceObjectSetType value) ImportWorkDefinitionType.resourceObjects(ResourceObjectSetType value) LiveSyncWorkDefinitionType.resourceObjects(ResourceObjectSetType value) ReconciliationWorkDefinitionType.resourceObjects(ResourceObjectSetType value) ResourceWorkDefinitionType.resourceObjects(ResourceObjectSetType value) ShadowReclassificationWorkDefinitionType.resourceObjects(ResourceObjectSetType value) voidResourceWorkDefinitionType.setResourceObjects(ResourceObjectSetType value) voidShadowCleanupWorkDefinitionType.setShadows(ResourceObjectSetType value) voidAsyncUpdateWorkDefinitionType.setUpdatedResourceObjects(ResourceObjectSetType value) ShadowCleanupWorkDefinitionType.shadows(ResourceObjectSetType value) AsyncUpdateWorkDefinitionType.updatedResourceObjects(ResourceObjectSetType value)