Class PolicyStatementMarkRefWrapperFactory<R extends Referencable>
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl<PrismReferenceWrapper<R>,PrismReferenceValue,PrismReference,PrismReferenceValueWrapperImpl<R>>
com.evolveum.midpoint.gui.impl.factory.wrapper.PrismReferenceWrapperFactory<R>
com.evolveum.midpoint.gui.impl.factory.wrapper.PolicyStatementMarkRefWrapperFactory<R>
- All Implemented Interfaces:
ItemWrapperFactory<PrismReferenceWrapper<R>,
,PrismReferenceValueWrapperImpl<R>, PrismReferenceValue> WrapperFactory
@Component
public class PolicyStatementMarkRefWrapperFactory<R extends Referencable>
extends PrismReferenceWrapperFactory<R>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected PrismReferenceWrapper<R>
createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) int
getOrder()
<C extends Containerable>
booleanmatch
(ItemDefinition<?> def, PrismContainerValue<C> parent) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismReferenceWrapperFactory
createNewValue, createValueWrapper, match, register, registerWrapperPanel, setupWrapper
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, determineReadOnly, getModelInteractionService, getModelService, getPrismContext, getRegistry, getStatus, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValue, skipCreateWrapper
-
Constructor Details
-
PolicyStatementMarkRefWrapperFactory
public PolicyStatementMarkRefWrapperFactory()
-
-
Method Details
-
match
public <C extends Containerable> boolean match(ItemDefinition<?> def, PrismContainerValue<C> parent) -
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classPrismReferenceWrapperFactory<R extends Referencable>
-
createWrapperInternal
protected PrismReferenceWrapper<R> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) - Overrides:
createWrapperInternal
in classPrismReferenceWrapperFactory<R extends Referencable>
-