public interface OMRSMetadataCollectionManager
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxPageSize()
Return the maximum PageSize
|
OMRSMetadataCollection |
getMetadataCollection()
Returns the metadata collection object that provides an OMRS abstraction of the metadata within
a metadata repository.
|
String |
getMetadataCollectionId()
Return the unique Id for this metadata collection.
|
String |
getOrganizationName()
Return the name of the organization that runs/owns the server used to access the repository.
|
String |
getRepositoryName()
Return the name of the repository where the metadata collection resides.
|
String |
getServerName()
Return the name of the server where the metadata collection resides.
|
String |
getServerType()
Return the descriptive string describing the type of the server.
|
String |
getServerUserId()
Return the userId that the local server should use when processing events and there is no external user
driving the operation.
|
void |
setMaxPageSize(int maxPageSize)
Set up the maximum PageSize
|
void |
setMetadataCollectionId(String metadataCollectionId)
Set up the unique Id for this metadata collection.
|
void |
setOrganizationName(String organizationName)
Set up the name of the organization that runs/owns the server used to access the repository.
|
void |
setRepositoryHelper(OMRSRepositoryHelper repositoryHelper)
Set up a repository helper object for the repository connector to use.
|
void |
setRepositoryName(String repositoryName)
Set up the name of the repository where the metadata collection resides.
|
void |
setRepositoryValidator(OMRSRepositoryValidator repositoryValidator)
Set up a repository validator for the repository connector to use.
|
void |
setServerName(String serverName)
Set up the name of the server where the metadata collection resides.
|
void |
setServerType(String serverType)
Set up the descriptive string describing the type of the server.
|
void |
setServerUserId(String serverUserId)
Set up the userId that the local server should use when processing events and there is no external user
driving the operation.
|
void setRepositoryHelper(OMRSRepositoryHelper repositoryHelper)
repositoryHelper - helper object for building TypeDefs and metadata instances.void setRepositoryValidator(OMRSRepositoryValidator repositoryValidator)
repositoryValidator - validator object to check the validity of TypeDefs and metadata instances.String getRepositoryName()
void setRepositoryName(String repositoryName)
repositoryName - String nameString getServerName()
void setServerName(String serverName)
serverName - String nameString getServerType()
void setServerType(String serverType)
serverType - String server typeString getOrganizationName()
void setOrganizationName(String organizationName)
organizationName - String organization nameString getServerUserId()
void setServerUserId(String serverUserId)
serverUserId - string user idint getMaxPageSize()
void setMaxPageSize(int maxPageSize)
maxPageSize - maximum number of elements that can be retrieved on a request.String getMetadataCollectionId()
void setMetadataCollectionId(String metadataCollectionId)
metadataCollectionId - String unique IdOMRSMetadataCollection getMetadataCollection() throws RepositoryErrorException
RepositoryErrorException - no metadata collectionCopyright © 2018–2020 ODPi. All rights reserved.