public class RootBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Classification> |
classifications |
protected RepositoryErrorHandler |
errorHandler |
protected OMRSRepositoryHelper |
repositoryHelper |
protected String |
serverName |
protected String |
serviceName |
| Modifier | Constructor and Description |
|---|---|
protected |
RootBuilder(OMRSRepositoryHelper repositoryHelper,
String serviceName,
String serverName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Classification> |
getEntityClassifications(String methodName)
Return a list of entity classifications that can be stored in the metadata
repository.
|
protected InstanceProperties |
getInstanceProperties(String methodName)
Return the supplied bean properties in an InstanceProperties object.
|
void |
setClassifications(List<Classification> classifications)
Set up the classifications associated with the entity.
|
protected RepositoryErrorHandler errorHandler
protected OMRSRepositoryHelper repositoryHelper
protected String serviceName
protected String serverName
protected List<Classification> classifications
protected RootBuilder(OMRSRepositoryHelper repositoryHelper, String serviceName, String serverName)
repositoryHelper - helper methodsserviceName - name of this OMASserverName - name of local serverpublic void setClassifications(List<Classification> classifications)
classifications - list of classification objectspublic List<Classification> getEntityClassifications(String methodName) throws InvalidParameterException
methodName - calling methodInvalidParameterException - the properties of the classification are flawedprotected InstanceProperties getInstanceProperties(String methodName) throws InvalidParameterException
methodName - name of the calling methodInvalidParameterException - there is a problem with the propertiesCopyright © 2018–2020 ODPi. All rights reserved.