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