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
public class ConstructionValueWrapper extends PrismContainerValueWrapperImpl<ConstructionType>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ConstructionValueWrapper(PrismContainerWrapper<ConstructionType> parent, PrismContainerValue<ConstructionType> pcv, ValueStatus status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
determineIntent(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.String
getIntent()
ShadowKindType
getKind()
ResourceSchema
getRefinedSchema(PrismObject<ResourceType> resource)
ResourceObjectDefinition
getResourceObjectDefinition(PrismObject<ResourceType> resource)
String
getResourceOid()
void
setResourceOid(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, 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, size
-
Methods inherited from class com.evolveum.midpoint.gui.impl.prism.wrapper.PrismValueWrapperImpl
addToDelta, getParent, getParentContainerValue, getRealValue, getStatus, getValueMetadata, isChanged, setStatus, setValueMetadata, toShortString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.gui.api.prism.wrapper.PrismContainerValueWrapper
getStatus, setStatus
-
Methods inherited from interface com.evolveum.midpoint.gui.api.prism.wrapper.PrismValueWrapper
addToDelta, getParent, getParentContainerValue, getRealValue, getValueMetadata, setValueMetadata, toShortString
-
-
-
-
Constructor Detail
-
ConstructionValueWrapper
public ConstructionValueWrapper(PrismContainerWrapper<ConstructionType> parent, PrismContainerValue<ConstructionType> pcv, ValueStatus status)
-
-
Method Detail
-
setResourceOid
public void setResourceOid(String resourceOid)
-
getResourceOid
public String getResourceOid()
-
getRefinedSchema
public ResourceSchema getRefinedSchema(PrismObject<ResourceType> resource) throws SchemaException, ConfigurationException
-
getKind
public ShadowKindType getKind()
-
getIntent
public String getIntent()
-
determineIntent
public String determineIntent(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.
-
getResourceObjectDefinition
public ResourceObjectDefinition getResourceObjectDefinition(PrismObject<ResourceType> resource) throws SchemaException, ConfigurationException
-
-