@ConnectionManagement(friendlyName="Configuration", configElementName="config") public class Config extends Object
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
void |
connect(String username,
String password,
String companyId)
Connect
|
String |
connectionId()
Connect ID of the client to the web service provider
|
void |
disconnect()
Disconnect
|
SuccessFactorsClient |
getClient() |
List<String> |
getEntityList()
Returns the list of entities that will be gathered for DataSense.
|
Boolean |
getFetchAllEntities() |
String |
getProxyHost() |
String |
getProxyPassword() |
Integer |
getProxyPort() |
String |
getProxyUsername() |
String |
getWsdlLocation() |
boolean |
isConnected()
Is the client connected to the service provider?
|
void |
setEntityList(List<String> entityList)
Sets the list of entities that will be gathered for DataSense.
|
void |
setFetchAllEntities(Boolean fetchAllEntities) |
void |
setProxyHost(String proxyHost) |
void |
setProxyPassword(String proxyPassword) |
void |
setProxyPort(Integer proxyPort) |
void |
setProxyUsername(String proxyUsername) |
void |
setWsdlLocation(String wsdlLocation) |
void |
testConnectivity(String username,
String password,
String companyId) |
@Connect public void connect(@NotNull@ConnectionKey String username, @NotNull@Password String password, @NotNull@ConnectionKey@FriendlyName(value="Company ID") String companyId) throws org.mule.api.ConnectionException
username
- A usernamepassword
- A passwordcompanyId
- The companyId used to access the SF serviceorg.mule.api.ConnectionException
@TestConnectivity public void testConnectivity(@NotNull String username, @NotNull String password, @NotNull String companyId) throws org.mule.api.ConnectionException
org.mule.api.ConnectionException
@Disconnect public void disconnect()
@ValidateConnection public boolean isConnected()
@ConnectionIdentifier @NotNull public String connectionId()
@Nullable public String getWsdlLocation()
public void setWsdlLocation(@NotNull String wsdlLocation)
public String getProxyHost()
public void setProxyHost(String proxyHost)
public Integer getProxyPort()
public void setProxyPort(Integer proxyPort)
public String getProxyUsername()
public void setProxyUsername(String proxyUsername)
public String getProxyPassword()
public void setProxyPassword(String proxyPassword)
@NotNull public SuccessFactorsClient getClient()
@NotNull public Boolean getFetchAllEntities()
public void setFetchAllEntities(@NotNull Boolean fetchAllEntities)
@NotNull public List<String> getEntityList()
Copyright © 2010–2017. All rights reserved.