Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType
Packages that use ObjectReferenceType
Package
Description
Package for reusable and stable GUI Wicket Components.
GUI API package for various utility classes and interfaces.
This is an experiment how to provide reliable and consistent information about the origin of individual configuration items
(mappings, expressions, etc).
Supports merging of (usually) configuration beans.
Provides all the necessary support for evaluating selectors and their clauses, i.e.
-
Uses of ObjectReferenceType in com.evolveum.midpoint.common.mining.objects.statistic
Methods in com.evolveum.midpoint.common.mining.objects.statistic that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionClusterStatistic.getMembersRef()
ClusterStatistic.getPropertiesRef()
Constructor parameters in com.evolveum.midpoint.common.mining.objects.statistic with type arguments of type ObjectReferenceTypeModifierConstructorDescriptionClusterStatistic
(PolyStringType name, Set<ObjectReferenceType> membersRef, int membersCount, int propertiesCount, int minVectorPoint, int maxVectorPoint, double propertiesMean, double propertiesDensity) ClusterStatistic
(PolyStringType name, Set<ObjectReferenceType> propertiesRef, Set<ObjectReferenceType> membersRef, int membersCount, int propertiesCount, int minVectorPoint, int maxVectorPoint, double propertiesMean, double propertiesDensity) -
Uses of ObjectReferenceType in com.evolveum.midpoint.gui.api.component
Methods in com.evolveum.midpoint.gui.api.component that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionprotected List<ObjectReferenceType>
AbstractAssignmentPopupTabPanel.getArchetypeRefList()
protected List<ObjectReferenceType>
AbstractPopupTabPanel.getArchetypeRefList()
protected List<ObjectReferenceType>
ChooseMemberPopup.getArchetypeRefList()
protected List<ObjectReferenceType>
MemberPopupTabPanel.getArchetypeRefList()
protected List<ObjectReferenceType>
MainObjectListPanel.getNewObjectReferencesList
(CompiledObjectCollectionView collectionView, AssignmentObjectRelation relation) Constructor parameters in com.evolveum.midpoint.gui.api.component with type arguments of type ObjectReferenceTypeModifierConstructorDescriptionMemberPopupTabPanel
(String id, Search<O> search, List<ObjectReferenceType> archetypeReferenceList) MultiTypesMemberPopupTabPanel
(String id, Search search, List<ObjectReferenceType> archetypeReferenceList) OrgTreeMemberPopupTabPanel
(String id, Search search, List<ObjectReferenceType> archetypeReferenceList) -
Uses of ObjectReferenceType in com.evolveum.midpoint.gui.api.component.autocomplete
Methods in com.evolveum.midpoint.gui.api.component.autocomplete that return ObjectReferenceTypeModifier and TypeMethodDescriptionReferenceConverter.convertToObject
(String value, Locale locale) Methods in com.evolveum.midpoint.gui.api.component.autocomplete with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionReferenceConverter.convertToString
(ObjectReferenceType ref, Locale arg1) protected String
AutoCompleteReferenceRenderer.getTextValue
(ObjectReferenceType object) protected void
AutoCompleteReferenceRenderer.renderChoice
(ObjectReferenceType object, org.apache.wicket.request.Response response, String criteria) Constructor parameters in com.evolveum.midpoint.gui.api.component.autocomplete with type arguments of type ObjectReferenceTypeModifierConstructorDescriptionReferenceConverter
(org.apache.wicket.util.convert.IConverter<ObjectReferenceType> originConverter, List<ObjectReferenceType> referenceList, org.apache.wicket.markup.html.form.FormComponent baseComponent, PageBase pageBase) ReferenceConverter
(org.apache.wicket.util.convert.IConverter<ObjectReferenceType> originConverter, List<ObjectReferenceType> referenceList, org.apache.wicket.markup.html.form.FormComponent baseComponent, PageBase pageBase) -
Uses of ObjectReferenceType in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic <O extends ObjectType>
List<ObjectReferenceType>WebModelServiceUtils.createObjectReferenceList
(Class<O> type, PageBase page, Map<String, String> referenceMap) Methods in com.evolveum.midpoint.gui.api.util with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic @NotNull List<VisualizationDto>
WebComponentUtil.computeChangesCategorizationList
(com.evolveum.midpoint.wf.api.ChangesByState changesByState, ObjectReferenceType objectRef, ModelInteractionService modelInteractionService, PrismContext prismContext, com.evolveum.midpoint.task.api.Task opTask, OperationResult thisOpResult) static String
WebComponentUtil.getDisplayName
(ObjectReferenceType ref) static String
WebComponentUtil.getDisplayNameAndName
(ObjectReferenceType ref) static String
WebComponentUtil.getDisplayNameOrName
(ObjectReferenceType ref, PageBase pageBase, String operation) static <O extends ObjectType>
StringWebComponentUtil.getDisplayNameOrName
(ObjectReferenceType ref, PageBase pageBase, String operation, boolean translate) static String
WebComponentUtil.getEffectiveName
(ObjectReferenceType ref, QName propertyName, PageBase pageBase, String operation) static String
WebComponentUtil.getName
(ObjectReferenceType ref) static <O extends ObjectType>
StringWebComponentUtil.getName
(ObjectReferenceType ref, PageBase pageBase, String operation) static String
WebComponentUtil.getReferenceObjectTextValue
(ObjectReferenceType ref, PrismReferenceDefinition referenceDef, PageBase pageBase) static String
WebComponentUtil.getTypeLocalized
(ObjectReferenceType ref) Method parameters in com.evolveum.midpoint.gui.api.util with type arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic String
WebComponentUtil.getReferencedObjectDisplayNamesAndNames
(List<ObjectReferenceType> refs, boolean showTypes) static String
WebComponentUtil.getReferencedObjectNames
(List<ObjectReferenceType> refs, boolean showTypes) static String
WebComponentUtil.getReferencedObjectNames
(List<ObjectReferenceType> refs, boolean showTypes, boolean translate) static <O extends ObjectType>
List<O>WebComponentUtil.loadReferencedObjectList
(List<ObjectReferenceType> refList, String operation, PageAdminLTE pageBase) static <O extends ObjectType>
List<O>WebComponentUtil.loadReferencedObjectList
(List<ObjectReferenceType> refList, String operation, com.evolveum.midpoint.task.api.Task task, PageAdminLTE pageBase) -
Uses of ObjectReferenceType in com.evolveum.midpoint.gui.impl.component.data.provider
Methods in com.evolveum.midpoint.gui.impl.component.data.provider that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionSelectableBeanReferenceDataProvider.createDataObjectWrapper
(ObjectReferenceType obj) protected List<ObjectReferenceType>
SelectableBeanReferenceDataProvider.searchObjects
(Class<ObjectReferenceType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) Methods in com.evolveum.midpoint.gui.impl.component.data.provider with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionSelectableBeanReferenceDataProvider.createDataObjectWrapper
(ObjectReferenceType obj) protected boolean
SelectableBeanReferenceDataProvider.match
(ObjectReferenceType selectedValue, ObjectReferenceType foundValue) Method parameters in com.evolveum.midpoint.gui.impl.component.data.provider with type arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionprotected Integer
SelectableBeanReferenceDataProvider.countObjects
(Class<ObjectReferenceType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> currentOptions, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected List<ObjectReferenceType>
SelectableBeanReferenceDataProvider.searchObjects
(Class<ObjectReferenceType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) Constructor parameters in com.evolveum.midpoint.gui.impl.component.data.provider with type arguments of type ObjectReferenceTypeModifierConstructorDescriptionSelectableBeanReferenceDataProvider
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<ObjectReferenceType>> search, Set<ObjectReferenceType> selected, boolean useDefaultSortingField) SelectableBeanReferenceDataProvider
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<ObjectReferenceType>> search, Set<ObjectReferenceType> selected, boolean useDefaultSortingField) -
Uses of ObjectReferenceType in com.evolveum.midpoint.gui.impl.component.input.expression
Methods in com.evolveum.midpoint.gui.impl.component.input.expression with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionprotected void
GenerateExpressionPanel.updateEvaluatorValue
(ObjectReferenceType valuePolicy) GenerateExpressionPanel.GenerateExpressionWrapper.valuePolicyRef
(ObjectReferenceType valuePolicyRef) -
Uses of ObjectReferenceType in com.evolveum.midpoint.gui.impl.component.search.panel
Methods in com.evolveum.midpoint.gui.impl.component.search.panel that return types with arguments of type ObjectReferenceTypeMethods in com.evolveum.midpoint.gui.impl.component.search.panel with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionprotected void
ReferenceValueSearchPanel.referenceValueUpdated
(ObjectReferenceType ort, org.apache.wicket.ajax.AjaxRequestTarget target) Constructor parameters in com.evolveum.midpoint.gui.impl.component.search.panel with type arguments of type ObjectReferenceTypeModifierConstructorDescriptionReferenceAutocomplete
(String id, org.apache.wicket.model.IModel<ObjectReferenceType> model, org.apache.wicket.extensions.ajax.markup.html.autocomplete.IAutoCompleteRenderer<ObjectReferenceType> renderer, PageBase pageBase) ReferenceAutocomplete
(String id, org.apache.wicket.model.IModel<ObjectReferenceType> model, org.apache.wicket.extensions.ajax.markup.html.autocomplete.IAutoCompleteRenderer<ObjectReferenceType> renderer, PageBase pageBase) ReferenceValueSearchPanel
(String id, org.apache.wicket.model.IModel<ObjectReferenceType> model, PrismReferenceDefinition referenceDef) ReferenceValueSearchPopupPanel
(String id, Popover popover, org.apache.wicket.model.IModel<ObjectReferenceType> model) -
Uses of ObjectReferenceType in com.evolveum.midpoint.gui.impl.component.search.wrapper
Methods in com.evolveum.midpoint.gui.impl.component.search.wrapper that return ObjectReferenceTypeModifier and TypeMethodDescriptionAbstractRoleSearchItemWrapper.getProjectValue()
AbstractRoleSearchItemWrapper.getTenantValue()
Methods in com.evolveum.midpoint.gui.impl.component.search.wrapper that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionProjectSearchItemWrapper.getDefaultValue()
ReferenceSearchItemWrapper.getDefaultValue()
TenantSearchItemWrapper.getDefaultValue()
-
Uses of ObjectReferenceType in com.evolveum.midpoint.gui.impl.factory.panel
Method parameters in com.evolveum.midpoint.gui.impl.factory.panel with type arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionorg.apache.wicket.Component
AutoCompleteReferencePanelFactory.createPanel
(PrismReferencePanelContext<ObjectReferenceType> panelCtx) org.apache.wicket.Component
LinkedReferencePanelFactory.createPanel
(PrismReferencePanelContext<ObjectReferenceType> panelCtx) -
Uses of ObjectReferenceType in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionprotected PrismReferenceWrapper<ObjectReferenceType>
TenantRefWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) -
Uses of ObjectReferenceType in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic @NotNull List<PrismReferenceValue>
MemberOperationsQueryUtil.createReferenceValuesList
(@NotNull ObjectReferenceType targetObjectRef, @NotNull Collection<QName> relations) Creates reference values pointing to given target with given relations. -
Uses of ObjectReferenceType in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder
Methods in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionprotected List<ObjectReferenceType>
PageAssignmentHolderDetails.getArchetypeReferencesList
(CompiledObjectCollectionView collectionViews) -
Uses of ObjectReferenceType in com.evolveum.midpoint.gui.impl.page.admin.task
Methods in com.evolveum.midpoint.gui.impl.page.admin.task that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionprotected List<ObjectReferenceType>
PageTask.getArchetypeReferencesList
(CompiledObjectCollectionView collectionView) -
Uses of ObjectReferenceType in com.evolveum.midpoint.gui.impl.page.forgotpassword
Methods in com.evolveum.midpoint.gui.impl.page.forgotpassword that return ObjectReferenceType -
Uses of ObjectReferenceType in com.evolveum.midpoint.gui.impl.page.login
Methods in com.evolveum.midpoint.gui.impl.page.login that return ObjectReferenceTypeModifier and TypeMethodDescriptionprotected abstract ObjectReferenceType
PageAbstractFlow.getCustomFormRef()
protected ObjectReferenceType
PageSelfRegistration.getCustomFormRef()
SelfRegistrationDto.getFormRef()
Methods in com.evolveum.midpoint.gui.impl.page.login that return types with arguments of type ObjectReferenceType -
Uses of ObjectReferenceType in com.evolveum.midpoint.gui.impl.page.self.requestAccess
Methods in com.evolveum.midpoint.gui.impl.page.self.requestAccess that return ObjectReferenceTypeMethods in com.evolveum.midpoint.gui.impl.page.self.requestAccess that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionRequestAccess.getExistingPoiRoleMemberships()
RequestAccess.getExistingPoiRoleMemberships()
RequestAccess.getPersonOfInterest()
PersonOfInterestPanel.ObjectReferenceProvider.toChoices
(Collection<String> collection) RoleOfTeammateMenuPanel.ObjectReferenceProvider.toChoices
(Collection<String> collection) Methods in com.evolveum.midpoint.gui.impl.page.self.requestAccess with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionvoid
RequestAccess.addPersonOfInterest
(ObjectReferenceType ref, List<ObjectReferenceType> existingMemberships) boolean
RequestAccess.canAddTemplateAssignment
(ObjectReferenceType newTargetRef) This method checks if there is already assignment for specific role in shopping cart - matching is done based on targetRef oid and relation.RequestAccess.computeConflictsForOnePerson
(ObjectReferenceType ref, com.evolveum.midpoint.task.api.Task task, PageBase page) PersonOfInterestPanel.ObjectReferenceProvider.getDisplayValue
(ObjectReferenceType ref) RoleOfTeammateMenuPanel.ObjectReferenceProvider.getDisplayValue
(ObjectReferenceType ref) PersonOfInterestPanel.ObjectReferenceProvider.getIdValue
(ObjectReferenceType ref) RoleOfTeammateMenuPanel.ObjectReferenceProvider.getIdValue
(ObjectReferenceType ref) RequestAccess.getShoppingCartAssignments
(ObjectReferenceType personOfInterestRef) protected void
RoleOfTeammateMenuPanel.onSelectionUpdate
(org.apache.wicket.ajax.AjaxRequestTarget target, ObjectReferenceType newSelection) RoleCatalogQueryItem.orgRef
(ObjectReferenceType orgRef) Method parameters in com.evolveum.midpoint.gui.impl.page.self.requestAccess with type arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionvoid
RequestAccess.addPersonOfInterest
(ObjectReferenceType ref, List<ObjectReferenceType> existingMemberships) void
RequestAccess.addPersonOfInterest
(List<ObjectReferenceType> refs, Map<ObjectReferenceType, List<ObjectReferenceType>> existingMemberships) void
RequestAccess.addPersonOfInterest
(List<ObjectReferenceType> refs, Map<ObjectReferenceType, List<ObjectReferenceType>> existingMemberships) void
RequestAccess.addPersonOfInterest
(List<ObjectReferenceType> refs, Map<ObjectReferenceType, List<ObjectReferenceType>> existingMemberships) void
PersonOfInterestPanel.ObjectReferenceProvider.query
(String text, int page, org.wicketstuff.select2.Response<ObjectReferenceType> response) void
RoleOfTeammateMenuPanel.ObjectReferenceProvider.query
(String text, int page, org.wicketstuff.select2.Response<ObjectReferenceType> response) Constructors in com.evolveum.midpoint.gui.impl.page.self.requestAccess with parameters of type ObjectReferenceTypeModifierConstructorDescriptionConflict
(ObjectReferenceType personOfInterest, ConflictItem added, ConflictItem exclusion, String shortMessage, String message, boolean warning) -
Uses of ObjectReferenceType in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic @NotNull List<ObjectReferenceType>
ObjectCollectionViewUtil.getArchetypeReferencesList
(CompiledObjectCollectionView collectionView) Method parameters in com.evolveum.midpoint.gui.impl.util with type arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic int
ProvisioningObjectsUtil.countLinkForDeadShadows
(Collection<ObjectReferenceType> refs) static int
ProvisioningObjectsUtil.countLinkForNonDeadShadows
(Collection<ObjectReferenceType> refs) static String
ProvisioningObjectsUtil.countLinkFroNonDeadShadows
(Collection<ObjectReferenceType> refs) static <AHT extends AssignmentHolderType>
voidDetailsPageUtil.initNewObjectWithReference
(PageBase pageBase, AHT assignmentHolder, List<ObjectReferenceType> newReferences) static <AHT extends AssignmentHolderType>
voidDetailsPageUtil.initNewObjectWithReference
(PageBase pageBase, QName type, List<ObjectReferenceType> newReferences) -
Uses of ObjectReferenceType in com.evolveum.midpoint.model.api
Fields in com.evolveum.midpoint.model.api with type parameters of type ObjectReferenceTypeMethods in com.evolveum.midpoint.model.api that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionAssignmentObjectRelation.getArchetypeRefs()
@NotNull List<ObjectReferenceType>
ModelInteractionService.getDeputyAssignees
(AbstractWorkItemType workItem, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Gets "deputy assignees" i.e.@NotNull List<ObjectReferenceType>
ModelInteractionService.getDeputyAssignees
(ObjectReferenceType assignee, com.evolveum.midpoint.security.api.OtherPrivilegesLimitations.Type limitationType, com.evolveum.midpoint.task.api.Task task, OperationResult result) ModelService.searchReferences
(ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Reference search - currently supporting roleMembershipRef and linkRef search.Methods in com.evolveum.midpoint.model.api with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionvoid
AssignmentObjectRelation.addArchetypeRef
(ObjectReferenceType archetypeRef) @NotNull List<ObjectReferenceType>
ModelInteractionService.getDeputyAssignees
(ObjectReferenceType assignee, com.evolveum.midpoint.security.api.OtherPrivilegesLimitations.Type limitationType, com.evolveum.midpoint.task.api.Task task, OperationResult result) @NotNull Visualization
ModelInteractionService.visualizeDelta
(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result) Method parameters in com.evolveum.midpoint.model.api with type arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionvoid
AssignmentObjectRelation.addArchetypeRefs
(Collection<ObjectReferenceType> archetypeRefs) ModelService.searchReferencesIterative
(@NotNull ObjectQuery query, @NotNull ObjectHandler<ObjectReferenceType> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) void
AssignmentObjectRelation.setArchetypeRefs
(List<ObjectReferenceType> archetypeRefs) -
Uses of ObjectReferenceType in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that return ObjectReferenceTypeModifier and TypeMethodDescription@Nullable ObjectReferenceType
CompiledObjectCollectionView.getArchetypeRef()
Returns a reference to the archetype if this collection view is archetype-based.Methods in com.evolveum.midpoint.model.api.authentication with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionvoid
CompiledShadowCollectionView.setResourceRef
(ObjectReferenceType resourceRef) -
Uses of ObjectReferenceType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that return types with arguments of type ObjectReferenceTypeMethods in com.evolveum.midpoint.model.api.expr with parameters of type ObjectReferenceTypeModifier and TypeMethodDescription<T extends ObjectType>
TMidpointFunctions.resolveReference
(ObjectReferenceType reference) <T extends ObjectType>
TMidpointFunctions.resolveReferenceIfExists
(ObjectReferenceType reference) Method parameters in com.evolveum.midpoint.model.api.expr with type arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionMidpointFunctions.getManagersOidsExceptUser
(@NotNull Collection<ObjectReferenceType> userRefList) OrgStructFunctions.getManagersOidsExceptUser
(@NotNull Collection<ObjectReferenceType> userRefList, boolean preAuthorized) -
Uses of ObjectReferenceType in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescription@NotNull Set<ObjectReferenceType>
RoleAnalysisService.generateObjectReferences
(@NotNull Set<String> objects, @NotNull QName complexType, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult operationResult) Generates a set of object references based on a provided parameters.Methods in com.evolveum.midpoint.model.api.mining with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionvoid
RoleAnalysisService.importCluster
(@NotNull PrismObject<RoleAnalysisClusterType> cluster, @NotNull RoleAnalysisDetectionOptionType roleAnalysisSessionDetectionOption, @NotNull ObjectReferenceType parentRef, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Imports a RoleAnalysisClusterType object into the system.void
RoleAnalysisService.updateSessionStatistics
(@NotNull ObjectReferenceType sessionRef, @NotNull RoleAnalysisSessionStatisticType sessionStatistic, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Modifies statistics of a RoleAnalysisSessionType object. -
Uses of ObjectReferenceType in com.evolveum.midpoint.model.api.simulation
Methods in com.evolveum.midpoint.model.api.simulation that return ObjectReferenceTypeModifier and TypeMethodDescription@Nullable ObjectReferenceType
ProcessedObject.Metric.getEventMarkRef()
Reference to event mark (for event mark based metrics).Methods in com.evolveum.midpoint.model.api.simulation that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescription@NotNull Collection<ObjectReferenceType>
ProcessedObject.getEffectiveObjectMarksRefs()
Returns references of object marks. -
Uses of ObjectReferenceType in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionList<PrismObject<? extends ObjectType>>
ReferenceResolver.resolve
(@NotNull ObjectReferenceType reference, Collection<SelectorOptions<GetOperationOptions>> options, @NotNull ReferenceResolver.Source source, ReferenceResolver.FilterExpressionEvaluator filterExpressionEvaluator, com.evolveum.midpoint.task.api.Task task, OperationResult result) Method parameters in com.evolveum.midpoint.model.api.util with type arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic boolean
AuthenticationEvaluatorUtil.checkRequiredAssignmentTargets
(@NotNull FocusType focus, List<ObjectReferenceType> requiredTargetRefs) Checks whether focus has all the required abstract roles assigned (directly or indirectly - see MID-8123). -
Uses of ObjectReferenceType in com.evolveum.midpoint.model.api.validator
Methods in com.evolveum.midpoint.model.api.validator that return ObjectReferenceTypeMethods in com.evolveum.midpoint.model.api.validator with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionvoid
ValidationResult.add
(Issue.Severity severity, @NotNull String category, @NotNull String code, @NotNull String text, @Nullable ObjectReferenceType objectRef, @Nullable ItemPath itemPath) Constructors in com.evolveum.midpoint.model.api.validator with parameters of type ObjectReferenceTypeModifierConstructorDescriptionIssue
(@NotNull Issue.Severity severity, @NotNull String category, @NotNull String code, @NotNull String text, ObjectReferenceType objectRef, ItemPath itemPath) -
Uses of ObjectReferenceType in com.evolveum.midpoint.schema.config
Methods in com.evolveum.midpoint.schema.config with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptiondefault @Nullable ExecutionPrivilegesSpecificationType
PrivilegesMixin.getPrivileges
(@Nullable ObjectReferenceType legacyRunAsRef, @Nullable ExecutionPrivilegesSpecificationType privileges) -
Uses of ObjectReferenceType in com.evolveum.midpoint.schema.expression
Methods in com.evolveum.midpoint.schema.expression with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionvoid
VariablesMap.setRootNode
(ObjectReferenceType objectRef, PrismReferenceDefinition def) -
Uses of ObjectReferenceType in com.evolveum.midpoint.schema.merger
Methods in com.evolveum.midpoint.schema.merger with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic @Nullable OriginMarker
OriginMarker.forRef
(@Nullable ObjectReferenceType ref) Marks values with given reference. -
Uses of ObjectReferenceType in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return ObjectReferenceTypeModifier and TypeMethodDescription@Nullable ObjectReferenceType
ResourceObjectTypeDefinition.getArchetypeRef()
Archetype reference - not present in standalone definitions.@Nullable ObjectReferenceType
ResourceObjectTypeDefinitionImpl.getArchetypeRef()
ClockworkSettings.getObjectTemplateRef()
SynchronizationActionDefinition.getObjectTemplateRef()
AbstractResourceObjectDefinitionImpl.getSecurityPolicyRef()
CompositeObjectDefinitionImpl.getSecurityPolicyRef()
ResourceObjectClassDefinitionImpl.getSecurityPolicyRef()
ResourceObjectDefinition.getSecurityPolicyRef()
Methods in com.evolveum.midpoint.schema.processor with parameters of type ObjectReferenceType -
Uses of ObjectReferenceType in com.evolveum.midpoint.schema.processor.deleg
Methods in com.evolveum.midpoint.schema.processor.deleg that return ObjectReferenceTypeModifier and TypeMethodDescriptiondefault @Nullable ObjectReferenceType
ResourceObjectTypeDefinitionDelegator.getArchetypeRef()
default ObjectReferenceType
ResourceObjectDefinitionDelegator.getSecurityPolicyRef()
-
Uses of ObjectReferenceType in com.evolveum.midpoint.schema.reporting
Methods in com.evolveum.midpoint.schema.reporting that return ObjectReferenceTypeMethods in com.evolveum.midpoint.schema.reporting with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionConnIdOperation.ConnIdOperationBuilder.withResourceRef
(ObjectReferenceType value) -
Uses of ObjectReferenceType in com.evolveum.midpoint.schema.selector.eval
Methods in com.evolveum.midpoint.schema.selector.eval with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionPrismObject<? extends ObjectType>
ObjectResolver.resolveReference
(ObjectReferenceType ref, Object context, String referenceName) TODOPrismObject<? extends ObjectType>
SelectorProcessingContext.resolveReference
(ObjectReferenceType ref, Object context, String referenceName) Resolves reference to full object. -
Uses of ObjectReferenceType in com.evolveum.midpoint.schema.simulation
Methods in com.evolveum.midpoint.schema.simulation that return ObjectReferenceTypeModifier and TypeMethodDescription@NotNull ObjectReferenceType
SimulationMetricReference.Mark.getRef()
-
Uses of ObjectReferenceType in com.evolveum.midpoint.schema.traces.operations
Methods in com.evolveum.midpoint.schema.traces.operations with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic void
ResolutionUtil.resolveReferenceName
(ObjectReferenceType reference, OpNodeTreeBuilder.NameResolver nameResolver) -
Uses of ObjectReferenceType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ObjectReferenceTypeModifier and TypeMethodDescriptionstatic ObjectReferenceType
ObjectTypeUtil.createObjectRef
(@NotNull String oid, @NotNull ObjectTypes type) static ObjectReferenceType
ObjectTypeUtil.createObjectRef
(PrismObject<?> object) static ObjectReferenceType
ObjectTypeUtil.createObjectRef
(PrismObject<?> object, PrismContext ignored) Deprecated.static ObjectReferenceType
ObjectTypeUtil.createObjectRef
(PrismObject<?> object, QName relation) static <T extends ObjectType>
ObjectReferenceTypeObjectTypeUtil.createObjectRef
(PrismObject<T> object, boolean nameAsDescription) static ObjectReferenceType
ObjectTypeUtil.createObjectRef
(PrismReferenceValue prv) static <T extends ObjectType>
ObjectReferenceTypeObjectTypeUtil.createObjectRef
(PrismReferenceValue refVal, boolean nameAsDescription) 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.createObjectRef
(String oid) static ObjectReferenceType
ObjectTypeUtil.createObjectRef
(String oid, PolyStringType name, ObjectTypes type) static ObjectReferenceType
ObjectTypeUtil.createObjectRefCopy
(ObjectReferenceType ref) This is to create reference clone without actually cloning.static <O extends ObjectType>
ObjectReferenceTypeMiscSchemaUtil.createObjectReference
(PrismObject<O> object, Class<? extends ObjectType> implicitReferenceTargetType) static ObjectReferenceType
MiscSchemaUtil.createObjectReference
(String oid, QName type) static ObjectReferenceType
ObjectTypeUtil.createObjectRefNullSafe
(@Nullable String oid, @NotNull ObjectTypes type) static ObjectReferenceType
ObjectTypeUtil.createObjectRefWithFullObject
(PrismObject<?> object) static ObjectReferenceType
ObjectTypeUtil.createObjectRefWithFullObject
(PrismObject<?> object, PrismContext ignored) Deprecated.static ObjectReferenceType
ObjectTypeUtil.createObjectRefWithFullObject
(ObjectType object) static ObjectReferenceType
ObjectTypeUtil.createObjectRefWithFullObject
(ObjectType object, PrismContext prismContext) Deprecated.static ObjectReferenceType
ObjectTypeUtil.createOidOnlyObjectRef
(ObjectType object) Creates a very basic (OID-only) reference for a given object.static ObjectReferenceType
ObjectTypeUtil.findRef
(String oid, List<ObjectReferenceType> refs) Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic Collection<ObjectReferenceType>
ObjectTypeUtil.createObjectRefs
(Collection<PrismReferenceValue> values) static @NotNull List<ObjectReferenceType>
CertCampaignTypeUtil.getAllAssignees
(@NotNull AccessCertificationCaseType aCase) static @NotNull List<ObjectReferenceType>
CertCampaignTypeUtil.getAllCandidateAssignees
(@NotNull AccessCertificationCaseType aCase) static List<ObjectReferenceType>
ResourceTypeUtil.getApproverRef
(ResourceType resource) static List<ObjectReferenceType>
ObjectTypeUtil.getAsObjectReferenceTypeList
(PrismReference prismReference) static List<ObjectReferenceType>
ObjectTypeUtil.getAssignedArchetypeRefs
(@NotNull AssignmentHolderType object) static @NotNull List<ObjectReferenceType>
CertCampaignTypeUtil.getCurrentlyAssignedReviewers
(@NotNull AccessCertificationCaseType aCase) static List<ObjectReferenceType>
CertCampaignTypeUtil.getCurrentlyAssignedReviewers
(PrismContainerValue<AccessCertificationCaseType> pcv) static Set<ObjectReferenceType>
CertCampaignTypeUtil.getCurrentReviewers
(AccessCertificationCaseType aCase) static <F extends FocusType>
@NotNull List<ObjectReferenceType>FocusTypeUtil.getLiveLinkRefs
(F focus) static List<ObjectReferenceType>
ResourceTypeUtil.getOwnerRef
(ResourceType resource) static List<ObjectReferenceType>
CertCampaignTypeUtil.getReviewedBy
(PrismContainerValue<AccessCertificationCaseType> pcv) static List<ObjectReferenceType>
ObjectTypeUtil.keepDistinctReferences
(Collection<ObjectReferenceType> references) static <O extends ObjectType>
List<ObjectReferenceType>ObjectTypeUtil.objectListToReferences
(Collection<PrismObject<O>> objects) static List<ObjectReferenceType>
ShadowUtil.selectLiveLinks
(List<ObjectReferenceType> refs) Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic boolean
MiscSchemaUtil.contains
(Collection<ObjectReferenceType> collection, ObjectReferenceType item) static @NotNull AssignmentType
ObjectTypeUtil.createAssignmentTo
(@NotNull ObjectReferenceType ref) static AssignmentType
ObjectTypeUtil.createAssignmentTo
(@NotNull ObjectReferenceType ref, @Nullable PrismContext prismContext) Deprecated.static AssignmentType
ObjectTypeUtil.createAssignmentToNullSafe
(ObjectReferenceType ref) static ObjectReferenceType
ObjectTypeUtil.createObjectRefCopy
(ObjectReferenceType ref) This is to create reference clone without actually cloning.static AssignmentType
FocusTypeUtil.createTargetAssignment
(ObjectReferenceType targetRef) static void
SchemaDebugUtil.debugDump
(StringBuilder sb, ObjectReferenceType ref, int indent) static Objectable
ObjectTypeUtil.getObjectFromReference
(ObjectReferenceType ref) static PrismObject<?>
ObjectTypeUtil.getPrismObjectFromReference
(ObjectReferenceType ref) static Class<? extends ObjectType>
ObjectTypeUtil.getTargetClassFromReference
(@NotNull ObjectReferenceType ref) static String
ObjectReferenceTypeUtil.getTargetNameOrOid
(ObjectReferenceType ref) static boolean
ShadowUtil.isDead
(ObjectReferenceType projectionRef) static boolean
ShadowUtil.isNotDead
(ObjectReferenceType projectionRef) static boolean
ObjectTypeUtil.matchOnOid
(ObjectReferenceType ref1, ObjectReferenceType ref2) static void
ObjectTypeUtil.normalizeRelation
(ObjectReferenceType reference, RelationRegistry relationRegistry) static PrismReferenceValue
MiscSchemaUtil.objectReferenceTypeToReferenceValue
(ObjectReferenceType refType, PrismContext prismContext) static String
SchemaDebugUtil.prettyPrint
(ObjectReferenceType ref) static boolean
MiscSchemaUtil.referenceMatches
(ObjectReferenceType refPattern, ObjectReferenceType ref, PrismContext prismContext) static boolean
ObjectTypeUtil.referenceMatches
(ObjectReferenceType ref, String targetOid, QName targetType, QName relation, PrismContext prismContext) static boolean
ObjectReferenceTypeUtil.referencesOidEqual
(ObjectReferenceType ref1, ObjectReferenceType ref2) static void
SchemaDebugUtil.shortDump
(StringBuilder sb, ObjectReferenceType ref) static Object
ObjectTypeUtil.toShortString
(ObjectReferenceType objectRef) static Object
ObjectTypeUtil.toShortString
(ObjectReferenceType objectRef, boolean withName) Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic <AH extends AssignmentHolderType>
voidFocusTypeUtil.addArchetypeAssignments
(PrismObject<AH> object, List<ObjectReferenceType> archetypeRefs) static boolean
MiscSchemaUtil.contains
(Collection<ObjectReferenceType> collection, ObjectReferenceType item) static boolean
ObjectTypeUtil.containsOid
(Collection<ObjectReferenceType> values, @NotNull String oid) static void
SchemaDebugUtil.debugDump
(StringBuilder sb, Collection<ObjectReferenceType> refs, int indent) static void
SchemaDebugUtil.debugDumpWithLabel
(StringBuilder sb, String label, Collection<ObjectReferenceType> refs, int indent) static void
SchemaDebugUtil.debugDumpWithLabelLn
(StringBuilder sb, String label, Collection<ObjectReferenceType> refs, int indent) static ObjectReferenceType
ObjectTypeUtil.findRef
(String oid, List<ObjectReferenceType> refs) static Collection<PrismObject<? extends ObjectType>>
ObjectTypeUtil.getRootsForReferences
(@NotNull Collection<ObjectReferenceType> references) AsObjectTypeUtil.getRootsForContainerables(Collection)
but forObjectReferenceType
values.static List<ObjectReferenceType>
ObjectTypeUtil.keepDistinctReferences
(Collection<ObjectReferenceType> references) ObjectTypeUtil.objectReferenceListToOids
(Collection<ObjectReferenceType> refList) static List<PrismReferenceValue>
ObjectTypeUtil.objectReferenceListToPrismReferenceValues
(Collection<ObjectReferenceType> refList) static List<ObjectReferenceType>
ShadowUtil.selectLiveLinks
(List<ObjectReferenceType> refs) static void
SchemaDebugUtil.shortDumpReferenceCollectionOptionalBrackets
(StringBuilder sb, List<ObjectReferenceType> refs) -
Uses of ObjectReferenceType in com.evolveum.midpoint.schema.util.cases
Methods in com.evolveum.midpoint.schema.util.cases that return ObjectReferenceTypeModifier and TypeMethodDescriptionstatic ObjectReferenceType
ApprovalContextUtil.getObjectRef
(PrismContainerValue<CaseWorkItemType> workItem) static ObjectReferenceType
ApprovalContextUtil.getObjectRef
(CaseWorkItemType workItem) static ObjectReferenceType
WorkItemTypeUtil.getObjectReference
(CaseWorkItemType workItem) static ObjectReferenceType
ApprovalContextUtil.getRequesterRef
(PrismContainerValue<CaseWorkItemType> workItem) static ObjectReferenceType
ApprovalContextUtil.getRequesterRef
(CaseWorkItemType workItem) static ObjectReferenceType
WorkItemTypeUtil.getRequestorReference
(CaseWorkItemType workItem) static @Nullable ObjectReferenceType
CorrelationCaseUtil.getResultingOwnerRef
(@NotNull CaseType aCase) static ObjectReferenceType
ApprovalContextUtil.getTargetRef
(PrismContainerValue<CaseWorkItemType> workItem) static ObjectReferenceType
ApprovalContextUtil.getTargetRef
(CaseWorkItemType workItem) static ObjectReferenceType
WorkItemTypeUtil.getTargetReference
(CaseWorkItemType workItem) Methods in com.evolveum.midpoint.schema.util.cases that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic @NotNull List<ObjectReferenceType>
CaseTypeUtil.getAllAssignees
(@NotNull CaseType aCase) static @NotNull List<ObjectReferenceType>
CaseTypeUtil.getAllCandidateAssignees
(@NotNull CaseType aCase) static List<ObjectReferenceType>
CaseTypeUtil.getAllCurrentAssignees
(CaseType aCase) Method parameters in com.evolveum.midpoint.schema.util.cases with type arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic void
CaseRelatedUtils.computeAssignees
(List<ObjectReferenceType> newAssignees, List<ObjectReferenceType> delegatedTo, List<ObjectReferenceType> delegates, WorkItemDelegationMethodType method, List<ObjectReferenceType> currentAssignees) static WorkItemDelegationEventType
ApprovalContextUtil.createDelegationEvent
(WorkItemEscalationLevelType newEscalation, List<ObjectReferenceType> assigneesBefore, List<ObjectReferenceType> delegatedTo, @NotNull WorkItemDelegationMethodType method, WorkItemEventCauseInformationType causeInformation, PrismContext prismContext) -
Uses of ObjectReferenceType in com.evolveum.midpoint.schema.util.task
Methods in com.evolveum.midpoint.schema.util.task with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionActivityStateOverviewUtil.findOrCreateTaskEntry
(@NotNull ActivityStateOverviewType entry, @NotNull ObjectReferenceType taskRef) -
Uses of ObjectReferenceType in com.evolveum.midpoint.web.component
Methods in com.evolveum.midpoint.web.component that return ObjectReferenceTypeModifier and TypeMethodDescriptionprotected ObjectReferenceType
AbstractSummaryPanel.getReferencedObjectToNavigate()
-
Uses of ObjectReferenceType in com.evolveum.midpoint.web.component.assignment
Methods in com.evolveum.midpoint.web.component.assignment that return ObjectReferenceTypeConstructor parameters in com.evolveum.midpoint.web.component.assignment with type arguments of type ObjectReferenceTypeModifierConstructorDescriptionApplicablePolicyGroupPanel
(String id, org.apache.wicket.model.IModel<ObjectReferenceType> model, org.apache.wicket.model.IModel<PrismContainerWrapper<AssignmentType>> assignmentsModel) -
Uses of ObjectReferenceType in com.evolveum.midpoint.web.component.data.column
Methods in com.evolveum.midpoint.web.component.data.column that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionabstract org.apache.wicket.model.IModel<List<ObjectReferenceType>>
ObjectReferenceColumn.extractDataModel
(org.apache.wicket.model.IModel<T> rowModel) Method parameters in com.evolveum.midpoint.web.component.data.column with type arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic org.apache.wicket.markup.repeater.RepeatingView
ColumnUtils.getMultilineLinkPanel
(String componentId, List<ObjectReferenceType> referencesList, PageBase pageBase) Constructor parameters in com.evolveum.midpoint.web.component.data.column with type arguments of type ObjectReferenceTypeModifierConstructorDescriptionObjectReferenceColumnPanel
(String id, org.apache.wicket.model.IModel<ObjectReferenceType> object) -
Uses of ObjectReferenceType in com.evolveum.midpoint.web.component.input
Methods in com.evolveum.midpoint.web.component.input that return ObjectReferenceTypeModifier and TypeMethodDescriptionObjectReferenceChoiceRenderer.getObject
(String id, org.apache.wicket.model.IModel<? extends List<? extends ObjectReferenceType>> choices) Methods in com.evolveum.midpoint.web.component.input with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionObjectReferenceChoiceRenderer.getDisplayValue
(ObjectReferenceType object) ObjectReferenceChoiceRenderer.getIdValue
(ObjectReferenceType object, int index) Method parameters in com.evolveum.midpoint.web.component.input with type arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionObjectReferenceChoiceRenderer.getObject
(String id, org.apache.wicket.model.IModel<? extends List<? extends ObjectReferenceType>> choices) -
Uses of ObjectReferenceType in com.evolveum.midpoint.web.component.input.dto
Methods in com.evolveum.midpoint.web.component.input.dto that return ObjectReferenceTypeMethods in com.evolveum.midpoint.web.component.input.dto with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionvoid
ExpressionTypeDto.setPolicyRef
(ObjectReferenceType policyRef) -
Uses of ObjectReferenceType in com.evolveum.midpoint.web.component.prism.show
Methods in com.evolveum.midpoint.web.component.prism.show with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic Visualization
VisualizationUtil.visualizeObjectDeltaType
(ObjectDeltaType objectDeltaType, String displayNameKey, PrismContext prismContext, ModelInteractionService modelInteractionService, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result) static Visualization
VisualizationUtil.visualizeObjectTreeDeltas
(ObjectTreeDeltasType deltas, String displayNameKey, PrismContext prismContext, ModelInteractionService modelInteractionService, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of ObjectReferenceType in com.evolveum.midpoint.web.component.progress
Methods in com.evolveum.midpoint.web.component.progress that return ObjectReferenceType -
Uses of ObjectReferenceType in com.evolveum.midpoint.web.page.admin.certification.dto
Methods in com.evolveum.midpoint.web.page.admin.certification.dto that return ObjectReferenceTypeMethods in com.evolveum.midpoint.web.page.admin.certification.dto that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionAccessCertificationReviewerDto.getAdditionalReviewersAsObjectReferenceList
(PrismContext prismContext) AccessCertificationReviewerDto.getDefaultReviewersAsObjectReferenceList
(PrismContext prismContext) CertWorkItemDto.getReviewerRefList()
Methods in com.evolveum.midpoint.web.page.admin.certification.dto with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic String
CertCampaignDto.resolveOwnerName
(ObjectReferenceType ownerRef, PageBase page, com.evolveum.midpoint.task.api.Task task, OperationResult result) Method parameters in com.evolveum.midpoint.web.page.admin.certification.dto with type arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionvoid
CertWorkItemDto.setReviewerRefList
(List<ObjectReferenceType> reviewerRefList) -
Uses of ObjectReferenceType in com.evolveum.midpoint.web.page.admin.configuration.component
Constructors in com.evolveum.midpoint.web.page.admin.configuration.component with parameters of type ObjectReferenceType -
Uses of ObjectReferenceType in com.evolveum.midpoint.web.page.admin.reports.dto
Methods in com.evolveum.midpoint.web.page.admin.reports.dto that return ObjectReferenceTypeModifier and TypeMethodDescriptionAuditSearchDto.getInitiatorName()
AuditSearchDto.getTargetOwnerName()
Methods in com.evolveum.midpoint.web.page.admin.reports.dto that return types with arguments of type ObjectReferenceTypeMethods in com.evolveum.midpoint.web.page.admin.reports.dto with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionvoid
AuditSearchDto.setInitiatorName
(ObjectReferenceType initiatorName) void
AuditSearchDto.setTargetOwnerName
(ObjectReferenceType targetOwnerName) Method parameters in com.evolveum.midpoint.web.page.admin.reports.dto with type arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionvoid
AuditSearchDto.setTargetNames
(List<ObjectReferenceType> targetNameList) -
Uses of ObjectReferenceType in com.evolveum.midpoint.web.page.admin.roles
Methods in com.evolveum.midpoint.web.page.admin.roles that return ObjectReferenceTypeModifier and TypeMethodDescriptionSearchBoxConfigurationHelper.getProject()
SearchBoxConfigurationHelper.getTenant()
-
Uses of ObjectReferenceType in com.evolveum.midpoint.web.page.admin.users.component
Methods in com.evolveum.midpoint.web.page.admin.users.component that return ObjectReferenceTypeMethods in com.evolveum.midpoint.web.page.admin.users.component with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionvoid
AssignmentInfoDto.setOrgRef
(ObjectReferenceType orgRef) void
AssignmentInfoDto.setTenantRef
(ObjectReferenceType tenantRef) -
Uses of ObjectReferenceType in com.evolveum.midpoint.web.page.admin.workflow.dto
Methods in com.evolveum.midpoint.web.page.admin.workflow.dto that return ObjectReferenceTypeModifier and TypeMethodDescription@NotNull ObjectReferenceType
ApproverEngagementDto.getApproverRef()
@Nullable ObjectReferenceType
ApproverEngagementDto.getAttorney()
@Nullable ObjectReferenceType
ApproverEngagementDto.getCompletedBy()
ProcessInstanceDto.getObjectRef()
ProcessInstanceDto.getTargetRef()
-
Uses of ObjectReferenceType in com.evolveum.midpoint.web.page.self
Methods in com.evolveum.midpoint.web.page.self that return ObjectReferenceTypeModifier and TypeMethodDescriptionprotected ObjectReferenceType
PagePostAuthentication.getCustomFormRef()
-
Uses of ObjectReferenceType in com.evolveum.midpoint.web.util
Methods in com.evolveum.midpoint.web.util that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic List<ObjectReferenceType>
TaskOperationUtils.getArchetypeReferencesList
(CompiledObjectCollectionView collectionView) static @NotNull List<ObjectReferenceType>
ExpressionUtil.getShadowRefValue
(ExpressionType expressionType, PrismContext prismContext) Methods in com.evolveum.midpoint.web.util with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic String
ExpressionUtil.getExpressionString
(ExpressionUtil.ExpressionEvaluatorType type, ObjectReferenceType policy) Method parameters in com.evolveum.midpoint.web.util with type arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionstatic void
TaskOperationUtils.addArchetypeReferencesList
(List<ObjectReferenceType> references) static void
ExpressionUtil.updateShadowRefEvaluatorValue
(ExpressionType expression, List<ObjectReferenceType> values) -
Uses of ObjectReferenceType 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 ObjectReferenceTypeModifier and TypeFieldDescriptionprotected ObjectReferenceType
PolicyItemDefinitionType.valuePolicyRef
Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return ObjectReferenceTypeModifier and TypeMethodDescriptionPolicyItemDefinitionType.beginValuePolicyRef()
PolicyItemDefinitionType.getValuePolicyRef()
Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionvoid
PolicyItemDefinitionType.setValuePolicyRef
(ObjectReferenceType value) PolicyItemDefinitionType.valuePolicyRef
(ObjectReferenceType value) -
Uses of ObjectReferenceType in com.evolveum.midpoint.xml.ns._public.common.audit_3
Methods in com.evolveum.midpoint.xml.ns._public.common.audit_3 that return ObjectReferenceTypeModifier and TypeMethodDescriptionAuditEventRecordType.beginAttorneyRef()
AuditEventRecordType.beginEffectivePrincipalRef()
AuditEventRecordType.beginInitiatorRef()
AuditEventRecordType.beginTargetOwnerRef()
AuditEventRecordType.beginTargetRef()
AuditEventRecordType.getAttorneyRef()
AuditEventRecordType.getEffectivePrincipalRef()
AuditEventRecordType.getInitiatorRef()
AuditEventRecordType.getTargetOwnerRef()
AuditEventRecordType.getTargetRef()
Methods in com.evolveum.midpoint.xml.ns._public.common.audit_3 with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionAuditEventRecordType.attorneyRef
(ObjectReferenceType value) AuditEventRecordType.effectivePrincipalRef
(ObjectReferenceType value) AuditEventRecordType.initiatorRef
(ObjectReferenceType value) void
AuditEventRecordType.setAttorneyRef
(ObjectReferenceType value) void
AuditEventRecordType.setEffectivePrincipalRef
(ObjectReferenceType value) void
AuditEventRecordType.setInitiatorRef
(ObjectReferenceType value) void
AuditEventRecordType.setTargetOwnerRef
(ObjectReferenceType value) void
AuditEventRecordType.setTargetRef
(ObjectReferenceType value) AuditEventRecordType.targetOwnerRef
(ObjectReferenceType value) AuditEventRecordType.targetRef
(ObjectReferenceType value) -
Uses of ObjectReferenceType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as ObjectReferenceTypeModifier and TypeFieldDescriptionprotected ObjectReferenceType
EvaluatedExclusionTriggerType.conflictingObjectRef
protected ObjectReferenceType
SearchObjectExpressionEvaluatorType.defaultTargetRef
protected ObjectReferenceType
EvaluatedPolicyRuleType.directOwnerRef
protected ObjectReferenceType
FunctionExpressionEvaluatorType.libraryRef
protected ObjectReferenceType
NotifierTransportConfigType.messageTemplateRef
protected ObjectReferenceType
ExpressionVariableDefinitionType.objectRef
protected ObjectReferenceType
MappingEvaluationSourceContextType.objectRef
protected ObjectReferenceType
LegacySynchronizationReactionType.objectTemplateRef
protected ObjectReferenceType
RecipientExpressionResultType.recipientRef
protected ObjectReferenceType
ProvisioningStatisticsEntryType.resourceRef
protected ObjectReferenceType
ExpressionType.runAsRef
protected ObjectReferenceType
SequentialValueExpressionEvaluatorType.sequenceRef
protected ObjectReferenceType
ActivityTaskStateOverviewType.taskRef
protected ObjectReferenceType
GenerateExpressionEvaluatorType.valuePolicyRef
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type ObjectReferenceTypeModifier and TypeFieldDescriptionstatic final Producer<ObjectReferenceType>
ObjectReferenceType.FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ObjectReferenceTypeModifier and TypeMethodDescriptionLensProjectionContextType.beginAccountPasswordPolicyRef()
ProvenanceAcquisitionType.beginActorRef()
AccessCertificationReviewerSpecificationType.beginAdditionalReviewerRef()
SearchFilterParameterType.beginAllowedValuesLookupTable()
ApprovalPolicyActionType.beginApproverRef()
ApprovalStageDefinitionType.beginApproverRef()
DelegateWorkItemActionType.beginApproverRef()
EscalateWorkItemActionType.beginApproverRef()
GenericPcpAspectConfigurationType.beginApproverRef()
PcpAspectConfigurationType.beginApproverRef()
ResourceBusinessConfigurationType.beginApproverRef()
AbstractAccessCertificationDefinitionType.beginArchetypeRef()
AbstractRoleType.beginArchetypeRef()
AccessCertificationCampaignType.beginArchetypeRef()
AccessCertificationDefinitionForReportType.beginArchetypeRef()
AccessCertificationDefinitionType.beginArchetypeRef()
ArchetypeSelectionType.beginArchetypeRef()
ArchetypeType.beginArchetypeRef()
AssignmentHolderType.beginArchetypeRef()
BasicObjectSetType.beginArchetypeRef()
CaseType.beginArchetypeRef()
ConnectorHostType.beginArchetypeRef()
ConnectorType.beginArchetypeRef()
DashboardType.beginArchetypeRef()
FocusType.beginArchetypeRef()
FormType.beginArchetypeRef()
FunctionLibraryType.beginArchetypeRef()
GenericObjectType.beginArchetypeRef()
LinkedObjectSelectorType.beginArchetypeRef()
LinkSourceObjectSelectorType.beginArchetypeRef()
LinkTargetObjectSelectorType.beginArchetypeRef()
LookupTableType.beginArchetypeRef()
MarkType.beginArchetypeRef()
MessageTemplateType.beginArchetypeRef()
NodeType.beginArchetypeRef()
ObjectCollectionType.beginArchetypeRef()
ObjectParentSelectorType.beginArchetypeRef()
ObjectSelectorType.beginArchetypeRef()
ObjectSetType.beginArchetypeRef()
ObjectTemplateType.beginArchetypeRef()
OrgType.beginArchetypeRef()
OwnedObjectSelectorType.beginArchetypeRef()
PersonaConstructionType.beginArchetypeRef()
ReportDataType.beginArchetypeRef()
ReportType.beginArchetypeRef()
ResourceObjectFocusSpecificationType.beginArchetypeRef()
ResourceType.beginArchetypeRef()
RoleAnalysisClusterType.beginArchetypeRef()
RoleAnalysisSessionType.beginArchetypeRef()
RoleType.beginArchetypeRef()
SecurityPolicyType.beginArchetypeRef()
SequenceType.beginArchetypeRef()
ServiceType.beginArchetypeRef()
SimulationResultType.beginArchetypeRef()
SubjectedObjectSelectorType.beginArchetypeRef()
SystemConfigurationType.beginArchetypeRef()
TaskType.beginArchetypeRef()
UserType.beginArchetypeRef()
ValuePolicyType.beginArchetypeRef()
WorkItemDelegationEventType.beginAssigneeBefore()
WorkItemEscalationEventType.beginAssigneeBefore()
AbstractWorkItemType.beginAssigneeRef()
AccessCertificationWorkItemType.beginAssigneeRef()
CaseWorkItemType.beginAssigneeRef()
SimpleCaseSchemaType.beginAssigneeRef()
CaseCompletionEventType.beginAttorneyRef()
CaseCreationEventType.beginAttorneyRef()
CaseEventType.beginAttorneyRef()
StageCompletionEventType.beginAttorneyRef()
WorkItemCompletionEventType.beginAttorneyRef()
WorkItemDelegationEventType.beginAttorneyRef()
WorkItemEscalationEventType.beginAttorneyRef()
WorkItemEventType.beginAttorneyRef()
ResourceObjectOwnerOptionType.beginCandidateOwnerRef()
AbstractWorkItemType.beginCandidateRef()
AccessCertificationWorkItemType.beginCandidateRef()
CaseWorkItemType.beginCandidateRef()
ApprovalProcessStartInstructionCreationTraceType.beginCaseRef()
ApprovalSchemaExecutionInformationType.beginCaseRef()
MetadataType.beginCertifierRef()
ProcessMetadataType.beginCertifierRef()
RoleAnalysisPatternDetectionWorkDefinitionType.beginClusterRef()
CollectionRefSpecificationType.beginCollectionRef()
RoleCollectionViewType.beginCollectionRef()
ConfigurableUserDashboardType.beginConfigurableDashboardRef()
EvaluatedExclusionTriggerType.beginConflictingObjectRef()
ConnectorType.beginConnectorHostRef()
ConnectorInstanceSpecificationType.beginConnectorRef()
GuiResourceDetailsPageType.beginConnectorRef()
ResourceType.beginConnectorRef()
SimulationResultProcessedObjectType.beginConsideredEventMarkRef()
MappingEvaluationTraceType.beginContainingObjectRef()
WorkersReconciliationResultType.beginCoordinatorTaskRef()
ResourceBusinessConfigurationType.beginCorrelatorRef()
MetadataType.beginCreateApproverRef()
ProcessMetadataType.beginCreateApproverRef()
MetadataType.beginCreateTaskRef()
StorageMetadataType.beginCreateTaskRef()
MetadataType.beginCreatorRef()
StorageMetadataType.beginCreatorRef()
TracingOutputMetadataType.beginCreatorRef()
DashboardReportEngineConfigurationType.beginDashboardRef()
AccessCertificationReviewerSpecificationType.beginDefaultReviewerRef()
AbstractRegistrationPolicyType.beginDefaultRole()
SelfRegistrationPolicyType.beginDefaultRole()
AssignmentTargetSearchExpressionEvaluatorType.beginDefaultTargetRef()
ReferenceSearchExpressionEvaluatorType.beginDefaultTargetRef()
SearchObjectExpressionEvaluatorType.beginDefaultTargetRef()
MappingSpecificationType.beginDefinitionObjectRef()
AccessCertificationCampaignType.beginDefinitionRef()
CertificationPolicyActionType.beginDefinitionRef()
WorkItemDelegationRequestType.beginDelegate()
AbstractAccessCertificationDefinitionType.beginDelegatedRef()
AbstractRoleType.beginDelegatedRef()
AccessCertificationCampaignType.beginDelegatedRef()
AccessCertificationDefinitionForReportType.beginDelegatedRef()
AccessCertificationDefinitionType.beginDelegatedRef()
ArchetypeType.beginDelegatedRef()
AssignmentHolderType.beginDelegatedRef()
CaseType.beginDelegatedRef()
ConnectorHostType.beginDelegatedRef()
ConnectorType.beginDelegatedRef()
DashboardType.beginDelegatedRef()
FocusType.beginDelegatedRef()
FormType.beginDelegatedRef()
FunctionLibraryType.beginDelegatedRef()
GenericObjectType.beginDelegatedRef()
LookupTableType.beginDelegatedRef()
MarkType.beginDelegatedRef()
MessageTemplateType.beginDelegatedRef()
NodeType.beginDelegatedRef()
ObjectCollectionType.beginDelegatedRef()
ObjectTemplateType.beginDelegatedRef()
OrgType.beginDelegatedRef()
ReportDataType.beginDelegatedRef()
ReportType.beginDelegatedRef()
ResourceType.beginDelegatedRef()
RoleAnalysisClusterType.beginDelegatedRef()
RoleAnalysisSessionType.beginDelegatedRef()
RoleType.beginDelegatedRef()
SecurityPolicyType.beginDelegatedRef()
SequenceType.beginDelegatedRef()
ServiceType.beginDelegatedRef()
SimulationResultType.beginDelegatedRef()
SystemConfigurationType.beginDelegatedRef()
TaskType.beginDelegatedRef()
UserType.beginDelegatedRef()
ValuePolicyType.beginDelegatedRef()
WorkItemDelegationEventType.beginDelegatedTo()
WorkItemEscalationEventType.beginDelegatedTo()
TaskType.beginDependentTaskRef()
EvaluatedPolicyRuleType.beginDirectOwnerRef()
AbstractAccessCertificationDefinitionType.beginEffectiveMarkRef()
AbstractRoleType.beginEffectiveMarkRef()
AccessCertificationCampaignType.beginEffectiveMarkRef()
AccessCertificationDefinitionForReportType.beginEffectiveMarkRef()
AccessCertificationDefinitionType.beginEffectiveMarkRef()
ArchetypeType.beginEffectiveMarkRef()
AssignmentHolderType.beginEffectiveMarkRef()
CaseType.beginEffectiveMarkRef()
ConnectorHostType.beginEffectiveMarkRef()
ConnectorType.beginEffectiveMarkRef()
DashboardType.beginEffectiveMarkRef()
FocusType.beginEffectiveMarkRef()
FormType.beginEffectiveMarkRef()
FunctionLibraryType.beginEffectiveMarkRef()
GenericObjectType.beginEffectiveMarkRef()
LookupTableType.beginEffectiveMarkRef()
MarkType.beginEffectiveMarkRef()
MessageTemplateType.beginEffectiveMarkRef()
NodeType.beginEffectiveMarkRef()
ObjectCollectionType.beginEffectiveMarkRef()
ObjectTemplateType.beginEffectiveMarkRef()
ObjectType.beginEffectiveMarkRef()
OrgType.beginEffectiveMarkRef()
ReportDataType.beginEffectiveMarkRef()
ReportType.beginEffectiveMarkRef()
ResourceType.beginEffectiveMarkRef()
RoleAnalysisClusterType.beginEffectiveMarkRef()
RoleAnalysisSessionType.beginEffectiveMarkRef()
RoleType.beginEffectiveMarkRef()
SecurityPolicyType.beginEffectiveMarkRef()
SequenceType.beginEffectiveMarkRef()
ServiceType.beginEffectiveMarkRef()
ShadowType.beginEffectiveMarkRef()
SimulationResultType.beginEffectiveMarkRef()
SystemConfigurationType.beginEffectiveMarkRef()
TaskType.beginEffectiveMarkRef()
UserType.beginEffectiveMarkRef()
ValuePolicyType.beginEffectiveMarkRef()
SimulationMetricReferenceType.beginEventMarkRef()
SimulationResultProcessedObjectType.beginEventMarkRef()
ApprovalStageExecutionPreviewType.beginExpectedApproverRef()
FocusLoadedTraceType.beginFocusLoadedRef()
ApprovalStageDefinitionType.beginFormRef()
CredentialsResetPolicyType.beginFormRef()
FormSpecificationType.beginFormRef()
SelfRegistrationPolicyType.beginFormRef()
SystemConfigurationType.beginGlobalSecurityPolicyRef()
AssignmentRelationType.beginHolderArchetypeRef()
FormType.beginIncludeRef()
ObjectTemplateType.beginIncludeRef()
CaseCompletionEventType.beginInitiatorRef()
CaseCreationEventType.beginInitiatorRef()
CaseEventType.beginInitiatorRef()
OperationExecutionType.beginInitiatorRef()
StageCompletionEventType.beginInitiatorRef()
WorkItemCompletionEventType.beginInitiatorRef()
WorkItemDelegationEventType.beginInitiatorRef()
WorkItemEscalationEventType.beginInitiatorRef()
WorkItemEventType.beginInitiatorRef()
FunctionExpressionEvaluatorType.beginLibraryRef()
AbstractRoleType.beginLinkRef()
ArchetypeType.beginLinkRef()
FocusType.beginLinkRef()
GenericObjectType.beginLinkRef()
OrgType.beginLinkRef()
RoleType.beginLinkRef()
ServiceType.beginLinkRef()
UserType.beginLinkRef()
GlobalPolicyRuleType.beginMarkRef()
PolicyRuleType.beginMarkRef()
PolicyStatementType.beginMarkRef()
RoleAnalysisClusterType.beginMember()
AccountActivationNotifierType.beginMessageTemplateRef()
AccountPasswordNotifierType.beginMessageTemplateRef()
ConfirmationNotifierType.beginMessageTemplateRef()
DummyNotifierType.beginMessageTemplateRef()
GeneralNotifierType.beginMessageTemplateRef()
NotifierTransportConfigType.beginMessageTemplateRef()
PasswordResetNotifierType.beginMessageTemplateRef()
RegistrationConfirmationNotifierType.beginMessageTemplateRef()
SimpleCampaignNotifierType.beginMessageTemplateRef()
SimpleCampaignStageNotifierType.beginMessageTemplateRef()
SimpleCaseManagementNotifierType.beginMessageTemplateRef()
SimpleFocalObjectNotifierType.beginMessageTemplateRef()
SimplePolicyRuleNotifierType.beginMessageTemplateRef()
SimpleReportNotifierType.beginMessageTemplateRef()
SimpleResourceObjectNotifierType.beginMessageTemplateRef()
SimpleReviewerNotifierType.beginMessageTemplateRef()
SimpleTaskNotifierType.beginMessageTemplateRef()
SimpleUserNotifierType.beginMessageTemplateRef()
SimpleWorkflowNotifierType.beginMessageTemplateRef()
TimeValidityNotifierType.beginMessageTemplateRef()
UserPasswordNotifierType.beginMessageTemplateRef()
MetadataType.beginModifierRef()
StorageMetadataType.beginModifierRef()
MetadataType.beginModifyApproverRef()
ProcessMetadataType.beginModifyApproverRef()
MetadataType.beginModifyTaskRef()
StorageMetadataType.beginModifyTaskRef()
AuthenticationSequenceType.beginNodeGroup()
ReportDataType.beginNodeRef()
TracingEnvironmentType.beginNodeRef()
TraceDictionaryEntryType.beginObject()
LensElementContextType.beginObjectCurrentRef()
LensFocusContextType.beginObjectCurrentRef()
LensProjectionContextType.beginObjectCurrentRef()
PersonaConstructionType.beginObjectMappingRef()
LensElementContextType.beginObjectNewRef()
LensFocusContextType.beginObjectNewRef()
LensProjectionContextType.beginObjectNewRef()
LensElementContextType.beginObjectOldRef()
LensFocusContextType.beginObjectOldRef()
LensProjectionContextType.beginObjectOldRef()
AccessCertificationAssignmentCaseType.beginObjectRef()
AccessCertificationCaseType.beginObjectRef()
AuthorizationEvaluationAccessDecisionRequestType.beginObjectRef()
CaseType.beginObjectRef()
DashboardWidgetDataType.beginObjectRef()
ExpressionVariableDefinitionType.beginObjectRef()
MappingEvaluationSourceContextType.beginObjectRef()
ObjectSetType.beginObjectRef()
RepositoryAddTraceType.beginObjectRef()
RepositoryGetObjectTraceType.beginObjectRef()
RepositoryGetTraceType.beginObjectRef()
RepositorySearchObjectsTraceType.beginObjectRef()
RepositorySearchTraceType.beginObjectRef()
TaskType.beginObjectRef()
ValidationIssueType.beginObjectRef()
AbstractClockworkBasedSynchronizationActionType.beginObjectTemplateRef()
AddFocusSynchronizationActionType.beginObjectTemplateRef()
ArchetypePolicyType.beginObjectTemplateRef()
DeleteFocusSynchronizationActionType.beginObjectTemplateRef()
DeleteResourceObjectSynchronizationActionType.beginObjectTemplateRef()
InactivateFocusSynchronizationActionType.beginObjectTemplateRef()
InactivateResourceObjectSynchronizationActionType.beginObjectTemplateRef()
LegacySynchronizationReactionType.beginObjectTemplateRef()
LinkSynchronizationActionType.beginObjectTemplateRef()
ObjectPolicyConfigurationType.beginObjectTemplateRef()
ObjectSynchronizationType.beginObjectTemplateRef()
SynchronizationReactionsDefaultSettingsType.beginObjectTemplateRef()
SynchronizeSynchronizationActionType.beginObjectTemplateRef()
UnlinkSynchronizationActionType.beginObjectTemplateRef()
ResourceBusinessConfigurationType.beginOperatorRef()
AccessCertificationAssignmentCaseType.beginOrgRef()
AccessCertificationCaseType.beginOrgRef()
AssignmentType.beginOrgRef()
LinkedObjectSelectorType.beginOrgRef()
LinkSourceObjectSelectorType.beginOrgRef()
LinkTargetObjectSelectorType.beginOrgRef()
ObjectParentSelectorType.beginOrgRef()
ObjectSelectorType.beginOrgRef()
OwnedObjectSelectorType.beginOrgRef()
SubjectedObjectSelectorType.beginOrgRef()
AbstractWorkItemType.beginOriginalAssigneeRef()
AccessCertificationWorkItemType.beginOriginalAssigneeRef()
CaseWorkItemType.beginOriginalAssigneeRef()
WorkItemCompletionEventType.beginOriginalAssigneeRef()
WorkItemDelegationEventType.beginOriginalAssigneeRef()
WorkItemEscalationEventType.beginOriginalAssigneeRef()
WorkItemEventType.beginOriginalAssigneeRef()
FocusIdentitySourceType.beginOriginRef()
ProvenanceAcquisitionType.beginOriginRef()
ProvenanceFeedDefinitionType.beginOriginRef()
AbstractAccessCertificationDefinitionType.beginOwnerRef()
AccessCertificationCampaignType.beginOwnerRef()
AccessCertificationDefinitionForReportType.beginOwnerRef()
AccessCertificationDefinitionType.beginOwnerRef()
ResourceBusinessConfigurationType.beginOwnerRef()
TaskType.beginOwnerRef()
WfExecutionTasksConfigurationType.beginOwnerRef()
AbstractAccessCertificationDefinitionType.beginParentOrgRef()
AbstractRoleType.beginParentOrgRef()
AccessCertificationCampaignType.beginParentOrgRef()
AccessCertificationDefinitionForReportType.beginParentOrgRef()
AccessCertificationDefinitionType.beginParentOrgRef()
ArchetypeType.beginParentOrgRef()
AssignmentHolderType.beginParentOrgRef()
CaseType.beginParentOrgRef()
ConnectorHostType.beginParentOrgRef()
ConnectorType.beginParentOrgRef()
DashboardType.beginParentOrgRef()
FocusType.beginParentOrgRef()
FormType.beginParentOrgRef()
FunctionLibraryType.beginParentOrgRef()
GenericObjectType.beginParentOrgRef()
LookupTableType.beginParentOrgRef()
MarkType.beginParentOrgRef()
MessageTemplateType.beginParentOrgRef()
NodeType.beginParentOrgRef()
ObjectCollectionType.beginParentOrgRef()
ObjectTemplateType.beginParentOrgRef()
ObjectType.beginParentOrgRef()
OrgType.beginParentOrgRef()
ReportDataType.beginParentOrgRef()
ReportType.beginParentOrgRef()
ResourceType.beginParentOrgRef()
RoleAnalysisClusterType.beginParentOrgRef()
RoleAnalysisSessionType.beginParentOrgRef()
RoleType.beginParentOrgRef()
SecurityPolicyType.beginParentOrgRef()
SequenceType.beginParentOrgRef()
ServiceType.beginParentOrgRef()
ShadowType.beginParentOrgRef()
SimulationResultType.beginParentOrgRef()
SystemConfigurationType.beginParentOrgRef()
TaskType.beginParentOrgRef()
UserType.beginParentOrgRef()
ValuePolicyType.beginParentOrgRef()
CaseType.beginParentRef()
ReportDataType.beginParentRef()
AbstractWorkItemType.beginPerformerRef()
AccessCertificationWorkItemType.beginPerformerRef()
CaseWorkItemType.beginPerformerRef()
ShadowCorrelationStateType.beginPerformerRef()
AbstractRoleType.beginPersonaRef()
ArchetypeType.beginPersonaRef()
FocusType.beginPersonaRef()
GenericObjectType.beginPersonaRef()
OrgType.beginPersonaRef()
RoleType.beginPersonaRef()
ServiceType.beginPersonaRef()
UserType.beginPersonaRef()
ApplicablePoliciesType.beginPolicyGroupRef()
CaseCorrelationContextType.beginPreFocusRef()
CaseType.beginPrerequisiteRef()
LensProjectionContextType.beginProjectionSecurityPolicyRef()
ActivityReportCollectionType.beginRawDataRef()
RecipientExpressionResultType.beginRecipientRef()
FunctionLibraryProfileType.beginRef()
ClassicReportImportWorkDefinitionType.beginReportDataRef()
ReportExportWorkStateType.beginReportDataRef()
AbstractReportWorkDefinitionType.beginReportRef()
ClassicReportExportWorkDefinitionType.beginReportRef()
ClassicReportImportWorkDefinitionType.beginReportRef()
DistributedReportExportWorkDefinitionType.beginReportRef()
ReportDataType.beginReportRef()
CaseType.beginRequestorRef()
MetadataType.beginRequestorRef()
ProcessMetadataType.beginRequestorRef()
AuthenticationSequenceType.beginRequireAssignmentTarget()
RoleAnalysisClusterType.beginResolvedPattern()
BasicResourceObjectSetType.beginResourceRef()
ConnIdOperationRecordType.beginResourceRef()
ConstructionType.beginResourceRef()
FocusIdentitySourceType.beginResourceRef()
GuiShadowDetailsPageType.beginResourceRef()
GuiShadowListViewType.beginResourceRef()
PropagationWorkDefinitionType.beginResourceRef()
ProvenanceAcquisitionType.beginResourceRef()
ProvisioningStatisticsEntryType.beginResourceRef()
ResourceObjectSetType.beginResourceRef()
ResourceObjectTypeDependencyType.beginResourceRef()
ShadowDiscriminatorType.beginResourceRef()
ShadowType.beginResourceRef()
SuperResourceDeclarationType.beginResourceRef()
ShadowCorrelationStateType.beginResultingOwner()
ActivitySimulationStateType.beginResultRef()
RoleAnalysisClusterType.beginRoleAnalysisSessionRef()
RoleCatalogType.beginRoleCatalogRef()
RoleManagementConfigurationType.beginRoleCatalogRef()
AbstractAccessCertificationDefinitionType.beginRoleInfluenceRef()
AbstractRoleType.beginRoleInfluenceRef()
AccessCertificationCampaignType.beginRoleInfluenceRef()
AccessCertificationDefinitionForReportType.beginRoleInfluenceRef()
AccessCertificationDefinitionType.beginRoleInfluenceRef()
ArchetypeType.beginRoleInfluenceRef()
AssignmentHolderType.beginRoleInfluenceRef()
CaseType.beginRoleInfluenceRef()
ConnectorHostType.beginRoleInfluenceRef()
ConnectorType.beginRoleInfluenceRef()
DashboardType.beginRoleInfluenceRef()
FocusType.beginRoleInfluenceRef()
FormType.beginRoleInfluenceRef()
FunctionLibraryType.beginRoleInfluenceRef()
GenericObjectType.beginRoleInfluenceRef()
LookupTableType.beginRoleInfluenceRef()
MarkType.beginRoleInfluenceRef()
MessageTemplateType.beginRoleInfluenceRef()
NodeType.beginRoleInfluenceRef()
ObjectCollectionType.beginRoleInfluenceRef()
ObjectTemplateType.beginRoleInfluenceRef()
OrgType.beginRoleInfluenceRef()
ReportDataType.beginRoleInfluenceRef()
ReportType.beginRoleInfluenceRef()
ResourceType.beginRoleInfluenceRef()
RoleAnalysisClusterType.beginRoleInfluenceRef()
RoleAnalysisSessionType.beginRoleInfluenceRef()
RoleType.beginRoleInfluenceRef()
SecurityPolicyType.beginRoleInfluenceRef()
SequenceType.beginRoleInfluenceRef()
ServiceType.beginRoleInfluenceRef()
SimulationResultType.beginRoleInfluenceRef()
SystemConfigurationType.beginRoleInfluenceRef()
TaskType.beginRoleInfluenceRef()
UserType.beginRoleInfluenceRef()
ValuePolicyType.beginRoleInfluenceRef()
AbstractAccessCertificationDefinitionType.beginRoleMembershipRef()
AbstractRoleType.beginRoleMembershipRef()
AccessCertificationCampaignType.beginRoleMembershipRef()
AccessCertificationDefinitionForReportType.beginRoleMembershipRef()
AccessCertificationDefinitionType.beginRoleMembershipRef()
ArchetypeType.beginRoleMembershipRef()
AssignmentHolderType.beginRoleMembershipRef()
CaseType.beginRoleMembershipRef()
ConnectorHostType.beginRoleMembershipRef()
ConnectorType.beginRoleMembershipRef()
DashboardType.beginRoleMembershipRef()
FocusType.beginRoleMembershipRef()
FormType.beginRoleMembershipRef()
FunctionLibraryType.beginRoleMembershipRef()
GenericObjectType.beginRoleMembershipRef()
LookupTableType.beginRoleMembershipRef()
MarkType.beginRoleMembershipRef()
MessageTemplateType.beginRoleMembershipRef()
NodeType.beginRoleMembershipRef()
ObjectCollectionType.beginRoleMembershipRef()
ObjectTemplateType.beginRoleMembershipRef()
OrgType.beginRoleMembershipRef()
ReportDataType.beginRoleMembershipRef()
ReportType.beginRoleMembershipRef()
ResourceType.beginRoleMembershipRef()
RoleAnalysisClusterType.beginRoleMembershipRef()
RoleAnalysisSessionType.beginRoleMembershipRef()
RoleType.beginRoleMembershipRef()
SecurityPolicyType.beginRoleMembershipRef()
SequenceType.beginRoleMembershipRef()
ServiceType.beginRoleMembershipRef()
SimulationResultType.beginRoleMembershipRef()
SystemConfigurationType.beginRoleMembershipRef()
TaskType.beginRoleMembershipRef()
UserType.beginRoleMembershipRef()
ValuePolicyType.beginRoleMembershipRef()
RoleMembershipManagementWorkDefinitionType.beginRoleRef()
RoleAnalysisDetectionPatternType.beginRolesOccupancy()
SimulationResultType.beginRootTaskRef()
WorkersReconciliationResultType.beginRootTaskRef()
ExecutionPrivilegesSpecificationType.beginRunAsRef()
ExpressionType.beginRunAsRef()
ProvisioningScriptArgumentType.beginRunAsRef()
ScriptExecutionPolicyActionType.beginRunAsRef()
ArchetypeType.beginSecurityPolicyRef()
OrgType.beginSecurityPolicyRef()
ResourceObjectTypeDefinitionType.beginSecurityPolicyRef()
LensContextSequenceValueType.beginSequenceRef()
SequentialValueExpressionEvaluatorType.beginSequenceRef()
RoleAnalysisClusteringWorkDefinitionType.beginSessionRef()
FullShadowLoadedTraceType.beginShadowLoadedRef()
AsyncProvisioningAddOperationRequestedType.beginShadowRef()
AsyncProvisioningDeleteOperationRequestedType.beginShadowRef()
AsyncProvisioningModifyOperationRequestedType.beginShadowRef()
AsyncProvisioningOperationRequestedType.beginShadowRef()
FocusIdentitySourceType.beginShadowRef()
ResourceObjectReferenceType.beginShadowRef()
ShadowAssociationType.beginShadowRef()
AssignmentPathMetadataType.beginSourceRef()
AssignmentPathSegmentType.beginSourceRef()
SimulationResultProcessedObjectType.beginStructuralArchetypeRef()
AuthorizationEvaluationAccessDecisionRequestType.beginSubjectRef()
AuthorizationEvaluationFilterProcessingRequestType.beginSubjectRef()
AuthorizationEvaluationRequestType.beginSubjectRef()
TaskType.beginSubtaskRef()
ArchetypeType.beginSuperArchetypeRef()
AccessCertificationAssignmentCaseType.beginTargetRef()
AccessCertificationCaseType.beginTargetRef()
AssignmentPathSegmentMetadataType.beginTargetRef()
AssignmentPathSegmentType.beginTargetRef()
AssignmentSelectorType.beginTargetRef()
AssignmentType.beginTargetRef()
CaseType.beginTargetRef()
ExclusionPolicyConstraintType.beginTargetRef()
HasAssignmentPolicyConstraintType.beginTargetRef()
AsynchronousScriptExecutionType.beginTaskOwnerRef()
ActivityTaskStateOverviewType.beginTaskRef()
CaseType.beginTaskRef()
DelegationWorkStateType.beginTaskRef()
FailedObjectsSelectorType.beginTaskRef()
OperationExecutionType.beginTaskRef()
TracingEnvironmentType.beginTaskRef()
AsynchronousScriptExecutionType.beginTaskTemplateRef()
GuiActionType.beginTaskTemplateRef()
AbstractAccessCertificationDefinitionType.beginTenantRef()
AbstractRoleType.beginTenantRef()
AccessCertificationAssignmentCaseType.beginTenantRef()
AccessCertificationCampaignType.beginTenantRef()
AccessCertificationCaseType.beginTenantRef()
AccessCertificationDefinitionForReportType.beginTenantRef()
AccessCertificationDefinitionType.beginTenantRef()
ArchetypeType.beginTenantRef()
AssignmentHolderType.beginTenantRef()
AssignmentType.beginTenantRef()
CaseType.beginTenantRef()
ConnectorHostType.beginTenantRef()
ConnectorType.beginTenantRef()
DashboardType.beginTenantRef()
FocusType.beginTenantRef()
FormType.beginTenantRef()
FunctionLibraryType.beginTenantRef()
GenericObjectType.beginTenantRef()
LookupTableType.beginTenantRef()
MarkType.beginTenantRef()
MessageTemplateType.beginTenantRef()
NodeType.beginTenantRef()
ObjectCollectionType.beginTenantRef()
ObjectTemplateType.beginTenantRef()
ObjectType.beginTenantRef()
OrgType.beginTenantRef()
ReportDataType.beginTenantRef()
ReportType.beginTenantRef()
ResourceType.beginTenantRef()
RoleAnalysisClusterType.beginTenantRef()
RoleAnalysisSessionType.beginTenantRef()
RoleType.beginTenantRef()
SecurityPolicyType.beginTenantRef()
SequenceType.beginTenantRef()
ServiceType.beginTenantRef()
ShadowType.beginTenantRef()
SimulationResultType.beginTenantRef()
SystemConfigurationType.beginTenantRef()
TaskType.beginTenantRef()
UserType.beginTenantRef()
ValuePolicyType.beginTenantRef()
RoleAnalysisDetectionPatternType.beginUserOccupancy()
ItemRefinedDefinitionType.beginValueEnumerationRef()
MetadataItemDefinitionType.beginValueEnumerationRef()
ObjectTemplateItemDefinitionType.beginValueEnumerationRef()
ResourceAttributeDefinitionType.beginValueEnumerationRef()
ResourceItemDefinitionType.beginValueEnumerationRef()
ResourceObjectAssociationType.beginValueEnumerationRef()
AttributeVerificationCredentialsPolicyType.beginValuePolicyRef()
CredentialPolicyType.beginValuePolicyRef()
GenerateExpressionEvaluatorType.beginValuePolicyRef()
NonceCredentialsPolicyType.beginValuePolicyRef()
PasswordCredentialsPolicyType.beginValuePolicyRef()
SecurityQuestionsCredentialsPolicyType.beginValuePolicyRef()
WorkBucketType.beginWorkerRef()
ObjectReferenceType.clone()
ObjectFactory.createObjectReferenceType()
ObjectReferenceType.description
(String value) ObjectReferenceType.documentation
(String value) ObjectReferenceType.filter
(SearchFilterType value) LensProjectionContextType.getAccountPasswordPolicyRef()
ProvenanceAcquisitionType.getActorRef()
SearchFilterParameterType.getAllowedValuesLookupTable()
BasicObjectSetType.getArchetypeRef()
ResourceObjectFocusSpecificationType.getArchetypeRef()
CaseEventType.getAttorneyRef()
ResourceObjectOwnerOptionType.getCandidateOwnerRef()
ApprovalSchemaExecutionInformationType.getCaseRef()
RoleAnalysisPatternDetectionWorkDefinitionType.getClusterRef()
CollectionRefSpecificationType.getCollectionRef()
RoleCollectionViewType.getCollectionRef()
ConfigurableUserDashboardType.getConfigurableDashboardRef()
EvaluatedExclusionTriggerType.getConflictingObjectRef()
ConnectorType.getConnectorHostRef()
ConnectorInstanceSpecificationType.getConnectorRef()
GuiResourceDetailsPageType.getConnectorRef()
ResourceType.getConnectorRef()
MappingEvaluationTraceType.getContainingObjectRef()
WorkersReconciliationResultType.getCoordinatorTaskRef()
MetadataType.getCreateTaskRef()
StorageMetadataType.getCreateTaskRef()
MetadataType.getCreatorRef()
StorageMetadataType.getCreatorRef()
TracingOutputMetadataType.getCreatorRef()
DashboardReportEngineConfigurationType.getDashboardRef()
SearchObjectExpressionEvaluatorType.getDefaultTargetRef()
MappingSpecificationType.getDefinitionObjectRef()
AccessCertificationCampaignType.getDefinitionRef()
EvaluatedPolicyRuleType.getDirectOwnerRef()
SimulationMetricReferenceType.getEventMarkRef()
FocusLoadedTraceType.getFocusLoadedRef()
ApprovalStageDefinitionType.getFormRef()
CredentialsResetPolicyType.getFormRef()
FormSpecificationType.getFormRef()
SelfRegistrationPolicyType.getFormRef()
SystemConfigurationType.getGlobalSecurityPolicyRef()
CaseEventType.getInitiatorRef()
OperationExecutionType.getInitiatorRef()
FunctionExpressionEvaluatorType.getLibraryRef()
PolicyStatementType.getMarkRef()
GeneralNotifierType.getMessageTemplateRef()
NotifierTransportConfigType.getMessageTemplateRef()
MetadataType.getModifierRef()
StorageMetadataType.getModifierRef()
MetadataType.getModifyTaskRef()
StorageMetadataType.getModifyTaskRef()
ReportDataType.getNodeRef()
TracingEnvironmentType.getNodeRef()
TraceDictionaryEntryType.getObject()
LensElementContextType.getObjectCurrentRef()
PersonaConstructionType.getObjectMappingRef()
LensElementContextType.getObjectNewRef()
LensElementContextType.getObjectOldRef()
AccessCertificationCaseType.getObjectRef()
AuthorizationEvaluationAccessDecisionRequestType.getObjectRef()
CaseType.getObjectRef()
DashboardWidgetDataType.getObjectRef()
ExpressionVariableDefinitionType.getObjectRef()
MappingEvaluationSourceContextType.getObjectRef()
RepositoryAddTraceType.getObjectRef()
RepositoryGetObjectTraceType.getObjectRef()
TaskType.getObjectRef()
ValidationIssueType.getObjectRef()
AbstractClockworkBasedSynchronizationActionType.getObjectTemplateRef()
ArchetypePolicyType.getObjectTemplateRef()
LegacySynchronizationReactionType.getObjectTemplateRef()
ObjectSynchronizationType.getObjectTemplateRef()
SynchronizationReactionsDefaultSettingsType.getObjectTemplateRef()
AccessCertificationCaseType.getOrgRef()
AssignmentType.getOrgRef()
ObjectSelectorType.getOrgRef()
AbstractWorkItemType.getOriginalAssigneeRef()
WorkItemEventType.getOriginalAssigneeRef()
FocusIdentitySourceType.getOriginRef()
ProvenanceAcquisitionType.getOriginRef()
ProvenanceFeedDefinitionType.getOriginRef()
AbstractAccessCertificationDefinitionType.getOwnerRef()
AccessCertificationCampaignType.getOwnerRef()
TaskType.getOwnerRef()
WfExecutionTasksConfigurationType.getOwnerRef()
CaseType.getParentRef()
ReportDataType.getParentRef()
AbstractWorkItemType.getPerformerRef()
CaseCorrelationContextType.getPreFocusRef()
LensProjectionContextType.getProjectionSecurityPolicyRef()
RecipientExpressionResultType.getRecipientRef()
FunctionLibraryProfileType.getRef()
ClassicReportImportWorkDefinitionType.getReportDataRef()
ReportExportWorkStateType.getReportDataRef()
AbstractReportWorkDefinitionType.getReportRef()
ReportDataType.getReportRef()
CaseType.getRequestorRef()
MetadataType.getRequestorRef()
ProcessMetadataType.getRequestorRef()
BasicResourceObjectSetType.getResourceRef()
ConnIdOperationRecordType.getResourceRef()
ConstructionType.getResourceRef()
FocusIdentitySourceType.getResourceRef()
GuiShadowDetailsPageType.getResourceRef()
GuiShadowListViewType.getResourceRef()
PropagationWorkDefinitionType.getResourceRef()
ProvenanceAcquisitionType.getResourceRef()
ProvisioningStatisticsEntryType.getResourceRef()
ResourceObjectTypeDependencyType.getResourceRef()
ShadowDiscriminatorType.getResourceRef()
ShadowType.getResourceRef()
SuperResourceDeclarationType.getResourceRef()
ShadowCorrelationStateType.getResultingOwner()
ActivitySimulationStateType.getResultRef()
RoleAnalysisClusterType.getRoleAnalysisSessionRef()
RoleCatalogType.getRoleCatalogRef()
RoleManagementConfigurationType.getRoleCatalogRef()
RoleMembershipManagementWorkDefinitionType.getRoleRef()
SimulationResultType.getRootTaskRef()
WorkersReconciliationResultType.getRootTaskRef()
ExecutionPrivilegesSpecificationType.getRunAsRef()
ExpressionType.getRunAsRef()
ScriptExecutionPolicyActionType.getRunAsRef()
ArchetypeType.getSecurityPolicyRef()
OrgType.getSecurityPolicyRef()
ResourceObjectTypeDefinitionType.getSecurityPolicyRef()
LensContextSequenceValueType.getSequenceRef()
SequentialValueExpressionEvaluatorType.getSequenceRef()
RoleAnalysisClusteringWorkDefinitionType.getSessionRef()
FullShadowLoadedTraceType.getShadowLoadedRef()
AsyncProvisioningOperationRequestedType.getShadowRef()
FocusIdentitySourceType.getShadowRef()
ResourceObjectReferenceType.getShadowRef()
ShadowAssociationType.getShadowRef()
AssignmentPathMetadataType.getSourceRef()
AssignmentPathSegmentType.getSourceRef()
SimulationResultProcessedObjectType.getStructuralArchetypeRef()
AuthorizationEvaluationRequestType.getSubjectRef()
ArchetypeType.getSuperArchetypeRef()
AccessCertificationCaseType.getTargetRef()
AssignmentPathSegmentMetadataType.getTargetRef()
AssignmentPathSegmentType.getTargetRef()
AssignmentType.getTargetRef()
CaseType.getTargetRef()
ExclusionPolicyConstraintType.getTargetRef()
HasAssignmentPolicyConstraintType.getTargetRef()
AsynchronousScriptExecutionType.getTaskOwnerRef()
ActivityTaskStateOverviewType.getTaskRef()
CaseType.getTaskRef()
DelegationWorkStateType.getTaskRef()
OperationExecutionType.getTaskRef()
TracingEnvironmentType.getTaskRef()
AsynchronousScriptExecutionType.getTaskTemplateRef()
GuiActionType.getTaskTemplateRef()
AccessCertificationCaseType.getTenantRef()
AssignmentType.getTenantRef()
ObjectType.getTenantRef()
ItemRefinedDefinitionType.getValueEnumerationRef()
CredentialPolicyType.getValuePolicyRef()
GenerateExpressionEvaluatorType.getValuePolicyRef()
WorkBucketType.getWorkerRef()
ObjectReferenceType.referentialIntegrity
(ReferentialIntegrityType value) ObjectReferenceType.resolutionTime
(EvaluationTimeType value) ObjectReferenceType.targetName
(PolyStringType value) ObjectReferenceType.targetName
(String value) protected ObjectReferenceType
ObjectReferenceType.thisInstance()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ObjectReferenceType>
ObjectFactory.createApproverRef
(ObjectReferenceType value) jakarta.xml.bind.JAXBElement<ObjectReferenceType>
ObjectFactory.createObjectRef
(ObjectReferenceType value) AccessCertificationReviewerSpecificationType.getAdditionalReviewerRef()
ApprovalPolicyActionType.getApproverRef()
ApprovalStageDefinitionType.getApproverRef()
DelegateWorkItemActionType.getApproverRef()
PcpAspectConfigurationType.getApproverRef()
ResourceBusinessConfigurationType.getApproverRef()
ArchetypeSelectionType.getArchetypeRef()
AssignmentHolderType.getArchetypeRef()
ObjectSelectorType.getArchetypeRef()
PersonaConstructionType.getArchetypeRef()
WorkItemDelegationEventType.getAssigneeBefore()
AbstractWorkItemType.getAssigneeRef()
SimpleCaseSchemaType.getAssigneeRef()
AbstractWorkItemType.getCandidateRef()
ApprovalProcessStartInstructionCreationTraceType.getCaseRef()
MetadataType.getCertifierRef()
ProcessMetadataType.getCertifierRef()
SimulationResultProcessedObjectType.getConsideredEventMarkRef()
ResourceBusinessConfigurationType.getCorrelatorRef()
MetadataType.getCreateApproverRef()
ProcessMetadataType.getCreateApproverRef()
AccessCertificationReviewerSpecificationType.getDefaultReviewerRef()
AbstractRegistrationPolicyType.getDefaultRole()
CertificationPolicyActionType.getDefinitionRef()
WorkItemDelegationRequestType.getDelegate()
AssignmentHolderType.getDelegatedRef()
WorkItemDelegationEventType.getDelegatedTo()
TaskType.getDependentTaskRef()
ObjectType.getEffectiveMarkRef()
SimulationResultProcessedObjectType.getEventMarkRef()
ApprovalStageExecutionPreviewType.getExpectedApproverRef()
AssignmentRelationType.getHolderArchetypeRef()
FormType.getIncludeRef()
ObjectTemplateType.getIncludeRef()
FocusType.getLinkRef()
PolicyRuleType.getMarkRef()
RoleAnalysisClusterType.getMember()
MetadataType.getModifyApproverRef()
ProcessMetadataType.getModifyApproverRef()
AuthenticationSequenceType.getNodeGroup()
ObjectSetType.getObjectRef()
RepositorySearchObjectsTraceType.getObjectRef()
ResourceBusinessConfigurationType.getOperatorRef()
ResourceBusinessConfigurationType.getOwnerRef()
ObjectType.getParentOrgRef()
ShadowCorrelationStateType.getPerformerRef()
FocusType.getPersonaRef()
ApplicablePoliciesType.getPolicyGroupRef()
CaseType.getPrerequisiteRef()
ActivityReportCollectionType.getRawDataRef()
AuthenticationSequenceType.getRequireAssignmentTarget()
RoleAnalysisClusterType.getResolvedPattern()
AssignmentHolderType.getRoleInfluenceRef()
AssignmentHolderType.getRoleMembershipRef()
RoleAnalysisDetectionPatternType.getRolesOccupancy()
TaskType.getSubtaskRef()
AssignmentSelectorType.getTargetRef()
FailedObjectsSelectorType.getTaskRef()
RoleAnalysisDetectionPatternType.getUserOccupancy()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionLensProjectionContextType.accountPasswordPolicyRef
(ObjectReferenceType value) ProvenanceAcquisitionType.actorRef
(ObjectReferenceType value) AccessCertificationReviewerSpecificationType.additionalReviewerRef
(ObjectReferenceType value) SearchFilterParameterType.allowedValuesLookupTable
(ObjectReferenceType value) ApprovalPolicyActionType.approverRef
(ObjectReferenceType value) ApprovalStageDefinitionType.approverRef
(ObjectReferenceType value) DelegateWorkItemActionType.approverRef
(ObjectReferenceType value) EscalateWorkItemActionType.approverRef
(ObjectReferenceType value) GenericPcpAspectConfigurationType.approverRef
(ObjectReferenceType value) PcpAspectConfigurationType.approverRef
(ObjectReferenceType value) ResourceBusinessConfigurationType.approverRef
(ObjectReferenceType value) AbstractAccessCertificationDefinitionType.archetypeRef
(ObjectReferenceType value) AbstractRoleType.archetypeRef
(ObjectReferenceType value) AccessCertificationCampaignType.archetypeRef
(ObjectReferenceType value) AccessCertificationDefinitionForReportType.archetypeRef
(ObjectReferenceType value) AccessCertificationDefinitionType.archetypeRef
(ObjectReferenceType value) ArchetypeSelectionType.archetypeRef
(ObjectReferenceType value) ArchetypeType.archetypeRef
(ObjectReferenceType value) AssignmentHolderType.archetypeRef
(ObjectReferenceType value) BasicObjectSetType.archetypeRef
(ObjectReferenceType value) CaseType.archetypeRef
(ObjectReferenceType value) ConnectorHostType.archetypeRef
(ObjectReferenceType value) ConnectorType.archetypeRef
(ObjectReferenceType value) DashboardType.archetypeRef
(ObjectReferenceType value) FocusType.archetypeRef
(ObjectReferenceType value) FormType.archetypeRef
(ObjectReferenceType value) FunctionLibraryType.archetypeRef
(ObjectReferenceType value) GenericObjectType.archetypeRef
(ObjectReferenceType value) LinkedObjectSelectorType.archetypeRef
(ObjectReferenceType value) LinkSourceObjectSelectorType.archetypeRef
(ObjectReferenceType value) LinkTargetObjectSelectorType.archetypeRef
(ObjectReferenceType value) LookupTableType.archetypeRef
(ObjectReferenceType value) MarkType.archetypeRef
(ObjectReferenceType value) MessageTemplateType.archetypeRef
(ObjectReferenceType value) NodeType.archetypeRef
(ObjectReferenceType value) ObjectCollectionType.archetypeRef
(ObjectReferenceType value) ObjectParentSelectorType.archetypeRef
(ObjectReferenceType value) ObjectSelectorType.archetypeRef
(ObjectReferenceType value) ObjectSetType.archetypeRef
(ObjectReferenceType value) ObjectTemplateType.archetypeRef
(ObjectReferenceType value) OrgType.archetypeRef
(ObjectReferenceType value) OwnedObjectSelectorType.archetypeRef
(ObjectReferenceType value) PersonaConstructionType.archetypeRef
(ObjectReferenceType value) ReportDataType.archetypeRef
(ObjectReferenceType value) ReportType.archetypeRef
(ObjectReferenceType value) ResourceObjectFocusSpecificationType.archetypeRef
(ObjectReferenceType value) ResourceType.archetypeRef
(ObjectReferenceType value) RoleAnalysisClusterType.archetypeRef
(ObjectReferenceType value) RoleAnalysisSessionType.archetypeRef
(ObjectReferenceType value) RoleType.archetypeRef
(ObjectReferenceType value) SecurityPolicyType.archetypeRef
(ObjectReferenceType value) SequenceType.archetypeRef
(ObjectReferenceType value) ServiceType.archetypeRef
(ObjectReferenceType value) SimulationResultType.archetypeRef
(ObjectReferenceType value) SubjectedObjectSelectorType.archetypeRef
(ObjectReferenceType value) SystemConfigurationType.archetypeRef
(ObjectReferenceType value) TaskType.archetypeRef
(ObjectReferenceType value) UserType.archetypeRef
(ObjectReferenceType value) ValuePolicyType.archetypeRef
(ObjectReferenceType value) WorkItemDelegationEventType.assigneeBefore
(ObjectReferenceType value) WorkItemEscalationEventType.assigneeBefore
(ObjectReferenceType value) AbstractWorkItemType.assigneeRef
(ObjectReferenceType value) AccessCertificationWorkItemType.assigneeRef
(ObjectReferenceType value) CaseWorkItemType.assigneeRef
(ObjectReferenceType value) SimpleCaseSchemaType.assigneeRef
(ObjectReferenceType value) CaseCompletionEventType.attorneyRef
(ObjectReferenceType value) CaseCreationEventType.attorneyRef
(ObjectReferenceType value) CaseEventType.attorneyRef
(ObjectReferenceType value) StageCompletionEventType.attorneyRef
(ObjectReferenceType value) WorkItemCompletionEventType.attorneyRef
(ObjectReferenceType value) WorkItemDelegationEventType.attorneyRef
(ObjectReferenceType value) WorkItemEscalationEventType.attorneyRef
(ObjectReferenceType value) WorkItemEventType.attorneyRef
(ObjectReferenceType value) ResourceObjectOwnerOptionType.candidateOwnerRef
(ObjectReferenceType value) AbstractWorkItemType.candidateRef
(ObjectReferenceType value) AccessCertificationWorkItemType.candidateRef
(ObjectReferenceType value) CaseWorkItemType.candidateRef
(ObjectReferenceType value) ApprovalProcessStartInstructionCreationTraceType.caseRef
(ObjectReferenceType value) ApprovalSchemaExecutionInformationType.caseRef
(ObjectReferenceType value) MetadataType.certifierRef
(ObjectReferenceType value) ProcessMetadataType.certifierRef
(ObjectReferenceType value) RoleAnalysisPatternDetectionWorkDefinitionType.clusterRef
(ObjectReferenceType value) CollectionRefSpecificationType.collectionRef
(ObjectReferenceType value) RoleCollectionViewType.collectionRef
(ObjectReferenceType value) ConfigurableUserDashboardType.configurableDashboardRef
(ObjectReferenceType value) EvaluatedExclusionTriggerType.conflictingObjectRef
(ObjectReferenceType value) ConnectorType.connectorHostRef
(ObjectReferenceType value) ConnectorInstanceSpecificationType.connectorRef
(ObjectReferenceType value) GuiResourceDetailsPageType.connectorRef
(ObjectReferenceType value) ResourceType.connectorRef
(ObjectReferenceType value) SimulationResultProcessedObjectType.consideredEventMarkRef
(ObjectReferenceType value) MappingEvaluationTraceType.containingObjectRef
(ObjectReferenceType value) WorkersReconciliationResultType.coordinatorTaskRef
(ObjectReferenceType value) ResourceBusinessConfigurationType.correlatorRef
(ObjectReferenceType value) MetadataType.createApproverRef
(ObjectReferenceType value) jakarta.xml.bind.JAXBElement<ObjectReferenceType>
ObjectFactory.createApproverRef
(ObjectReferenceType value) ProcessMetadataType.createApproverRef
(ObjectReferenceType value) jakarta.xml.bind.JAXBElement<ObjectReferenceType>
ObjectFactory.createObjectRef
(ObjectReferenceType value) MetadataType.createTaskRef
(ObjectReferenceType value) StorageMetadataType.createTaskRef
(ObjectReferenceType value) MetadataType.creatorRef
(ObjectReferenceType value) StorageMetadataType.creatorRef
(ObjectReferenceType value) TracingOutputMetadataType.creatorRef
(ObjectReferenceType value) DashboardReportEngineConfigurationType.dashboardRef
(ObjectReferenceType value) AccessCertificationReviewerSpecificationType.defaultReviewerRef
(ObjectReferenceType value) AbstractRegistrationPolicyType.defaultRole
(ObjectReferenceType value) SelfRegistrationPolicyType.defaultRole
(ObjectReferenceType value) AssignmentTargetSearchExpressionEvaluatorType.defaultTargetRef
(ObjectReferenceType value) ReferenceSearchExpressionEvaluatorType.defaultTargetRef
(ObjectReferenceType value) SearchObjectExpressionEvaluatorType.defaultTargetRef
(ObjectReferenceType value) MappingSpecificationType.definitionObjectRef
(ObjectReferenceType value) AccessCertificationCampaignType.definitionRef
(ObjectReferenceType value) CertificationPolicyActionType.definitionRef
(ObjectReferenceType value) WorkItemDelegationRequestType.delegate
(ObjectReferenceType value) AbstractAccessCertificationDefinitionType.delegatedRef
(ObjectReferenceType value) AbstractRoleType.delegatedRef
(ObjectReferenceType value) AccessCertificationCampaignType.delegatedRef
(ObjectReferenceType value) AccessCertificationDefinitionForReportType.delegatedRef
(ObjectReferenceType value) AccessCertificationDefinitionType.delegatedRef
(ObjectReferenceType value) ArchetypeType.delegatedRef
(ObjectReferenceType value) AssignmentHolderType.delegatedRef
(ObjectReferenceType value) CaseType.delegatedRef
(ObjectReferenceType value) ConnectorHostType.delegatedRef
(ObjectReferenceType value) ConnectorType.delegatedRef
(ObjectReferenceType value) DashboardType.delegatedRef
(ObjectReferenceType value) FocusType.delegatedRef
(ObjectReferenceType value) FormType.delegatedRef
(ObjectReferenceType value) FunctionLibraryType.delegatedRef
(ObjectReferenceType value) GenericObjectType.delegatedRef
(ObjectReferenceType value) LookupTableType.delegatedRef
(ObjectReferenceType value) MarkType.delegatedRef
(ObjectReferenceType value) MessageTemplateType.delegatedRef
(ObjectReferenceType value) NodeType.delegatedRef
(ObjectReferenceType value) ObjectCollectionType.delegatedRef
(ObjectReferenceType value) ObjectTemplateType.delegatedRef
(ObjectReferenceType value) OrgType.delegatedRef
(ObjectReferenceType value) ReportDataType.delegatedRef
(ObjectReferenceType value) ReportType.delegatedRef
(ObjectReferenceType value) ResourceType.delegatedRef
(ObjectReferenceType value) RoleAnalysisClusterType.delegatedRef
(ObjectReferenceType value) RoleAnalysisSessionType.delegatedRef
(ObjectReferenceType value) RoleType.delegatedRef
(ObjectReferenceType value) SecurityPolicyType.delegatedRef
(ObjectReferenceType value) SequenceType.delegatedRef
(ObjectReferenceType value) ServiceType.delegatedRef
(ObjectReferenceType value) SimulationResultType.delegatedRef
(ObjectReferenceType value) SystemConfigurationType.delegatedRef
(ObjectReferenceType value) TaskType.delegatedRef
(ObjectReferenceType value) UserType.delegatedRef
(ObjectReferenceType value) ValuePolicyType.delegatedRef
(ObjectReferenceType value) WorkItemDelegationEventType.delegatedTo
(ObjectReferenceType value) WorkItemEscalationEventType.delegatedTo
(ObjectReferenceType value) TaskType.dependentTaskRef
(ObjectReferenceType value) EvaluatedPolicyRuleType.directOwnerRef
(ObjectReferenceType value) AbstractAccessCertificationDefinitionType.effectiveMarkRef
(ObjectReferenceType value) AbstractRoleType.effectiveMarkRef
(ObjectReferenceType value) AccessCertificationCampaignType.effectiveMarkRef
(ObjectReferenceType value) AccessCertificationDefinitionForReportType.effectiveMarkRef
(ObjectReferenceType value) AccessCertificationDefinitionType.effectiveMarkRef
(ObjectReferenceType value) ArchetypeType.effectiveMarkRef
(ObjectReferenceType value) AssignmentHolderType.effectiveMarkRef
(ObjectReferenceType value) CaseType.effectiveMarkRef
(ObjectReferenceType value) ConnectorHostType.effectiveMarkRef
(ObjectReferenceType value) ConnectorType.effectiveMarkRef
(ObjectReferenceType value) DashboardType.effectiveMarkRef
(ObjectReferenceType value) FocusType.effectiveMarkRef
(ObjectReferenceType value) FormType.effectiveMarkRef
(ObjectReferenceType value) FunctionLibraryType.effectiveMarkRef
(ObjectReferenceType value) GenericObjectType.effectiveMarkRef
(ObjectReferenceType value) LookupTableType.effectiveMarkRef
(ObjectReferenceType value) MarkType.effectiveMarkRef
(ObjectReferenceType value) MessageTemplateType.effectiveMarkRef
(ObjectReferenceType value) NodeType.effectiveMarkRef
(ObjectReferenceType value) ObjectCollectionType.effectiveMarkRef
(ObjectReferenceType value) ObjectTemplateType.effectiveMarkRef
(ObjectReferenceType value) ObjectType.effectiveMarkRef
(ObjectReferenceType value) OrgType.effectiveMarkRef
(ObjectReferenceType value) ReportDataType.effectiveMarkRef
(ObjectReferenceType value) ReportType.effectiveMarkRef
(ObjectReferenceType value) ResourceType.effectiveMarkRef
(ObjectReferenceType value) RoleAnalysisClusterType.effectiveMarkRef
(ObjectReferenceType value) RoleAnalysisSessionType.effectiveMarkRef
(ObjectReferenceType value) RoleType.effectiveMarkRef
(ObjectReferenceType value) SecurityPolicyType.effectiveMarkRef
(ObjectReferenceType value) SequenceType.effectiveMarkRef
(ObjectReferenceType value) ServiceType.effectiveMarkRef
(ObjectReferenceType value) ShadowType.effectiveMarkRef
(ObjectReferenceType value) SimulationResultType.effectiveMarkRef
(ObjectReferenceType value) SystemConfigurationType.effectiveMarkRef
(ObjectReferenceType value) TaskType.effectiveMarkRef
(ObjectReferenceType value) UserType.effectiveMarkRef
(ObjectReferenceType value) ValuePolicyType.effectiveMarkRef
(ObjectReferenceType value) SimulationMetricReferenceType.eventMarkRef
(ObjectReferenceType value) SimulationResultProcessedObjectType.eventMarkRef
(ObjectReferenceType value) ApprovalStageExecutionPreviewType.expectedApproverRef
(ObjectReferenceType value) FocusLoadedTraceType.focusLoadedRef
(ObjectReferenceType value) ApprovalStageDefinitionType.formRef
(ObjectReferenceType value) CredentialsResetPolicyType.formRef
(ObjectReferenceType value) FormSpecificationType.formRef
(ObjectReferenceType value) SelfRegistrationPolicyType.formRef
(ObjectReferenceType value) SystemConfigurationType.globalSecurityPolicyRef
(ObjectReferenceType value) AssignmentRelationType.holderArchetypeRef
(ObjectReferenceType value) FormType.includeRef
(ObjectReferenceType value) ObjectTemplateType.includeRef
(ObjectReferenceType value) CaseCompletionEventType.initiatorRef
(ObjectReferenceType value) CaseCreationEventType.initiatorRef
(ObjectReferenceType value) CaseEventType.initiatorRef
(ObjectReferenceType value) OperationExecutionType.initiatorRef
(ObjectReferenceType value) StageCompletionEventType.initiatorRef
(ObjectReferenceType value) WorkItemCompletionEventType.initiatorRef
(ObjectReferenceType value) WorkItemDelegationEventType.initiatorRef
(ObjectReferenceType value) WorkItemEscalationEventType.initiatorRef
(ObjectReferenceType value) WorkItemEventType.initiatorRef
(ObjectReferenceType value) FunctionExpressionEvaluatorType.libraryRef
(ObjectReferenceType value) AbstractRoleType.linkRef
(ObjectReferenceType value) ArchetypeType.linkRef
(ObjectReferenceType value) FocusType.linkRef
(ObjectReferenceType value) GenericObjectType.linkRef
(ObjectReferenceType value) OrgType.linkRef
(ObjectReferenceType value) RoleType.linkRef
(ObjectReferenceType value) ServiceType.linkRef
(ObjectReferenceType value) UserType.linkRef
(ObjectReferenceType value) GlobalPolicyRuleType.markRef
(ObjectReferenceType value) PolicyRuleType.markRef
(ObjectReferenceType value) PolicyStatementType.markRef
(ObjectReferenceType value) RoleAnalysisClusterType.member
(ObjectReferenceType value) AccountActivationNotifierType.messageTemplateRef
(ObjectReferenceType value) AccountPasswordNotifierType.messageTemplateRef
(ObjectReferenceType value) ConfirmationNotifierType.messageTemplateRef
(ObjectReferenceType value) DummyNotifierType.messageTemplateRef
(ObjectReferenceType value) GeneralNotifierType.messageTemplateRef
(ObjectReferenceType value) NotifierTransportConfigType.messageTemplateRef
(ObjectReferenceType value) PasswordResetNotifierType.messageTemplateRef
(ObjectReferenceType value) RegistrationConfirmationNotifierType.messageTemplateRef
(ObjectReferenceType value) SimpleCampaignNotifierType.messageTemplateRef
(ObjectReferenceType value) SimpleCampaignStageNotifierType.messageTemplateRef
(ObjectReferenceType value) SimpleCaseManagementNotifierType.messageTemplateRef
(ObjectReferenceType value) SimpleFocalObjectNotifierType.messageTemplateRef
(ObjectReferenceType value) SimplePolicyRuleNotifierType.messageTemplateRef
(ObjectReferenceType value) SimpleReportNotifierType.messageTemplateRef
(ObjectReferenceType value) SimpleResourceObjectNotifierType.messageTemplateRef
(ObjectReferenceType value) SimpleReviewerNotifierType.messageTemplateRef
(ObjectReferenceType value) SimpleTaskNotifierType.messageTemplateRef
(ObjectReferenceType value) SimpleUserNotifierType.messageTemplateRef
(ObjectReferenceType value) SimpleWorkflowNotifierType.messageTemplateRef
(ObjectReferenceType value) TimeValidityNotifierType.messageTemplateRef
(ObjectReferenceType value) UserPasswordNotifierType.messageTemplateRef
(ObjectReferenceType value) MetadataType.modifierRef
(ObjectReferenceType value) StorageMetadataType.modifierRef
(ObjectReferenceType value) MetadataType.modifyApproverRef
(ObjectReferenceType value) ProcessMetadataType.modifyApproverRef
(ObjectReferenceType value) MetadataType.modifyTaskRef
(ObjectReferenceType value) StorageMetadataType.modifyTaskRef
(ObjectReferenceType value) AuthenticationSequenceType.nodeGroup
(ObjectReferenceType value) ReportDataType.nodeRef
(ObjectReferenceType value) TracingEnvironmentType.nodeRef
(ObjectReferenceType value) TraceDictionaryEntryType.object
(ObjectReferenceType value) LensElementContextType.objectCurrentRef
(ObjectReferenceType value) LensFocusContextType.objectCurrentRef
(ObjectReferenceType value) LensProjectionContextType.objectCurrentRef
(ObjectReferenceType value) PersonaConstructionType.objectMappingRef
(ObjectReferenceType value) LensElementContextType.objectNewRef
(ObjectReferenceType value) LensFocusContextType.objectNewRef
(ObjectReferenceType value) LensProjectionContextType.objectNewRef
(ObjectReferenceType value) LensElementContextType.objectOldRef
(ObjectReferenceType value) LensFocusContextType.objectOldRef
(ObjectReferenceType value) LensProjectionContextType.objectOldRef
(ObjectReferenceType value) AccessCertificationAssignmentCaseType.objectRef
(ObjectReferenceType value) AccessCertificationCaseType.objectRef
(ObjectReferenceType value) AuthorizationEvaluationAccessDecisionRequestType.objectRef
(ObjectReferenceType value) CaseType.objectRef
(ObjectReferenceType value) DashboardWidgetDataType.objectRef
(ObjectReferenceType value) ExpressionVariableDefinitionType.objectRef
(ObjectReferenceType value) MappingEvaluationSourceContextType.objectRef
(ObjectReferenceType value) ObjectSetType.objectRef
(ObjectReferenceType value) RepositoryAddTraceType.objectRef
(ObjectReferenceType value) RepositoryGetObjectTraceType.objectRef
(ObjectReferenceType value) RepositoryGetTraceType.objectRef
(ObjectReferenceType value) RepositorySearchObjectsTraceType.objectRef
(ObjectReferenceType value) RepositorySearchTraceType.objectRef
(ObjectReferenceType value) TaskType.objectRef
(ObjectReferenceType value) ValidationIssueType.objectRef
(ObjectReferenceType value) AbstractClockworkBasedSynchronizationActionType.objectTemplateRef
(ObjectReferenceType value) AddFocusSynchronizationActionType.objectTemplateRef
(ObjectReferenceType value) ArchetypePolicyType.objectTemplateRef
(ObjectReferenceType value) DeleteFocusSynchronizationActionType.objectTemplateRef
(ObjectReferenceType value) DeleteResourceObjectSynchronizationActionType.objectTemplateRef
(ObjectReferenceType value) InactivateFocusSynchronizationActionType.objectTemplateRef
(ObjectReferenceType value) InactivateResourceObjectSynchronizationActionType.objectTemplateRef
(ObjectReferenceType value) LegacySynchronizationReactionType.objectTemplateRef
(ObjectReferenceType value) LinkSynchronizationActionType.objectTemplateRef
(ObjectReferenceType value) ObjectPolicyConfigurationType.objectTemplateRef
(ObjectReferenceType value) ObjectSynchronizationType.objectTemplateRef
(ObjectReferenceType value) SynchronizationReactionsDefaultSettingsType.objectTemplateRef
(ObjectReferenceType value) SynchronizeSynchronizationActionType.objectTemplateRef
(ObjectReferenceType value) UnlinkSynchronizationActionType.objectTemplateRef
(ObjectReferenceType value) ResourceBusinessConfigurationType.operatorRef
(ObjectReferenceType value) AccessCertificationAssignmentCaseType.orgRef
(ObjectReferenceType value) AccessCertificationCaseType.orgRef
(ObjectReferenceType value) AssignmentType.orgRef
(ObjectReferenceType value) LinkedObjectSelectorType.orgRef
(ObjectReferenceType value) LinkSourceObjectSelectorType.orgRef
(ObjectReferenceType value) LinkTargetObjectSelectorType.orgRef
(ObjectReferenceType value) ObjectParentSelectorType.orgRef
(ObjectReferenceType value) ObjectSelectorType.orgRef
(ObjectReferenceType value) OwnedObjectSelectorType.orgRef
(ObjectReferenceType value) SubjectedObjectSelectorType.orgRef
(ObjectReferenceType value) AbstractWorkItemType.originalAssigneeRef
(ObjectReferenceType value) AccessCertificationWorkItemType.originalAssigneeRef
(ObjectReferenceType value) CaseWorkItemType.originalAssigneeRef
(ObjectReferenceType value) WorkItemCompletionEventType.originalAssigneeRef
(ObjectReferenceType value) WorkItemDelegationEventType.originalAssigneeRef
(ObjectReferenceType value) WorkItemEscalationEventType.originalAssigneeRef
(ObjectReferenceType value) WorkItemEventType.originalAssigneeRef
(ObjectReferenceType value) FocusIdentitySourceType.originRef
(ObjectReferenceType value) ProvenanceAcquisitionType.originRef
(ObjectReferenceType value) ProvenanceFeedDefinitionType.originRef
(ObjectReferenceType value) AbstractAccessCertificationDefinitionType.ownerRef
(ObjectReferenceType value) AccessCertificationCampaignType.ownerRef
(ObjectReferenceType value) AccessCertificationDefinitionForReportType.ownerRef
(ObjectReferenceType value) AccessCertificationDefinitionType.ownerRef
(ObjectReferenceType value) ResourceBusinessConfigurationType.ownerRef
(ObjectReferenceType value) TaskType.ownerRef
(ObjectReferenceType value) WfExecutionTasksConfigurationType.ownerRef
(ObjectReferenceType value) AbstractAccessCertificationDefinitionType.parentOrgRef
(ObjectReferenceType value) AbstractRoleType.parentOrgRef
(ObjectReferenceType value) AccessCertificationCampaignType.parentOrgRef
(ObjectReferenceType value) AccessCertificationDefinitionForReportType.parentOrgRef
(ObjectReferenceType value) AccessCertificationDefinitionType.parentOrgRef
(ObjectReferenceType value) ArchetypeType.parentOrgRef
(ObjectReferenceType value) AssignmentHolderType.parentOrgRef
(ObjectReferenceType value) CaseType.parentOrgRef
(ObjectReferenceType value) ConnectorHostType.parentOrgRef
(ObjectReferenceType value) ConnectorType.parentOrgRef
(ObjectReferenceType value) DashboardType.parentOrgRef
(ObjectReferenceType value) FocusType.parentOrgRef
(ObjectReferenceType value) FormType.parentOrgRef
(ObjectReferenceType value) FunctionLibraryType.parentOrgRef
(ObjectReferenceType value) GenericObjectType.parentOrgRef
(ObjectReferenceType value) LookupTableType.parentOrgRef
(ObjectReferenceType value) MarkType.parentOrgRef
(ObjectReferenceType value) MessageTemplateType.parentOrgRef
(ObjectReferenceType value) NodeType.parentOrgRef
(ObjectReferenceType value) ObjectCollectionType.parentOrgRef
(ObjectReferenceType value) ObjectTemplateType.parentOrgRef
(ObjectReferenceType value) ObjectType.parentOrgRef
(ObjectReferenceType value) OrgType.parentOrgRef
(ObjectReferenceType value) ReportDataType.parentOrgRef
(ObjectReferenceType value) ReportType.parentOrgRef
(ObjectReferenceType value) ResourceType.parentOrgRef
(ObjectReferenceType value) RoleAnalysisClusterType.parentOrgRef
(ObjectReferenceType value) RoleAnalysisSessionType.parentOrgRef
(ObjectReferenceType value) RoleType.parentOrgRef
(ObjectReferenceType value) SecurityPolicyType.parentOrgRef
(ObjectReferenceType value) SequenceType.parentOrgRef
(ObjectReferenceType value) ServiceType.parentOrgRef
(ObjectReferenceType value) ShadowType.parentOrgRef
(ObjectReferenceType value) SimulationResultType.parentOrgRef
(ObjectReferenceType value) SystemConfigurationType.parentOrgRef
(ObjectReferenceType value) TaskType.parentOrgRef
(ObjectReferenceType value) UserType.parentOrgRef
(ObjectReferenceType value) ValuePolicyType.parentOrgRef
(ObjectReferenceType value) CaseType.parentRef
(ObjectReferenceType value) ReportDataType.parentRef
(ObjectReferenceType value) AbstractWorkItemType.performerRef
(ObjectReferenceType value) AccessCertificationWorkItemType.performerRef
(ObjectReferenceType value) CaseWorkItemType.performerRef
(ObjectReferenceType value) ShadowCorrelationStateType.performerRef
(ObjectReferenceType value) AbstractRoleType.personaRef
(ObjectReferenceType value) ArchetypeType.personaRef
(ObjectReferenceType value) FocusType.personaRef
(ObjectReferenceType value) GenericObjectType.personaRef
(ObjectReferenceType value) OrgType.personaRef
(ObjectReferenceType value) RoleType.personaRef
(ObjectReferenceType value) ServiceType.personaRef
(ObjectReferenceType value) UserType.personaRef
(ObjectReferenceType value) ApplicablePoliciesType.policyGroupRef
(ObjectReferenceType value) CaseCorrelationContextType.preFocusRef
(ObjectReferenceType value) CaseType.prerequisiteRef
(ObjectReferenceType value) LensProjectionContextType.projectionSecurityPolicyRef
(ObjectReferenceType value) ActivityReportCollectionType.rawDataRef
(ObjectReferenceType value) RecipientExpressionResultType.recipientRef
(ObjectReferenceType value) FunctionLibraryProfileType.ref
(ObjectReferenceType value) ClassicReportImportWorkDefinitionType.reportDataRef
(ObjectReferenceType value) ReportExportWorkStateType.reportDataRef
(ObjectReferenceType value) AbstractReportWorkDefinitionType.reportRef
(ObjectReferenceType value) ClassicReportExportWorkDefinitionType.reportRef
(ObjectReferenceType value) ClassicReportImportWorkDefinitionType.reportRef
(ObjectReferenceType value) DistributedReportExportWorkDefinitionType.reportRef
(ObjectReferenceType value) ReportDataType.reportRef
(ObjectReferenceType value) CaseType.requestorRef
(ObjectReferenceType value) MetadataType.requestorRef
(ObjectReferenceType value) ProcessMetadataType.requestorRef
(ObjectReferenceType value) AuthenticationSequenceType.requireAssignmentTarget
(ObjectReferenceType value) RoleAnalysisClusterType.resolvedPattern
(ObjectReferenceType value) BasicResourceObjectSetType.resourceRef
(ObjectReferenceType value) ConnIdOperationRecordType.resourceRef
(ObjectReferenceType value) ConstructionType.resourceRef
(ObjectReferenceType value) FocusIdentitySourceType.resourceRef
(ObjectReferenceType value) GuiShadowDetailsPageType.resourceRef
(ObjectReferenceType value) GuiShadowListViewType.resourceRef
(ObjectReferenceType value) PropagationWorkDefinitionType.resourceRef
(ObjectReferenceType value) ProvenanceAcquisitionType.resourceRef
(ObjectReferenceType value) ProvisioningStatisticsEntryType.resourceRef
(ObjectReferenceType value) ResourceObjectSetType.resourceRef
(ObjectReferenceType value) ResourceObjectTypeDependencyType.resourceRef
(ObjectReferenceType value) ShadowDiscriminatorType.resourceRef
(ObjectReferenceType value) ShadowType.resourceRef
(ObjectReferenceType value) SuperResourceDeclarationType.resourceRef
(ObjectReferenceType value) ShadowCorrelationStateType.resultingOwner
(ObjectReferenceType value) ActivitySimulationStateType.resultRef
(ObjectReferenceType value) RoleAnalysisClusterType.roleAnalysisSessionRef
(ObjectReferenceType value) RoleCatalogType.roleCatalogRef
(ObjectReferenceType value) RoleManagementConfigurationType.roleCatalogRef
(ObjectReferenceType value) AbstractAccessCertificationDefinitionType.roleInfluenceRef
(ObjectReferenceType value) AbstractRoleType.roleInfluenceRef
(ObjectReferenceType value) AccessCertificationCampaignType.roleInfluenceRef
(ObjectReferenceType value) AccessCertificationDefinitionForReportType.roleInfluenceRef
(ObjectReferenceType value) AccessCertificationDefinitionType.roleInfluenceRef
(ObjectReferenceType value) ArchetypeType.roleInfluenceRef
(ObjectReferenceType value) AssignmentHolderType.roleInfluenceRef
(ObjectReferenceType value) CaseType.roleInfluenceRef
(ObjectReferenceType value) ConnectorHostType.roleInfluenceRef
(ObjectReferenceType value) ConnectorType.roleInfluenceRef
(ObjectReferenceType value) DashboardType.roleInfluenceRef
(ObjectReferenceType value) FocusType.roleInfluenceRef
(ObjectReferenceType value) FormType.roleInfluenceRef
(ObjectReferenceType value) FunctionLibraryType.roleInfluenceRef
(ObjectReferenceType value) GenericObjectType.roleInfluenceRef
(ObjectReferenceType value) LookupTableType.roleInfluenceRef
(ObjectReferenceType value) MarkType.roleInfluenceRef
(ObjectReferenceType value) MessageTemplateType.roleInfluenceRef
(ObjectReferenceType value) NodeType.roleInfluenceRef
(ObjectReferenceType value) ObjectCollectionType.roleInfluenceRef
(ObjectReferenceType value) ObjectTemplateType.roleInfluenceRef
(ObjectReferenceType value) OrgType.roleInfluenceRef
(ObjectReferenceType value) ReportDataType.roleInfluenceRef
(ObjectReferenceType value) ReportType.roleInfluenceRef
(ObjectReferenceType value) ResourceType.roleInfluenceRef
(ObjectReferenceType value) RoleAnalysisClusterType.roleInfluenceRef
(ObjectReferenceType value) RoleAnalysisSessionType.roleInfluenceRef
(ObjectReferenceType value) RoleType.roleInfluenceRef
(ObjectReferenceType value) SecurityPolicyType.roleInfluenceRef
(ObjectReferenceType value) SequenceType.roleInfluenceRef
(ObjectReferenceType value) ServiceType.roleInfluenceRef
(ObjectReferenceType value) SimulationResultType.roleInfluenceRef
(ObjectReferenceType value) SystemConfigurationType.roleInfluenceRef
(ObjectReferenceType value) TaskType.roleInfluenceRef
(ObjectReferenceType value) UserType.roleInfluenceRef
(ObjectReferenceType value) ValuePolicyType.roleInfluenceRef
(ObjectReferenceType value) AbstractAccessCertificationDefinitionType.roleMembershipRef
(ObjectReferenceType value) AbstractRoleType.roleMembershipRef
(ObjectReferenceType value) AccessCertificationCampaignType.roleMembershipRef
(ObjectReferenceType value) AccessCertificationDefinitionForReportType.roleMembershipRef
(ObjectReferenceType value) AccessCertificationDefinitionType.roleMembershipRef
(ObjectReferenceType value) ArchetypeType.roleMembershipRef
(ObjectReferenceType value) AssignmentHolderType.roleMembershipRef
(ObjectReferenceType value) CaseType.roleMembershipRef
(ObjectReferenceType value) ConnectorHostType.roleMembershipRef
(ObjectReferenceType value) ConnectorType.roleMembershipRef
(ObjectReferenceType value) DashboardType.roleMembershipRef
(ObjectReferenceType value) FocusType.roleMembershipRef
(ObjectReferenceType value) FormType.roleMembershipRef
(ObjectReferenceType value) FunctionLibraryType.roleMembershipRef
(ObjectReferenceType value) GenericObjectType.roleMembershipRef
(ObjectReferenceType value) LookupTableType.roleMembershipRef
(ObjectReferenceType value) MarkType.roleMembershipRef
(ObjectReferenceType value) MessageTemplateType.roleMembershipRef
(ObjectReferenceType value) NodeType.roleMembershipRef
(ObjectReferenceType value) ObjectCollectionType.roleMembershipRef
(ObjectReferenceType value) ObjectTemplateType.roleMembershipRef
(ObjectReferenceType value) OrgType.roleMembershipRef
(ObjectReferenceType value) ReportDataType.roleMembershipRef
(ObjectReferenceType value) ReportType.roleMembershipRef
(ObjectReferenceType value) ResourceType.roleMembershipRef
(ObjectReferenceType value) RoleAnalysisClusterType.roleMembershipRef
(ObjectReferenceType value) RoleAnalysisSessionType.roleMembershipRef
(ObjectReferenceType value) RoleType.roleMembershipRef
(ObjectReferenceType value) SecurityPolicyType.roleMembershipRef
(ObjectReferenceType value) SequenceType.roleMembershipRef
(ObjectReferenceType value) ServiceType.roleMembershipRef
(ObjectReferenceType value) SimulationResultType.roleMembershipRef
(ObjectReferenceType value) SystemConfigurationType.roleMembershipRef
(ObjectReferenceType value) TaskType.roleMembershipRef
(ObjectReferenceType value) UserType.roleMembershipRef
(ObjectReferenceType value) ValuePolicyType.roleMembershipRef
(ObjectReferenceType value) RoleMembershipManagementWorkDefinitionType.roleRef
(ObjectReferenceType value) RoleAnalysisDetectionPatternType.rolesOccupancy
(ObjectReferenceType value) SimulationResultType.rootTaskRef
(ObjectReferenceType value) WorkersReconciliationResultType.rootTaskRef
(ObjectReferenceType value) ExecutionPrivilegesSpecificationType.runAsRef
(ObjectReferenceType value) ExpressionType.runAsRef
(ObjectReferenceType value) ProvisioningScriptArgumentType.runAsRef
(ObjectReferenceType value) ScriptExecutionPolicyActionType.runAsRef
(ObjectReferenceType value) ArchetypeType.securityPolicyRef
(ObjectReferenceType value) OrgType.securityPolicyRef
(ObjectReferenceType value) ResourceObjectTypeDefinitionType.securityPolicyRef
(ObjectReferenceType value) LensContextSequenceValueType.sequenceRef
(ObjectReferenceType value) SequentialValueExpressionEvaluatorType.sequenceRef
(ObjectReferenceType value) RoleAnalysisClusteringWorkDefinitionType.sessionRef
(ObjectReferenceType value) void
LensProjectionContextType.setAccountPasswordPolicyRef
(ObjectReferenceType value) void
ProvenanceAcquisitionType.setActorRef
(ObjectReferenceType value) void
SearchFilterParameterType.setAllowedValuesLookupTable
(ObjectReferenceType value) void
BasicObjectSetType.setArchetypeRef
(ObjectReferenceType value) void
ResourceObjectFocusSpecificationType.setArchetypeRef
(ObjectReferenceType value) void
CaseEventType.setAttorneyRef
(ObjectReferenceType value) void
ResourceObjectOwnerOptionType.setCandidateOwnerRef
(ObjectReferenceType value) void
ApprovalSchemaExecutionInformationType.setCaseRef
(ObjectReferenceType value) void
RoleAnalysisPatternDetectionWorkDefinitionType.setClusterRef
(ObjectReferenceType value) void
CollectionRefSpecificationType.setCollectionRef
(ObjectReferenceType value) void
RoleCollectionViewType.setCollectionRef
(ObjectReferenceType value) void
ConfigurableUserDashboardType.setConfigurableDashboardRef
(ObjectReferenceType value) void
EvaluatedExclusionTriggerType.setConflictingObjectRef
(ObjectReferenceType value) void
ConnectorType.setConnectorHostRef
(ObjectReferenceType value) void
ConnectorInstanceSpecificationType.setConnectorRef
(ObjectReferenceType value) void
GuiResourceDetailsPageType.setConnectorRef
(ObjectReferenceType value) void
ResourceType.setConnectorRef
(ObjectReferenceType value) void
MappingEvaluationTraceType.setContainingObjectRef
(ObjectReferenceType value) void
WorkersReconciliationResultType.setCoordinatorTaskRef
(ObjectReferenceType value) void
MetadataType.setCreateTaskRef
(ObjectReferenceType value) void
StorageMetadataType.setCreateTaskRef
(ObjectReferenceType value) void
MetadataType.setCreatorRef
(ObjectReferenceType value) void
StorageMetadataType.setCreatorRef
(ObjectReferenceType value) void
TracingOutputMetadataType.setCreatorRef
(ObjectReferenceType value) void
DashboardReportEngineConfigurationType.setDashboardRef
(ObjectReferenceType value) void
SearchObjectExpressionEvaluatorType.setDefaultTargetRef
(ObjectReferenceType value) void
MappingSpecificationType.setDefinitionObjectRef
(ObjectReferenceType value) void
AccessCertificationCampaignType.setDefinitionRef
(ObjectReferenceType value) void
EvaluatedPolicyRuleType.setDirectOwnerRef
(ObjectReferenceType value) void
SimulationMetricReferenceType.setEventMarkRef
(ObjectReferenceType value) void
FocusLoadedTraceType.setFocusLoadedRef
(ObjectReferenceType value) void
ApprovalStageDefinitionType.setFormRef
(ObjectReferenceType value) void
CredentialsResetPolicyType.setFormRef
(ObjectReferenceType value) void
FormSpecificationType.setFormRef
(ObjectReferenceType value) void
SelfRegistrationPolicyType.setFormRef
(ObjectReferenceType value) void
SystemConfigurationType.setGlobalSecurityPolicyRef
(ObjectReferenceType value) void
CaseEventType.setInitiatorRef
(ObjectReferenceType value) void
OperationExecutionType.setInitiatorRef
(ObjectReferenceType value) void
FunctionExpressionEvaluatorType.setLibraryRef
(ObjectReferenceType value) void
PolicyStatementType.setMarkRef
(ObjectReferenceType value) void
GeneralNotifierType.setMessageTemplateRef
(ObjectReferenceType value) void
NotifierTransportConfigType.setMessageTemplateRef
(ObjectReferenceType value) void
MetadataType.setModifierRef
(ObjectReferenceType value) void
StorageMetadataType.setModifierRef
(ObjectReferenceType value) void
MetadataType.setModifyTaskRef
(ObjectReferenceType value) void
StorageMetadataType.setModifyTaskRef
(ObjectReferenceType value) void
ReportDataType.setNodeRef
(ObjectReferenceType value) void
TracingEnvironmentType.setNodeRef
(ObjectReferenceType value) void
TraceDictionaryEntryType.setObject
(ObjectReferenceType value) void
LensElementContextType.setObjectCurrentRef
(ObjectReferenceType value) void
PersonaConstructionType.setObjectMappingRef
(ObjectReferenceType value) void
LensElementContextType.setObjectNewRef
(ObjectReferenceType value) void
LensElementContextType.setObjectOldRef
(ObjectReferenceType value) void
AccessCertificationCaseType.setObjectRef
(ObjectReferenceType value) void
AuthorizationEvaluationAccessDecisionRequestType.setObjectRef
(ObjectReferenceType value) void
CaseType.setObjectRef
(ObjectReferenceType value) void
DashboardWidgetDataType.setObjectRef
(ObjectReferenceType value) void
ExpressionVariableDefinitionType.setObjectRef
(ObjectReferenceType value) void
MappingEvaluationSourceContextType.setObjectRef
(ObjectReferenceType value) void
RepositoryAddTraceType.setObjectRef
(ObjectReferenceType value) void
RepositoryGetObjectTraceType.setObjectRef
(ObjectReferenceType value) void
TaskType.setObjectRef
(ObjectReferenceType value) void
ValidationIssueType.setObjectRef
(ObjectReferenceType value) void
AbstractClockworkBasedSynchronizationActionType.setObjectTemplateRef
(ObjectReferenceType value) void
ArchetypePolicyType.setObjectTemplateRef
(ObjectReferenceType value) void
LegacySynchronizationReactionType.setObjectTemplateRef
(ObjectReferenceType value) void
ObjectSynchronizationType.setObjectTemplateRef
(ObjectReferenceType value) void
SynchronizationReactionsDefaultSettingsType.setObjectTemplateRef
(ObjectReferenceType value) void
AccessCertificationCaseType.setOrgRef
(ObjectReferenceType value) void
AssignmentType.setOrgRef
(ObjectReferenceType value) void
ObjectSelectorType.setOrgRef
(ObjectReferenceType value) void
AbstractWorkItemType.setOriginalAssigneeRef
(ObjectReferenceType value) void
WorkItemEventType.setOriginalAssigneeRef
(ObjectReferenceType value) void
FocusIdentitySourceType.setOriginRef
(ObjectReferenceType value) void
ProvenanceAcquisitionType.setOriginRef
(ObjectReferenceType value) void
ProvenanceFeedDefinitionType.setOriginRef
(ObjectReferenceType value) void
AbstractAccessCertificationDefinitionType.setOwnerRef
(ObjectReferenceType value) void
AccessCertificationCampaignType.setOwnerRef
(ObjectReferenceType value) void
TaskType.setOwnerRef
(ObjectReferenceType value) void
WfExecutionTasksConfigurationType.setOwnerRef
(ObjectReferenceType value) void
CaseType.setParentRef
(ObjectReferenceType value) void
ReportDataType.setParentRef
(ObjectReferenceType value) void
AbstractWorkItemType.setPerformerRef
(ObjectReferenceType value) void
CaseCorrelationContextType.setPreFocusRef
(ObjectReferenceType value) void
LensProjectionContextType.setProjectionSecurityPolicyRef
(ObjectReferenceType value) void
RecipientExpressionResultType.setRecipientRef
(ObjectReferenceType value) void
FunctionLibraryProfileType.setRef
(ObjectReferenceType value) void
ClassicReportImportWorkDefinitionType.setReportDataRef
(ObjectReferenceType value) void
ReportExportWorkStateType.setReportDataRef
(ObjectReferenceType value) void
AbstractReportWorkDefinitionType.setReportRef
(ObjectReferenceType value) void
ReportDataType.setReportRef
(ObjectReferenceType value) void
CaseType.setRequestorRef
(ObjectReferenceType value) void
MetadataType.setRequestorRef
(ObjectReferenceType value) void
ProcessMetadataType.setRequestorRef
(ObjectReferenceType value) void
BasicResourceObjectSetType.setResourceRef
(ObjectReferenceType value) void
ConnIdOperationRecordType.setResourceRef
(ObjectReferenceType value) void
ConstructionType.setResourceRef
(ObjectReferenceType value) void
FocusIdentitySourceType.setResourceRef
(ObjectReferenceType value) void
GuiShadowDetailsPageType.setResourceRef
(ObjectReferenceType value) void
GuiShadowListViewType.setResourceRef
(ObjectReferenceType value) void
PropagationWorkDefinitionType.setResourceRef
(ObjectReferenceType value) void
ProvenanceAcquisitionType.setResourceRef
(ObjectReferenceType value) void
ProvisioningStatisticsEntryType.setResourceRef
(ObjectReferenceType value) void
ResourceObjectTypeDependencyType.setResourceRef
(ObjectReferenceType value) void
ShadowDiscriminatorType.setResourceRef
(ObjectReferenceType value) void
ShadowType.setResourceRef
(ObjectReferenceType value) void
SuperResourceDeclarationType.setResourceRef
(ObjectReferenceType value) void
ShadowCorrelationStateType.setResultingOwner
(ObjectReferenceType value) void
ActivitySimulationStateType.setResultRef
(ObjectReferenceType value) void
RoleAnalysisClusterType.setRoleAnalysisSessionRef
(ObjectReferenceType value) void
RoleCatalogType.setRoleCatalogRef
(ObjectReferenceType value) void
RoleManagementConfigurationType.setRoleCatalogRef
(ObjectReferenceType value) void
RoleMembershipManagementWorkDefinitionType.setRoleRef
(ObjectReferenceType value) void
SimulationResultType.setRootTaskRef
(ObjectReferenceType value) void
WorkersReconciliationResultType.setRootTaskRef
(ObjectReferenceType value) void
ExecutionPrivilegesSpecificationType.setRunAsRef
(ObjectReferenceType value) void
ExpressionType.setRunAsRef
(ObjectReferenceType value) void
ScriptExecutionPolicyActionType.setRunAsRef
(ObjectReferenceType value) void
ArchetypeType.setSecurityPolicyRef
(ObjectReferenceType value) void
OrgType.setSecurityPolicyRef
(ObjectReferenceType value) void
ResourceObjectTypeDefinitionType.setSecurityPolicyRef
(ObjectReferenceType value) void
LensContextSequenceValueType.setSequenceRef
(ObjectReferenceType value) void
SequentialValueExpressionEvaluatorType.setSequenceRef
(ObjectReferenceType value) void
RoleAnalysisClusteringWorkDefinitionType.setSessionRef
(ObjectReferenceType value) void
FullShadowLoadedTraceType.setShadowLoadedRef
(ObjectReferenceType value) void
AsyncProvisioningOperationRequestedType.setShadowRef
(ObjectReferenceType value) void
FocusIdentitySourceType.setShadowRef
(ObjectReferenceType value) void
ResourceObjectReferenceType.setShadowRef
(ObjectReferenceType value) void
ShadowAssociationType.setShadowRef
(ObjectReferenceType value) void
AssignmentPathMetadataType.setSourceRef
(ObjectReferenceType value) void
AssignmentPathSegmentType.setSourceRef
(ObjectReferenceType value) void
SimulationResultProcessedObjectType.setStructuralArchetypeRef
(ObjectReferenceType value) void
AuthorizationEvaluationRequestType.setSubjectRef
(ObjectReferenceType value) void
ArchetypeType.setSuperArchetypeRef
(ObjectReferenceType value) void
AccessCertificationCaseType.setTargetRef
(ObjectReferenceType value) void
AssignmentPathSegmentMetadataType.setTargetRef
(ObjectReferenceType value) void
AssignmentPathSegmentType.setTargetRef
(ObjectReferenceType value) void
AssignmentType.setTargetRef
(ObjectReferenceType value) void
CaseType.setTargetRef
(ObjectReferenceType value) void
ExclusionPolicyConstraintType.setTargetRef
(ObjectReferenceType value) void
HasAssignmentPolicyConstraintType.setTargetRef
(ObjectReferenceType value) void
AsynchronousScriptExecutionType.setTaskOwnerRef
(ObjectReferenceType value) void
ActivityTaskStateOverviewType.setTaskRef
(ObjectReferenceType value) void
CaseType.setTaskRef
(ObjectReferenceType value) void
DelegationWorkStateType.setTaskRef
(ObjectReferenceType value) void
OperationExecutionType.setTaskRef
(ObjectReferenceType value) void
TracingEnvironmentType.setTaskRef
(ObjectReferenceType value) void
AsynchronousScriptExecutionType.setTaskTemplateRef
(ObjectReferenceType value) void
GuiActionType.setTaskTemplateRef
(ObjectReferenceType value) void
AccessCertificationCaseType.setTenantRef
(ObjectReferenceType value) void
AssignmentType.setTenantRef
(ObjectReferenceType value) void
ObjectType.setTenantRef
(ObjectReferenceType value) void
ItemRefinedDefinitionType.setValueEnumerationRef
(ObjectReferenceType value) void
CredentialPolicyType.setValuePolicyRef
(ObjectReferenceType value) void
GenerateExpressionEvaluatorType.setValuePolicyRef
(ObjectReferenceType value) void
WorkBucketType.setWorkerRef
(ObjectReferenceType value) FullShadowLoadedTraceType.shadowLoadedRef
(ObjectReferenceType value) AsyncProvisioningAddOperationRequestedType.shadowRef
(ObjectReferenceType value) AsyncProvisioningDeleteOperationRequestedType.shadowRef
(ObjectReferenceType value) AsyncProvisioningModifyOperationRequestedType.shadowRef
(ObjectReferenceType value) AsyncProvisioningOperationRequestedType.shadowRef
(ObjectReferenceType value) FocusIdentitySourceType.shadowRef
(ObjectReferenceType value) ResourceObjectReferenceType.shadowRef
(ObjectReferenceType value) ShadowAssociationType.shadowRef
(ObjectReferenceType value) AssignmentPathMetadataType.sourceRef
(ObjectReferenceType value) AssignmentPathSegmentType.sourceRef
(ObjectReferenceType value) SimulationResultProcessedObjectType.structuralArchetypeRef
(ObjectReferenceType value) AuthorizationEvaluationAccessDecisionRequestType.subjectRef
(ObjectReferenceType value) AuthorizationEvaluationFilterProcessingRequestType.subjectRef
(ObjectReferenceType value) AuthorizationEvaluationRequestType.subjectRef
(ObjectReferenceType value) TaskType.subtaskRef
(ObjectReferenceType value) ArchetypeType.superArchetypeRef
(ObjectReferenceType value) AccessCertificationAssignmentCaseType.targetRef
(ObjectReferenceType value) AccessCertificationCaseType.targetRef
(ObjectReferenceType value) AssignmentPathSegmentMetadataType.targetRef
(ObjectReferenceType value) AssignmentPathSegmentType.targetRef
(ObjectReferenceType value) AssignmentSelectorType.targetRef
(ObjectReferenceType value) AssignmentType.targetRef
(ObjectReferenceType value) CaseType.targetRef
(ObjectReferenceType value) ExclusionPolicyConstraintType.targetRef
(ObjectReferenceType value) HasAssignmentPolicyConstraintType.targetRef
(ObjectReferenceType value) AsynchronousScriptExecutionType.taskOwnerRef
(ObjectReferenceType value) ActivityTaskStateOverviewType.taskRef
(ObjectReferenceType value) CaseType.taskRef
(ObjectReferenceType value) DelegationWorkStateType.taskRef
(ObjectReferenceType value) FailedObjectsSelectorType.taskRef
(ObjectReferenceType value) OperationExecutionType.taskRef
(ObjectReferenceType value) TracingEnvironmentType.taskRef
(ObjectReferenceType value) AsynchronousScriptExecutionType.taskTemplateRef
(ObjectReferenceType value) GuiActionType.taskTemplateRef
(ObjectReferenceType value) AbstractAccessCertificationDefinitionType.tenantRef
(ObjectReferenceType value) AbstractRoleType.tenantRef
(ObjectReferenceType value) AccessCertificationAssignmentCaseType.tenantRef
(ObjectReferenceType value) AccessCertificationCampaignType.tenantRef
(ObjectReferenceType value) AccessCertificationCaseType.tenantRef
(ObjectReferenceType value) AccessCertificationDefinitionForReportType.tenantRef
(ObjectReferenceType value) AccessCertificationDefinitionType.tenantRef
(ObjectReferenceType value) ArchetypeType.tenantRef
(ObjectReferenceType value) AssignmentHolderType.tenantRef
(ObjectReferenceType value) AssignmentType.tenantRef
(ObjectReferenceType value) CaseType.tenantRef
(ObjectReferenceType value) ConnectorHostType.tenantRef
(ObjectReferenceType value) ConnectorType.tenantRef
(ObjectReferenceType value) DashboardType.tenantRef
(ObjectReferenceType value) FocusType.tenantRef
(ObjectReferenceType value) FormType.tenantRef
(ObjectReferenceType value) FunctionLibraryType.tenantRef
(ObjectReferenceType value) GenericObjectType.tenantRef
(ObjectReferenceType value) LookupTableType.tenantRef
(ObjectReferenceType value) MarkType.tenantRef
(ObjectReferenceType value) MessageTemplateType.tenantRef
(ObjectReferenceType value) NodeType.tenantRef
(ObjectReferenceType value) ObjectCollectionType.tenantRef
(ObjectReferenceType value) ObjectTemplateType.tenantRef
(ObjectReferenceType value) ObjectType.tenantRef
(ObjectReferenceType value) OrgType.tenantRef
(ObjectReferenceType value) ReportDataType.tenantRef
(ObjectReferenceType value) ReportType.tenantRef
(ObjectReferenceType value) ResourceType.tenantRef
(ObjectReferenceType value) RoleAnalysisClusterType.tenantRef
(ObjectReferenceType value) RoleAnalysisSessionType.tenantRef
(ObjectReferenceType value) RoleType.tenantRef
(ObjectReferenceType value) SecurityPolicyType.tenantRef
(ObjectReferenceType value) SequenceType.tenantRef
(ObjectReferenceType value) ServiceType.tenantRef
(ObjectReferenceType value) ShadowType.tenantRef
(ObjectReferenceType value) SimulationResultType.tenantRef
(ObjectReferenceType value) SystemConfigurationType.tenantRef
(ObjectReferenceType value) TaskType.tenantRef
(ObjectReferenceType value) UserType.tenantRef
(ObjectReferenceType value) ValuePolicyType.tenantRef
(ObjectReferenceType value) RoleAnalysisDetectionPatternType.userOccupancy
(ObjectReferenceType value) ItemRefinedDefinitionType.valueEnumerationRef
(ObjectReferenceType value) MetadataItemDefinitionType.valueEnumerationRef
(ObjectReferenceType value) ObjectTemplateItemDefinitionType.valueEnumerationRef
(ObjectReferenceType value) ResourceAttributeDefinitionType.valueEnumerationRef
(ObjectReferenceType value) ResourceItemDefinitionType.valueEnumerationRef
(ObjectReferenceType value) ResourceObjectAssociationType.valueEnumerationRef
(ObjectReferenceType value) AttributeVerificationCredentialsPolicyType.valuePolicyRef
(ObjectReferenceType value) CredentialPolicyType.valuePolicyRef
(ObjectReferenceType value) GenerateExpressionEvaluatorType.valuePolicyRef
(ObjectReferenceType value) NonceCredentialsPolicyType.valuePolicyRef
(ObjectReferenceType value) PasswordCredentialsPolicyType.valuePolicyRef
(ObjectReferenceType value) SecurityQuestionsCredentialsPolicyType.valuePolicyRef
(ObjectReferenceType value) WorkBucketType.workerRef
(ObjectReferenceType value) -
Uses of ObjectReferenceType in com.evolveum.midpoint.xml.ns._public.model.scripting_3
Fields in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with type parameters of type ObjectReferenceTypeModifier and TypeFieldDescriptionprotected List<ObjectReferenceType>
AssignActionExpressionType.resourceRef
protected List<ObjectReferenceType>
AssignActionExpressionType.targetRef
Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return ObjectReferenceTypeModifier and TypeMethodDescriptionAssignActionExpressionType.beginResourceRef()
AssignActionExpressionType.beginTargetRef()
Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return types with arguments of type ObjectReferenceTypeModifier and TypeMethodDescriptionAssignActionExpressionType.getResourceRef()
AssignActionExpressionType.getTargetRef()
Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with parameters of type ObjectReferenceTypeModifier and TypeMethodDescriptionAssignActionExpressionType.resourceRef
(ObjectReferenceType value) AssignActionExpressionType.targetRef
(ObjectReferenceType value)