...
If your authoring tool will be storing links then your IToolAdapter interface must implement the following method:
Code Block | ||
---|---|---|
| ||
public interface IToolAdapter { // ... void updateArtifactLinks(@NonNull String componentId, @NonNull String localConfigurationId, @NonNull String artifactConceptId, @NonNull Set<LinkTao> links); //... } |
...