Difference between revisions of "Twitter-disable-notification"

From GreenVulcano Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Description==
 
==Description==
  
{{GVESB}} allows, using the Twitter operations, to invoke the API exposed by the social platform.
+
{{GVESB}} allows, using the Twitter operations, to invoke the API exposed by the social platform to disable Notification sent by a user.
  
 
=={{VULCON}} / {{GVCONSOLE}} Configuration==
 
=={{VULCON}} / {{GVCONSOLE}} Configuration==
Line 19: Line 19:
 
| dynamic || optional || Specify if the account attribute can contain placeholders to be resolved at runtime.
 
| dynamic || optional || Specify if the account attribute can contain placeholders to be resolved at runtime.
 
|-
 
|-
| account || required || Twitter account name.
+
| account || required || Twitter [[TwitterSocialAdapter#Account | account]] name.
 
|-
 
|-
| fromAccountId || required || The Twitter Account Id you want to unfollow.
+
| fromAccountId || required || Id or name of the user to unfollow. Can contains placeholders to be resolved at runtime.
 
|}
 
|}

Latest revision as of 13:08, 14 May 2014

Description

GreenVulcano® ESB allows, using the Twitter operations, to invoke the API exposed by the social platform to disable Notification sent by a user.

VulCon / GV Console Configuration

Following a description of twitter-disable-notification element.

The following table shows the element's attributes:

Attribute Type Description
type fixed This attribute must assume the value call.
class fixed This attribute must assume the value it.greenvulcano.gvesb.virtual.social.twitter.TwitterDisableNotificationCallOperation.
name required Operation name. Used in the 'Flow' section to associate workflow nodes to VCL operations.
dynamic optional Specify if the account attribute can contain placeholders to be resolved at runtime.
account required Twitter account name.
fromAccountId required Id or name of the user to unfollow. Can contains placeholders to be resolved at runtime.