Class BusinessRoleApplicationDto
java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.role.mining.model.BusinessRoleApplicationDto
- All Implemented Interfaces:
Serializable
The BusinessRoleApplicationDto class represents a Data Transfer Object (DTO) that holds
information about a specific role, its associated cluster, and a list of BusinessRoleDtos that holds information
about a user's delta to a specific role.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBusinessRoleApplicationDto(@NotNull PrismObject<RoleAnalysisClusterType> cluster, @NotNull PrismObject<RoleType> businessRole, @NotNull Set<ObjectReferenceType> userMembers, @NotNull Set<ObjectReferenceType> roleInducements) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetCandidate(boolean candidate) voidsetCluster(PrismObject<RoleAnalysisClusterType> cluster) voidsetPatternId(Long patternId)
-
Constructor Details
-
BusinessRoleApplicationDto
public BusinessRoleApplicationDto(@NotNull @NotNull PrismObject<RoleAnalysisClusterType> cluster, @NotNull @NotNull PrismObject<RoleType> businessRole, @NotNull @NotNull Set<ObjectReferenceType> userMembers, @NotNull @NotNull Set<ObjectReferenceType> roleInducements)
-
-
Method Details
-
getCluster
-
setCluster
-
getBusinessRole
-
getUserMembers
-
setPatternId
-
isCandidate
public boolean isCandidate() -
setCandidate
public void setCandidate(boolean candidate) -
getRoleInducements
-