public interface ISRegistryService extends DriverService
| Modifier and Type | Method and Description |
|---|---|
boolean |
addResourceType(String resourceType,
String resourceSchema) |
boolean |
deleteProfile(String profId) |
String |
insertProfileForValidation(String resourceType,
String resourceProfile) |
String |
registerProfile(String resourceProfile) |
String |
registerSecureProfile(String resourceProfID,
String secureProfID) |
boolean |
updateProfile(String profId,
String resourceProfile,
String resourceType) |
identify, notifyboolean deleteProfile(String profId) throws ISRegistryServiceException
ISRegistryServiceExceptionboolean updateProfile(String profId, String resourceProfile, String resourceType) throws ISRegistryServiceException
ISRegistryServiceExceptionString registerProfile(String resourceProfile) throws ISRegistryServiceException
ISRegistryServiceExceptionString registerSecureProfile(String resourceProfID, String secureProfID) throws ISRegistryServiceException
ISRegistryServiceExceptionString insertProfileForValidation(String resourceType, String resourceProfile) throws ISRegistryServiceException
ISRegistryServiceExceptionboolean addResourceType(String resourceType, String resourceSchema) throws ISRegistryServiceException
ISRegistryServiceExceptionCopyright © 2026. All rights reserved.