Class OCFMetadataOperationalServices
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.ocf.metadatamanagement.admin.OCFMetadataOperationalServices
-
public class OCFMetadataOperationalServices extends Object
OCFMetadataOperationalServices initializes the REST Services that support the Open Connector Framework (OCF) connected asset properties calls.
-
-
Constructor Summary
Constructors Constructor Description OCFMetadataOperationalServices(String serverName, OMRSRepositoryConnector repositoryConnector, AuditLog auditLog)Deprecated.OCFMetadataOperationalServices(String serverName, OMRSRepositoryConnector repositoryConnector, AuditLog auditLog, String localServerUserId, int maxPageSize)Constructor
-
-
-
Constructor Detail
-
OCFMetadataOperationalServices
@Deprecated public OCFMetadataOperationalServices(String serverName, OMRSRepositoryConnector repositoryConnector, AuditLog auditLog) throws NewInstanceException
Deprecated.Constructor- Parameters:
serverName- this serverrepositoryConnector- connector to repositoryauditLog- logging destination- Throws:
NewInstanceException- unable to initialize
-
OCFMetadataOperationalServices
public OCFMetadataOperationalServices(String serverName, OMRSRepositoryConnector repositoryConnector, AuditLog auditLog, String localServerUserId, int maxPageSize) throws NewInstanceException
Constructor- Parameters:
serverName- this serverrepositoryConnector- connector to repositoryauditLog- logging destinationlocalServerUserId- userId for server initiated requestsmaxPageSize- max number of results to return on single request.- Throws:
NewInstanceException- unable to initialize
-
-