Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ConstructionType
-
-
Uses of ConstructionType in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type ConstructionType Modifier and Type Method Description static PrismObject<ResourceType>
WebComponentUtil. getConstructionResource(ConstructionType construction, String operation, PageBase pageBase)
static ObjectFilter
WebComponentUtil. getShadowTypeFilterForAssociation(ConstructionType construction, String operation, PageBase pageBase)
-
Uses of ConstructionType in com.evolveum.midpoint.gui.impl.component
Constructor parameters in com.evolveum.midpoint.gui.impl.component with type arguments of type ConstructionType Constructor Description AssignmentConstructionPanel(String id, org.apache.wicket.model.IModel<PrismContainerWrapper<ConstructionType>> model, ContainerPanelConfigurationType config)
-
Uses of ConstructionType in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return types with arguments of type ConstructionType Modifier and Type Method Description PrismContainerValueWrapper<ConstructionType>
ConstructionWrapperFactory. createContainerValueWrapper(PrismContainerWrapper<ConstructionType> objectWrapper, PrismContainerValue<ConstructionType> objectValue, ValueStatus status, WrapperContext context)
Method parameters in com.evolveum.midpoint.gui.impl.factory.wrapper with type arguments of type ConstructionType Modifier and Type Method Description PrismContainerValueWrapper<ConstructionType>
ConstructionWrapperFactory. createContainerValueWrapper(PrismContainerWrapper<ConstructionType> objectWrapper, PrismContainerValue<ConstructionType> objectValue, ValueStatus status, WrapperContext context)
PrismContainerValueWrapper<ConstructionType>
ConstructionWrapperFactory. createContainerValueWrapper(PrismContainerWrapper<ConstructionType> objectWrapper, PrismContainerValue<ConstructionType> objectValue, ValueStatus status, WrapperContext context)
-
Uses of ConstructionType in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return ConstructionType Modifier and Type Method Description ConstructionType
ExpressionWrapper. getConstruction()
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper with parameters of type ConstructionType Modifier and Type Method Description void
ExpressionWrapper. setConstruction(ConstructionType construction)
Constructor parameters in com.evolveum.midpoint.gui.impl.prism.wrapper with type arguments of type ConstructionType Constructor Description ConstructionValueWrapper(PrismContainerWrapper<ConstructionType> parent, PrismContainerValue<ConstructionType> pcv, ValueStatus status)
ConstructionValueWrapper(PrismContainerWrapper<ConstructionType> parent, PrismContainerValue<ConstructionType> pcv, ValueStatus status)
-
Uses of ConstructionType in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor with parameters of type ConstructionType Modifier and Type Method Description default ResourceObjectDefinition
ResourceSchema. findDefinitionForConstruction(@NotNull ConstructionType construction)
Finds a definition forConstructionType
.default @NotNull ResourceObjectDefinition
ResourceSchema. findDefinitionForConstructionRequired(@NotNull ConstructionType constructionBean, @NotNull Supplier<String> contextSupplier)
AsResourceSchema.findDefinitionForConstruction(ConstructionType)
but throws an exception if the definition is not there. -
Uses of ConstructionType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type ConstructionType Modifier and Type Method Description static @NotNull ShadowKindType
ConstructionTypeUtil. getKind(@NotNull ConstructionType construction)
static String
ConstructionTypeUtil. getResourceOid(@Nullable ConstructionType construction)
static String
SchemaDebugUtil. prettyPrint(ConstructionType act)
-
Uses of ConstructionType in com.evolveum.midpoint.web.component.assignment
Constructor parameters in com.evolveum.midpoint.web.component.assignment with type arguments of type ConstructionType Constructor Description ConstructionAssociationPanel(String id, org.apache.wicket.model.IModel<PrismContainerWrapper<ConstructionType>> model)
-
Uses of ConstructionType in com.evolveum.midpoint.web.component.input
Constructors in com.evolveum.midpoint.web.component.input with parameters of type ConstructionType Constructor Description AssociationExpressionValuePanel(String id, org.apache.wicket.model.IModel<ExpressionType> model, ConstructionType construction)
-
Uses of ConstructionType in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return ConstructionType Modifier and Type Method Description ConstructionType
ObjectFactory. createConstructionType()
-
Uses of ConstructionType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type ConstructionType Modifier and Type Field Description static Producer<ConstructionType>
ConstructionType. FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ConstructionType Modifier and Type Method Description javax.xml.bind.JAXBElement<ConstructionType>
ObjectFactory. createConstruction(ConstructionType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ConstructionType Modifier and Type Method Description AssignmentType
AssignmentType. construction(ConstructionType value)
ResourceObjectConstructionEvaluationTraceType
ResourceObjectConstructionEvaluationTraceType. construction(ConstructionType value)
javax.xml.bind.JAXBElement<ConstructionType>
ObjectFactory. createConstruction(ConstructionType value)
void
AssignmentType. setConstruction(ConstructionType value)
void
ResourceObjectConstructionEvaluationTraceType. setConstruction(ConstructionType value)
-
Uses of ConstructionType in com.evolveum.midpoint.xml.ns._public.model.model_3
Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return ConstructionType Modifier and Type Method Description ConstructionType
ObjectFactory. createConstructionType()
-
Uses of ConstructionType in com.evolveum.midpoint.xml.ns._public.model.scripting_3
Fields in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with type parameters of type ConstructionType Modifier and Type Field Description protected List<ConstructionType>
AssignActionExpressionType. construction
Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return ConstructionType Modifier and Type Method Description ConstructionType
AssignActionExpressionType. beginConstruction()
ConstructionType
ObjectFactory. createConstructionType()
Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return types with arguments of type ConstructionType Modifier and Type Method Description List<ConstructionType>
AssignActionExpressionType. getConstruction()
Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with parameters of type ConstructionType Modifier and Type Method Description AssignActionExpressionType
AssignActionExpressionType. construction(ConstructionType value)
-