[Expand]
Inherited Methods |
From class
org.mule.module.linkedin.adapters.LinkedInConnectorProcessAdapter
|
From class
org.mule.module.linkedin.adapters.LinkedInConnectorLifecycleAdapter
|
From class
org.mule.module.linkedin.adapters.LinkedInConnectorMetadataAdapater
|
From class
org.mule.module.linkedin.adapters.LinkedInConnectorCapabilitiesAdapter
boolean
|
isCapableOf(ModuleCapability capability)
Returns true if this module implements such capability
|
|
From class
org.mule.module.linkedin.LinkedInConnector
String
|
getAccessToken()
|
String
|
getAccessTokenSecret()
|
String
|
getApiKey()
|
String
|
getApiSecret()
|
Connections
|
getConnectionsById(String id, List<ProfileField> profileFields, Integer start, Integer count, Date modificationDate, ConnectionModificationType modificationType)
Gets the connections by id.
|
Connections
|
getConnectionsByUrl(String url, List<ProfileField> profileFields, Integer start, Integer count, Date modificationDate, ConnectionModificationType modificationType)
Gets the connections by url.
|
Connections
|
getConnectionsForCurrentUser(List<ProfileField> profileFields, Integer start, Integer count, Date modificationDate, ConnectionModificationType modificationType)
Gets the connections for current user.
|
UpdateComments
|
getNetworkUpdateComments(String networkUpdateId)
Gets the network update comments.
|
Likes
|
getNetworkUpdateLikes(String networkUpdateId)
Gets the network update likes.
|
Network
|
getNetworkUpdates(List<NetworkUpdateType> updateTypes, Integer start, Integer count, Date startDate, Date endDate, Boolean showHiddenMembers)
Gets the network updates.
|
Person
|
getProfileById(String id, List<ProfileField> profileFields)
Gets the profile by id.
|
Person
|
getProfileByUrl(String url, ProfileType profileType, List<ProfileField> profileFields)
Gets the profile by url.
|
Person
|
getProfileForCurrentUser(List<ProfileField> profileFields)
Gets the profile for current user.
|
String
|
getScope()
|
Network
|
getUserUpdates(List<NetworkUpdateType> updateTypes, Integer start, Integer count, Date startDate, Date endDate)
Gets the network updates.
|
Network
|
getUserUpdatesById(String id, List<NetworkUpdateType> updateTypes, Integer start, Integer count, Date startDate, Date endDate)
Gets the network updates.
|
void
|
likePost(String networkUpdateId)
Like post.
|
void
|
postComment(String networkUpdateId, String commentText)
Post comment.
|
void
|
postNetworkUpdate(String updateText)
Post network update.
|
void
|
postShare(String commentText, String title, String url, String imageUrl, LinkedInVisibilityType visibility, Boolean postToTwitter)
Post share.
|
void
|
reShare(String shareId, String commentText, LinkedInVisibilityType visibility)
Re-share.
|
People
|
searchPeople(Map<SearchParameter, String> searchParameters, List<ProfileField> profileFields, Integer start, Integer count, SearchSortOrder sortOrder)
Search people.
|
PeopleSearch
|
searchPeopleWithFacetFields(Map<SearchParameter, String> searchParameters, List<ProfileField> profileFields, List<FacetField> facetFields, Integer start, Integer count, SearchSortOrder sortOrder, Map<FacetType, String> facets)
Search people.
|
People
|
searchPeopleWithFacets(Map<SearchParameter, String> searchParameters, List<ProfileField> profileFields, Integer start, Integer count, SearchSortOrder sortOrder, Map<FacetType, String> facets)
Search people.
|
void
|
sendInviteByEmail(String email, String firstName, String lastName, String subject, String message)
Send invite.
|
void
|
sendMessage(List<String> recepientIds, String subject, String message)
Send message.
|
void
|
setAccessToken(String accessToken)
|
void
|
setAccessTokenSecret(String accessTockenSecret)
|
void
|
setApiKey(String apiKey)
|
void
|
setApiSecret(String apiSecret)
|
void
|
setScope(String scope)
|
void
|
unlikePost(String networkUpdateId)
Unlike post.
|
void
|
updateCurrentStatus(String status, Boolean postToTwitter)
Update current status.
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
org.mule.api.MetadataAware
|
From interface
org.mule.api.devkit.ProcessAdapter
abstract
<T>
ProcessTemplate<T, O>
|
getProcessTemplate()
|
|
From interface
org.mule.api.devkit.capability.Capabilities
abstract
boolean
|
isCapableOf(ModuleCapability arg0)
|
|
From interface
org.mule.api.lifecycle.Disposable
|
From interface
org.mule.api.lifecycle.Initialisable
abstract
void
|
initialise()
|
|
From interface
org.mule.api.lifecycle.Startable
|
From interface
org.mule.api.lifecycle.Stoppable
|
From interface
org.mule.security.oauth.OAuth1Adapter
abstract
String
|
authorize(Map<String, String> arg0, String arg1, String arg2, String arg3, String arg4)
|
abstract
void
|
fetchAccessToken(String arg0, String arg1, String arg2, String arg3)
|
abstract
String
|
getAccessTokenSecret()
|
abstract
OAuthConsumer
|
getConsumer()
|
abstract
OAuth1Manager
|
getOauth1Manager()
|
abstract
RestoreAccessTokenCallback
|
getOauthRestoreAccessToken()
|
abstract
SaveAccessTokenCallback
|
getOauthSaveAccessToken()
|
abstract
String
|
getRequestToken()
|
abstract
String
|
getRequestTokenSecret()
|
abstract
String
|
getRequestTokenUrl()
|
abstract
void
|
reset()
|
abstract
void
|
setAccessTokenSecret(String arg0)
|
abstract
void
|
setConsumer(OAuthConsumer arg0)
|
abstract
void
|
setOauthRestoreAccessToken(RestoreAccessTokenCallback arg0)
|
abstract
void
|
setOauthSaveAccessToken(SaveAccessTokenCallback arg0)
|
abstract
void
|
setRequestToken(String arg0)
|
abstract
void
|
setRequestTokenSecret(String arg0)
|
abstract
void
|
setRequestTokenUrl(String arg0)
|
|
From interface
org.mule.security.oauth.OAuth1Connector
abstract
String
|
getAccessToken()
|
abstract
String
|
getAccessTokenUrl()
|
abstract
String
|
getAuthorizationUrl()
|
abstract
String
|
getConsumerKey()
|
abstract
String
|
getConsumerSecret()
|
abstract
OAuthMessageSigner
|
getMessageSigner()
|
abstract
String
|
getScope()
|
abstract
SigningStrategy
|
getSigningStrategy()
|
abstract
String
|
getVerifierRegex()
|
|
From interface
org.mule.security.oauth.OAuthAdapter
abstract
String
|
getOauthVerifier()
|
abstract
void
|
hasBeenAuthorized()
|
abstract
void
|
setAccessToken(String arg0)
|
abstract
void
|
setAccessTokenUrl(String arg0)
|
abstract
void
|
setAuthorizationUrl(String arg0)
|
abstract
void
|
setOauthVerifier(String arg0)
|
|
From interface
org.mule.security.oauth.OnNoTokenPolicyAware
abstract
OnNoTokenPolicy
|
getOnNoTokenPolicy()
|
abstract
void
|
setOnNoTokenPolicy(OnNoTokenPolicy arg0)
|
|