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