Class MExtItem
java.lang.Object
com.evolveum.midpoint.repo.sqale.qmodel.ext.MExtItem
Querydsl "row bean" type related to
QExtItem
.-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionkey()
static MExtItem.Key
keyFrom
(ItemDefinition<?> definition, MExtItemHolderType holderType) Creates ext item key from item definition and holder type.static MExtItem.Key
keyFrom
(ItemDefinition<?> definition, MExtItemHolderType holderType, MExtItemCardinality cardinality) Creates ext item key from item definition and holder type.static MExtItem
of
(Integer id, MExtItem.Key key) toString()
-
Field Details
-
id
-
itemName
-
valueType
Value type as URI produced byQNameUtil.qNameToUri(QName)
. References use URI forObjectReferenceType.COMPLEX_TYPE
(midPoint, not Prism one). -
holderType
-
cardinality
-
-
Constructor Details
-
MExtItem
public MExtItem()
-
-
Method Details
-
of
-
key
-
keyFrom
Creates ext item key from item definition and holder type. -
keyFrom
public static MExtItem.Key keyFrom(ItemDefinition<?> definition, MExtItemHolderType holderType, MExtItemCardinality cardinality) Creates ext item key from item definition and holder type. -
toString
-