Class SchemaWrapperFactory
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<O>
com.evolveum.midpoint.gui.impl.factory.wrapper.PrismObjectWrapperFactoryImpl<AssignmentHolderType>
com.evolveum.midpoint.gui.impl.factory.wrapper.AssignmentHolderWrapperFactoryImpl
com.evolveum.midpoint.gui.impl.factory.wrapper.schema.SchemaWrapperFactory
- All Implemented Interfaces:
ItemWrapperFactory<PrismContainerWrapper<AssignmentHolderType>,,PrismContainerValueWrapper<AssignmentHolderType>, PrismContainerValue<AssignmentHolderType>> PrismContainerWrapperFactory<AssignmentHolderType>,PrismObjectWrapperFactory<AssignmentHolderType>,WrapperFactory,ContainerableDuplicateResolver<AssignmentHolderType>
-
Field Summary
Fields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
VIRTUAL_CONTAINER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateValueWrapper(PrismContainerWrapper<AssignmentHolderType> parent, PrismContainerValue<AssignmentHolderType> value, ValueStatus status, WrapperContext context) intgetOrder()booleanmatch(ItemDefinition<?> def) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.AssignmentHolderWrapperFactoryImpl
createObjectWrapperMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismObjectWrapperFactoryImpl
applySecurityConstraints, createContainerValueWrapper, createObjectWrapper, duplicateObject, register, setupContextWithMetadataProcessing, updateWrapperMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createChildWrapper, createNewValue, createVirtualWrappers, createWrapper, createWrapperInternal, getItemDefinitions, recomputeStatus, registerWrapperPanel, setupWrapper, shouldBeExpandedMethods 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, skipCreateWrapperMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.ItemWrapperFactory
createWrapper, createWrapperMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactory
match
-
Constructor Details
-
SchemaWrapperFactory
public SchemaWrapperFactory()
-
-
Method Details
-
match
- Specified by:
matchin interfaceWrapperFactory- Overrides:
matchin classAssignmentHolderWrapperFactoryImpl
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classAssignmentHolderWrapperFactoryImpl
-
createValueWrapper
public PrismContainerValueWrapper<AssignmentHolderType> createValueWrapper(PrismContainerWrapper<AssignmentHolderType> parent, PrismContainerValue<AssignmentHolderType> value, ValueStatus status, WrapperContext context) throws SchemaException - Specified by:
createValueWrapperin interfaceItemWrapperFactory<PrismContainerWrapper<AssignmentHolderType>,PrismContainerValueWrapper<AssignmentHolderType>, PrismContainerValue<AssignmentHolderType>> - Overrides:
createValueWrapperin classPrismObjectWrapperFactoryImpl<AssignmentHolderType>- Throws:
SchemaException
-