Uses of Interface
com.evolveum.midpoint.prism.Referencable
-
-
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 Referencable Modifier and Type Interface Description interface
PrismReferenceWrapper<R extends Referencable>
Methods in com.evolveum.midpoint.gui.api.prism.wrapper with type parameters of type Referencable Modifier and Type Method Description <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 Referencable Modifier and Type Method Description static <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 Referencable Modifier and Type Method Description static void
WebComponentUtil. dispatchToObjectDetailsPage(Referencable objectRef, org.apache.wicket.Component component, boolean failIfUnsupported)
static 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>
PrismObject<T>WebModelServiceUtils. loadObject(Referencable objectReference, PageAdminLTE page, com.evolveum.midpoint.task.api.Task task, OperationResult result)
static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils. loadObject(Referencable objectReference, PageBase page)
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 Referencable Modifier and Type Class Description class
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 Modifier and Type Class Description class
PrismReferencePanelContext<R extends 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 Referencable Modifier and Type Class Description class
ChildOfReportParamWrapperFactory<R extends Referencable>
class
PrismReferenceWrapperFactory<R extends Referencable>
-
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 Referencable Modifier and Type Class Description class
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 Referencable Modifier and Type Class Description class
VerticalFormPrismReferenceHeaderPanel<R extends Referencable>
class
VerticalFormPrismReferencePanel<R extends Referencable>
class
VerticalFormPrismReferenceValuePanel<R extends Referencable>
class
VerticalFormPrismValueObjectSelectorPanel<R extends Referencable>
-
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 Referencable Modifier and Type Class Description class
PrismReferenceValueWrapperImpl<T extends Referencable>
class
PrismReferenceWrapperImpl<R extends Referencable>
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper with type parameters of type Referencable Modifier and Type Method Description <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.prism
Methods in com.evolveum.midpoint.prism that return Referencable Modifier and Type Method Description Referencable
PrismReferenceValue. asReferencable()
Referencable
Referencable. clone()
Referencable
PrismReference. getRealValue()
@Nullable Referencable
PrismReferenceValue. getRealValue()
Referencable
Referencable. setupReferenceValue(PrismReferenceValue value)
Methods in com.evolveum.midpoint.prism that return types with arguments of type Referencable Modifier and Type Method Description static @NotNull List<Referencable>
PrismValueCollectionsUtil. asReferencables(@NotNull Collection<PrismReferenceValue> values)
@NotNull Collection<Referencable>
PrismReference. getRealValues()
Methods in com.evolveum.midpoint.prism with parameters of type Referencable Modifier and Type Method Description static String
Referencable. getOid(Referencable referencable)
Method parameters in com.evolveum.midpoint.prism with type arguments of type Referencable Modifier and Type Method Description static @NotNull List<PrismReferenceValue>
PrismValueCollectionsUtil. asReferenceValues(@NotNull Collection<? extends Referencable> referencables)
static @NotNull Set<String>
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 Modifier and Type Method Description static <T extends Referencable>
TStructuredCopy. of(T value)
-
Uses of Referencable in com.evolveum.midpoint.prism.impl.binding
Classes in com.evolveum.midpoint.prism.impl.binding with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Referencable Modifier and Type Class Description class
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 Referencable Modifier and Type Method Description static 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 Referencable Modifier and Type Method Description static Collection<Referencable>
ObjectTypeUtil. getExtensionReferenceValues(ObjectType objectType, QName propertyQname)
Methods in com.evolveum.midpoint.schema.util with parameters of type Referencable Modifier and Type Method Description static PolyStringType
ObjectTypeUtil. getDisplayName(Referencable ref)
static PolyStringType
ObjectTypeUtil. getName(Referencable ref)
Method parameters in com.evolveum.midpoint.schema.util with type arguments of type Referencable Modifier and Type Method Description static Set<String>
ObjectTypeUtil. 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 Referencable Modifier and Type Class Description class
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 Referencable Modifier and Type Class Description class
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 Referencable Modifier and Type Class Description class
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 Referencable Modifier and Type Class Description class
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 Referencable Modifier and Type Method Description static <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 Modifier and Type Class Description class
ObjectReferenceType
-