
rib.google-maps-workitem.7.15.0.Final.source-code.serviceinfo.json Maven / Gradle / Ivy
{
"name" : "GoogleMapsSpeedLimits",
"displayName" : "GoogleMapsSpeedLimits",
"defaultHandler" : "mvel: new org.jbpm.process.workitem.google.maps.SpeedLimitsWorkitemHandler()",
"documentation" : "google-maps-workitem/index.html",
"icon" : "",
"category" : "Google Maps",
"description" : "Interact with Google Maps Services",
"keywords" : [
"google"
,"maps"
,"speedlimit"
,"places"
],
"isaction" : "true",
"actiontitle" : "Get speedlimits for places using Google Maps",
"parameters" : [
{
"name" : "PlaceIds",
"type" : "new StringDataType()"
}
],
"results" : [
{
"name" : "Speedlimits",
"type" : "new StringDataType()"
}
],
"mavenDependencies" : [
{
"groupId" : "org.jbpm.contrib",
"artifactId" : "google-maps-workitem",
"version" : "7.15.0.Final"
}
]
}
,{
"name" : "GoogleMapsStaticMaps",
"displayName" : "GoogleMapsStaticMaps",
"defaultHandler" : "mvel: new org.jbpm.process.workitem.google.maps.StaticMapsWorkitemHandler()",
"documentation" : "google-maps-workitem/index.html",
"icon" : "",
"category" : "Google Maps",
"description" : "Interact with Google Maps Services",
"keywords" : [
"google"
,"maps"
,"directions"
,"locations"
],
"isaction" : "true",
"actiontitle" : "Get directions using Google Maps",
"parameters" : [
{
"name" : "Markers",
"type" : "new StringDataType()"
}
,{
"name" : "Zoom",
"type" : "new StringDataType()"
}
,{
"name" : "Height",
"type" : "new StringDataType()"
}
,{
"name" : "CenterLocation",
"type" : "new StringDataType()"
}
,{
"name" : "Scale",
"type" : "new StringDataType()"
}
,{
"name" : "Width",
"type" : "new StringDataType()"
}
,{
"name" : "MapType",
"type" : "new StringDataType()"
}
],
"results" : [
{
"name" : "StaticMap",
"type" : "new StringDataType()"
}
],
"mavenDependencies" : [
{
"groupId" : "org.jbpm.contrib",
"artifactId" : "google-maps-workitem",
"version" : "7.15.0.Final"
}
]
}
,{
"name" : "GoogleMapsGeocoding",
"displayName" : "GoogleMapsGeocoding",
"defaultHandler" : "mvel: new org.jbpm.process.workitem.google.maps.GeocodingWorkitemHandler()",
"documentation" : "google-maps-workitem/index.html",
"icon" : "",
"category" : "Google Maps",
"description" : "Interact with Google Maps Services",
"keywords" : [
"google"
,"maps"
,"geocoding"
,"locations"
],
"isaction" : "true",
"actiontitle" : "Get geocoding information using Google Maps",
"parameters" : [
{
"name" : "SearchLocation",
"type" : "new StringDataType()"
}
,{
"name" : "Bounds",
"type" : "new StringDataType()"
}
,{
"name" : "SearchType",
"type" : "new StringDataType()"
}
,{
"name" : "LocationType",
"type" : "new StringDataType()"
}
],
"results" : [
{
"name" : "GeocodingResults",
"type" : "new StringDataType()"
}
],
"mavenDependencies" : [
{
"groupId" : "org.jbpm.contrib",
"artifactId" : "google-maps-workitem",
"version" : "7.15.0.Final"
}
]
}
,{
"name" : "GoogleMapsTimezone",
"displayName" : "GoogleMapsTimezone",
"defaultHandler" : "mvel: new org.jbpm.process.workitem.google.maps.TimezoneWorkitemHandler()",
"documentation" : "google-maps-workitem/index.html",
"icon" : "",
"category" : "Google Maps",
"description" : "Interact with Google Maps Services",
"keywords" : [
"google"
,"maps"
,"timezone"
,"locations"
],
"isaction" : "true",
"actiontitle" : "Get timezone information using Google Maps",
"parameters" : [
{
"name" : "LatLong",
"type" : "new StringDataType()"
}
],
"results" : [
{
"name" : "TimezonResults",
"type" : "new StringDataType()"
}
],
"mavenDependencies" : [
{
"groupId" : "org.jbpm.contrib",
"artifactId" : "google-maps-workitem",
"version" : "7.15.0.Final"
}
]
}
,{
"name" : "GoogleMapsDirections",
"displayName" : "GoogleMapsDirections",
"defaultHandler" : "mvel: new org.jbpm.process.workitem.google.maps.DirectionsWorkitemHandler()",
"documentation" : "google-maps-workitem/index.html",
"icon" : "",
"category" : "Google Maps",
"description" : "Interact with Google Maps Services",
"keywords" : [
"google"
,"maps"
,"directions"
,"locations"
],
"isaction" : "true",
"actiontitle" : "Get directions using Google Maps",
"parameters" : [
{
"name" : "Origin",
"type" : "new StringDataType()"
}
,{
"name" : "Destination",
"type" : "new StringDataType()"
}
,{
"name" : "Mode",
"type" : "new StringDataType()"
}
,{
"name" : "Avoid",
"type" : "new StringDataType()"
}
,{
"name" : "Units",
"type" : "new StringDataType()"
}
],
"results" : [
{
"name" : "Directions",
"type" : "new StringDataType()"
}
],
"mavenDependencies" : [
{
"groupId" : "org.jbpm.contrib",
"artifactId" : "google-maps-workitem",
"version" : "7.15.0.Final"
}
]
}
,
© 2015 - 2025 Weber Informatics LLC | Privacy Policy