-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce PerGlobalInfoZAF Connector (#33)
- Loading branch information
1 parent
33612e8
commit caa1986
Showing
2 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/PerGlobalInfoZAFData.ivyClass
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
91 changes: 91 additions & 0 deletions
91
successfactors-connector/processes/connector/PerGlobalInfoZAF.p.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" } | ||
} ] | ||
} |