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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PrismReferenceWrapper<R>createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) intgetOrder()<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, setupWrapperMethods 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:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classPrismReferenceWrapperFactory<R extends Referencable>
-
createWrapperInternal
protected PrismReferenceWrapper<R> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) - Overrides:
createWrapperInternalin classPrismReferenceWrapperFactory<R extends Referencable>
-