public interface ProfileOverviewManager
Modifier and Type | Method and Description |
---|---|
java.util.List<CentraSiteRegistryObject> |
getAliases(CentraSiteRegistryObject asset)
Lists all the aliases for a given asset.
|
CentraSiteRegistryObject |
getService(CentraSiteRegistryObject asset)
Returns the native service of a given virtual service.
|
java.util.List<CentraSiteRegistryObject> getAliases(CentraSiteRegistryObject asset) throws CLLException
asset
- The CentraSiteRegistryObject
asset instanceList
of CentraSiteRegistryObject
aliases for the given assetCLLException
- If an error occurs in getting the aliasesCentraSiteRegistryObject getService(CentraSiteRegistryObject asset) throws CLLException
asset
- The CentraSiteRegistryObject
virtual service instanceCentraSiteRegistryObject
native service instanceCLLException
- If an error occurs in finding the native service for the given virtual service