Class VolatilityDependencyOperationWrapperFactoryImpl
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl<PrismPropertyWrapper<T>,PrismPropertyValue<T>,PrismProperty<T>,PrismPropertyValueWrapper<T>>
com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl<ChangeTypeType>
com.evolveum.midpoint.gui.impl.factory.wrapper.VolatilityDependencyOperationWrapperFactoryImpl
- All Implemented Interfaces:
ItemWrapperFactory<PrismPropertyWrapper<ChangeTypeType>,
,PrismPropertyValueWrapper<ChangeTypeType>, PrismPropertyValue<ChangeTypeType>> WrapperFactory
@Component
public class VolatilityDependencyOperationWrapperFactoryImpl
extends PrismPropertyWrapperFactoryImpl<ChangeTypeType>
Wrapper factory for attribute/volatility/incoming(outgoing)/operation
- Author:
- lskublik
-
Field Summary
Fields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl
schemaService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected PrismPropertyWrapper<ChangeTypeType>
createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismProperty<ChangeTypeType> item, ItemStatus status, WrapperContext wrapperContext) int
getOrder()
<C extends Containerable>
booleanmatch
(ItemDefinition<?> def, PrismContainerValue<C> parent) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl
createNewValue, createValueWrapper, getPredefinedValuesOid, match, register, registerWrapperPanel, setupWrapper
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, determineReadOnly, getModelInteractionService, getModelService, getPrismContext, getRegistry, getStatus, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValue, skipCreateWrapper
-
Constructor Details
-
VolatilityDependencyOperationWrapperFactoryImpl
public VolatilityDependencyOperationWrapperFactoryImpl()
-
-
Method Details
-
match
public <C extends Containerable> boolean match(ItemDefinition<?> def, PrismContainerValue<C> parent) -
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classPrismPropertyWrapperFactoryImpl<ChangeTypeType>
-
createWrapperInternal
protected PrismPropertyWrapper<ChangeTypeType> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<ChangeTypeType> item, ItemStatus status, WrapperContext wrapperContext) - Overrides:
createWrapperInternal
in classPrismPropertyWrapperFactoryImpl<ChangeTypeType>
-