Interface PrismObjectWrapperFactory<O extends ObjectType>
- All Known Implementing Classes:
AssignmentHolderWrapperFactoryImpl,PrismObjectWrapperFactoryImpl,ResourceWrapperFactoryImpl,SchemaWrapperFactory,ShadowWrapperFactoryImpl,TaskWrapperFactoryImpl
public interface PrismObjectWrapperFactory<O extends ObjectType>
- Author:
- katka
-
Method Summary
Modifier and TypeMethodDescriptioncreateObjectWrapper(PrismObject<O> object, ItemStatus status, WrapperContext context) voidupdateWrapper(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
-