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, notify
boolean deleteProfile(String profId) throws ISRegistryServiceException
ISRegistryServiceException
boolean updateProfile(String profId, String resourceProfile, String resourceType) throws ISRegistryServiceException
ISRegistryServiceException
String registerProfile(String resourceProfile) throws ISRegistryServiceException
ISRegistryServiceException
String registerSecureProfile(String resourceProfID, String secureProfID) throws ISRegistryServiceException
ISRegistryServiceException
String insertProfileForValidation(String resourceType, String resourceProfile) throws ISRegistryServiceException
ISRegistryServiceException
boolean addResourceType(String resourceType, String resourceSchema) throws ISRegistryServiceException
ISRegistryServiceException
Copyright © 2023. All rights reserved.