-
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.
Merge pull request #31 from axonivy-market/successfactors-connector-d…
…evelop Release 10.0.13
- Loading branch information
Showing
63 changed files
with
597,157 additions
and
146 deletions.
There are no files selected for viewing
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
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
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
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
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
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
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/CountryData.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 @@ | ||
CountryData #class | ||
connector #namespace | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field | ||
result java.util.List<com.axonivy.connector.successfactors.connector.rest.SFODataCountry> #field |
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/CurrencyData.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 @@ | ||
CurrencyData #class | ||
connector #namespace | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field | ||
result java.util.List<com.axonivy.connector.successfactors.connector.rest.SFODataCurrency> #field |
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
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/EMEAHRData.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 @@ | ||
EMEAHRData #class | ||
connector #namespace | ||
emeaHRDatas List<com.axonivy.connector.successfactors.connector.rest.SFODataCustEMEAHRdata> #field | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field |
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/EmpWorkPermitData.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 @@ | ||
EmpWorkPermitData #class | ||
connector #namespace | ||
empWorkPermits List<com.axonivy.connector.successfactors.connector.rest.SFODataEmpWorkPermit> #field | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field |
7 changes: 7 additions & 0 deletions
7
successfactors-connector/dataclasses/connector/JobCodeData.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,7 @@ | ||
JobCodeData #class | ||
connector #namespace | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field | ||
jobCodes java.util.List<com.axonivy.connector.successfactors.connector.rest.SFODataFOJobCode> #field | ||
requestBody com.axonivy.connector.successfactors.connector.rest.SFODataFOJobCodeUpsert #field | ||
upsertResult com.axonivy.connector.successfactors.connector.rest.SFODataUpsertResult #field |
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/JobRelationshipData.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 @@ | ||
JobRelationshipData #class | ||
connector #namespace | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field | ||
result List<com.axonivy.connector.successfactors.connector.rest.SFODataEmpJobRelationships> #field |
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/LegalEntityData.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 @@ | ||
LegalEntityData #class | ||
connector #namespace | ||
legalEnties List<com.axonivy.connector.successfactors.connector.rest.SFODataFOCompany> #field | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field |
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/MDFEnumValueData.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 @@ | ||
MDFEnumValueData #class | ||
connector #namespace | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field | ||
result List<com.axonivy.connector.successfactors.connector.rest.SFODataMDFEnumValue> #field |
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
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/PYControllingAreaData.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 @@ | ||
PYControllingAreaData #class | ||
connector #namespace | ||
payrollControllingAreas java.util.List<com.axonivy.connector.successfactors.connector.rest.SFODataCustGOPYControllingArea> #field | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field |
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/PYCostCentreData.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 @@ | ||
PYCostCentreData #class | ||
connector #namespace | ||
globalCostCentres List<com.axonivy.connector.successfactors.connector.rest.SFODataCustGOPYCostCentre> #field | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field |
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/PayGradeData.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 @@ | ||
PayGradeData #class | ||
connector #namespace | ||
payGrades List<com.axonivy.connector.successfactors.connector.rest.SFODataFOPayGrade> #field | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field |
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/PaymentMethodData.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 @@ | ||
PaymentMethodData #class | ||
connector #namespace | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field | ||
result java.util.List<com.axonivy.connector.successfactors.connector.rest.SFODataPaymentMethodV3> #field |
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/PersonnelAreaData.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 @@ | ||
PersonnelAreaData #class | ||
connector #namespace | ||
personnelAreas List<com.axonivy.connector.successfactors.connector.rest.SFODataCustGOPersonnelArea> #field | ||
error String #field | ||
param connector.OdataParams #field |
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/PersonnelSubAreaData.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 @@ | ||
PersonnelSubAreaData #class | ||
connector #namespace | ||
personnelSubAreas List<com.axonivy.connector.successfactors.connector.rest.SFODataCustGOPersonnelSubarea> #field | ||
error String #field | ||
param connector.OdataParams #field |
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/PickListValueV2Data.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 @@ | ||
PickListValueV2Data #class | ||
connector #namespace | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field | ||
result java.util.List<com.axonivy.connector.successfactors.connector.rest.SFODataPickListValueV2> #field |
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/PicklistData.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 @@ | ||
PicklistData #class | ||
connector #namespace | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field | ||
result com.axonivy.connector.successfactors.connector.rest.SFODataPicklist #field |
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/PicklistLabelData.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 @@ | ||
PicklistLabelData #class | ||
connector #namespace | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field | ||
result List<com.axonivy.connector.successfactors.connector.rest.SFODataPicklistLabel> #field |
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/PicklistOptionData.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 @@ | ||
PicklistOptionData #class | ||
connector #namespace | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field | ||
result List<com.axonivy.connector.successfactors.connector.rest.SFODataPicklistOption> #field |
9 changes: 9 additions & 0 deletions
9
successfactors-connector/dataclasses/connector/PositionData.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,9 @@ | ||
PositionData #class | ||
connector #namespace | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field | ||
result List<com.axonivy.connector.successfactors.connector.rest.SFODataPosition> #field | ||
requestBody com.axonivy.connector.successfactors.connector.rest.SFODataPositionUpsert #field | ||
upsertResult com.axonivy.connector.successfactors.connector.rest.SFODataUpsertResult #field | ||
effectiveDatePathVariable String #field | ||
positionCodePathVariable String #field |
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/ServiceLine.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 @@ | ||
ServiceLine #class | ||
connector #namespace | ||
serviceLines List<com.axonivy.connector.successfactors.connector.rest.SFODataCustServiceLine> #field | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field |
6 changes: 6 additions & 0 deletions
6
successfactors-connector/dataclasses/connector/TerminationData.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,6 @@ | ||
TerminationData #class | ||
result #classComment | ||
connector #namespace | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field | ||
terminations java.util.List<com.axonivy.connector.successfactors.connector.rest.SFODataEmpEmploymentTermination> #field |
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/TerritoryData.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 @@ | ||
TerritoryData #class | ||
connector #namespace | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field | ||
result java.util.List<com.axonivy.connector.successfactors.connector.rest.SFODataTerritory> #field |
5 changes: 5 additions & 0 deletions
5
successfactors-connector/dataclasses/connector/UserData.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 @@ | ||
UserData #class | ||
connector #namespace | ||
users java.util.List<com.axonivy.connector.successfactors.connector.rest.SFODataUser> #field | ||
error ch.ivyteam.ivy.bpm.error.BpmError #field | ||
param connector.OdataParams #field |
Oops, something went wrong.