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