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

rib.parser-workitem.7.38.0.Final.source-code.serviceinfo.json Maven / Gradle / Ivy

There is a newer version: 7.74.1.Final
Show newest version
{
        "name" : "Parser",
        "displayName" : "Parser",
        "defaultHandler" : "mvel: new org.jbpm.process.workitem.parser.ParserWorkItemHandler()",
        "documentation" : "parser-workitem/index.html",
        "module" : "parser-workitem",
        "icon" : "Parser.png",
            "category" : "Parser",
            "description" : "Parse Strings to objects and vice-versa",
            "keywords" : [
                                "parse"
                ,"java"
                ,"object"
                ,"string"
                ,"xml"
                ,"json"

            ],
                "isaction" : "true",
                "actiontitle" : "Parse Java object to string and vice-versa",
            "requiresauth" : "false",
            "parameters" : [
                                   {
                                       "name" : "Type",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "Input",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "Format",
                                       "type" : "new StringDataType()"
                                   }

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

            ],
            "mavenDependencies" : [
                                   {
                                       "groupId" : "org.jbpm.contrib",
                                       "artifactId" : "parser-workitem",
                                       "version" : "7.38.0.Final"
                                   }

            ]
}

,




© 2015 - 2024 Weber Informatics LLC | Privacy Policy