Interface PrismContainerWrapperFactory<C extends Containerable>
- All Superinterfaces:
ItemWrapperFactory<PrismContainerWrapper<C>,,PrismContainerValueWrapper<C>, PrismContainerValue<C>> WrapperFactory
- All Known Implementing Classes:
AppendersWrapperFactoryImpl,AssignmentDetailsWrapperFactoryImpl,AssignmentHolderWrapperFactoryImpl,AssignmentWrapperFactoryImpl,CaseWorkItemWrapperFactoryImpl,ClassLoggerWrapperFactoryImpl,ConnectorConfigurationWrapperFactoryImpl,ConstructionWrapperFactory,HeterogenousContainerWrapperFactory,LoggingConfigurationWrapperFactoryImpl,MetadataWrapperFactoryImpl,NoEmptyValueContainerWrapperFactoryImpl,OperationalContainerWrapperFactory,OutboundAttributeMappingWrapperFactory,PrismContainerWrapperFactoryImpl,PrismObjectWrapperFactoryImpl,ProfilingClassLoggerWrapperFactoryImpl,ProvenanceMetadataWrapperFactory,ReportParamWrapperFactoryImpl,ResourceAttributeMappingWrapperFactory,ResourceWrapperFactoryImpl,ShadowAssociationWrapperFactoryImpl,ShadowAttributesWrapperFactoryImpl,ShadowWrapperFactoryImpl,ValueMetadataWrapperFactoryImpl
public interface PrismContainerWrapperFactory<C extends Containerable>
extends ItemWrapperFactory<PrismContainerWrapper<C>,PrismContainerValueWrapper<C>,PrismContainerValue<C>>
- Author:
- katka
-
Method Summary
Modifier and TypeMethodDescriptioncreateContainerValueWrapper(PrismContainerWrapper<C> objectWrapper, PrismContainerValue<C> objectValue, ValueStatus status, WrapperContext context) Methods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.ItemWrapperFactory
createValueWrapper, createWrapper, createWrapperMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactory
getOrder, match, match, register
-
Method Details
-
createContainerValueWrapper
PrismContainerValueWrapper<C> createContainerValueWrapper(PrismContainerWrapper<C> objectWrapper, PrismContainerValue<C> objectValue, ValueStatus status, WrapperContext context)
-