Uses of Class
com.evolveum.midpoint.schema.constants.ObjectTypes
-
-
Uses of ObjectTypes in com.evolveum.midpoint.ninja.action.audit
Methods in com.evolveum.midpoint.ninja.action.audit that return types with arguments of type ObjectTypes Modifier and Type Method Description Set<ObjectTypes>
ImportAuditOptions. getType()
-
Uses of ObjectTypes in com.evolveum.midpoint.ninja.action.worker
Constructors in com.evolveum.midpoint.ninja.action.worker with parameters of type ObjectTypes Constructor Description SearchProducerWorker(NinjaContext context, ExportOptions options, BlockingQueue<ObjectType> queue, OperationStatus operation, List<SearchProducerWorker> producers, ObjectTypes type, ObjectQuery query)
-
Uses of ObjectTypes in com.evolveum.midpoint.ninja.opts
Methods in com.evolveum.midpoint.ninja.opts that return ObjectTypes Modifier and Type Method Description ObjectTypes
DeleteOptions. getType()
Methods in com.evolveum.midpoint.ninja.opts that return types with arguments of type ObjectTypes Modifier and Type Method Description Set<ObjectTypes>
BaseImportExportOptions. getType()
Set<ObjectTypes>
BasicImportOptions. getType()
Set<ObjectTypes>
CountOptions. getType()
-
Uses of ObjectTypes in com.evolveum.midpoint.ninja.util
Methods in com.evolveum.midpoint.ninja.util that return types with arguments of type ObjectTypes Modifier and Type Method Description Set<ObjectTypes>
ObjectTypesConverter. convert(String value)
static List<ObjectTypes>
NinjaUtils. getTypes(Set<ObjectTypes> selected)
Method parameters in com.evolveum.midpoint.ninja.util with type arguments of type ObjectTypes Modifier and Type Method Description static List<ObjectTypes>
NinjaUtils. getTypes(Set<ObjectTypes> selected)
-
Uses of ObjectTypes in com.evolveum.midpoint.schema.constants
Methods in com.evolveum.midpoint.schema.constants that return ObjectTypes Modifier and Type Method Description static @NotNull ObjectTypes
ObjectTypes. getObjectType(@NotNull Class<? extends ObjectType> objectType)
static @NotNull ObjectTypes
ObjectTypes. getObjectType(String objectType)
static ObjectTypes
ObjectTypes. getObjectTypeFromTypeQName(QName typeQName)
static @NotNull ObjectTypes
ObjectTypes. getObjectTypeFromUri(String objectTypeUri)
static ObjectTypes
ObjectTypes. getObjectTypeIfKnown(@NotNull Class<?> objectType)
ObjectTypes
ObjectTypes. superType()
static ObjectTypes
ObjectTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObjectTypes[]
ObjectTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.schema.constants that return types with arguments of type ObjectTypes Modifier and Type Method Description List<ObjectTypes>
ObjectTypes. thisAndSupertypes()
-
Uses of ObjectTypes in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectTypes Modifier and Type Method Description static <T extends ObjectType>
@NotNull AssignmentTypeObjectTypeUtil. createAssignmentTo(@NotNull String oid, @NotNull ObjectTypes type, @Nullable PrismContext prismContext)
static ObjectReferenceType
ObjectTypeUtil. createObjectRef(String oid, ObjectTypes type)
static ObjectReferenceType
ObjectTypeUtil. createObjectRef(String oid, PolyStringType name, ObjectTypes type)
-