Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHOReVOLUTION
syncope
Commits
4bc138a1
Commit
4bc138a1
authored
May 29, 2017
by
Gianluca Filippone
Browse files
Code refactored
parent
9fe2f7ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext/choreography/logic/src/main/java/org/apache/syncope/core/logic/ChoreographyLogic.java
View file @
4bc138a1
...
...
@@ -594,8 +594,8 @@ public class ChoreographyLogic extends AbstractLogic<AbstractBaseBean> {
build
()).
build
());
}
choreographyPatch
.
getPlainAttrs
().
add
(
new
AttrPatch
.
Builder
().
attrTO
(
new
AttrTO
.
Builder
().
schema
(
"enactedChorSpec"
).
value
(
Base64Utility
.
encode
(
chorSpecXML
))
.
build
()).
build
());
new
AttrTO
.
Builder
().
schema
(
"enactedChorSpec"
).
value
(
Base64Utility
.
encode
(
chorSpecXML
))
.
build
()).
build
());
// 2. process the chorSpec
classForUserTE
=
new
AnyTypeClassTO
();
...
...
@@ -633,8 +633,8 @@ public class ChoreographyLogic extends AbstractLogic<AbstractBaseBean> {
build
()).
build
());
}
choreographyPatch
.
getPlainAttrs
().
add
(
new
AttrPatch
.
Builder
().
attrTO
(
new
AttrTO
.
Builder
().
schema
(
"enactedChorSpec"
).
value
(
Base64Utility
.
encode
(
chorSpecXML
))
.
build
()).
build
());
new
AttrTO
.
Builder
().
schema
(
"enactedChorSpec"
).
value
(
Base64Utility
.
encode
(
chorSpecXML
))
.
build
()).
build
());
choreography
=
groupLogic
.
update
(
choreographyPatch
,
false
).
getEntity
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment