public class EnterpriseRepositoryServicesClient extends MetadataCollectionServicesClient
auditLog| Constructor and Description |
|---|
EnterpriseRepositoryServicesClient(String serverName,
String restURLRoot)
Create a new client with no authentication embedded in the HTTP request.
|
EnterpriseRepositoryServicesClient(String serverName,
String restURLRoot,
String userId,
String password)
Create a new client that passes userId and password in each HTTP request.
|
addAttributeTypeDef, addEntity, addEntityProxy, addExternalEntity, addExternalRelationship, addRelationship, addTypeDef, addTypeDefGallery, classifyEntity, declassifyEntity, deleteAttributeTypeDef, deleteEntity, deleteEntityReferenceCopy, deleteRelationship, deleteRelationshipReferenceCopy, deleteTypeDef, findAttributeTypeDefsByCategory, findEntitiesByClassification, findEntitiesByProperty, findEntitiesByPropertyValue, findRelationshipsByProperty, findRelationshipsByPropertyValue, findTypeDefsByCategory, findTypeDefsByProperty, findTypesByExternalID, findTypesByName, getAllTypes, getAttributeTypeDefByGUID, getAttributeTypeDefByName, getEntityDetail, getEntityDetail, getEntityNeighborhood, getEntitySummary, getLinkingEntities, getMetadataCollectionId, getMetadataCollectionId, getRelatedEntities, getRelationship, getRelationship, getRelationshipsForEntity, getTypeDefByGUID, getTypeDefByName, isEntityKnown, isRelationshipKnown, purgeEntity, purgeEntityReferenceCopy, purgeEntityReferenceCopy, purgeRelationship, purgeRelationshipReferenceCopy, purgeRelationshipReferenceCopy, refreshEntityReferenceCopy, refreshRelationshipReferenceCopy, reHomeEntity, reHomeRelationship, reIdentifyAttributeTypeDef, reIdentifyEntity, reIdentifyRelationship, reIdentifyTypeDef, restoreEntity, restoreRelationship, reTypeEntity, reTypeRelationship, saveEntityReferenceCopy, saveInstanceReferenceCopies, saveRelationshipReferenceCopy, searchForTypeDefs, setAuditLog, undoEntityUpdate, undoRelationshipUpdate, updateEntityClassification, updateEntityProperties, updateEntityStatus, updateRelationshipProperties, updateRelationshipStatus, updateTypeDef, verifyAttributeTypeDef, verifyTypeDefpublic EnterpriseRepositoryServicesClient(String serverName, String restURLRoot) throws InvalidParameterException
serverName - name of the server to connect torestURLRoot - the network address of the server running the repository services. This is of the form
serverURLroot + "/servers/" + serverName.InvalidParameterException - bad input parameterspublic EnterpriseRepositoryServicesClient(String serverName, String restURLRoot, String userId, String password) throws InvalidParameterException
serverName - name of the server to connect torestURLRoot - the network address of the server running the repository services. This is of the form
serverURLroot + "/servers/" + serverName.userId - caller's userId embedded in all HTTP requestspassword - caller's userId embedded in all HTTP requestsInvalidParameterException - bad input parametersCopyright © 2018–2020 ODPi. All rights reserved.