Class LookupTableRowType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.LookupTableRowType
- All Implemented Interfaces:
Containerable,Freezable,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
public class LookupTableRowType
extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Data structure that represents entire content of the lookup table, organized into table rows.
The delta semantics has a slightly different meaning for the lookup tables. Each key must be unique and the key
functions as an implicit identifier. E.g. adding a new row with a key that does not exist yet
will insert a new row. Adding a new row with key that already exists will overwrite existing row.
Replace operation on this property will efficiently clear the entire table and replace it with a new data.
We do not recommend using this operation as it may be very inefficient. Add and delete operations are
expected during normal operation.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.AnyNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final Producer<LookupTableRowType>Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()<X> Xend()booleangetKey()getLabel()getValue()label(PolyStringType value) lastChangeTimestamp(String value) voidvoidsetLabel(PolyStringType value) voidvoidMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_KEY
-
F_VALUE
-
F_LABEL
-
F_LAST_CHANGE_TIMESTAMP
-
FACTORY
-
-
Constructor Details
-
LookupTableRowType
public LookupTableRowType() -
LookupTableRowType
Deprecated.
-
-
Method Details
-
getKey
-
setKey
-
getValue
-
setValue
-
getLabel
-
setLabel
-
getLastChangeTimestamp
-
setLastChangeTimestamp
-
equals
- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
-
key
-
value
-
label
-
label
-
lastChangeTimestamp
-
lastChangeTimestamp
-
end
public <X> X end() -
clone
- Overrides:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-