public interface ExternalObjectAccessor
| Modifier and Type | Method and Description |
|---|---|
<T> T |
findRemoteObject(String externalObjectId,
Class<T> objectClass) |
<T> List<T> |
findRemoteObjects(String externalObjectsId,
Class<T> objectClass) |
<T> T findRemoteObject(String externalObjectId, Class<T> objectClass) throws PluginException
T - Type of the object.externalObjectId - The external objects id.objectClass - The class.PluginException - Exception.<T> List<T> findRemoteObjects(String externalObjectsId, Class<T> objectClass) throws PluginException
T - Type of the object.externalObjectsId - The external objects id.objectClass - The class of the Object.PluginException - Exception.Copyright © 2019 Communote team. All rights reserved.