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
ConstructorsConstructorDescriptionPartitionScope(QName objectType, String structuralArchetypeOid, String resourceOid, ShadowKindType kind, String intent, Set<QName> allDimensions) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic PartitionScopefromBean(SimulationMetricPartitionScopeType scope, Set<QName> availableDimensions) inthashCode()toBean()
-
Constructor Details
-
PartitionScope
-
-
Method Details
-
fromBean
public static PartitionScope fromBean(SimulationMetricPartitionScopeType scope, Set<QName> availableDimensions) -
equals
-
hashCode
public int hashCode() -
toBean
-