Uses of Interface
com.evolveum.midpoint.prism.Referencable
Packages that use Referencable
Package
Description
GUI API package for various utility classes and interfaces.
-
Uses of Referencable in com.evolveum.midpoint.gui.api.prism.wrapper
Classes in com.evolveum.midpoint.gui.api.prism.wrapper with type parameters of type ReferencableMethods in com.evolveum.midpoint.gui.api.prism.wrapper with type parameters of type ReferencableModifier and TypeMethodDescription<R extends Referencable>
PrismReferenceWrapper<R>PrismContainerValueWrapper.findReference
(ItemPath path) <R extends Referencable>
PrismReferenceWrapper<R>PrismContainerWrapper.findReference
(ItemPath path) -
Uses of Referencable in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with type parameters of type ReferencableModifier and TypeMethodDescriptionstatic <R extends Referencable>
PrismReferenceWrapper<R>WebPrismUtil.findReferenceWrapper
(ItemWrapper<?, ?> child, ItemPath pathToFind) static <R extends Referencable>
PrismReferenceValueWebPrismUtil.findSingleReferenceValue
(ItemWrapper<?, ?> child, ItemPath pathToFind) Methods in com.evolveum.midpoint.gui.api.util with parameters of type ReferencableModifier and TypeMethodDescriptionstatic String
WebComponentUtil.getDisplayName
(Referencable ref, boolean translate) static String
WebComponentUtil.getDisplayNameOrName
(Referencable ref) static String
WebComponentUtil.getDisplayNameOrName
(Referencable ref, boolean translate) static <O extends ObjectType>
StringWebComponentUtil.getEffectiveName
(Referencable ref, QName propertyName, PageBase pageBase, String operation, boolean translate) static String
WebComponentUtil.getName
(Referencable ref, boolean translate) static String
WebComponentUtil.getReferencedObjectDisplayNameAndName
(Referencable ref, boolean loadObject, PageBase pageBase) static String
WebComponentUtil.getReferencedObjectDisplayNamesAndNames
(Referencable ref, boolean showTypes) static String
WebComponentUtil.getReferencedObjectDisplayNamesAndNames
(Referencable ref, boolean showTypes, boolean translate) static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils.loadObject
(Referencable objectReference, boolean allowNull, PageAdminLTE page, com.evolveum.midpoint.task.api.Task task, OperationResult result) static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils.loadObject
(Referencable objectReference, PageAdminLTE page) static <T extends ObjectType>
PrismObject<T>WebModelServiceUtils.loadObject
(Referencable objectReference, PageAdminLTE page, com.evolveum.midpoint.task.api.Task task, OperationResult result) static String
WebModelServiceUtils.resolveReferenceName
(Referencable ref, PageBase page) static String
WebModelServiceUtils.resolveReferenceName
(Referencable ref, PageBase page, boolean translate) static String
WebModelServiceUtils.resolveReferenceName
(Referencable ref, PageBase page, com.evolveum.midpoint.task.api.Task task, OperationResult result) static String
WebModelServiceUtils.resolveReferenceName
(Referencable ref, PageBase page, com.evolveum.midpoint.task.api.Task task, OperationResult result, boolean translate) static <T extends ObjectType>
PrismObject<T>WebModelServiceUtils.resolveReferenceNoFetch
(Referencable reference, PageAdminLTE page, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of Referencable in com.evolveum.midpoint.gui.impl.component.data.column
Classes in com.evolveum.midpoint.gui.impl.component.data.column with type parameters of type ReferencableModifier and TypeClassDescriptionclass
PrismReferenceWrapperColumn<C extends Containerable,
R extends Referencable> class
PrismReferenceWrapperColumnPanel<R extends Referencable>
-
Uses of Referencable in com.evolveum.midpoint.gui.impl.factory.panel
Classes in com.evolveum.midpoint.gui.impl.factory.panel with type parameters of type Referencable -
Uses of Referencable in com.evolveum.midpoint.gui.impl.factory.wrapper
Classes in com.evolveum.midpoint.gui.impl.factory.wrapper with type parameters of type ReferencableModifier and TypeClassDescriptionclass
ChildOfReportParamWrapperFactory<R extends Referencable>
class
PrismReferenceWrapperFactory<R extends Referencable>
class
-
Uses of Referencable in com.evolveum.midpoint.gui.impl.prism.panel
Classes in com.evolveum.midpoint.gui.impl.prism.panel with type parameters of type ReferencableModifier and TypeClassDescriptionclass
PrismReferenceHeaderPanel<R extends Referencable>
class
PrismReferencePanel<R extends Referencable>
class
PrismReferenceValuePanel<R extends Referencable>
-
Uses of Referencable in com.evolveum.midpoint.gui.impl.prism.panel.vertical.form
Classes in com.evolveum.midpoint.gui.impl.prism.panel.vertical.form with type parameters of type ReferencableModifier and TypeClassDescriptionclass
class
VerticalFormPrismReferencePanel<R extends Referencable>
class
VerticalFormPrismReferenceValuePanel<R extends Referencable>
class
-
Uses of Referencable in com.evolveum.midpoint.gui.impl.prism.wrapper
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper with type parameters of type ReferencableModifier and TypeClassDescriptionclass
PrismReferenceValueWrapperImpl<T extends Referencable>
class
PrismReferenceWrapperImpl<R extends Referencable>
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper with type parameters of type ReferencableModifier and TypeMethodDescription<R extends Referencable>
PrismReferenceWrapper<R>PrismContainerValueWrapperImpl.findReference
(ItemPath path) <R extends Referencable>
PrismReferenceWrapper<R>ValueMetadataWrapperImpl.findReference
(ItemPath path) -
Uses of Referencable in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util with parameters of type ReferencableModifier and TypeMethodDescriptionstatic void
DetailsPageUtil.dispatchToObjectDetailsPage
(Referencable objectRef, org.apache.wicket.Component component, boolean failIfUnsupported) -
Uses of Referencable in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return ReferencableModifier and TypeMethodDescriptionPrismReferenceValue.asReferencable()
Referencable.clone()
PrismReference.getRealValue()
@Nullable Referencable
PrismReferenceValue.getRealValue()
Referencable.setupReferenceValue
(PrismReferenceValue value) Methods in com.evolveum.midpoint.prism that return types with arguments of type ReferencableModifier and TypeMethodDescriptionstatic @NotNull List<Referencable>
PrismValueCollectionsUtil.asReferencables
(@NotNull Collection<PrismReferenceValue> values) @NotNull Collection<Referencable>
PrismReference.getRealValues()
Methods in com.evolveum.midpoint.prism with parameters of type ReferencableMethod parameters in com.evolveum.midpoint.prism with type arguments of type ReferencableModifier and TypeMethodDescriptionstatic @NotNull List<PrismReferenceValue>
PrismValueCollectionsUtil.asReferenceValues
(@NotNull Collection<? extends Referencable> referencables) Referencable.getOids
(@NotNull Collection<? extends Referencable> referencables) -
Uses of Referencable in com.evolveum.midpoint.prism.binding
Methods in com.evolveum.midpoint.prism.binding with type parameters of type Referencable -
Uses of Referencable in com.evolveum.midpoint.prism.impl.binding
Classes in com.evolveum.midpoint.prism.impl.binding that implement ReferencableModifier and TypeClassDescriptionclass
com.evolveum.midpoint.prism.impl.binding.AbstractReferencable<T extends com.evolveum.midpoint.prism.impl.binding.AbstractReferencable<T>>
-
Uses of Referencable in com.evolveum.midpoint.prism.util
Method parameters in com.evolveum.midpoint.prism.util with type arguments of type ReferencableModifier and TypeMethodDescriptionstatic void
PrismAsserts.assertReferenceValue
(List<? extends Referencable> refs, String oid) static void
PrismAsserts.assertReferenceValues
(List<? extends Referencable> refs, String... oids) -
Uses of Referencable in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ReferencableModifier and TypeMethodDescriptionstatic Collection<Referencable>
ObjectTypeUtil.getExtensionReferenceValues
(ObjectType objectType, QName propertyQname) Methods in com.evolveum.midpoint.schema.util with parameters of type ReferencableModifier and TypeMethodDescriptionstatic PolyStringType
ObjectTypeUtil.getDisplayName
(Referencable ref) static PolyStringType
ObjectTypeUtil.getName
(Referencable ref) Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ReferencableModifier and TypeMethodDescriptionObjectTypeUtil.getOidsFromRefs
(Collection<? extends Referencable> refs) -
Uses of Referencable in com.evolveum.midpoint.web.component.data
Classes in com.evolveum.midpoint.web.component.data with type parameters of type ReferencableModifier and TypeClassDescriptionclass
LinkedReferencePanel<R extends Referencable>
Created by honchar -
Uses of Referencable in com.evolveum.midpoint.web.component.form
Classes in com.evolveum.midpoint.web.component.form with type parameters of type ReferencableModifier and TypeClassDescriptionclass
ValueChoosePanel<R extends Referencable>
TODO: rename to ValueObjectChoicePanel, PrismValueObjectSelectorPanel or something better -
Uses of Referencable in com.evolveum.midpoint.web.component.form.multivalue
Classes in com.evolveum.midpoint.web.component.form.multivalue with type parameters of type ReferencableModifier and TypeClassDescriptionclass
MultiValueObjectChoosePanel<R extends Referencable>
Created by honchar -
Uses of Referencable in com.evolveum.midpoint.web.model
Classes in com.evolveum.midpoint.web.model with type parameters of type ReferencableModifier and TypeClassDescriptionclass
PrismReferenceWrapperHeaderModel<C extends Containerable,
R extends Referencable> class
PrismReferenceWrapperModel<C extends Containerable,
R extends Referencable> Methods in com.evolveum.midpoint.web.model with type parameters of type ReferencableModifier and TypeMethodDescriptionstatic <C extends Containerable,
R extends Referencable>
PrismReferenceWrapperModel<C,R> PrismReferenceWrapperModel.fromContainerValueWrapper
(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> parent, ItemName path) static <C extends Containerable,
R extends Referencable>
PrismReferenceWrapperModel<C,R> PrismReferenceWrapperModel.fromContainerValueWrapper
(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> parent, ItemPath path) static <C extends Containerable,
R extends Referencable>
PrismReferenceWrapperModel<C,R> PrismReferenceWrapperModel.fromContainerWrapper
(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemName path) static <C extends Containerable,
R extends Referencable>
PrismReferenceWrapperModel<C,R> PrismReferenceWrapperModel.fromContainerWrapper
(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemPath path) -
Uses of Referencable in com.evolveum.midpoint.xml.ns._public.common.common_3
Classes in com.evolveum.midpoint.xml.ns._public.common.common_3 that implement Referencable