Class ProvenanceMetadataWrapperFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl<PrismContainerWrapper<C>,PrismContainerValue<C>,PrismContainer<C>,PrismContainerValueWrapper<C>>
com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl<C>
com.evolveum.midpoint.gui.impl.factory.wrapper.MetadataWrapperFactoryImpl<ProvenanceMetadataType>
com.evolveum.midpoint.gui.impl.factory.wrapper.ProvenanceMetadataWrapperFactory
- All Implemented Interfaces:
ItemWrapperFactory<PrismContainerWrapper<ProvenanceMetadataType>,
,PrismContainerValueWrapper<ProvenanceMetadataType>, PrismContainerValue<ProvenanceMetadataType>> PrismContainerWrapperFactory<ProvenanceMetadataType>
,WrapperFactory
@Component
public class ProvenanceMetadataWrapperFactory
extends MetadataWrapperFactoryImpl<ProvenanceMetadataType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getOrder()
<C extends Containerable>
booleanmatch
(ItemDefinition<?> def, PrismContainerValue<C> parent) protected boolean
shouldCreateEmptyValue
(PrismContainer<ProvenanceMetadataType> item, WrapperContext context) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.MetadataWrapperFactoryImpl
createWrapper, match, registerWrapperPanel
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createChildWrapper, createContainerValueWrapper, createNewValue, createValueWrapper, createWrapperInternal, getItemDefinitions, register, setupWrapper, shouldBeExpanded
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadata
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.gui.api.factory.wrapper.ItemWrapperFactory
createWrapper
-
Constructor Details
-
ProvenanceMetadataWrapperFactory
public ProvenanceMetadataWrapperFactory()
-
-
Method Details
-
match
public <C extends Containerable> boolean match(ItemDefinition<?> def, PrismContainerValue<C> parent) - Specified by:
match
in interfaceWrapperFactory
- Overrides:
match
in classMetadataWrapperFactoryImpl<ProvenanceMetadataType>
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classMetadataWrapperFactoryImpl<ProvenanceMetadataType>
-
shouldCreateEmptyValue
protected boolean shouldCreateEmptyValue(PrismContainer<ProvenanceMetadataType> item, WrapperContext context) - Overrides:
shouldCreateEmptyValue
in classMetadataWrapperFactoryImpl<ProvenanceMetadataType>
-