[midPoint-git] midPoint branch parser updated. v2.3devel-1242-g16149ce
Radovan Semancik
git at evolveum.com
Wed Mar 5 19:29:13 CET 2014
Project "midPoint" branch parser has been updated
via 16149ceea117f0c477d24015c8d4ac4659faa0a2 (commit) v2.3devel-1242-g16149ce
via 66a587bbd60349afc5d55e0a4dc29b1f7c925c8d (commit) v2.3devel-1241-g66a587b
via 31bb343835a4f28f2ad8de929a9444f135ea4d5d (commit) v2.3devel-1240-g31bb343
from 1939894600950df43f08d8d9c7172cc94fa0f898 (commit) v2.3devel-1239-g1939894
- Log -----------------------------------------------------------------
commit 16149ceea117f0c477d24015c8d4ac4659faa0a2
Author: Radovan Semancik <radovan.semancik at evolveum.com>
Date: Wed Mar 5 19:27:00 2014 +0100
Fixing the query schema
commit 66a587bbd60349afc5d55e0a4dc29b1f7c925c8d
Author: Radovan Semancik <radovan.semancik at evolveum.com>
Date: Tue Mar 4 19:08:53 2014 +0100
Query schema cleanup, part 2
commit 31bb343835a4f28f2ad8de929a9444f135ea4d5d
Author: Radovan Semancik <radovan.semancik at evolveum.com>
Date: Tue Mar 4 11:45:22 2014 +0100
Improving filter schema, part 1
-----------------------------------------------------------------------
(Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full)
Summary of changes:
.../midpoint/common/ResourceObjectPattern.java | 6 +
.../refinery/RefinedObjectClassDefinition.java | 31 ++-
.../evolveum/midpoint/prism/parser/DomParser.java | 9 +-
.../midpoint/prism/parser/PrismBeanConverter.java | 17 +-
.../{FilterType.java => FilterClauseType.java} | 14 +-
.../_public/query_2/LogicalOperatorFilterType.java | 2 +-
.../xml/ns/_public/query_2/ObjectFactory.java | 12 +-
.../query_2/PropertyComplexValueFilterType.java | 2 +-
.../_public/query_2/PropertyNoValueFilterType.java | 2 +-
.../query_2/PropertySimpleValueFilterType.java | 2 +-
.../prism/xml/ns/_public/query_2/QueryType.java | 283 +++++---------------
...eValueFilterType.java => SearchFilterType.java} | 245 ++++++-----------
.../xml/ns/_public/query_2/UriFilterType.java | 2 +-
.../src/main/resources/xml/ns/public/query-2.xsd | 87 +++---
.../midpoint/schema/QueryJaxbConvertor.java | 11 +-
.../midpoint/schema/util/ObjectQueryUtil.java | 4 +-
.../midpoint/schema/util/SchemaDebugUtil.java | 7 +-
.../resources/xml/ns/public/common/common-2a.xsd | 31 +--
.../midpoint/schema/TestJaxbConstruction.java | 10 +-
.../midpoint/schema/TestParseObjectTemplate.java | 1 -
.../midpoint/schema/TestParseResource.java | 5 +-
.../evolveum/midpoint/schema/TestParseUser.java | 6 +-
.../midpoint/schema/TestQueryConvertor.java | 10 +-
.../schema/xjc/schema/SchemaProcessor.java | 4 +-
24 files changed, 304 insertions(+), 499 deletions(-)
rename infra/prism/src/main/java/com/evolveum/prism/xml/ns/_public/query_2/{FilterType.java => FilterClauseType.java} (92%)
copy infra/prism/src/main/java/com/evolveum/prism/xml/ns/_public/query_2/{PropertySimpleValueFilterType.java => SearchFilterType.java} (77%)
hooks/post-receive
--
midPoint
More information about the midPoint-svn
mailing list