generated from axonivy-market/market-product
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96513d2
commit 72b4af0
Showing
65 changed files
with
915 additions
and
675 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 was deleted.
Oops, something went wrong.
5 changes: 2 additions & 3 deletions
5
adobe-acrobat-sign-connector-demo/.settings/ch.ivyteam.ivy.designer.prefs
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_DATA_CLASS=com.axonivy.connector.adobe.acrobat.sign.connector.demo.Data | ||
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_NAMESPACE=com.axonivy.connector.adobe.acrobat.sign.connector.demo | ||
ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=11 | ||
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=100000 | ||
eclipse.preferences.version=1 | ||
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=120001 | ||
eclipse.preferences.version=1 |
6 changes: 3 additions & 3 deletions
6
adobe-acrobat-sign-connector-demo/.settings/org.eclipse.jdt.core.prefs
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 | ||
org.eclipse.jdt.core.compiler.compliance=17 | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=21 | ||
org.eclipse.jdt.core.compiler.compliance=21 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning | ||
org.eclipse.jdt.core.compiler.release=enabled | ||
org.eclipse.jdt.core.compiler.source=17 | ||
org.eclipse.jdt.core.compiler.source=21 |
21 changes: 1 addition & 20 deletions
21
adobe-acrobat-sign-connector-demo/.settings/org.eclipse.wst.common.component
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 |
---|---|---|
@@ -1,29 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0"> | ||
|
||
|
||
<wb-module deploy-name="adobe-acrobat-sign-connector-demo"> | ||
|
||
|
||
<wb-resource deploy-path="/" source-path="/webContent" tag="defaultRootSource"/> | ||
|
||
|
||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/> | ||
|
||
|
||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_hd"/> | ||
|
||
|
||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_wsproc"/> | ||
|
||
|
||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_dataClasses"/> | ||
|
||
|
||
<property name="java-output-path" value="/adobe-acrobat-sign-connector-demo/target/classes"/> | ||
<property name="context-root" value="adobe-acrobat-sign-connector-demo"/> | ||
|
||
|
||
</wb-module> | ||
|
||
|
||
</project-modules> | ||
</project-modules> |
6 changes: 2 additions & 4 deletions
6
adobe-acrobat-sign-connector-demo/.settings/org.eclipse.wst.common.project.facet.core.xml
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<faceted-project> | ||
<fixed facet="wst.jsdt.web"/> | ||
<installed facet="java" version="17"/> | ||
<installed facet="java" version="21"/> | ||
<installed facet="jst.web" version="3.0"/> | ||
<installed facet="wst.jsdt.web" version="1.0"/> | ||
<installed facet="jst.jsf" version="2.1"/> | ||
</faceted-project> | ||
</faceted-project> |
1 change: 0 additions & 1 deletion
1
adobe-acrobat-sign-connector-demo/.settings/org.eclipse.wst.jsdt.ui.superType.container
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
adobe-acrobat-sign-connector-demo/.settings/org.eclipse.wst.jsdt.ui.superType.name
This file was deleted.
Oops, something went wrong.
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
6 changes: 6 additions & 0 deletions
6
...ctor-demo/dataclasses/com/axonivy/connector/adobe/acrobat/sign/connector/demo/Data.d.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,6 @@ | ||
{ | ||
"$schema" : "https://json-schema.axonivy.com/data-class/12.0.0/data-class.json", | ||
"simpleName" : "Data", | ||
"namespace" : "com.axonivy.connector.adobe.acrobat.sign.connector.demo", | ||
"isBusinessCaseData" : false | ||
} |
2 changes: 0 additions & 2 deletions
2
...or-demo/dataclasses/com/axonivy/connector/adobe/acrobat/sign/connector/demo/Data.ivyClass
This file was deleted.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
...-demo/dataclasses/com/axonivy/connector/adobe/acrobat/sign/connector/demo/DemoData.d.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,19 @@ | ||
{ | ||
"$schema" : "https://json-schema.axonivy.com/data-class/12.0.0/data-class.json", | ||
"simpleName" : "DemoData", | ||
"namespace" : "com.axonivy.connector.adobe.acrobat.sign.connector.demo", | ||
"isBusinessCaseData" : false, | ||
"fields" : [ { | ||
"name" : "file", | ||
"type" : "java.io.File" | ||
}, { | ||
"name" : "fileId", | ||
"type" : "String" | ||
}, { | ||
"name" : "agreementId", | ||
"type" : "String" | ||
}, { | ||
"name" : "error", | ||
"type" : "ch.ivyteam.ivy.bpm.error.BpmError" | ||
} ] | ||
} |
6 changes: 0 additions & 6 deletions
6
...emo/dataclasses/com/axonivy/connector/adobe/acrobat/sign/connector/demo/DemoData.ivyClass
This file was deleted.
Oops, something went wrong.
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
7 changes: 0 additions & 7 deletions
7
...emo/src_hd/com/axonivy/connector/adobe/acrobat/sign/connector/demo/Demo/Demo.rddescriptor
This file was deleted.
Oops, something went wrong.
59 changes: 59 additions & 0 deletions
59
...-demo/src_hd/com/axonivy/connector/adobe/acrobat/sign/connector/demo/Demo/DemoData.d.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,59 @@ | ||
{ | ||
"$schema" : "https://json-schema.axonivy.com/data-class/12.0.0/data-class.json", | ||
"simpleName" : "DemoData", | ||
"namespace" : "com.axonivy.connector.adobe.acrobat.sign.connector.demo.Demo", | ||
"isBusinessCaseData" : false, | ||
"fields" : [ { | ||
"name" : "file", | ||
"type" : "File", | ||
"modifiers" : [ "PERSISTENT" ] | ||
}, { | ||
"name" : "documentId", | ||
"type" : "String", | ||
"modifiers" : [ "PERSISTENT" ] | ||
}, { | ||
"name" : "agreementId", | ||
"type" : "String", | ||
"modifiers" : [ "PERSISTENT" ] | ||
}, { | ||
"name" : "signingURI", | ||
"type" : "String", | ||
"modifiers" : [ "PERSISTENT" ] | ||
}, { | ||
"name" : "signer1", | ||
"type" : "String", | ||
"modifiers" : [ "PERSISTENT" ] | ||
}, { | ||
"name" : "signer2", | ||
"type" : "String", | ||
"modifiers" : [ "PERSISTENT" ] | ||
}, { | ||
"name" : "authoringURI", | ||
"type" : "String", | ||
"modifiers" : [ "PERSISTENT" ] | ||
}, { | ||
"name" : "documents", | ||
"type" : "api.rest.v6.client.AgreementDocuments", | ||
"modifiers" : [ "PERSISTENT" ] | ||
}, { | ||
"name" : "documentContent", | ||
"type" : "org.primefaces.model.StreamedContent", | ||
"modifiers" : [ "PERSISTENT" ] | ||
}, { | ||
"name" : "download", | ||
"type" : "com.axonivy.connector.adobe.acrobat.sign.connector.rest.DownloadResult", | ||
"modifiers" : [ "PERSISTENT" ] | ||
}, { | ||
"name" : "filename", | ||
"type" : "String", | ||
"modifiers" : [ "PERSISTENT" ] | ||
}, { | ||
"name" : "documentIds", | ||
"type" : "java.util.List<String>", | ||
"modifiers" : [ "PERSISTENT" ] | ||
}, { | ||
"name" : "files", | ||
"type" : "java.util.List<java.io.File>", | ||
"modifiers" : [ "PERSISTENT" ] | ||
} ] | ||
} |
28 changes: 0 additions & 28 deletions
28
...emo/src_hd/com/axonivy/connector/adobe/acrobat/sign/connector/demo/Demo/DemoData.ivyClass
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.