Skip to content

Commit

Permalink
Introduce PerGlobalInfoZAF Connector (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
phhung-axonivy authored Nov 15, 2023
1 parent 33612e8 commit caa1986
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
PerGlobalInfoZAFData #class
connector #namespace
result java.util.List<com.axonivy.connector.successfactors.connector.rest.SFODataPerGlobalInfoZAF> #field
error ch.ivyteam.ivy.bpm.error.BpmError #field
param connector.OdataParams #field
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
{
"format" : "10.0.0",
"id" : "18BB3536C8534F7E",
"kind" : "CALLABLE_SUB",
"config" : {
"data" : "connector.PerGlobalInfoZAFData"
},
"elements" : [ {
"id" : "f0",
"type" : "CallSubStart",
"name" : "getPerGlobalInfoZAFs",
"config" : {
"callSignature" : "getPerGlobalInfoZAFs",
"input" : {
"params" : [
{ "name" : "count", "type" : "Boolean" },
{ "name" : "expand", "type" : "java.util.List<String>" },
{ "name" : "filter", "type" : "String" },
{ "name" : "orderby", "type" : "java.util.List<String>" },
{ "name" : "select", "type" : "java.util.List<String>" },
{ "name" : "skip", "type" : "Integer" },
{ "name" : "top", "type" : "Integer" }
],
"map" : {
"out.param.count" : "param.#count",
"out.param.expand" : "param.#expand",
"out.param.filter" : "param.#filter",
"out.param.orderBy" : "param.#orderby",
"out.param.select" : "param.#select",
"out.param.skip" : "param.#skip",
"out.param.top" : "param.#top"
}
},
"result" : {
"params" : [
{ "name" : "perGlobalInfoZAFs", "type" : "java.util.List<com.axonivy.connector.successfactors.connector.rest.SFODataPerGlobalInfoZAF>" },
{ "name" : "error", "type" : "ch.ivyteam.ivy.bpm.error.BpmError" }
],
"map" : {
"result.perGlobalInfoZAFs" : "in.#result",
"result.error" : "in.#error"
}
}
},
"visual" : {
"at" : { "x" : 96, "y" : 64 }
},
"connect" : { "id" : "f4", "to" : "f3" }
}, {
"id" : "f1",
"type" : "CallSubEnd",
"visual" : {
"at" : { "x" : 352, "y" : 64 }
}
}, {
"id" : "f3",
"type" : "RestClientCall",
"name" : "call rest",
"config" : {
"path" : "/PerGlobalInfoZAF",
"clientId" : "4c029770-6b05-4cf7-9b23-b2434bb500d6",
"clientErrorCode" : "ivy:error:rest:client",
"queryParams" : {
"$top" : "in.param.#top is initialized ? in.param.#top : null",
"$skip" : "in.param.#skip is initialized ? in.param.#skip : null",
"$filter" : "in.param.#filter is initialized ? in.param.#filter : null",
"$count" : "in.param.#count is initialized ? in.param.#count : null",
"$orderby" : "in.param.#orderby is initialized ? in.param.#orderby : null",
"$select" : "in.param.#select is initialized ? in.param.#select : null",
"$expand" : "in.param.#expand is initialized ? in.param.#expand : null"
},
"statusErrorCode" : "ivy:error:rest:client",
"responseMapping" : {
"out.result" : "result.value"
},
"resultType" : "com.axonivy.connector.successfactors.connector.rest.CollectionOfPerGlobalInfoZAF"
},
"visual" : {
"at" : { "x" : 224, "y" : 64 }
},
"boundaries" : [ {
"id" : "f5",
"type" : "ErrorBoundaryEvent",
"visual" : {
"at" : { "x" : 256, "y" : 104 }
},
"connect" : { "id" : "f6", "to" : "f1", "via" : [ { "x" : 352, "y" : 104 } ] }
} ],
"connect" : { "id" : "f2", "to" : "f1" }
} ]
}

0 comments on commit caa1986

Please sign in to comment.