All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rib.google-translate-workitem.7.9.0.Final.source-code.google-translate-workitem.json Maven / Gradle / Ivy

[
        {
            "name" : "GoogleDetectLanguage",
            "displayName" : "GoogleDetectLanguage",
            "category" : "",
            "description" : "",
            "defaultHandler" : "mvel: new org.jbpm.process.workitem.google.translate.DetectLanguageWorkitemHandler()",
            "documentation" : "google-translate-workitem/index.html",
            "parameters" : [
                               {
                                   "name" : "ToDetectText",
                                   "type" : "new StringDataType()"
                               }

            ],
            "results" : [
                               {
                                   "name" : "DetectedLanguage",
                                   "type" : "new StringDataType()"
                               }

            ],
            "mavenDependencies" : [
                               {
                                   "groupId" : "org.jbpm.contrib",
                                   "artifactId" : "google-translate-workitem",
                                   "version" : "7.9.0.Final"
                               }

            ],
            "icon" : ""
        }
    ,{
            "name" : "GoogleTranslate",
            "displayName" : "GoogleTranslate",
            "category" : "",
            "description" : "",
            "defaultHandler" : "mvel: new org.jbpm.process.workitem.google.translate.TranslateWorkitemHandler()",
            "documentation" : "google-translate-workitem/index.html",
            "parameters" : [
                               {
                                   "name" : "TargetLang",
                                   "type" : "new StringDataType()"
                               }
                ,{
                                   "name" : "ToTranslate",
                                   "type" : "new StringDataType()"
                               }
                ,{
                                   "name" : "SourceLang",
                                   "type" : "new StringDataType()"
                               }

            ],
            "results" : [
                               {
                                   "name" : "Translation",
                                   "type" : "new StringDataType()"
                               }

            ],
            "mavenDependencies" : [
                               {
                                   "groupId" : "org.jbpm.contrib",
                                   "artifactId" : "google-translate-workitem",
                                   "version" : "7.9.0.Final"
                               }

            ],
            "icon" : ""
        }

]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy