Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType
-
-
Uses of ObjectType in com.evolveum.midpoint.common.crypto
Methods in com.evolveum.midpoint.common.crypto with type parameters of type ObjectType Modifier and Type Method Description static <T extends ObjectType>
voidCryptoUtil. checkEncrypted(ObjectDelta<T> delta)static <T extends ObjectType>
voidCryptoUtil. checkEncrypted(PrismObject<T> object)static <T extends ObjectType>
Collection<? extends ItemDelta<?,?>>CryptoUtil. computeReencryptModifications(Protector protector, PrismObject<T> object)static <T extends ObjectType>
booleanCryptoUtil. containsCleartext(PrismObject<T> object)static <T extends ObjectType>
booleanCryptoUtil. containsHashedData(PrismObject<T> object)static <T extends ObjectType>
voidCryptoUtil. encryptValues(Protector protector, ObjectDelta<T> delta)Encrypts all encryptable values in delta.static <T extends ObjectType>
voidCryptoUtil. encryptValues(Protector protector, PrismObject<T> object)Encrypts all encryptable values in the object.static <T extends ObjectType>
@NotNull Collection<String>CryptoUtil. getEncryptionKeyNames(PrismObject<T> object)static <T extends ObjectType>
intCryptoUtil. reencryptValues(Protector protector, PrismObject<T> object)Re-encrypts all encryptable values in the object. -
Uses of ObjectType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType,O extends ObjectType>
booleanModelInteractionService. canSearch(Class<T> resultType, Class<O> objectType, String objectOid, boolean includeSpecial, ObjectQuery query, com.evolveum.midpoint.task.api.Task task, OperationResult result)TODO Question: does object make any sense here? E.g.<T extends ObjectType,O extends ObjectType>
booleanModelInteractionService. canSearch(Class<T> resultType, Class<O> objectType, String objectOid, boolean includeSpecial, ObjectQuery query, com.evolveum.midpoint.task.api.Task task, OperationResult result)TODO Question: does object make any sense here? E.g.<O extends ObjectType>
CompareResultTypeModelService. compareObject(PrismObject<O> object, Collection<SelectorOptions<GetOperationOptions>> readOptions, ModelCompareOptions compareOptions, @NotNull List<? extends ItemPath> ignoreItemPaths, com.evolveum.midpoint.task.api.Task task, OperationResult result)TODO<T extends ObjectType>
IntegerModelService. countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Count objects.<O extends ObjectType>
@NotNull CollectionStatsModelInteractionService. determineCollectionStats(@NotNull CompiledObjectCollectionView collectionView, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)<O extends ObjectType>
StringModelInteractionService. generateNonce(NonceCredentialsPolicyType noncePolicy, com.evolveum.midpoint.task.api.Task task, OperationResult result)<O extends ObjectType>
voidModelInteractionService. generateValue(PrismObject<O> object, PolicyItemsDefinitionType policyItemsDefinition, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)<O extends ObjectType>
StringModelInteractionService. generateValue(ValuePolicyType policy, int defaultLength, boolean generateMinimalSize, PrismObject<O> object, String shortDesc, com.evolveum.midpoint.task.api.Task task, OperationResult inputResult)TEMPORARY.<O extends ObjectType,R extends AbstractRoleType>
com.evolveum.midpoint.security.enforcer.api.ItemSecurityConstraintsModelInteractionService. getAllowedRequestAssignmentItems(PrismObject<O> object, PrismObject<R> target, com.evolveum.midpoint.task.api.Task task, OperationResult result)Returns decisions for individual items for "assign" authorization.<T extends ObjectType>
ObjectFilterModelInteractionService. getDonorFilter(Class<T> searchResultType, ObjectFilter origFilter, String targetAuthorizationAction, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Returns filter for lookup of donors of power of attorney.<O extends ObjectType>
PrismObjectDefinition<O>ModelInteractionService. getEditObjectDefinition(PrismObject<O> object, AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result)Returns a schema that reflects editability of the object in terms of midPoint schema limitations and security.<O extends ObjectType>
MetadataItemProcessingSpecModelInteractionService. getMetadataItemProcessingSpec(ItemPath metadataItemPath, PrismObject<O> object, com.evolveum.midpoint.task.api.Task task, OperationResult result)Returns specification of processing of given metadata item (e.g.<T extends ObjectType>
@NotNull PrismObject<T>ModelService. getObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Returns object for provided OID.<O extends ObjectType>
Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. mergeObjects(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, com.evolveum.midpoint.task.api.Task task, OperationResult result)Merge two objects into one.<O extends ObjectType>
MergeDeltas<O>ModelInteractionService. mergeObjectsPreviewDeltas(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, com.evolveum.midpoint.task.api.Task task, OperationResult result)<O extends ObjectType>
PrismObject<O>ModelInteractionService. mergeObjectsPreviewObject(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, com.evolveum.midpoint.task.api.Task task, OperationResult result)<F extends ObjectType>
ModelContext<F>ModelInteractionService. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result)Computes the most likely changes triggered by the provided delta.<F extends ObjectType>
ModelContext<F>ModelInteractionService. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult result)<F extends ObjectType>
voidModelService. recompute(Class<F> type, String oid, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Recomputes focal object with the specified OID.<O extends ObjectType>
PrismObject<O>ModelAuditService. reconstructObject(Class<O> type, String oid, String eventIdentifier, com.evolveum.midpoint.task.api.Task task, OperationResult result)<T extends ObjectType>
SearchResultList<PrismObject<T>>ModelService. searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Search for objects.<T extends ObjectType>
SearchResultMetadataModelService. searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Search for objects in iterative fashion (using callback).<F extends ObjectType>
ModelContext<F>ModelInteractionService. unwrapModelContext(LensContextType wrappedContext, com.evolveum.midpoint.task.api.Task task, OperationResult result)<O extends ObjectType>
voidModelInteractionService. validateValue(PrismObject<O> object, PolicyItemsDefinitionType policyItemsDefinition, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)<O extends ObjectType>
List<StringLimitationResult>ModelInteractionService. validateValue(ProtectedStringType protectedStringValue, ValuePolicyType pp, PrismObject<O> object, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Methods in com.evolveum.midpoint.model.api that return types with arguments of type ObjectType Modifier and Type Method Description Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Execute the provided object deltas.Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult parentResult)<O extends ObjectType>
Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. mergeObjects(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, com.evolveum.midpoint.task.api.Task task, OperationResult result)Merge two objects into one.Method parameters in com.evolveum.midpoint.model.api with type arguments of type ObjectType Modifier and Type Method Description @NotNull Collection<EvaluatedPolicyRule>ModelInteractionService. evaluateCollectionPolicyRules(@NotNull PrismObject<ObjectCollectionType> collection, @Nullable CompiledObjectCollectionView collectionView, @Nullable Class<? extends ObjectType> targetTypeClass, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)Returns all policy rules that apply to the collection.Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Execute the provided object deltas.Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult parentResult)<F extends ObjectType>
ModelContext<F>ModelInteractionService. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result)Computes the most likely changes triggered by the provided delta.<F extends ObjectType>
ModelContext<F>ModelInteractionService. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult result)@NotNull SceneModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, boolean includeOriginalObject, com.evolveum.midpoint.task.api.Task task, OperationResult result)@NotNull SceneModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, com.evolveum.midpoint.task.api.Task task, OperationResult result)@NotNull SceneModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result)@NotNull SceneModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, com.evolveum.midpoint.task.api.Task task, OperationResult result)List<? extends Scene>ModelInteractionService. visualizeDeltas(List<ObjectDelta<? extends ObjectType>> deltas, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of ObjectType in com.evolveum.midpoint.model.api.authentication
-
Uses of ObjectType in com.evolveum.midpoint.model.api.context
Classes in com.evolveum.midpoint.model.api.context with type parameters of type ObjectType Modifier and Type Interface Description interfaceModelContext<F extends ObjectType>interfaceModelElementContext<O extends ObjectType>Methods in com.evolveum.midpoint.model.api.context that return ObjectType Modifier and Type Method Description ObjectTypeEvaluatedExclusionTrigger. getConflictingTarget()@Nullable ObjectTypeEvaluatedPolicyRule. getDirectOwner()Object that "directly owns" the rule.ObjectTypeAssignmentPath. getProtoRole()In the context of meta-roles this is the role that the currently-processed inducement "applies to".ObjectTypeAssignmentPathSegment. getSource()ObjectTypeAssignmentPathSegment. getTarget()Methods in com.evolveum.midpoint.model.api.context that return types with arguments of type ObjectType Modifier and Type Method Description @NotNull List<ObjectType>AssignmentPath. getFirstOrderChain()Returns a "user understandable" part of this path.Methods in com.evolveum.midpoint.model.api.context with parameters of type ObjectType Modifier and Type Method Description intAssignmentPath. countTargetOccurrences(ObjectType target)Constructors in com.evolveum.midpoint.model.api.context with parameters of type ObjectType Constructor Description EvaluatedExclusionTrigger(@NotNull ExclusionPolicyConstraintType constraint, LocalizableMessage message, LocalizableMessage shortMessage, @NotNull EvaluatedAssignment conflictingAssignment, ObjectType conflictingTarget, AssignmentPath conflictingPath, boolean enforcementOverride)EvaluatedExclusionTrigger(@NotNull ExclusionPolicyConstraintType constraint, LocalizableMessage message, LocalizableMessage shortMessage, @NotNull EvaluatedAssignment conflictingAssignment, ObjectType thisTarget, ObjectType conflictingTarget, AssignmentPath thisPath, AssignmentPath conflictingPath) -
Uses of ObjectType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
StringMidpointFunctions. addObject(PrismObject<T> newObject)<T extends ObjectType>
StringMidpointFunctions. addObject(PrismObject<T> newObject, ModelExecuteOptions options)<T extends ObjectType>
StringMidpointFunctions. addObject(T newObject)<T extends ObjectType>
StringMidpointFunctions. addObject(T newObject, ModelExecuteOptions options)default <O extends ObjectType>
voidMidpointFunctions. addRecomputeTrigger(PrismObject<O> object, Long timestamp)<O extends ObjectType>
voidMidpointFunctions. addRecomputeTrigger(PrismObject<O> object, Long timestamp, MidpointFunctions.TriggerCustomizer triggerCustomizer)default <O extends ObjectType>
voidMidpointFunctions. addRecomputeTrigger(O object, Long timestamp)default <O extends ObjectType>
voidMidpointFunctions. addRecomputeTrigger(O object, Long timestamp, MidpointFunctions.TriggerCustomizer triggerCustomizer)<T extends ObjectType>
voidMidpointFunctions. applyDefinition(T object)<T extends ObjectType>
intMidpointFunctions. countObjects(Class<T> type, ObjectQuery query)Count objects.<T extends ObjectType>
intMidpointFunctions. countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options)Count objects.<T extends ObjectType>
TMidpointFunctions. createEmptyObject(Class<T> type)Creates empty prism object of specified type in memory.<T extends ObjectType>
TMidpointFunctions. createEmptyObjectWithName(Class<T> type, PolyString name)Creates empty prism object of specified type and with specified name in memory.<T extends ObjectType>
TMidpointFunctions. createEmptyObjectWithName(Class<T> type, PolyStringType name)Creates empty prism object of specified type and with specified name in memory.<T extends ObjectType>
TMidpointFunctions. createEmptyObjectWithName(Class<T> type, String name)Creates empty prism object of specified type and with specified name in memory.<T extends ObjectType>
voidMidpointFunctions. deleteObject(Class<T> type, String oid)<T extends ObjectType>
voidMidpointFunctions. deleteObject(Class<T> type, String oid, ModelExecuteOptions options)<O extends ObjectType>
ArchetypeTypeMidpointFunctions. getArchetype(O object)Deprecated.<O extends ObjectType>
StringMidpointFunctions. getArchetypeOid(O object)Deprecated.<O extends ObjectType>
@NotNull List<String>MidpointFunctions. getArchetypeOids(O object)<O extends ObjectType>
@NotNull List<ArchetypeType>MidpointFunctions. getArchetypes(O object)<F extends ObjectType>
ModelElementContext<F>MidpointFunctions. getFocusContext()<F extends ObjectType>
ModelContext<F>MidpointFunctions. getModelContext()<T extends ObjectType>
TMidpointFunctions. getObject(Class<T> type, String oid)Returns object for provided OID.<T extends ObjectType>
TMidpointFunctions. getObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options)Returns object for provided OID.<O extends ObjectType,T>
List<O>MidpointFunctions. getObjectsInConflictOnPropertyValue(O objectType, String propertyPathString, T propertyValue, boolean getAllConflicting)default <O extends ObjectType>
booleanMidpointFunctions. hasArchetype(O object, String archetypeOid)<F extends ObjectType>
booleanMidpointFunctions. hasLinkedAccount(String resourceOid)<T extends ObjectType>
voidMidpointFunctions. modifyObject(ObjectDelta<T> modifyDelta)<T extends ObjectType>
voidMidpointFunctions. modifyObject(ObjectDelta<T> modifyDelta, ModelExecuteOptions options)<F extends ObjectType>
ModelContext<F>MidpointFunctions. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options)<T extends ObjectType>
TMidpointFunctions. resolveReference(ObjectReferenceType reference)<T extends ObjectType>
TMidpointFunctions. resolveReferenceIfExists(ObjectReferenceType reference)<T extends ObjectType>
TMidpointFunctions. searchObjectByName(Class<T> type, PolyString name)Search for objects by name.<T extends ObjectType>
TMidpointFunctions. searchObjectByName(Class<T> type, PolyStringType name)Search for objects by name.<T extends ObjectType>
TMidpointFunctions. searchObjectByName(Class<T> type, String name)Search for objects by name.<T extends ObjectType>
List<T>MidpointFunctions. searchObjects(Class<T> type, ObjectQuery query)Search for objects.<T extends ObjectType>
List<T>MidpointFunctions. searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options)Search for objects.<T extends ObjectType>
voidMidpointFunctions. searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler)Search for objects in iterative fashion (using callback).<T extends ObjectType>
voidMidpointFunctions. searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options)Search for objects in iterative fashion (using callback).Methods in com.evolveum.midpoint.model.api.expr with parameters of type ObjectType Modifier and Type Method Description OrgTypeMidpointFunctions. getParentOrgByArchetype(ObjectType object, String archetypeOid)Returns parent org of the specified object that have a specific archetype.OrgTypeOrgStructFunctions. getParentOrgByArchetype(ObjectType object, String archetypeOid, boolean preAuthorized)OrgTypeMidpointFunctions. getParentOrgByOrgType(ObjectType object, String orgType)Returns parent org of the specified object that have a specific orgType.OrgTypeOrgStructFunctions. getParentOrgByOrgType(ObjectType object, String orgType, boolean preAuthorized)Collection<OrgType>MidpointFunctions. getParentOrgs(ObjectType object)Returns all parent orgs of the specified object.Collection<OrgType>MidpointFunctions. getParentOrgs(ObjectType object, String relation, String orgType)Returns parent orgs of the specified object that have a specific relation and orgType.Collection<OrgType>MidpointFunctions. getParentOrgs(ObjectType object, QName relation, String orgType)Returns parent orgs of the specified object that have a specific relation and orgType.Collection<OrgType>OrgStructFunctions. getParentOrgs(ObjectType object, boolean preAuthorized)Collection<OrgType>OrgStructFunctions. getParentOrgs(ObjectType object, String relation, String orgType, boolean preAuthorized)Collection<OrgType>OrgStructFunctions. getParentOrgs(ObjectType object, QName relation, @NotNull Predicate<OrgType> predicate, boolean preAuthorized)Collection<OrgType>OrgStructFunctions. getParentOrgs(ObjectType object, QName relation, String orgType, boolean preAuthorized)Collection<OrgType>MidpointFunctions. getParentOrgsByRelation(ObjectType object, String relation)Returns parent orgs of the specified object that have a specific relation.Collection<OrgType>MidpointFunctions. getParentOrgsByRelation(ObjectType object, QName relation)Returns parent orgs of the specified object that have a specific relation.Collection<OrgType>OrgStructFunctions. getParentOrgsByRelation(ObjectType object, String relation, boolean preAuthorized)Collection<OrgType>OrgStructFunctions. getParentOrgsByRelation(ObjectType object, QName relation, boolean preAuthorized)booleanMidpointFunctions. isDirectlyAssigned(ObjectType target)<F extends FocusType>
booleanMidpointFunctions. isDirectlyAssigned(F focusType, ObjectType target)<T> booleanMidpointFunctions. isUniquePropertyValue(ObjectType objectType, String propertyPathString, T propertyValue)Method parameters in com.evolveum.midpoint.model.api.expr with type arguments of type ObjectType Modifier and Type Method Description booleanOptimizingTriggerCreator. createForNamedObject(@NotNull Class<? extends ObjectType> type, @NotNull String name)Creates a trigger for the object with the given name.booleanOptimizingTriggerCreator. createForObject(@NotNull Class<? extends ObjectType> type, @NotNull String oid)Creates a trigger to the user with the given OID.voidMidpointFunctions. createRecomputeTrigger(Class<? extends ObjectType> type, String oid)Goes directly to repository service.voidMidpointFunctions. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas)Execute the provided object deltas.voidMidpointFunctions. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options)Execute the provided object deltas.<F extends ObjectType>
ModelContext<F>MidpointFunctions. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options) -
Uses of ObjectType in com.evolveum.midpoint.model.api.hooks
Methods in com.evolveum.midpoint.model.api.hooks with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType>
HookOperationModeChangeHook. invoke(@NotNull ModelContext<O> context, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)Generic method to be implemented by the hook.<T extends ObjectType>
voidReadHook. invoke(PrismObject<T> object, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)todoMethod parameters in com.evolveum.midpoint.model.api.hooks with type arguments of type ObjectType Modifier and Type Method Description default voidChangeHook. invokePreview(@NotNull ModelContext<? extends ObjectType> context, com.evolveum.midpoint.task.api.Task task, OperationResult result)Invokes the hook in "preview mode". -
Uses of ObjectType in com.evolveum.midpoint.model.api.util
Classes in com.evolveum.midpoint.model.api.util with type parameters of type ObjectType Modifier and Type Class Description classMergeDeltas<O extends ObjectType>Methods in com.evolveum.midpoint.model.api.util with type parameters of type ObjectType Modifier and Type Method Description <F extends ObjectType>
voidClockworkInspector. afterMappingEvaluation(ModelContext<F> context, Mapping<?,?> evaluatedMapping)May be used to gather profiling data, etc.<F extends ObjectType>
voidClockworkInspector. clockworkFinish(ModelContext<F> context)<F extends ObjectType>
voidClockworkInspector. clockworkStart(ModelContext<F> context)<F extends ObjectType>
voidClockworkInspector. clockworkStateSwitch(ModelContext<F> contextBefore, ModelState newState)<F extends ObjectType>
voidClockworkInspector. projectorFinish(ModelContext<F> context)<F extends ObjectType>
voidClockworkInspector. projectorStart(ModelContext<F> context)static <O extends ObjectType>
ModelContext<O>ModelContextUtil. unwrapModelContext(LensContextType lensContextType, ModelInteractionService modelInteractionService, com.evolveum.midpoint.task.api.Task opTask, OperationResult result)Methods in com.evolveum.midpoint.model.api.util that return types with arguments of type ObjectType Modifier and Type Method Description List<PrismObject<? extends ObjectType>>ReferenceResolver. resolve(@NotNull ObjectReferenceType reference, Collection<SelectorOptions<GetOperationOptions>> options, @NotNull ReferenceResolver.Source source, ReferenceResolver.FilterEvaluator filterEvaluator, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of ObjectType in com.evolveum.midpoint.ninja.action
Method parameters in com.evolveum.midpoint.ninja.action with type arguments of type ObjectType Modifier and Type Method Description protected abstract Callable<R>AbstractRepositorySearchAction. createConsumer(BlockingQueue<ObjectType> queue, OperationStatus operation)protected Callable<Void>ExportRepositoryAction. createConsumer(BlockingQueue<ObjectType> queue, OperationStatus operation)protected Callable<VerifyResult>VerifyAction. createConsumer(BlockingQueue<ObjectType> queue, OperationStatus operation) -
Uses of ObjectType in com.evolveum.midpoint.ninja.action.upgrade
Classes in com.evolveum.midpoint.ninja.action.upgrade with type parameters of type ObjectType Modifier and Type Class Description classUpgradeObjectsConsumerWorker<T extends ObjectType>Methods in com.evolveum.midpoint.ninja.action.upgrade with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType>
@NotNull UpgradeObjectResultUpgradeObjectHandler. execute(PrismObject<O> object)Filters out items that are not applicable for upgrade, applies delta to object. -
Uses of ObjectType in com.evolveum.midpoint.ninja.action.upgrade.action
Method parameters in com.evolveum.midpoint.ninja.action.upgrade.action with type arguments of type ObjectType Modifier and Type Method Description protected Callable<ActionResult<UpgradeObjectsItemsSummary>>UpgradeObjectsAction. createConsumer(BlockingQueue<ObjectType> queue, OperationStatus operation) -
Uses of ObjectType in com.evolveum.midpoint.ninja.action.worker
Methods in com.evolveum.midpoint.ninja.action.worker with parameters of type ObjectType Modifier and Type Method Description protected voidExportConsumerWorker. write(Writer writer, ObjectType object)protected voidVerifyConsumerWorker. write(Writer writer, ObjectType object)Constructor parameters in com.evolveum.midpoint.ninja.action.worker with type arguments of type ObjectType Constructor Description ExportConsumerWorker(NinjaContext context, ExportOptions options, BlockingQueue<ObjectType> queue, OperationStatus operation)ImportRepositoryConsumerWorker(NinjaContext context, ImportOptions options, BlockingQueue<ObjectType> queue, OperationStatus operation, List<ImportRepositoryConsumerWorker> consumers)SearchProducerWorker(NinjaContext context, ExportOptions options, BlockingQueue<ObjectType> queue, OperationStatus operation, List<SearchProducerWorker> producers, ObjectTypes type, ObjectQuery query)VerifyConsumerWorker(NinjaContext context, VerifyOptions options, BlockingQueue<ObjectType> queue, OperationStatus operation) -
Uses of ObjectType in com.evolveum.midpoint.schema
Classes in com.evolveum.midpoint.schema with type parameters of type ObjectType Modifier and Type Class Description classAbstractSummarizingResultHandler<T extends ObjectType>Class providesOperationResultsummarizing functionality for result handler.classObjectDeltaOperation<O extends ObjectType>classObjectTreeDeltas<T extends ObjectType>Structure that contains all primary changes requested: from focus as well as from projections.interfaceResultHandler<T extends ObjectType>Classes implementing this interface are used to handle iterative results.Methods in com.evolveum.midpoint.schema with type parameters of type ObjectType Modifier and Type Method Description static <O extends ObjectType>
ObjectDeltaOperation<O>ObjectDeltaOperation. findAddDelta(Collection<ObjectDeltaOperation<? extends ObjectType>> executedChanges, PrismObject<O> object)static <O extends ObjectType>
StringObjectDeltaOperation. findAddDeltaOid(Collection<ObjectDeltaOperation<? extends ObjectType>> executedChanges, PrismObject<O> object)static <O extends ObjectType>
StringObjectDeltaOperation. shorterDebugDump(List<? extends ObjectDeltaOperation<O>> deltaOps, int indent)Methods in com.evolveum.midpoint.schema that return types with arguments of type ObjectType Modifier and Type Method Description static Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectDeltaOperation. cloneCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection)static Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectDeltaOperation. cloneDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection)static Collection<ObjectDelta<? extends ObjectType>>DeltaConvertor. createObjectDeltas(ObjectDeltaListType deltaList, PrismContext prismContext)Object deltas: XML (api-types-3) -> native Dubious.static ObjectDeltaOperation<? extends ObjectType>ObjectDeltaOperation. findFocusDeltaInCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> odos)List<ObjectDelta<? extends ObjectType>>ObjectTreeDeltas. getDeltaList()Class<? extends ObjectType>RepositoryQueryDiagRequest. getType() -
Uses of ObjectType in com.evolveum.midpoint.schema.constants
Methods in com.evolveum.midpoint.schema.constants with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType>
@NotNull Class<O>ObjectTypes. getClassDefinition()static <O extends ObjectType>
@NotNull Class<O>ObjectTypes. getObjectTypeClass(QName typeName)static <O extends ObjectType>
Class<O>ObjectTypes. getObjectTypeClassIfKnown(QName typeName)Methods in com.evolveum.midpoint.schema.constants that return types with arguments of type ObjectType Modifier and Type Method Description static List<Class<? extends ObjectType>>ObjectTypes. getAllObjectTypes()static Class<? extends ObjectType>ObjectTypes. getClassFromRestType(String restType)static Class<? extends ObjectType>ObjectTypes. getObjectTypeClass(String typeNameLocal)Methods in com.evolveum.midpoint.schema.constants with parameters of type ObjectType Modifier and Type Method Description static booleanObjectTypes. isManagedByProvisioning(ObjectType object)Method parameters in com.evolveum.midpoint.schema.constants with type arguments of type ObjectType Modifier and Type Method Description static ObjectTypes.ObjectManagerObjectTypes. getObjectManagerForClass(Class<? extends ObjectType> clazz)static @NotNull ObjectTypesObjectTypes. getObjectType(@NotNull Class<? extends ObjectType> objectType)static booleanObjectTypes. isClassManagedByProvisioning(Class<? extends ObjectType> clazz)static booleanObjectTypes. isClassManagedByTaskManager(@NotNull Class<? extends ObjectType> clazz)static booleanObjectTypes. isObjectTypeManagedByProvisioning(Class<? extends ObjectType> objectType) -
Uses of ObjectType in com.evolveum.midpoint.schema.expression
Methods in com.evolveum.midpoint.schema.expression with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType>
PrismObject<O>VariablesMap. getValueNew(String name)<O extends ObjectType>
TypedValue<O>VariablesMap. putObject(String key, PrismObject<O> object, Class<O> expectedClass)Convenience method to put objects with definition.<O extends ObjectType>
TypedValue<O>VariablesMap. putObject(String key, O objectType, Class<O> expectedClass)Convenience method to put objects with definition. -
Uses of ObjectType in com.evolveum.midpoint.schema.internals
Methods in com.evolveum.midpoint.schema.internals with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType>
voidInternalInspector. inspectRepositoryRead(Class<O> type, String oid)static <O extends ObjectType>
voidInternalMonitor. recordRepositoryRead(Class<O> type, String oid) -
Uses of ObjectType in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result with parameters of type ObjectType Modifier and Type Method Description OperationResultOperationResult. addContext(String name, ObjectType value)OperationResultBuilderOperationResultBuilder. addContext(String name, ObjectType value)OperationResultOperationResult. addParam(String name, ObjectType value)OperationResultBuilderOperationResultBuilder. addParam(String name, ObjectType value)voidOperationResult. addReturn(String name, ObjectType value)Method parameters in com.evolveum.midpoint.schema.result with type arguments of type ObjectType Modifier and Type Method Description OperationResultOperationResult. addContext(String name, PrismObject<? extends ObjectType> value)OperationResultBuilderOperationResultBuilder. addContext(String name, PrismObject<? extends ObjectType> value)OperationResultOperationResult. addParam(String name, PrismObject<? extends ObjectType> value)OperationResultBuilderOperationResultBuilder. addParam(String name, PrismObject<? extends ObjectType> value)voidOperationResult. addReturn(String name, PrismObject<? extends ObjectType> value) -
Uses of ObjectType in com.evolveum.midpoint.schema.statistics
Methods in com.evolveum.midpoint.schema.statistics with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
voidActionsExecutedCollector. recordActionExecuted(PrismObject<T> object, Class<T> objectTypeClass, String defaultOid, ChangeType changeType, String channel, Throwable exception)<T extends ObjectType>
voidTaskActionsExecutedCollector. recordObjectActionExecuted(PrismObject<T> object, Class<T> objectTypeClass, String defaultOid, ChangeType changeType, String channel, Throwable exception)Method parameters in com.evolveum.midpoint.schema.statistics with type arguments of type ObjectType Modifier and Type Method Description default @NotNull OperationTaskIterativeOperationCollector. recordIterativeOperationStart(PrismObject<? extends ObjectType> object)Records the start of iterative operation.voidTaskActionsExecutedCollector. recordObjectActionExecuted(PrismObject<? extends ObjectType> object, ChangeType changeType, Throwable exception)Logs under default channel known to the current task.Constructor parameters in com.evolveum.midpoint.schema.statistics with type arguments of type ObjectType Constructor Description IterationItemInformation(PrismObject<? extends ObjectType> object)IterationItemInformation(PrismObject<? extends ObjectType> object, PrismContext prismContext) -
Uses of ObjectType in com.evolveum.midpoint.schema.traces
Constructor parameters in com.evolveum.midpoint.schema.traces with type arguments of type ObjectType Constructor Description ViewedObject(String label, PrismObject<? extends ObjectType> object) -
Uses of ObjectType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with type parameters of type ObjectType Modifier and Type Method Description static <O extends ObjectType>
booleanMiscSchemaUtil. canBeAssignedFrom(QName requiredTypeQName, Class<O> providedTypeClass)static <T extends ObjectType>
@NotNull AssignmentTypeObjectTypeUtil. createAssignmentTo(@NotNull PrismObject<T> object, PrismContext prismContext)static <T extends ObjectType>
@NotNull AssignmentTypeObjectTypeUtil. createAssignmentTo(@NotNull PrismObject<T> object, QName relation)static <T extends ObjectType>
@NotNull AssignmentTypeObjectTypeUtil. createAssignmentTo(@NotNull PrismReferenceValue ref, @Nullable PrismContext prismContext)static <T extends ObjectType>
@NotNull AssignmentTypeObjectTypeUtil. createAssignmentTo(@NotNull ObjectReferenceType ref, @Nullable PrismContext prismContext)static <T extends ObjectType>
@NotNull AssignmentTypeObjectTypeUtil. createAssignmentTo(@NotNull String oid, @NotNull ObjectTypes type, @Nullable PrismContext prismContext)static <T extends ObjectType>
@NotNull AssignmentTypeObjectTypeUtil. createAssignmentTo(T objectType, QName relation)static <O extends ObjectType>
ObjectQueryObjectQueryUtil. createNameQuery(PrismObject<O> object)static <T extends ObjectType>
ObjectQueryObjectQueryUtil. createNameQuery(Class<T> clazz, PrismContext prismContext, String name)static <T extends ObjectType>
ObjectReferenceTypeObjectTypeUtil. createObjectRef(PrismObject<T> object, boolean nameAsDescription)static <T extends ObjectType>
ObjectReferenceTypeObjectTypeUtil. createObjectRef(PrismReferenceValue refVal, boolean nameAsDescription)static <O extends ObjectType>
ObjectReferenceTypeMiscSchemaUtil. createObjectReference(PrismObject<O> object, Class<? extends ObjectType> implicitReferenceTargetType)static <T extends ObjectType>
ObjectReferenceTypeObjectTypeUtil. createObjectRefWithFullObject(PrismObject<T> object)static <T extends ObjectType>
ObjectReferenceTypeObjectTypeUtil. createObjectRefWithFullObject(PrismObject<T> object, PrismContext prismContext)static <O extends ObjectType>
ObjectQueryObjectQueryUtil. createOidQuery(PrismObject<O> object)static <O extends ObjectType>
@NotNull List<String>FocusTypeUtil. determineSubTypes(PrismObject<O> object)static <O extends ObjectType>
@NotNull List<String>FocusTypeUtil. determineSubTypes(O object)static <O extends ObjectType>
XMLGregorianCalendarObjectTypeUtil. getLastTouchTimestamp(PrismObject<O> object)<O extends ObjectType>
PrismObject<O>SimpleObjectResolver. getObject(Class<O> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult)static <O extends ObjectType>
booleanFocusTypeUtil. hasSubtype(PrismObject<O> object, String subtype)static <T extends ObjectType>
booleanFullTextSearchUtil. isObjectTextInfoRecomputationNeeded(FullTextSearchConfigurationType config, Class<T> type, Collection<? extends ItemDelta<?,?>> modifications)static <O extends ObjectType>
List<ObjectReferenceType>ObjectTypeUtil. objectListToReferences(Collection<PrismObject<O>> objects)static <O extends ObjectType>
voidMiscSchemaUtil. reduceSearchResult(List<PrismObject<O>> results)static <O extends ObjectType>
voidFocusTypeUtil. setSubtype(PrismObject<O> object, List<String> subtypes)static <T extends ObjectType>
List<PrismObject<T>>MiscSchemaUtil. toList(Class<T> type, ObjectListType listType)static <T extends ObjectType>
List<T>MiscSchemaUtil. toObjectableList(List<PrismObject<T>> objectList)Methods in com.evolveum.midpoint.schema.util that return ObjectType Modifier and Type Method Description static ObjectTypeObjectTypeUtil. toObjectable(PrismObject object)Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ObjectType Modifier and Type Method Description static Collection<ObjectDelta<? extends ObjectType>>ObjectTypeUtil. cast(Collection<ObjectDelta<?>> deltas)static Collection<ObjectDelta<? extends ObjectType>>MiscSchemaUtil. cloneObjectDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection)static Collection<ObjectDeltaOperation<? extends ObjectType>>MiscSchemaUtil. cloneObjectDeltaOperationCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection)static Collection<ObjectDelta<? extends ObjectType>>MiscSchemaUtil. createCollection(ObjectDelta<?>... deltas)Convenience method that helps avoid some compiler warnings.static List<ObjectDelta<? extends ObjectType>>ObjectTypeUtil. toDeltaList(ObjectDelta<?> delta)Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectType Modifier and Type Method Description static ObjectQueryObjectQueryUtil. createNameQuery(ObjectType object)static ObjectReferenceTypeObjectTypeUtil. createObjectRef(ObjectType object)static ObjectReferenceTypeObjectTypeUtil. createObjectRef(ObjectType object, PrismContext prismContext)static ObjectReferenceTypeObjectTypeUtil. createObjectRef(ObjectType objectType, QName relation)static ObjectReferenceTypeObjectTypeUtil. createObjectRefWithFullObject(ObjectType objectType, PrismContext prismContext)static ObjectReferenceTypeObjectTypeUtil. createOidOnlyObjectRef(ObjectType object)Creates a very basic (OID-only) reference for a given object.static @Nullable Set<String>FullTextSearchUtil. createWords(FullTextSearchConfigurationType config, ObjectType object)Returns words to index or null if there is nothing to index.static StringSchemaDebugUtil. debugDump(ObjectType objectType, int indent)static StringObjectTypeUtil. dump(ObjectType object)static PolyStringTypeObjectTypeUtil. getDisplayName(ObjectType object)static Collection<Referencable>ObjectTypeUtil. getExtensionReferenceValues(ObjectType objectType, QName propertyQname)static QNameObjectTypeUtil. getObjectType(ObjectType object, PrismContext prismContext)Returns the type name for an object.static StringObjectTypeUtil. getShortTypeName(ObjectType object)static booleanObjectTypeUtil. isIndestructible(@NotNull ObjectType object)static StringSchemaDebugUtil. prettyPrint(ObjectType object)static StringObjectTypeUtil. toShortString(ObjectType object)static ObjectObjectTypeUtil. toShortStringLazy(ObjectType object)Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ObjectType Modifier and Type Method Description static Collection<ObjectDelta<? extends ObjectType>>MiscSchemaUtil. cloneObjectDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection)static Collection<ObjectDeltaOperation<? extends ObjectType>>MiscSchemaUtil. cloneObjectDeltaOperationCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection)static @NotNull ObjectQueryObjectTypeUtil. createManagerQuery(Class<? extends ObjectType> objectTypeClass, String orgOid, RelationRegistry relationRegistry, PrismContext prismContext)static <O extends ObjectType>
ObjectReferenceTypeMiscSchemaUtil. createObjectReference(PrismObject<O> object, Class<? extends ObjectType> implicitReferenceTargetType)static <T> TObjectTypeUtil. getExtensionItemRealValue(@NotNull PrismObject<? extends ObjectType> object, @NotNull QName itemName)static @NotNull Set<ItemPath>FullTextSearchUtil. getFullTextSearchItemPaths(@NotNull FullTextSearchConfigurationType config, Class<? extends ObjectType> clazz)PolyStringObjectDeltaSchemaLevelUtil.NameResolver. getName(Class<? extends ObjectType> objectClass, String oid)static StringObjectTypeUtil. getShortTypeName(Class<? extends ObjectType> type)static booleanObjectTypeUtil. hasFetchError(@NotNull PrismObject<? extends ObjectType> object)static booleanFullTextSearchUtil. isEnabledFor(FullTextSearchConfigurationType config, Class<? extends ObjectType> clazz)static booleanObjectTypeUtil. isIndestructible(@NotNull PrismObject<? extends ObjectType> object)static voidObjectTypeUtil. recordFetchError(PrismObject<? extends ObjectType> object, OperationResult result)static voidObjectDeltaSchemaLevelUtil. resolveNames(ObjectDelta<? extends ObjectType> delta, ObjectDeltaSchemaLevelUtil.NameResolver nameResolver, PrismContext prismContext)static ObjectListTypeMiscSchemaUtil. toObjectListType(List<PrismObject<? extends ObjectType>> list)static StringObjectTypeUtil. toShortString(PrismObject<? extends ObjectType> object) -
Uses of ObjectType in com.evolveum.midpoint.schema.util.task.work
Method parameters in com.evolveum.midpoint.schema.util.task.work with type arguments of type ObjectType Modifier and Type Method Description static ActivityDefinitionTypeSpecificWorkDefinitionUtil. createNonIterativeChangeExecutionDef(@NotNull Collection<ObjectDelta<? extends ObjectType>> deltas, @Nullable ModelExecuteOptionsType options) -
Uses of ObjectType in com.evolveum.midpoint.schema.validator
Methods in com.evolveum.midpoint.schema.validator with type parameters of type ObjectType Modifier and Type Method Description static <T extends ObjectType>
UpgradeObjectProcessor<T>UpgradeProcessor. getProcessor(String identifier)<T extends ObjectType>
UpgradeValidationResultUpgradeProcessor. process(PrismObject<T> object, ValidationResult result)<O extends ObjectType>
UpgradeValidationResultObjectUpgradeValidator. validate(PrismObject<O> object) -
Uses of ObjectType in com.evolveum.midpoint.schema.validator.processor
Methods in com.evolveum.midpoint.schema.validator.processor with type parameters of type ObjectType Modifier and Type Method Description default <O extends ObjectType>
booleanProcessorMixin. matchObjectTypeAndPathTemplate(@NotNull PrismObject<?> object, @NotNull ItemPath path, @NotNull Class<O> type, @NotNull ItemPath expected)Matches object type and path template (without container ids in case of multivalue containers).Method parameters in com.evolveum.midpoint.schema.validator.processor with type arguments of type ObjectType Modifier and Type Method Description booleanAccountPasswordPolicyProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanAdditionalPanelsProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanCleanupPolicyProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanContainerProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanDefaultObjectTypeProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanDefaultScopeProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanObjectFormsProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanOidBoundProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanPersonaTargetSubtypeProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanPropertyConstraintProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanReconcileAffectedProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanSearchItemDisplayNameProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanSubtypeProcessor. process(PrismObject<ObjectType> object, ItemPath path)StringContainerProcessor. upgradeDescription(PrismObject<ObjectType> object, ItemPath path)StringObjectFormsProcessor. upgradeDescription(PrismObject<ObjectType> object, ItemPath path)StringOidBoundProcessor. upgradeDescription(PrismObject<ObjectType> object, ItemPath path)StringPersonaTargetSubtypeProcessor. upgradeDescription(PrismObject<ObjectType> object, ItemPath path)StringSubtypeProcessor. upgradeDescription(PrismObject<ObjectType> object, ItemPath path) -
Uses of ObjectType in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Fields in com.evolveum.midpoint.xml.ns._public.common.api_types_3 declared as ObjectType Modifier and Type Field Description protected ObjectTypeCompareResultType. currentObjectprotected ObjectTypeCompareResultType. normalizedObjectFields in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with type parameters of type ObjectType Modifier and Type Field Description protected List<ObjectType>ObjectListType. objectMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return ObjectType Modifier and Type Method Description ObjectTypeCompareResultType. getCurrentObject()Gets the value of the currentObject property.ObjectTypeCompareResultType. getNormalizedObject()Gets the value of the normalizedObject property.Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return types with arguments of type ObjectType Modifier and Type Method Description List<ObjectType>ObjectListType. getObject()Gets the value of the object property.Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type ObjectType Modifier and Type Method Description CompareResultTypeCompareResultType. currentObject(ObjectType value)CompareResultTypeCompareResultType. normalizedObject(ObjectType value)ObjectListTypeObjectListType. object(ObjectType value)voidCompareResultType. setCurrentObject(ObjectType value)Sets the value of the currentObject property.voidCompareResultType. setNormalizedObject(ObjectType value)Sets the value of the normalizedObject property. -
Uses of ObjectType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of ObjectType in com.evolveum.midpoint.xml.ns._public.common.common_3 Modifier and Type Class Description classAbstractAccessCertificationDefinitionTypeDefinition of an access certification - a template for a set of access certification campaigns.classAbstractRoleType<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Abstract class that contains the "essence" of a role.classAccessCertificationCampaignTypeDefinition of an access certification campaign.classAccessCertificationDefinitionForReportTypeAccess certification definition augmented with report-related information (e.g.classAccessCertificationDefinitionTypeAccess certification definition.classArchetypeType<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Archetype definition.classAssignmentHolderType<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Abstract supertype for all object types that can have assignments.classCaseTypeTODOclassConnectorHostTypeHost definition for remote connector, remote connector framework or a remote "gateway".classConnectorTypeDescription of a generic connector.classDashboardType<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Configuration Dasboard dashboard showing in GUI.classFocusType<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Abstract supertype for all object types that can be focus of full midPoint computation.classFormType<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Form definition.classFunctionLibraryTypeDefine reusable functionsclassGenericObjectType<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Generic object for storing unknown (unexpected) object types.classLookupTableType<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> An object that represents lookup table.classNodeTypeNode describes a single installation of midPoint.classObjectCollectionTypeObject collection specification.classObjectTemplateTypeTODO: update The user template used to create new users.classOrgType<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Organizational unit, division, section, object group, team, project or any other form of organizing things and/or people.classReportDataTypeReports outputs.classReportTypeSpecification of midPoint report.classResourceTypeResource represents a system or component external to the IDM system which we manage.classRoleType<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> A role in the extended Role-Based Access Control (RBAC) sense.classSecurityPolicyTypeObject that contains definitions of overall security policy.classSequenceType<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Definition of a sequence object that produces unique values.classServiceType<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> This object type represents any kind of abstract or concrete services or devices such as servers, virtual machines, printers, mobile devices, network nodes, application servers, applications or anything similar.classShadowTypeLocal copy of any object on the provisioning resource that is related to provisioning.classSystemConfigurationTypeSystem configuration object.classTaskTypeTaskType contains information about a task (either transient or persistent).classUserTypeUser object represents a physical user of the system.classValuePolicyTypeJava class for ValuePolicyType complex type.Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type ObjectType Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends ObjectType>MappingEvaluationSourceContextType. objectprotected List<javax.xml.bind.JAXBElement<? extends ObjectType>>Objects. objectMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ObjectType Modifier and Type Method Description PrismObject<? extends ObjectType>ObjectType. asPrismObject()javax.xml.bind.JAXBElement<ObjectType>ObjectFactory. createObject(ObjectType value)javax.xml.bind.JAXBElement<? extends ObjectType>MappingEvaluationSourceContextType. getObject()Gets the value of the object property.List<javax.xml.bind.JAXBElement<? extends ObjectType>>Objects. getObject()Gets the value of the object property.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ObjectType Modifier and Type Method Description javax.xml.bind.JAXBElement<ObjectType>ObjectFactory. createObject(ObjectType value)LensElementContextTypeLensElementContextType. objectCurrent(ObjectType value)LensFocusContextTypeLensFocusContextType. objectCurrent(ObjectType value)LensProjectionContextTypeLensProjectionContextType. objectCurrent(ObjectType value)LensElementContextTypeLensElementContextType. objectNew(ObjectType value)LensFocusContextTypeLensFocusContextType. objectNew(ObjectType value)LensProjectionContextTypeLensProjectionContextType. objectNew(ObjectType value)LensElementContextTypeLensElementContextType. objectOld(ObjectType value)LensFocusContextTypeLensFocusContextType. objectOld(ObjectType value)LensProjectionContextTypeLensProjectionContextType. objectOld(ObjectType value)voidLensElementContextType. setObjectCurrent(ObjectType value)voidLensElementContextType. setObjectNew(ObjectType value)voidLensElementContextType. setObjectOld(ObjectType value)Method parameters in com.evolveum.midpoint.xml.ns._public.common.common_3 with type arguments of type ObjectType Modifier and Type Method Description MappingEvaluationSourceContextTypeMappingEvaluationSourceContextType. object(javax.xml.bind.JAXBElement<? extends ObjectType> value)ObjectsObjects. object(javax.xml.bind.JAXBElement<? extends ObjectType> value)voidMappingEvaluationSourceContextType. setObject(javax.xml.bind.JAXBElement<? extends ObjectType> value)Sets the value of the object property. -
Uses of ObjectType in com.evolveum.midpoint.xml.ns._public.model.model_3
Fields in com.evolveum.midpoint.xml.ns._public.model.model_3 declared as ObjectType Modifier and Type Field Description protected ObjectTypeGetObjectResponseType. objectMethods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return ObjectType Modifier and Type Method Description ObjectTypeGetObjectResponseType. getObject()Gets the value of the object property.Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 with parameters of type ObjectType Modifier and Type Method Description GetObjectResponseTypeGetObjectResponseType. object(ObjectType value)voidGetObjectResponseType. setObject(ObjectType value)Sets the value of the object property.Method parameters in com.evolveum.midpoint.xml.ns._public.model.model_3 with type arguments of type ObjectType Modifier and Type Method Description voidModelPortImpl. getObject(QName objectType, String oid, SelectorQualifiedGetOptionsType options, javax.xml.ws.Holder<ObjectType> object, javax.xml.ws.Holder<OperationResultType> result)voidModelPortType. getObject(QName objectType, String oid, SelectorQualifiedGetOptionsType options, javax.xml.ws.Holder<ObjectType> object, javax.xml.ws.Holder<OperationResultType> result)
-