Class MiningOperationChunk

java.lang.Object
com.evolveum.midpoint.common.mining.objects.chunk.MiningOperationChunk
All Implemented Interfaces:
Serializable

public class MiningOperationChunk extends Object implements Serializable

The `MiningOperationChunk` class represents a chunk of data used in the role analysis process. It contains two lists: - `miningUserTypeChunks` for user data - `miningRoleTypeChunks` for role data

This class provides methods to retrieve these lists and sort them based on the specified `RoleAnalysisSortMode`. Sorting is performed by chunk, so the lists are sorted independently of each other.

See Also: