public interface RepositoryObject extends RemoteObject
Modifier and Type | Method and Description |
---|---|
List<RepositoryObject> |
getChildren(Browser browser)
Gets the object children.
|
String |
getDescription()
Gets the object description
|
String |
getName()
Gets the object name.
|
List<RepositoryObject> |
getParents(Browser browser)
Gets the object parents.
|
void |
reload(Browser browser)
Reloads the object from OMERO.
|
asDataObject, canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, distinct, flatten, getCreated, getElementsOf, getGroupId, getId, getOwner, getUpdated, saveAndUpdate
String getName()
String getDescription()
List<RepositoryObject> getParents(Browser browser) throws AccessException, ServiceException, ExecutionException
browser
- The data browser.ServiceException
- Cannot connect to OMERO.AccessException
- Cannot access data.ExecutionException
- A Facility can't be retrieved or instantiated.List<RepositoryObject> getChildren(Browser browser) throws AccessException, ServiceException, ExecutionException
browser
- The data browser.ServiceException
- Cannot connect to OMERO.AccessException
- Cannot access data.ExecutionException
- A Facility can't be retrieved or instantiated.void reload(Browser browser) throws ServiceException, AccessException, ExecutionException
browser
- The data browser.ServiceException
- Cannot connect to OMERO.AccessException
- Cannot access data.ExecutionException
- A Facility can't be retrieved or instantiated.Copyright © 2020–2023 GReD. All rights reserved.