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

rib.pastebin-workitem.7.51.0.Final.source-code.serviceinfo.json Maven / Gradle / Ivy

{
        "name" : "CreatePastebin",
        "displayName" : "CreatePastebin",
        "defaultHandler" : "mvel: new org.jbpm.process.workitem.pastebin.CreatePastebinWorkitemHandler(\"develKey\")",
        "documentation" : "pastebin-workitem/index.html",
        "module" : "pastebin-workitem",
        "icon" : "CreatePastebin.png",
            "category" : "Pastebin",
            "description" : "Create new or get existing pastes from Pastebin",
            "keywords" : [
                                "paste"
                ,"pastebin"
                ,"create"

            ],
                "isaction" : "true",
                "actiontitle" : "Create a paste on Pastebin",
            "requiresauth" : "true",
                "authparams" : [
                                           {
                                               "name" : "Pastebin developer key"
                                           }

                ],
                "authreferencesite" : "https://pastebin.com/api.php",
            "parameters" : [
                                   {
                                       "name" : "Format",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "Content",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "Title",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "Author",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "Visibility",
                                       "type" : "new StringDataType()"
                                   }

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

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

            ]
}
,{
        "name" : "GetPastebin",
        "displayName" : "GetPastebin",
        "defaultHandler" : "mvel: new org.jbpm.process.workitem.pastebin.GetExistingPastebinWorkitemHandler(\"develKey\")",
        "documentation" : "pastebin-workitem/index.html",
        "module" : "pastebin-workitem",
        "icon" : "GetPastebin.png",
            "category" : "Pastebin",
            "description" : "Create new or get existing pastes from Pastebin",
            "keywords" : [
                                "paste"
                ,"pastebin"
                ,"get"
                ,"existing"

            ],
                "isaction" : "true",
                "actiontitle" : "Get an existing Pastebin",
            "requiresauth" : "true",
                "authparams" : [
                                           {
                                               "name" : "Pastebin developer key"
                                           }

                ],
                "authreferencesite" : "https://pastebin.com/api.php",
            "parameters" : [
                                   {
                                       "name" : "PastebinKey",
                                       "type" : "new StringDataType()"
                                   }

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

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

            ]
}

,




© 2015 - 2025 Weber Informatics LLC | Privacy Policy