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