Interface PrismContainerWrapperFactory<C extends Containerable>
-
- All Superinterfaces:
ItemWrapperFactory<PrismContainerWrapper<C>,PrismContainerValueWrapper<C>,PrismContainerValue<C>>,WrapperFactory
- All Known Implementing Classes:
AppendersWrapperFactoryImpl,AssignmentDetailsWrapperFactoryImpl,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrismContainerValueWrapper<C>createContainerValueWrapper(PrismContainerWrapper<C> objectWrapper, PrismContainerValue<C> objectValue, ValueStatus status, WrapperContext context)-
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.ItemWrapperFactory
createValueWrapper, createWrapper, createWrapper
-
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactory
getOrder, match, match, register
-
-
-
-
Method Detail
-
createContainerValueWrapper
PrismContainerValueWrapper<C> createContainerValueWrapper(PrismContainerWrapper<C> objectWrapper, PrismContainerValue<C> objectValue, ValueStatus status, WrapperContext context)
-
-