@Service public class IntegrationService extends Object
| Constructor and Description |
|---|
IntegrationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIntegrationLinkGenerator(IntegrationLinkGenerator integrationLinkGenerator)
Sets the given generator for the external system the generator refers to.
|
String |
getIntegrationLink(String externalSystemId,
String externalObjectId)
Returns a link to the given object within the external system.
|
void |
removeIntegrationLinkGenerator(IntegrationLinkGenerator integrationLinkGenerator)
Removes the given generator for the external system the generator refers to.
|
public void addIntegrationLinkGenerator(IntegrationLinkGenerator integrationLinkGenerator)
integrationLinkGenerator - The generator to add.public String getIntegrationLink(String externalSystemId, String externalObjectId)
externalSystemId - The external systems id.externalObjectId - The external objects id.public void removeIntegrationLinkGenerator(IntegrationLinkGenerator integrationLinkGenerator)
integrationLinkGenerator - The generator to remove.Copyright © 2019 Communote team. All rights reserved.