Uses of Enum Class
com.evolveum.midpoint.gui.api.prism.ItemStatus
Package
Description
Package that contains base page classes.
GUI API package for various utility classes and interfaces.
-
Uses of ItemStatus in com.evolveum.midpoint.gui.api.factory.wrapper
Modifier and TypeMethodDescriptionPrismObjectWrapperFactory.createObjectWrapper
(PrismObject<O> object, ItemStatus status, WrapperContext context) ItemWrapperFactory.createWrapper
(PrismContainerValueWrapper<?> parent, Item childContainer, ItemStatus status, WrapperContext context) void
WrapperContext.setObjectStatus
(ItemStatus objectStatus) -
Uses of ItemStatus in com.evolveum.midpoint.gui.api.page
Modifier and TypeMethodDescription<I extends Item,
IW extends ItemWrapper>
IWPageAdminLTE.createItemWrapper
(I item, ItemStatus status, WrapperContext ctx) <I extends Item,
IW extends ItemWrapper>
IWPageAdminLTE.createItemWrapper
(I item, PrismContainerValueWrapper<?> parent, ItemStatus status, WrapperContext ctx) -
Uses of ItemStatus in com.evolveum.midpoint.gui.api.prism
Modifier and TypeMethodDescriptionstatic ItemStatus
Returns the enum constant of this class with the specified name.static ItemStatus[]
ItemStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ItemStatus in com.evolveum.midpoint.gui.api.prism.wrapper
Modifier and TypeMethodDescriptionItemWrapper.findObjectStatus()
ItemWrapper.getStatus()
PrismContainerWrapper.getStatus()
-
Uses of ItemStatus in com.evolveum.midpoint.gui.api.util
Modifier and TypeMethodDescription<I extends Item,
IW extends ItemWrapper>
IWModelServiceLocator.createItemWrapper
(I item, ItemStatus status, WrapperContext ctx) -
Uses of ItemStatus in com.evolveum.midpoint.gui.impl.factory.wrapper
Modifier and TypeMethodDescriptionprotected boolean
AssignmentDetailsWrapperFactoryImpl.canCreateWrapper
(ItemDefinition<?> def, ItemStatus status, WrapperContext context, boolean isEmptyValue) protected boolean
ItemWrapperFactoryImpl.canCreateWrapper
(ItemDefinition<?> def, ItemStatus status, WrapperContext context, boolean isEmptyValue) protected boolean
OperationalContainerWrapperFactory.canCreateWrapper
(ItemDefinition<?> def, ItemStatus status, WrapperContext context, boolean isEmptyValue) protected boolean
ResourceAttributeWrapperFactoryImpl.canCreateWrapper
(ItemDefinition<?> def, ItemStatus status, WrapperContext context, boolean isEmptyValue) protected boolean
ShadowAssociationWrapperFactoryImpl.canCreateWrapper
(ItemDefinition<?> def, ItemStatus status, WrapperContext context, boolean isEmptyValue) AssignmentHolderWrapperFactoryImpl.createObjectWrapper
(PrismObject<AssignmentHolderType> object, ItemStatus status) PrismObjectWrapperFactoryImpl.createObjectWrapper
(PrismObject<O> object, ItemStatus status) PrismObjectWrapperFactoryImpl.createObjectWrapper
(PrismObject<O> object, ItemStatus status, WrapperContext context) ResourceWrapperFactoryImpl.createObjectWrapper
(PrismObject<ResourceType> object, ItemStatus status) ResourceWrapperFactoryImpl.createObjectWrapper
(PrismObject<ResourceType> object, ItemStatus status, WrapperContext context) ShadowWrapperFactoryImpl.createObjectWrapper
(PrismObject<ShadowType> object, ItemStatus status) ItemWrapperFactoryImpl.createWrapper
(PrismContainerValueWrapper<?> parent, Item childItem, ItemStatus status, WrapperContext context) ValueMetadataWrapperFactoryImpl.createWrapper
(PrismContainerValueWrapper<?> parent, Item childItem, ItemStatus status, WrapperContext context) protected PrismReferenceWrapper<R>
ChildOfReportParamWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) protected PrismPropertyWrapper<ExpressionType>
ExpressionWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismProperty<ExpressionType> item, ItemStatus status, WrapperContext ctx) protected abstract IW
ItemWrapperFactoryImpl.createWrapperInternal
(PrismContainerValueWrapper<?> parent, I childContainer, ItemStatus status, WrapperContext wrapperContext) protected PrismContainerWrapper<C>
LoggingConfigurationWrapperFactoryImpl.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismContainer<C> childContainer, ItemStatus status, WrapperContext ctx) protected PrismContainerWrapper<C>
PrismContainerWrapperFactoryImpl.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismContainer<C> childContainer, ItemStatus status, WrapperContext ctx) protected PrismPropertyWrapper<T>
PrismPropertyWrapperFactoryImpl.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismProperty<T> item, ItemStatus status, WrapperContext wrapperContext) protected PrismReferenceWrapper<R>
PrismReferenceWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) ProfilingClassLoggerWrapperFactoryImpl.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismContainer<ClassLoggerConfigurationType> childContainer, ItemStatus status, WrapperContext ctx) protected PrismPropertyWrapper<ProtectedStringType>
ProtectedStringWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismProperty<ProtectedStringType> item, ItemStatus status, WrapperContext ctx) ResourceAttributeMappingWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismContainer<ResourceAttributeDefinitionType> childContainer, ItemStatus status, WrapperContext ctx) protected ResourceAttributeWrapper<T>
ResourceAttributeWrapperFactoryImpl.createWrapperInternal
(PrismContainerValueWrapper<?> parent, ResourceAttribute<T> childContainer, ItemStatus status, WrapperContext ctx) protected PrismReferenceWrapper<R>
ResourceObjectTypeArchetypeWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) protected PrismContainerWrapper<ShadowAssociationType>
ShadowAssociationWrapperFactoryImpl.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismContainer<ShadowAssociationType> childContainer, ItemStatus status, WrapperContext ctx) protected PrismReferenceWrapper<ObjectReferenceType>
TenantRefWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) -
Uses of ItemStatus in com.evolveum.midpoint.gui.impl.page.admin
-
Uses of ItemStatus in com.evolveum.midpoint.gui.impl.prism.wrapper
Modifier and TypeMethodDescriptionItemWrapperImpl.findObjectStatus()
ValueMetadataWrapperImpl.findObjectStatus()
ItemWrapperImpl.getStatus()
ValueMetadataWrapperImpl.getStatus()
Modifier and TypeMethodDescriptionprotected ItemPath
PrismContainerWrapperImpl.getDeltaPathForStatus
(ItemStatus status) protected ItemPath
ProfilingClassLoggerContainerWrapperImpl.getDeltaPathForStatus
(ItemStatus status) ModifierConstructorDescriptionAssignmentHolderWrapper
(PrismObject<AH> item, ItemStatus status) CaseWorkItemTypeWrapper
(@Nullable PrismContainerValueWrapper parent, PrismContainer<CaseWorkItemType> container, ItemStatus status) ExpressionWrapper
(@Nullable PrismContainerValueWrapper parent, PrismProperty<ExpressionType> property, ItemStatus status) ItemWrapperImpl
(PrismContainerValueWrapper<?> parent, I item, ItemStatus status) PrismContainerWrapperImpl
(PrismContainerValueWrapper<?> parent, PrismContainer<C> item, ItemStatus status) PrismObjectWrapperImpl
(PrismObject<O> item, ItemStatus status) PrismPropertyWrapperImpl
(PrismContainerValueWrapper<?> parent, PrismProperty<T> item, ItemStatus status) PrismReferenceWrapperImpl
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status) ProfilingClassLoggerContainerWrapperImpl
(PrismContainerValueWrapper<?> parent, PrismContainer<C> item, ItemStatus status) ProtectedStringTypeWrapperImpl
(PrismContainerValueWrapper<?> parent, PrismProperty<ProtectedStringType> item, ItemStatus status) ResourceAttributeMappingWrapper
(@Nullable PrismContainerValueWrapper parent, PrismContainer<ResourceAttributeDefinitionType> container, ItemStatus status) ResourceAttributeWrapperImpl
(PrismContainerValueWrapper<?> parent, ResourceAttribute<T> item, ItemStatus status) ResourceWrapper
(PrismObject<ResourceType> item, ItemStatus status) ShadowAssociationWrapperImpl
(PrismContainerValueWrapper<?> parent, PrismContainer<ShadowAssociationType> item, ItemStatus status) ShadowWrapperImpl
(PrismObject<ShadowType> item, ItemStatus status)