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 Scene
ModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, boolean includeOriginalObject, com.evolveum.midpoint.task.api.Task task, OperationResult result)
@NotNull Scene
ModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, com.evolveum.midpoint.task.api.Task task, OperationResult result)
@NotNull Scene
ModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result)
@NotNull Scene
ModelInteractionService. 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 interface
ModelContext<F extends ObjectType>
interface
ModelElementContext<O extends ObjectType>
Methods in com.evolveum.midpoint.model.api.context that return ObjectType Modifier and Type Method Description ObjectType
EvaluatedExclusionTrigger. getConflictingTarget()
@Nullable ObjectType
EvaluatedPolicyRule. getDirectOwner()
Object that "directly owns" the rule.ObjectType
AssignmentPath. getProtoRole()
In the context of meta-roles this is the role that the currently-processed inducement "applies to".ObjectType
AssignmentPathSegment. getSource()
ObjectType
AssignmentPathSegment. 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 int
AssignmentPath. 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 OrgType
MidpointFunctions. getParentOrgByArchetype(ObjectType object, String archetypeOid)
Returns parent org of the specified object that have a specific archetype.OrgType
OrgStructFunctions. getParentOrgByArchetype(ObjectType object, String archetypeOid, boolean preAuthorized)
OrgType
MidpointFunctions. getParentOrgByOrgType(ObjectType object, String orgType)
Returns parent org of the specified object that have a specific orgType.OrgType
OrgStructFunctions. 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)
boolean
MidpointFunctions. isDirectlyAssigned(ObjectType target)
<F extends FocusType>
booleanMidpointFunctions. isDirectlyAssigned(F focusType, ObjectType target)
<T> boolean
MidpointFunctions. 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 boolean
OptimizingTriggerCreator. createForNamedObject(@NotNull Class<? extends ObjectType> type, @NotNull String name)
Creates a trigger for the object with the given name.boolean
OptimizingTriggerCreator. createForObject(@NotNull Class<? extends ObjectType> type, @NotNull String oid)
Creates a trigger to the user with the given OID.void
MidpointFunctions. createRecomputeTrigger(Class<? extends ObjectType> type, String oid)
Goes directly to repository service.void
MidpointFunctions. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas)
Execute the provided object deltas.void
MidpointFunctions. 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 void
ChangeHook. 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 class
MergeDeltas<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 Runnable
AbstractRepositorySearchAction. createConsumer(BlockingQueue<ObjectType> queue, OperationStatus operation)
protected Runnable
ExportRepositoryAction. createConsumer(BlockingQueue<ObjectType> queue, OperationStatus operation)
protected Runnable
VerifyRepositoryAction. 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 void
ExportConsumerWorker. write(Writer writer, ObjectType object)
protected void
VerifyConsumerWorker. 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.ninja.impl
Methods in com.evolveum.midpoint.ninja.impl with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
voidRestService. delete(QName type, String oid, List<String> options)
<T extends ObjectType>
PrismObject<T>RestService. get(QName type, String oid)
<T extends ObjectType>
List<PrismObject<T>>RestService. search()
-
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 class
AbstractSummarizingResultHandler<T extends ObjectType>
Class providesOperationResult
summarizing functionality for result handler.class
ObjectDeltaOperation<O extends ObjectType>
class
ObjectTreeDeltas<T extends ObjectType>
Structure that contains all primary changes requested: from focus as well as from projections.interface
ResultHandler<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 boolean
ObjectTypes. isManagedByProvisioning(ObjectType object)
Method parameters in com.evolveum.midpoint.schema.constants with type arguments of type ObjectType Modifier and Type Method Description static ObjectTypes.ObjectManager
ObjectTypes. getObjectManagerForClass(Class<? extends ObjectType> clazz)
static @NotNull ObjectTypes
ObjectTypes. getObjectType(@NotNull Class<? extends ObjectType> objectType)
static boolean
ObjectTypes. isClassManagedByProvisioning(Class<? extends ObjectType> clazz)
static boolean
ObjectTypes. isClassManagedByTaskManager(@NotNull Class<? extends ObjectType> clazz)
static boolean
ObjectTypes. 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 OperationResult
OperationResult. addContext(String name, ObjectType value)
OperationResultBuilder
OperationResultBuilder. addContext(String name, ObjectType value)
OperationResult
OperationResult. addParam(String name, ObjectType value)
OperationResultBuilder
OperationResultBuilder. addParam(String name, ObjectType value)
void
OperationResult. addReturn(String name, ObjectType value)
Method parameters in com.evolveum.midpoint.schema.result with type arguments of type ObjectType Modifier and Type Method Description OperationResult
OperationResult. addContext(String name, PrismObject<? extends ObjectType> value)
OperationResultBuilder
OperationResultBuilder. addContext(String name, PrismObject<? extends ObjectType> value)
OperationResult
OperationResult. addParam(String name, PrismObject<? extends ObjectType> value)
OperationResultBuilder
OperationResultBuilder. addParam(String name, PrismObject<? extends ObjectType> value)
void
OperationResult. 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 Operation
TaskIterativeOperationCollector. recordIterativeOperationStart(PrismObject<? extends ObjectType> object)
Records the start of iterative operation.void
TaskActionsExecutedCollector. 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 ObjectType
ObjectTypeUtil. 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 ObjectQuery
ObjectQueryUtil. createNameQuery(ObjectType object)
static ObjectReferenceType
ObjectTypeUtil. createObjectRef(ObjectType object)
static ObjectReferenceType
ObjectTypeUtil. createObjectRef(ObjectType object, PrismContext prismContext)
static ObjectReferenceType
ObjectTypeUtil. createObjectRef(ObjectType objectType, QName relation)
static ObjectReferenceType
ObjectTypeUtil. createObjectRefWithFullObject(ObjectType objectType, PrismContext prismContext)
static ObjectReferenceType
ObjectTypeUtil. 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 String
SchemaDebugUtil. debugDump(ObjectType objectType, int indent)
static String
ObjectTypeUtil. dump(ObjectType object)
static PolyStringType
ObjectTypeUtil. getDisplayName(ObjectType object)
static Collection<Referencable>
ObjectTypeUtil. getExtensionReferenceValues(ObjectType objectType, QName propertyQname)
static QName
ObjectTypeUtil. getObjectType(ObjectType object, PrismContext prismContext)
Returns the type name for an object.static String
ObjectTypeUtil. getShortTypeName(ObjectType object)
static boolean
ObjectTypeUtil. isIndestructible(@NotNull ObjectType object)
static String
SchemaDebugUtil. prettyPrint(ObjectType object)
static String
ObjectTypeUtil. toShortString(ObjectType object)
static Object
ObjectTypeUtil. 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 ObjectQuery
ObjectTypeUtil. 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> T
ObjectTypeUtil. getExtensionItemRealValue(@NotNull PrismObject<? extends ObjectType> object, @NotNull QName itemName)
static @NotNull Set<ItemPath>
FullTextSearchUtil. getFullTextSearchItemPaths(@NotNull FullTextSearchConfigurationType config, Class<? extends ObjectType> clazz)
PolyString
ObjectDeltaSchemaLevelUtil.NameResolver. getName(Class<? extends ObjectType> objectClass, String oid)
static String
ObjectTypeUtil. getShortTypeName(Class<? extends ObjectType> type)
static boolean
ObjectTypeUtil. hasFetchError(@NotNull PrismObject<? extends ObjectType> object)
static boolean
FullTextSearchUtil. isEnabledFor(FullTextSearchConfigurationType config, Class<? extends ObjectType> clazz)
static boolean
ObjectTypeUtil. isIndestructible(@NotNull PrismObject<? extends ObjectType> object)
static void
ObjectTypeUtil. recordFetchError(PrismObject<? extends ObjectType> object, OperationResult result)
static void
ObjectDeltaSchemaLevelUtil. resolveNames(ObjectDelta<? extends ObjectType> delta, ObjectDeltaSchemaLevelUtil.NameResolver nameResolver, PrismContext prismContext)
static ObjectListType
MiscSchemaUtil. toObjectListType(List<PrismObject<? extends ObjectType>> list)
static String
ObjectTypeUtil. 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 ActivityDefinitionType
SpecificWorkDefinitionUtil. createNonIterativeChangeExecutionDef(@NotNull Collection<ObjectDelta<? extends ObjectType>> deltas, @Nullable ModelExecuteOptionsType options)
-
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 ObjectType
CompareResultType. currentObject
protected ObjectType
CompareResultType. normalizedObject
Fields 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. object
Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return ObjectType Modifier and Type Method Description ObjectType
CompareResultType. getCurrentObject()
Gets the value of the currentObject property.ObjectType
CompareResultType. 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 CompareResultType
CompareResultType. currentObject(ObjectType value)
CompareResultType
CompareResultType. normalizedObject(ObjectType value)
ObjectListType
ObjectListType. object(ObjectType value)
void
CompareResultType. setCurrentObject(ObjectType value)
Sets the value of the currentObject property.void
CompareResultType. 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 class
AbstractAccessCertificationDefinitionType
Definition of an access certification - a template for a set of access certification campaigns.class
AbstractRoleType
<?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.class
AccessCertificationCampaignType
Definition of an access certification campaign.class
AccessCertificationDefinitionForReportType
Access certification definition augmented with report-related information (e.g.class
AccessCertificationDefinitionType
Access certification definition.class
ArchetypeType
<?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.class
AssignmentHolderType
<?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.class
CaseType
TODOclass
ConnectorHostType
Host definition for remote connector, remote connector framework or a remote "gateway".class
ConnectorType
Description of a generic connector.class
DashboardType
<?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.class
FocusType
<?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.class
FormType
<?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.class
FunctionLibraryType
Define reusable functionsclass
GenericObjectType
<?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.class
LookupTableType
<?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.class
NodeType
Node describes a single installation of midPoint.class
ObjectCollectionType
Object collection specification.class
ObjectTemplateType
TODO: update The user template used to create new users.class
OrgType
<?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.class
ReportDataType
Reports outputs.class
ReportType
Specification of midPoint report.class
ResourceType
Resource represents a system or component external to the IDM system which we manage.class
RoleType
<?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.class
SecurityPolicyType
Object that contains definitions of overall security policy.class
SequenceType
<?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.class
ServiceType
<?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.class
ShadowType
Local copy of any object on the provisioning resource that is related to provisioning.class
SystemConfigurationType
System configuration object.class
TaskType
TaskType contains information about a task (either transient or persistent).class
UserType
User object represents a physical user of the system.class
ValuePolicyType
Java 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. object
protected List<javax.xml.bind.JAXBElement<? extends ObjectType>>
Objects. object
Methods 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)
LensElementContextType
LensElementContextType. objectCurrent(ObjectType value)
LensFocusContextType
LensFocusContextType. objectCurrent(ObjectType value)
LensProjectionContextType
LensProjectionContextType. objectCurrent(ObjectType value)
LensElementContextType
LensElementContextType. objectNew(ObjectType value)
LensFocusContextType
LensFocusContextType. objectNew(ObjectType value)
LensProjectionContextType
LensProjectionContextType. objectNew(ObjectType value)
LensElementContextType
LensElementContextType. objectOld(ObjectType value)
LensFocusContextType
LensFocusContextType. objectOld(ObjectType value)
LensProjectionContextType
LensProjectionContextType. objectOld(ObjectType value)
void
LensElementContextType. setObjectCurrent(ObjectType value)
void
LensElementContextType. setObjectNew(ObjectType value)
void
LensElementContextType. 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 MappingEvaluationSourceContextType
MappingEvaluationSourceContextType. object(javax.xml.bind.JAXBElement<? extends ObjectType> value)
Objects
Objects. object(javax.xml.bind.JAXBElement<? extends ObjectType> value)
void
MappingEvaluationSourceContextType. 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 ObjectType
GetObjectResponseType. object
Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return ObjectType Modifier and Type Method Description ObjectType
GetObjectResponseType. 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 GetObjectResponseType
GetObjectResponseType. object(ObjectType value)
void
GetObjectResponseType. 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 void
ModelPortImpl. getObject(QName objectType, String oid, SelectorQualifiedGetOptionsType options, javax.xml.ws.Holder<ObjectType> object, javax.xml.ws.Holder<OperationResultType> result)
void
ModelPortType. getObject(QName objectType, String oid, SelectorQualifiedGetOptionsType options, javax.xml.ws.Holder<ObjectType> object, javax.xml.ws.Holder<OperationResultType> result)
-