rib.parser-workitem.7.54.0.Final.source-code.serviceinfo.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parser-workitem Show documentation
Show all versions of parser-workitem Show documentation
Parse Strings to objects and vice-versa
{
"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.54.0.Final"
}
]
}
,
© 2015 - 2024 Weber Informatics LLC | Privacy Policy