Class RoleAnalysisAttributeDef
java.lang.Object
com.evolveum.midpoint.common.mining.objects.analysis.RoleAnalysisAttributeDef
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRoleAnalysisAttributeDef
(ItemPath path, ItemDefinition<?> definition, Class<? extends FocusType> parentType) -
Method Summary
Modifier and TypeMethodDescriptionstatic String
extractRealValue
(Object object) getPath()
boolean
boolean
resolveMultiValueItem
(@NotNull PrismObject<?> prismObject, @NotNull ItemPath itemPath) resolveSingleValueItem
(@NotNull PrismObject<?> prismObject, @NotNull ItemPath itemPath) void
setDisplayValue
(String displayValue) void
-
Constructor Details
-
RoleAnalysisAttributeDef
public RoleAnalysisAttributeDef(ItemPath path, ItemDefinition<?> definition, Class<? extends FocusType> parentType)
-
-
Method Details
-
getPath
-
setPath
-
getDisplayValue
-
setDisplayValue
-
resolveSingleValueItem
public String resolveSingleValueItem(@NotNull @NotNull PrismObject<?> prismObject, @NotNull @NotNull ItemPath itemPath) -
resolveMultiValueItem
@NotNull public @NotNull Set<String> resolveMultiValueItem(@NotNull @NotNull PrismObject<?> prismObject, @NotNull @NotNull ItemPath itemPath) -
extractRealValue
-
getQuery
-
isMultiValue
public boolean isMultiValue() -
isReference
public boolean isReference()
-