Interface WrapperFactory
- All Known Subinterfaces:
ItemWrapperFactory<IW,
,VW, PV> PrismContainerWrapperFactory<C>
- All Known Implementing Classes:
AppendersWrapperFactoryImpl
,AssignmentDetailsWrapperFactoryImpl
,AssignmentHolderWrapperFactoryImpl
,AssignmentWrapperFactoryImpl
,CaseWorkItemWrapperFactoryImpl
,ChildOfReportParamWrapperFactory
,ClassLoggerWrapperFactoryImpl
,ConnectorConfigurationWrapperFactoryImpl
,ConstructionWrapperFactory
,ExpressionWrapperFactory
,HeterogenousContainerWrapperFactory
,ItemWrapperFactoryImpl
,LoggingConfigurationWrapperFactoryImpl
,MetadataWrapperFactoryImpl
,NoEmptyValueContainerWrapperFactoryImpl
,OperationalContainerWrapperFactory
,OutboundAttributeMappingWrapperFactory
,PrismContainerWrapperFactoryImpl
,PrismObjectWrapperFactoryImpl
,PrismPropertyWrapperFactoryImpl
,PrismReferenceWrapperFactory
,ProfilingClassLoggerWrapperFactoryImpl
,ProtectedStringWrapperFactory
,ProvenanceMetadataWrapperFactory
,ReportParamWrapperFactoryImpl
,ResourceAttributeMappingWrapperFactory
,ResourceAttributeWrapperFactoryImpl
,ResourceObjectTypeArchetypeWrapperFactory
,ResourceWrapperFactoryImpl
,ShadowAssociationWrapperFactoryImpl
,ShadowAttributesWrapperFactoryImpl
,ShadowWrapperFactoryImpl
,TaskHandlerWrapperFactory
,TenantRefWrapperFactory
,ValueMetadataWrapperFactoryImpl
public interface WrapperFactory
- Author:
- katka
-
Method Summary
Modifier and TypeMethodDescriptionint
getOrder()
boolean
match
(ItemDefinition<?> def) default <C extends Containerable>
booleanmatch
(ItemDefinition<?> def, PrismContainerValue<C> parent) void
register()
-
Method Details
-
match
-
match
default <C extends Containerable> boolean match(ItemDefinition<?> def, PrismContainerValue<C> parent) -
register
void register() -
getOrder
int getOrder()
-