Uses of Class
org.odpi.openmetadata.engineservices.archivemanager.connector.ArchiveContext
-
Packages that use ArchiveContext Package Description org.odpi.openmetadata.engineservices.archivemanager.connector -
-
Uses of ArchiveContext in org.odpi.openmetadata.engineservices.archivemanager.connector
Fields in org.odpi.openmetadata.engineservices.archivemanager.connector declared as ArchiveContext Modifier and Type Field Description protected ArchiveContextArchiveService. archiveContextMethods in org.odpi.openmetadata.engineservices.archivemanager.connector that return ArchiveContext Modifier and Type Method Description ArchiveContextArchiveService. getArchiveContext()Return the archive context for this archive service.Methods in org.odpi.openmetadata.engineservices.archivemanager.connector with parameters of type ArchiveContext Modifier and Type Method Description voidArchiveService. setArchiveContext(ArchiveContext archiveContext)Set up access to the open metadata ecosystem.protected voidArchiveService. validateContext(ArchiveContext governanceContext)Verify that the context has been set up for the subclass
-