Interface PrismObjectWrapperFactory<O extends ObjectType>
- All Known Implementing Classes:
- AssignmentHolderWrapperFactoryImpl,- PrismObjectWrapperFactoryImpl,- ResourceWrapperFactoryImpl,- ShadowWrapperFactoryImpl
public interface PrismObjectWrapperFactory<O extends ObjectType>
- Author:
- katka
- 
Method SummaryModifier and TypeMethodDescriptioncreateObjectWrapper(PrismObject<O> object, ItemStatus status, WrapperContext context) voidupdateWrapper(PrismObjectWrapper<O> wrapper, WrapperContext context) 
- 
Method Details- 
createObjectWrapperPrismObjectWrapper<O> createObjectWrapper(PrismObject<O> object, ItemStatus status, WrapperContext context) throws SchemaException - Throws:
- SchemaException
 
- 
updateWrapper- Throws:
- SchemaException
 
 
-