Class DigitalServiceEntityHandler
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.digitalservice.handlers.DigitalServiceEntityHandler
-
public class DigitalServiceEntityHandler extends Object
The Egeria DigitalServiceProperties entity handler.
-
-
Constructor Summary
Constructors Constructor Description DigitalServiceEntityHandler(OMRSRepositoryHelper repositoryHelper, RepositoryHandler repositoryHandler, InvalidParameterHandler invalidParameterHandler)Instantiates a new Digital Service Entity handler.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcreateDigitalServiceEntity(String userId, String serverName, DigitalServiceProperties digitalServiceProperties)Create digital service referencable string.
-
-
-
Constructor Detail
-
DigitalServiceEntityHandler
public DigitalServiceEntityHandler(OMRSRepositoryHelper repositoryHelper, RepositoryHandler repositoryHandler, InvalidParameterHandler invalidParameterHandler)
Instantiates a new Digital Service Entity handler.- Parameters:
repositoryHelper- the repository helperrepositoryHandler- the repository handlerinvalidParameterHandler- the invalid parameter handler
-
-
Method Detail
-
createDigitalServiceEntity
public String createDigitalServiceEntity(String userId, String serverName, DigitalServiceProperties digitalServiceProperties) throws PropertyServerException, UserNotAuthorizedException, InvalidParameterException
Create digital service referencable string.- Parameters:
userId- calling userserverName- the server namedigitalServiceProperties- the digital service- Returns:
- the string
- Throws:
PropertyServerException- the property server exceptionInvalidParameterException- the invalid parameter exceptionUserNotAuthorizedException- user not authorized
-
-