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 SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Constructor SummaryConstructorsConstructorDescriptionConstructionValueWrapper(PrismContainerWrapper<ConstructionType> parent, PrismContainerValue<ConstructionType> pcv, ValueStatus status) 
- 
Method SummaryModifier 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.PrismContainerValueWrapperImpladdItem, 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.PrismValueWrapperImpladdToDelta, getNewValueWithMetadataApplied, getParent, getParentContainerValue, getRealValue, getStatus, getValueMetadata, isChanged, setStatus, setValueMetadata, toShortStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.gui.api.prism.wrapper.PrismContainerValueWrappergetStatus, setStatusMethods inherited from interface com.evolveum.midpoint.gui.api.prism.wrapper.PrismValueWrapperaddToDelta, getParent, getParentContainerValue, getRealValue, getValueMetadata, setValueMetadata, toShortString
- 
Constructor Details- 
ConstructionValueWrapperpublic ConstructionValueWrapper(PrismContainerWrapper<ConstructionType> parent, PrismContainerValue<ConstructionType> pcv, ValueStatus status) 
 
- 
- 
Method Details- 
setResourceOid
- 
getResourceOid
- 
getRefinedSchemapublic ResourceSchema getRefinedSchema(PrismObject<ResourceType> resource) throws SchemaException, ConfigurationException 
- 
getKind
- 
getIntent
- 
determineIntentThe difference togetIntent()is that this method tries to guess the intent by looking at default type definition for given shadow kind.
- 
getResourceObjectDefinitionpublic ResourceObjectDefinition getResourceObjectDefinition(PrismObject<ResourceType> resource) throws SchemaException, ConfigurationException 
 
-