T - the generic typepublic interface DoCheckSyncItem<T>
| Modifier and Type | Method and Description |
|---|---|
T |
checkItemSynched(String itemId)
Check item synched.
|
T |
getConfiguration(String itemId)
Gets the configuration.
|
T checkItemSynched(String itemId) throws ItemNotSynched, Exception
itemId - the item idItemNotSynched - the item not synchedException - the exceptionT getConfiguration(String itemId) throws org.gcube.usecases.ws.thredds.faults.WorkspaceInteractionException, org.gcube.usecases.ws.thredds.faults.WorkspaceNotSynchedException, Exception
itemId - the item idorg.gcube.usecases.ws.thredds.faults.WorkspaceInteractionException - the workspace interaction exceptionorg.gcube.usecases.ws.thredds.faults.WorkspaceNotSynchedException - the workspace not synched exceptionException - the exceptionCopyright © 2021. All Rights Reserved.