Uses of Enum Class
com.evolveum.midpoint.schema.constants.ObjectTypes.ObjectManager
Packages that use ObjectTypes.ObjectManager
Package
Description
-
Uses of ObjectTypes.ObjectManager in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller that return ObjectTypes.ObjectManagerModifier and TypeMethodDescriptionstatic <T extends ObjectType>
ObjectTypes.ObjectManagerModelController.getObjectManager
(Class<T> clazz, Collection<SelectorOptions<GetOperationOptions>> options) Returns the component that is responsible for execution of get/search/count operation for given type of objects, under given options. -
Uses of ObjectTypes.ObjectManager in com.evolveum.midpoint.schema.constants
Methods in com.evolveum.midpoint.schema.constants that return ObjectTypes.ObjectManagerModifier and TypeMethodDescription@NotNull ObjectTypes.ObjectManager
ObjectTypes.getObjectManager()
static ObjectTypes.ObjectManager
ObjectTypes.getObjectManagerForClass
(Class<? extends ObjectType> clazz) static ObjectTypes.ObjectManager
Returns the enum constant of this class with the specified name.static ObjectTypes.ObjectManager[]
ObjectTypes.ObjectManager.values()
Returns an array containing the constants of this enum class, in the order they are declared.