Class ConstructionValueWrapper
java.lang.Object
com.evolveum.midpoint.gui.impl.prism.wrapper.PrismValueWrapperImpl<C>
com.evolveum.midpoint.gui.impl.prism.wrapper.PrismContainerValueWrapperImpl<ConstructionType>
com.evolveum.midpoint.gui.impl.prism.wrapper.ConstructionValueWrapper
- All Implemented Interfaces:
PrismContainerValueWrapper<ConstructionType>,PrismValueWrapper<ConstructionType>,DebugDumpable,SelectableRow<ConstructionType>,Serializable
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
ConstructorsConstructorDescriptionConstructionValueWrapper(PrismContainerWrapper<ConstructionType> parent, PrismContainerValue<ConstructionType> pcv, ValueStatus status) -
Method Summary
Modifier and TypeMethodDescriptiondetermineIntent(PrismObject<ResourceType> resource) The difference togetIntent()is that this method tries to guess the intent by looking at default type definition for given shadow kind.getKind()getRefinedSchema(PrismObject<ResourceType> resource) getResourceObjectDefinition(PrismObject<ResourceType> resource) voidsetResourceOid(String resourceOid) Methods inherited from class com.evolveum.midpoint.gui.impl.prism.wrapper.PrismContainerValueWrapperImpl
addItem, addItems, applyDelta, clearItems, collectExtensionItems, debugDump, findContainer, findContainer, findItem, findItem, findProperty, findReference, getChildContainers, getContainers, getContainers, getContainerValueApplyDelta, getDefinition, getDeltas, getDisplayName, getHelpText, getItems, getNewValue, getNonContainers, getOldValue, getPath, getSelectedChild, getValueToAdd, getVirtualItems, hasChanged, isExpanded, isHeterogenous, isMetadata, isReadOnly, isSelected, isShowEmpty, isShowMetadata, isSorted, isVirtual, isVisible, setExpanded, setHeterogenous, setMetadata, setReadOnly, setRealValue, setSelected, setShowEmpty, setShowMetadata, setSorted, setVirtualContainerItems, sizeMethods inherited from class com.evolveum.midpoint.gui.impl.prism.wrapper.PrismValueWrapperImpl
addToDelta, getParent, getParentContainerValue, getRealValue, getStatus, getValueMetadata, isChanged, setStatus, setValueMetadata, toShortStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.gui.api.prism.wrapper.PrismContainerValueWrapper
getStatus, setStatusMethods inherited from interface com.evolveum.midpoint.gui.api.prism.wrapper.PrismValueWrapper
addToDelta, getParent, getParentContainerValue, getRealValue, getValueMetadata, setValueMetadata, toShortString
-
Constructor Details
-
ConstructionValueWrapper
public ConstructionValueWrapper(PrismContainerWrapper<ConstructionType> parent, PrismContainerValue<ConstructionType> pcv, ValueStatus status)
-
-
Method Details
-
setResourceOid
-
getResourceOid
-
getRefinedSchema
public ResourceSchema getRefinedSchema(PrismObject<ResourceType> resource) throws SchemaException, ConfigurationException -
getKind
-
getIntent
-
determineIntent
The difference togetIntent()is that this method tries to guess the intent by looking at default type definition for given shadow kind. -
getResourceObjectDefinition
public ResourceObjectDefinition getResourceObjectDefinition(PrismObject<ResourceType> resource) throws SchemaException, ConfigurationException
-