- CollectionConverter<B> - Class in org.odpi.openmetadata.accessservices.communityprofile.converters
-
CollectionConverter generates a CollectionElement from an Collection entity
- CollectionConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.converters.CollectionConverter
-
Constructor
- CommentConverter<B> - Class in org.odpi.openmetadata.accessservices.communityprofile.converters
-
CommentConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS)
EntityDetail object into a bean that inherits from CommentProperties.
- CommentConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.converters.CommentConverter
-
Constructor
- CommunityCollectionMemberConverter<B> - Class in org.odpi.openmetadata.accessservices.communityprofile.converters
-
CommunityCollectionMemberConverter generates an CommunityCollectionMember bean from an CommunityProperties entity
and a CollectionMembership relationship to it.
- CommunityCollectionMemberConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.converters.CommunityCollectionMemberConverter
-
Constructor
- CommunityConverter<B> - Class in org.odpi.openmetadata.accessservices.communityprofile.converters
-
CommunityConverter generates an CommunityProperties bean from an CommunityProperties entity.
- CommunityConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.converters.CommunityConverter
-
Constructor
- CommunityProfileAdmin - Class in org.odpi.openmetadata.accessservices.communityprofile.admin
-
- CommunityProfileAdmin() - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.admin.CommunityProfileAdmin
-
Default constructor
- CommunityProfileInTopicProcessor - Class in org.odpi.openmetadata.accessservices.communityprofile.intopic
-
- CommunityProfileInTopicProcessor(OpenMetadataTopicConnector, CommunityProfileServicesInstance) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.intopic.CommunityProfileInTopicProcessor
-
The constructor is given the connection to the out topic for Community Profile OMAS
along with classes for testing and manipulating instances.
- CommunityProfileOMASConverter<B> - Class in org.odpi.openmetadata.accessservices.communityprofile.converters
-
CommunityProfileOMASConverter provides the generic methods for the Community Profile beans converters.
- CommunityProfileOMASConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.converters.CommunityProfileOMASConverter
-
Constructor
- CommunityProfileOMRSTopicProcessor - Class in org.odpi.openmetadata.accessservices.communityprofile.omrstopic
-
CommunityProfileOMRSTopicProcessor examines each OMRS Topic event to (1) determine if karma points should
be awarded to an individual who has contributed to open metadata (2) determine if the event relates to
metadata instances that should result in a Community Profile OMAS event on its Out Topic.
- CommunityProfileOMRSTopicProcessor(OpenMetadataTopicConnector, int, String, String, AuditLog, OMRSRepositoryHelper, CommunityProfileServicesInstance) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
The constructor is given the connection to the out topic for Community Profile OMAS
along with classes for testing and manipulating instances.
- CommunityProfileOutTopicProcessor - Class in org.odpi.openmetadata.accessservices.communityprofile.outtopic
-
CommunityProfileOutTopicProcessor is responsible for publishing events about changes to personal profiles,
communities and related elements.
- CommunityProfileOutTopicProcessor(OpenMetadataTopicConnector, InvalidParameterHandler, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.outtopic.CommunityProfileOutTopicProcessor
-
The constructor is given the connection to the out topic for Community Profile OMAS
along with classes for testing and manipulating instances.
- CommunityProfileRESTServices - Class in org.odpi.openmetadata.accessservices.communityprofile.server
-
The DataManagerRESTServices provides the server-side implementation of the services
that are generic for all types of data managers.
- CommunityProfileRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.server.CommunityProfileRESTServices
-
Default constructor
- CommunityProfileServicesInstance - Class in org.odpi.openmetadata.accessservices.communityprofile.server
-
CommunityProfileServicesInstance caches references to OMRS objects for a specific server.
- CommunityProfileServicesInstance(OMRSRepositoryConnector, List<String>, List<String>, List<String>, AuditLog, String, int, int, Connection) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.server.CommunityProfileServicesInstance
-
Set up the local repository connector that will service the REST Calls.
- ContactMethodConverter<B> - Class in org.odpi.openmetadata.accessservices.communityprofile.converters
-
ContactMethodConverter generates a ContactMethodProperties bean from a ContactMethodProperties entity.
- ContactMethodConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.converters.ContactMethodConverter
-
Constructor
- ContributionRecordConverter<B> - Class in org.odpi.openmetadata.accessservices.communityprofile.converters
-
ContributionRecordConverter generates a ContributionRecordProperties bean from a ContributionRecord entity.
- ContributionRecordConverter(OMRSRepositoryHelper, String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.converters.ContributionRecordConverter
-
Constructor
- createMetadataSource(String, String, MetadataSourceProperties) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.CommunityProfileRESTServices
-
Create information about the metadata source that is providing user profile information.
- createPersonalProfile(String, String, PersonalProfileRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.PersonalProfileRESTServices
-
Create a personal profile for an individual who is to be appointed to a governance role but does not
have a profile in open metadata.
- createUserIdentity(String, String, UserIdentityRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.UserIdentityRESTServices
-
Create a UserIdentity.
- getClassification(String, List<ElementClassification>) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.CommunityProfileOMASConverter
-
Retrieve a specific named classification.
- getContributionRecordHandler() - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.CommunityProfileServicesInstance
-
Return the handler for personal contribution record requests.
- getMetadataSource(String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.CommunityProfileRESTServices
-
Retrieve the properties of the software server capability that describes a metadata source.
- getMetadataSourceGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.CommunityProfileRESTServices
-
Retrieve the unique identifier of the software server capability that describes a metadata source.
- getMetadataSourceHandler() - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.CommunityProfileServicesInstance
-
Return the handler for metadata source requests.
- getMyAssets(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.MyProfileRESTServices
-
Return a list of assets that the specified user has added to their favorites list.
- getMyProfile(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.MyProfileRESTServices
-
Return the profile for this user.
- getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.AssetCollectionMemberConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.CollectionConverter
-
Using the supplied entity, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.CommentConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.CommentConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.CommunityCollectionMemberConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.CommunityConverter
-
Using the supplied entity, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.ContactMethodConverter
-
Using the supplied entity, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.ContributionRecordConverter
-
Using the supplied entity, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.ExternalReferenceConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.ExternalReferenceConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.InformalTagConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.InformalTagConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.LikeConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.LikeConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.MetadataSourceConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.MetadataSourceConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.NoteLogEntryConverter
-
Using the supplied entity, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.NoteLogHeaderConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.PersonalRoleConverter
-
Using the supplied entity, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.ProjectCollectionMemberConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.RatingConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.RatingConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.ResourceConverter
-
Using the supplied entity, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.ToDoConverter
-
Using the supplied entity, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.UserIdentityConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.UserIdentityConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewComplexBean(Class<B>, EntityDetail, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.PersonalProfileConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewComplexBean(Class<B>, EntityDetail, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.converters.PersonRoleConverter
-
Using the supplied instances, return a new instance of the bean.
- getOutTopicConnection(String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.CommunityProfileRESTServices
-
Return the connection object for the Community Profile OMAS's out topic.
- getPersonalProfileByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.PersonalProfileRESTServices
-
Retrieve a personal profile by guid.
- getPersonalProfileByQualifiedName(String, String, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.PersonalProfileRESTServices
-
Retrieve a personal profile by personnel/serial/unique employee number of the individual.
- getPersonalProfileForUser(String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.PersonalProfileRESTServices
-
Return the profile for this user.
- getPersonalProfileHandler() - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.CommunityProfileServicesInstance
-
Return the handler for personal profile requests.
- getPersonalProfilesByName(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.PersonalProfileRESTServices
-
Return a list of candidate personal profiles for an individual.
- getUserIdentitiesByName(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.UserIdentityRESTServices
-
Retrieve the list of user identity metadata elements with a matching qualified name.
- getUserIdentityByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.UserIdentityRESTServices
-
Retrieve the userIdentity metadata element with the supplied unique identifier.
- getUserIdentityHandler() - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.CommunityProfileServicesInstance
-
Return the handler for user identity requests.
- PERSON_ROLE_APPOINTMENT_TYPE_NAME - Static variable in class org.odpi.openmetadata.accessservices.communityprofile.mappers.PersonRoleMapper
-
- PersonalProfileConverter<B> - Class in org.odpi.openmetadata.accessservices.communityprofile.converters
-
PersonalProfileConverter generates a PersonalProfileProperties bean from a PersonalProfileProperties entity.
- PersonalProfileConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.converters.PersonalProfileConverter
-
Constructor
- PersonalProfileRESTServices - Class in org.odpi.openmetadata.accessservices.communityprofile.server
-
The PersonalProfileRESTServices provides the server-side implementation of the Community Profile Open Metadata
Assess Service (OMAS) capability for managing personal profiles.
- PersonalProfileRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.server.PersonalProfileRESTServices
-
Default constructor
- PersonalRoleConverter<B> - Class in org.odpi.openmetadata.accessservices.communityprofile.converters
-
PersonalRoleConverter generates a PersonalRole from an PersonRole entity
- PersonalRoleConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.converters.PersonalRoleConverter
-
Constructor
- PersonRoleConverter<B> - Class in org.odpi.openmetadata.accessservices.communityprofile.converters
-
PersonRoleConverter generates a PersonRoleProperties bean from an PersonRoleProperties entity and the relationships connected to it.
- PersonRoleConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.converters.PersonRoleConverter
-
Constructor
- PersonRoleMapper - Class in org.odpi.openmetadata.accessservices.communityprofile.mappers
-
PersonRoleMapper provides property name mapping for PersonRoles.
- PersonRoleMapper() - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.mappers.PersonRoleMapper
-
- processClassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
A new classification has been added to an entity.
- processDeclassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
A classification has been removed from an entity.
- processDeletedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
An existing entity has been deleted.
- processDeletedRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
An existing relationship has been deleted.
- processDeletePurgedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
An existing entity has been deleted and purged in a single action.
- processDeletePurgedRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
An active relationship has been deleted and purged from the repository.
- processInstanceBatchEvent(String, String, String, String, String, InstanceGraph) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
An open metadata repository is passing information about a collection of entities and relationships
with the other repositories in the cohort.
- processNewEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
A new entity has been created.
- processNewRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
A new relationship has been created.
- processPurgedEntityEvent(String, String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
A deleted entity has been permanently removed from the repository.
- processPurgedRelationshipEvent(String, String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
A deleted relationship has been permanently removed from the repository.
- processReclassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification, Classification) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
An existing classification has been changed on an entity.
- processReHomedEntityEvent(String, String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
An existing entity has changed home repository.
- processReHomedRelationshipEvent(String, String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
An existing relationship has changed home repository.
- processReIdentifiedEntityEvent(String, String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
The guid of an existing entity has been changed to a new value.
- processReIdentifiedRelationshipEvent(String, String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
The guid of an existing relationship has changed.
- processRestoredEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
A deleted entity has been restored to the state it was before it was deleted.
- processRestoredRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
A deleted relationship has been restored to the state it was before it was deleted.
- processReTypedEntityEvent(String, String, String, String, String, TypeDefSummary, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
An existing entity has had its type changed.
- processReTypedRelationshipEvent(String, String, String, String, String, TypeDefSummary, Relationship) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
An existing relationship has had its type changed.
- processUndoneEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
An update to an entity has been undone.
- processUndoneRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
An update to a relationship has been undone.
- processUpdatedEntityEvent(String, String, String, String, String, EntityDetail, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
An existing entity has been updated.
- processUpdatedRelationshipEvent(String, String, String, String, String, Relationship, Relationship) - Method in class org.odpi.openmetadata.accessservices.communityprofile.omrstopic.CommunityProfileOMRSTopicProcessor
-
An existing relationship has been updated.
- ProjectCollectionMemberConverter<B> - Class in org.odpi.openmetadata.accessservices.communityprofile.converters
-
ProjectCollectionMemberConverter generates an ProjectCollectionMember bean from an Project entity
and a ResourceList relationship to it.
- ProjectCollectionMemberConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.converters.ProjectCollectionMemberConverter
-
Constructor
- SCOPE_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.communityprofile.mappers.PersonRoleMapper
-
- SCOPE_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.communityprofile.mappers.TeamLeaderMapper
-
- SCOPE_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.communityprofile.mappers.TeamMemberMapper
-
- sendAssetRemovedFromCollectionEvent(PersonalProfileUniverse, String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.outtopic.CommunityProfileOutTopicProcessor
-
Send an event to the Community Profile OMAS Out Topic.
- sendCommunityRemovedFromCollectionEvent(PersonalProfileUniverse, String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.outtopic.CommunityProfileOutTopicProcessor
-
Send an event to the Community Profile OMAS Out Topic.
- sendDeletedPersonalProfileEvent(PersonalProfileUniverse) - Method in class org.odpi.openmetadata.accessservices.communityprofile.outtopic.CommunityProfileOutTopicProcessor
-
Send an event to the Community Profile OMAS Out Topic.
- sendDeletedUserIdentityEvent(UserIdentityElement) - Method in class org.odpi.openmetadata.accessservices.communityprofile.outtopic.CommunityProfileOutTopicProcessor
-
Send an event to the Community Profile OMAS Out Topic.
- sendKarmaPointPlateauEvent(PersonalProfileUniverse, String, int, int) - Method in class org.odpi.openmetadata.accessservices.communityprofile.outtopic.CommunityProfileOutTopicProcessor
-
Send an event to the Community Profile OMAS Out Topic.
- sendNewAssetInCollectionEvent(PersonalProfileUniverse, String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.outtopic.CommunityProfileOutTopicProcessor
-
Send an event to the Community Profile OMAS Out Topic.
- sendNewCommunityInCollectionEvent(PersonalProfileUniverse, String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.outtopic.CommunityProfileOutTopicProcessor
-
Send an event to the Community Profile OMAS Out Topic.
- sendNewExternalPersonalProfileEvent(PersonalProfileUniverse) - Method in class org.odpi.openmetadata.accessservices.communityprofile.outtopic.CommunityProfileOutTopicProcessor
-
Send an event to the Community Profile OMAS Out Topic.
- sendNewExternalUserIdentityEvent(UserIdentityElement) - Method in class org.odpi.openmetadata.accessservices.communityprofile.outtopic.CommunityProfileOutTopicProcessor
-
Send an event to the Community Profile OMAS Out Topic.
- sendNewPersonalProfileEvent(PersonalProfileUniverse) - Method in class org.odpi.openmetadata.accessservices.communityprofile.outtopic.CommunityProfileOutTopicProcessor
-
Send an event to the Community Profile OMAS Out Topic.
- sendNewProjectInCollectionEvent(PersonalProfileUniverse, String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.outtopic.CommunityProfileOutTopicProcessor
-
Send an event to the Community Profile OMAS Out Topic.
- sendNewUserIdentityEvent(UserIdentityElement) - Method in class org.odpi.openmetadata.accessservices.communityprofile.outtopic.CommunityProfileOutTopicProcessor
-
Send an event to the Community Profile OMAS Out Topic.
- sendProjectRemovedFromCollectionEvent(PersonalProfileUniverse, String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.outtopic.CommunityProfileOutTopicProcessor
-
Send an event to the Community Profile OMAS Out Topic.
- sendUpdatedPersonalProfileEvent(PersonalProfileUniverse) - Method in class org.odpi.openmetadata.accessservices.communityprofile.outtopic.CommunityProfileOutTopicProcessor
-
Send an event to the Community Profile OMAS Out Topic.
- sendUpdatedUserIdentityEvent(UserIdentityElement) - Method in class org.odpi.openmetadata.accessservices.communityprofile.outtopic.CommunityProfileOutTopicProcessor
-
Send an event to the Community Profile OMAS Out Topic.
- shutdown() - Method in class org.odpi.openmetadata.accessservices.communityprofile.admin.CommunityProfileAdmin
-
Shutdown the access service.
- shutdown() - Method in class org.odpi.openmetadata.accessservices.communityprofile.intopic.CommunityProfileInTopicProcessor
-
The server is shutting down