Interface PrismContainerWrapperFactory<C extends Containerable>
- All Superinterfaces:
ItemWrapperFactory<PrismContainerWrapper<C>,
,PrismContainerValueWrapper<C>, PrismContainerValue<C>> WrapperFactory
- All Known Implementing Classes:
AppendersWrapperFactoryImpl
,AssignmentDetailsWrapperFactoryImpl
,AssignmentHolderWrapperFactoryImpl
,AssignmentWrapperFactoryImpl
,AssociationInboundExpressionWrapperFactory
,AssociationMappingExpressionWrapperFactory
,AssociationMappingWrapperFactory
,AssociationOutboundExpressionWrapperFactory
,AssociationSynchronizationActionFactory
,AuthenticationBehaviorWrapperFactory
,CaseWorkItemWrapperFactoryImpl
,ClassLoggerWrapperFactoryImpl
,ConnectorConfigurationWrapperFactoryImpl
,ConstructionWrapperFactory
,HeterogenousContainerWrapperFactory
,LoggingConfigurationWrapperFactoryImpl
,MarkingPatternWrapperFactory
,MetadataWrapperFactoryImpl
,NoEmptyValueContainerWrapperFactoryImpl
,OperationalContainerWrapperFactory
,OutboundAttributeMappingWrapperFactory
,PrismContainerWrapperFactoryImpl
,PrismObjectWrapperFactoryImpl
,PrismSchemaItemWrapperFactory
,ProfilingClassLoggerWrapperFactoryImpl
,ProvenanceMetadataWrapperFactory
,ReportParamWrapperFactoryImpl
,ResourceAttributeMappingWrapperFactory
,ResourceObjectTypeWrapperFactory
,ResourceSchemaWrapperFactory
,ResourceWrapperFactoryImpl
,SchemaDefinitionWrapperFactory
,SchemaWrapperFactory
,ShadowAssociationsContainerWrapperFactoryImpl
,ShadowAssociationValueWrapperFactoryImpl
,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, createWrapper
Methods 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)
-