Class RoleAnalysisAttributeSettingPropertyFactory
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<List<ItemPathType>>
com.evolveum.midpoint.gui.impl.factory.wrapper.RoleAnalysisAttributeSettingPropertyFactory
- All Implemented Interfaces:
ItemWrapperFactory<PrismPropertyWrapper<List<ItemPathType>>,
,PrismPropertyValueWrapper<List<ItemPathType>>, PrismPropertyValue<List<ItemPathType>>> WrapperFactory
@Component
public class RoleAnalysisAttributeSettingPropertyFactory
extends PrismPropertyWrapperFactoryImpl<List<ItemPathType>>
-
Field Summary
Fields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl
schemaService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getOrder()
<C extends Containerable>
booleanmatch
(ItemDefinition<?> def, PrismContainerValue<C> parent) void
registerWrapperPanel
(PrismPropertyWrapper<List<ItemPathType>> wrapper) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl
createNewValue, createValueWrapper, createWrapperInternal, getPredefinedValuesOid, match, register, 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
-
RoleAnalysisAttributeSettingPropertyFactory
public RoleAnalysisAttributeSettingPropertyFactory()
-
-
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<List<ItemPathType>>
-
registerWrapperPanel
- Overrides:
registerWrapperPanel
in classPrismPropertyWrapperFactoryImpl<List<ItemPathType>>
-