Uses of Class
com.evolveum.midpoint.schema.constants.ObjectTypes
-
-
Uses of ObjectTypes in com.evolveum.midpoint.ninja.action
Methods in com.evolveum.midpoint.ninja.action that return ObjectTypes Modifier and Type Method Description ObjectTypesDeleteOptions. getType()Methods in com.evolveum.midpoint.ninja.action 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()Set<ObjectTypes>SearchOptions. getType()Method parameters in com.evolveum.midpoint.ninja.action with type arguments of type ObjectTypes Modifier and Type Method Description BaseImportExportOptionsBaseImportExportOptions. setType(Set<ObjectTypes> type)voidSearchOptions. setType(Set<ObjectTypes> type) -
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.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 ObjectTypesObjectTypes. getObjectType(@NotNull Class<? extends ObjectType> objectType)static @NotNull ObjectTypesObjectTypes. getObjectType(String objectType)static ObjectTypesObjectTypes. getObjectTypeFromTypeQName(QName typeQName)static @NotNull ObjectTypesObjectTypes. getObjectTypeFromUri(String objectTypeUri)static ObjectTypesObjectTypes. getObjectTypeIfKnown(@NotNull Class<?> objectType)ObjectTypesObjectTypes. superType()static ObjectTypesObjectTypes. 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 ObjectReferenceTypeObjectTypeUtil. createObjectRef(String oid, ObjectTypes type)static ObjectReferenceTypeObjectTypeUtil. createObjectRef(String oid, PolyStringType name, ObjectTypes type)
-