public interface ISRegistryService extends BaseService
| Modifier and Type | Method and Description |
|---|---|
void |
addBlackBoardMessage(String profId,
String messageId,
String message) |
boolean |
addOrUpdateResourceType(String resourceType,
String resourceSchema) |
boolean |
addProfileNode(String profId,
String xpath,
String node) |
boolean |
addResourceType(String resourceType,
String resourceSchema) |
void |
deleteBlackBoardMessage(String profId,
String messageId) |
boolean |
deleteProfile(String profId) |
boolean |
deleteProfiles(List<String> arrayprofId)
Deprecated.
|
boolean |
deleteResourceType(String resourceType,
Boolean hierarchical) |
boolean |
executeXUpdate(String XQuery) |
String |
insertProfileForValidation(String resourceType,
String resourceProfile) |
String |
invalidateProfile(String profId) |
boolean |
refreshProfile(String profId,
String resourceType) |
String |
registerProfile(String resourceProfile)
register a XML Profile.
|
String |
registerSecureProfile(String resourceProfId,
String secureProfId) |
boolean |
removeProfileNode(String profId,
String nodeId) |
void |
replyBlackBoardMessage(String profId,
String message) |
boolean |
updateProfile(String profId,
String resourceProfile,
String resourceType) |
String |
updateProfileDHN(String resourceProfile)
Deprecated.
|
boolean |
updateProfileNode(String profId,
String xpath,
String node) |
boolean |
updateRegionDescription(String profId,
String resourceProfile)
Deprecated.
|
String |
validateProfile(String profId) |
List<String> |
validateProfiles(List<String> profIds)
Deprecated.
|
identify, notify, startboolean addOrUpdateResourceType(String resourceType, String resourceSchema) throws ISRegistryException
ISRegistryExceptionboolean addResourceType(String resourceType, String resourceSchema) throws ISRegistryException
ISRegistryExceptionboolean deleteProfile(String profId) throws ISRegistryException, ISRegistryDocumentNotFoundException
@Deprecated boolean deleteProfiles(List<String> arrayprofId) throws ISRegistryException
ISRegistryExceptionboolean deleteResourceType(String resourceType, Boolean hierarchical) throws ISRegistryException
resourceType - hierarchical - remove subscription topicsISRegistryExceptionboolean executeXUpdate(String XQuery) throws ISRegistryException
ISRegistryExceptionString insertProfileForValidation(String resourceType, String resourceProfile) throws ISRegistryException
ISRegistryExceptionString invalidateProfile(String profId) throws ISRegistryException
ISRegistryExceptionboolean refreshProfile(String profId, String resourceType) throws ISRegistryException
ISRegistryExceptionString registerProfile(String resourceProfile) throws ISRegistryException
resourceProfile - xml profileISRegistryExceptionString registerSecureProfile(String resourceProfId, String secureProfId) throws ISRegistryException
ISRegistryExceptionboolean updateProfile(String profId, String resourceProfile, String resourceType) throws ISRegistryException
ISRegistryException@Deprecated String updateProfileDHN(String resourceProfile) throws ISRegistryException
ISRegistryExceptionboolean addProfileNode(String profId, String xpath, String node) throws ISRegistryException
ISRegistryExceptionboolean updateProfileNode(String profId, String xpath, String node) throws ISRegistryException
ISRegistryExceptionboolean removeProfileNode(String profId, String nodeId) throws ISRegistryException
ISRegistryException@Deprecated boolean updateRegionDescription(String profId, String resourceProfile) throws ISRegistryException
ISRegistryExceptionString validateProfile(String profId) throws ISRegistryException
ISRegistryException@Deprecated List<String> validateProfiles(List<String> profIds) throws ISRegistryException
ISRegistryExceptionvoid addBlackBoardMessage(String profId, String messageId, String message) throws ISRegistryException
ISRegistryExceptionvoid replyBlackBoardMessage(String profId, String message) throws ISRegistryException
ISRegistryExceptionvoid deleteBlackBoardMessage(String profId, String messageId) throws ISRegistryException
ISRegistryExceptionCopyright © 2017. All rights reserved.