[midPoint-git] [Evolveum/midpoint] c52c92: Migrate from org/roleType to subtype (MID-4818)
Pavol Mederly
mederly at evolveum.com
Tue Aug 14 15:01:12 CEST 2018
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: c52c92e187ad973df57724f4dec788b8f0e978de
https://github.com/Evolveum/midpoint/commit/c52c92e187ad973df57724f4dec788b8f0e978de
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2018-08-14 (Tue, 14 Aug 2018)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/FocusSummaryPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/assignment/GenericAbstractRoleAssignmentPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/objectdetails/FocusMainPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/roles/component/RoleSummaryPanel.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/FocusTypeUtil.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ObjectTypeUtil.java
M model/certification-impl/src/test/resources/common/orgs-and-users.xml
M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/AssociationFromLinkExpressionEvaluator.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelInteractionServiceImpl.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/MidpointFunctionsImpl.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/OrgStructFunctionsImpl.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/orgstruct/TestOrgStructMeta.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlRepositoryServiceImpl.java
Log Message:
-----------
Migrate from org/roleType to subtype (MID-4818)
1. Changed .getOrgType()/.getRoleType() calls to
FocusTypeUtil.determineSubTypes().
2. Changed determineSubTypes() to always return non-null value.
3. Fixed and deprecated ObjectTypeUtil.getSubtypeValues() method.
4. Identified 2 remaining places to be resolved - see MID-4818.
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the midPoint-svn
mailing list