Skip to content

Commit

Permalink
Raise project to 12.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 24, 2024
1 parent 96513d2 commit 72b4af0
Show file tree
Hide file tree
Showing 65 changed files with 915 additions and 675 deletions.
7 changes: 1 addition & 6 deletions adobe-acrobat-sign-connector-demo/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**/*.ivyClass|**/*.p.json|**/*.rddescriptor|**/*.xhtml" kind="src" path="src_hd">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src_wsproc">
<classpathentry kind="src" path="src_wsproc">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
Expand Down
8 changes: 6 additions & 2 deletions adobe-acrobat-sign-connector-demo/.project
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>ch.ivyteam.ivy.dialog.form.build.ivyDialogFormBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>ch.ivyteam.ivy.designer.ide.ivyModelValidationBuilder</name>
<arguments>
Expand All @@ -44,6 +49,5 @@
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>
</projectDescription>
</projectDescription>
12 changes: 0 additions & 12 deletions adobe-acrobat-sign-connector-demo/.settings/.jsdtscope

This file was deleted.

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
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
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>
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>

This file was deleted.

This file was deleted.

7 changes: 5 additions & 2 deletions adobe-acrobat-sign-connector-demo/config/variables.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://json-schema.axonivy.com/app/12.0.0/variables.json
# == Variables ==
#
# You can define here your project Variables.
Expand All @@ -9,11 +10,13 @@ Variables:
adobe-acrobat-sign-connector:
host: api.eu2.adobesign.com
returnPage: /designer/page/adobe-acrobat-sign-connector$1/signatureReturn.jsp
baseUri: https://api.eu2.adobesign.com/oauth/v2
baseUri: https://api.eu2.adobesign.com/oauth/v2
authenticationUri: https://secure.eu2.adobesign.com/public/oauth/v2
clientId: ''
clientSecret: ''
permissions: user_read:account user_write:account user_login:account agreement_read:account agreement_write:account agreement_send:account widget_read:account widget_write:account library_read:account library_write:account workflow_read:account workflow_write:account
permissions: user_read:account user_write:account user_login:account agreement_read:account
agreement_write:account agreement_send:account widget_read:account widget_write:account
library_read:account library_write:account workflow_read:account workflow_write:account
oauthToken: default-value
accessToken: default-value
integrationKey: ''
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
}

This file was deleted.

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"
} ]
}

This file was deleted.

20 changes: 12 additions & 8 deletions adobe-acrobat-sign-connector-demo/processes/Demo.p.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"format" : "10.0.0",
"$schema" : "https://json-schema.axonivy.com/process/12.0.0/process.json",
"id" : "18822E284E99FC6E",
"config" : {
"data" : "com.axonivy.connector.adobe.acrobat.sign.connector.demo.DemoData"
Expand All @@ -9,26 +9,30 @@
"type" : "RequestStart",
"name" : "demo.ivp",
"config" : {
"callSignature" : "demo",
"outLink" : "demo.ivp",
"startName" : "<%=ivy.cms.co(\"/Dialogs/com/axonivy/connector/adobe/acrobat/sign/connector/demo/Demo/Demo\")%>"
"signature" : "demo",
"request" : {
"name" : "<%=ivy.cms.co(\"/Dialogs/com/axonivy/connector/adobe/acrobat/sign/connector/demo/Demo/Demo\")%>"
}
},
"visual" : {
"at" : { "x" : 96, "y" : 592 }
},
"connect" : { "id" : "f33", "to" : "f32" }
"connect" : [
{ "id" : "f33", "to" : "f32" }
]
}, {
"id" : "f32",
"type" : "DialogCall",
"name" : "Demo",
"config" : {
"dialogId" : "com.axonivy.connector.adobe.acrobat.sign.connector.demo.Demo",
"startMethod" : "start()"
"dialog" : "com.axonivy.connector.adobe.acrobat.sign.connector.demo.Demo:start()"
},
"visual" : {
"at" : { "x" : 288, "y" : 592 }
},
"connect" : { "id" : "f35", "to" : "f34" }
"connect" : [
{ "id" : "f35", "to" : "f34" }
]
}, {
"id" : "f34",
"type" : "TaskEnd",
Expand Down

This file was deleted.

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" ]
} ]
}

This file was deleted.

Loading

0 comments on commit 72b4af0

Please sign in to comment.