Class PartitionScope
java.lang.Object
com.evolveum.midpoint.schema.simulation.PartitionScope
Parsed form of
SimulationMetricPartitionScopeType
.
TODO reconcile these two; what to do with null dimensions?-
Constructor Summary
ConstructorDescriptionPartitionScope
(QName objectType, String structuralArchetypeOid, String resourceOid, ShadowKindType kind, String intent, Set<QName> allDimensions) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static PartitionScope
fromBean
(SimulationMetricPartitionScopeType scope, Set<QName> availableDimensions) int
hashCode()
toBean()
-
Constructor Details
-
PartitionScope
-
-
Method Details
-
fromBean
public static PartitionScope fromBean(SimulationMetricPartitionScopeType scope, Set<QName> availableDimensions) -
equals
-
hashCode
public int hashCode() -
toBean
-