A C D F G L M O P R S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addContactMethod(String, String, String, ContactMethodRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Add a new contact method to the profile.
- addIdentityToProfile(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.UserIdentityResource
-
Link a user identity to a profile.
- addMasterDataManagerClassification(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.CommunityProfileResource
-
Update classification of the metadata source that is a master data manager for user profile information.
- addToMyAssets(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.MyProfileResource
-
Add an asset to the identified user's list of favorite assets.
- addUserAccessDirectoryClassification(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.CommunityProfileResource
-
Update classification of the metadata source that is providing a user access directory information such as the groups and access rights of a user Id.
- addUserProfileManagerClassification(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.CommunityProfileResource
-
Update classification of the metadata source as being capable if managing user profiles.
C
- clearAdjacentLocation(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.LocationManagementResource
-
Remove a peer-to-peer relationship between two locations.
- clearLocationAsDigital(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.LocationManagementResource
-
Remove the digital/cyber location designation from the location.
- clearLocationAsFixedPhysical(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.LocationManagementResource
-
Remove the fixed physical location designation from the location.
- clearLocationAsSecure(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.LocationManagementResource
-
Remove the secure location designation from the location.
- clearNestedLocation(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.LocationManagementResource
-
Remove a parent-child relationship between two locations.
- CommunityProfileResource - Class in org.odpi.openmetadata.accessservices.communityprofile.server.spring
-
UserIdentityResource provides the APIs for maintaining user identities and their relationships with profiles.
- CommunityProfileResource() - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.server.spring.CommunityProfileResource
- createActorProfile(String, String, ActorProfileRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Create a definition of a actor profile.
- createLocation(String, String, LocationProperties) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.LocationManagementResource
-
Create a new metadata element to represent a location.
- createLocationFromTemplate(String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.LocationManagementResource
-
Create a new metadata element to represent a location using an existing metadata element as a template.
- createMetadataSource(String, String, MetadataSourceProperties) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.CommunityProfileResource
-
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.spring.PersonalProfileResource
-
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.
- createPersonRole(String, String, PersonRoleRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Create a definition of a person role.
- createSecurityGroup(String, String, SecurityGroupProperties) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.SecurityGroupResource
-
Create a new security group.
- createUserIdentity(String, String, UserIdentityRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.UserIdentityResource
-
Create a UserIdentity.
D
- deleteActorProfile(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Remove the definition of an actor profile.
- deleteContactMethod(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Remove an obsolete contact method from the profile.
- deletePersonalProfile(String, String, String, PersonalProfileValidatorRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.PersonalProfileResource
-
Delete the personal profile.
- deletePersonRole(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Remove the definition of a person role.
- deleteSecurityGroup(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.SecurityGroupResource
-
Delete a specific security group.
- deleteUserIdentity(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.UserIdentityResource
-
Remove a user identity object.
F
- findActorProfile(String, String, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Retrieve the list of matching profiles for the search string.
- findLocations(String, String, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.LocationManagementResource
-
Retrieve the list of location metadata elements that contain the search string.
- findPersonRole(String, String, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Retrieve the list of matching roles for the search string.
- findSecurityGroups(String, String, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.SecurityGroupResource
-
Return the list of security groups that match the search string - this can be a regular expression.
- findUserIdentities(String, String, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.UserIdentityResource
-
Retrieve the list of user identity metadata elements that contain the search string.
G
- getActorProfileByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Return information about a specific actor profile.
- getActorProfileByName(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Return information about a named actor profile.
- getActorProfileByUserId(String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Return information about a specific actor profile.
- getAppointees(String, String, String, int, int, EffectiveTimeRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Return the list of people appointed to a particular role.
- getElementsGovernedBySecurityGroup(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.SecurityGroupResource
-
Return the elements that are governed by the supplied security group.
- getLocationByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.LocationManagementResource
-
Retrieve the location metadata element with the supplied unique identifier.
- getLocationsByName(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.LocationManagementResource
-
Retrieve the list of location metadata elements with a matching qualified or display name.
- getMetadataSource(String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.CommunityProfileResource
-
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.spring.CommunityProfileResource
-
Retrieve the unique identifier of the software server capability that describes a metadata source.
- getMyAssets(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.MyProfileResource
-
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.spring.MyProfileResource
-
Return the profile for this user.
- getOutTopicConnection(String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.CommunityProfileResource
-
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.spring.PersonalProfileResource
-
Retrieve a personal profile by guid.
- getPersonalProfileByQualifiedName(String, String, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.PersonalProfileResource
-
Return a list of candidate personal profiles for an individual.
- getPersonalProfileForUser(String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.PersonalProfileResource
-
Return the profile for this user.
- getPersonalProfilesByName(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.PersonalProfileResource
-
Return a list of candidate personal profiles for an individual.
- getPersonRoleByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Return information about a specific person role.
- getPersonRoleByName(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Return information about a named person role.
- getSecurityGroupByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.SecurityGroupResource
-
Return information about a specific actor profile.
- getSecurityGroupsForDistinguishedName(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.SecurityGroupResource
-
Return the list of security groups associated with a unique distinguishedName.
- getUserIdentitiesByName(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.UserIdentityResource
-
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.spring.UserIdentityResource
-
Retrieve the userIdentity metadata element with the supplied unique identifier.
L
- linkPersonRoleToProfile(String, String, String, String, AppointmentRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Link a person role to a person profile to show that that person is performing the role.
- linkTeamPlayer(String, String, String, String, TeamPlayerRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Link a team leader person role or team member person role to a team profile.
- linkTeamsInHierarchy(String, String, String, String, boolean, EffectiveDatesRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Link two related team/organization actor profiles together as part of a hierarchy.
- LocationManagementResource - Class in org.odpi.openmetadata.accessservices.communityprofile.server.spring
-
LocationResource provides the API operations to create and maintain locations.
- LocationManagementResource() - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.server.spring.LocationManagementResource
-
Default constructor
M
- MyProfileResource - Class in org.odpi.openmetadata.accessservices.communityprofile.server.spring
-
The MyProfileResource provides part of the server-side implementation of the Community Profile Open Metadata Assess Service (OMAS).
- MyProfileResource() - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.server.spring.MyProfileResource
-
Default constructor
O
- org.odpi.openmetadata.accessservices.communityprofile.server.spring - package org.odpi.openmetadata.accessservices.communityprofile.server.spring
- OrganizationResource - Class in org.odpi.openmetadata.accessservices.communityprofile.server.spring
-
The OrganizationResource provides a Spring based server-side REST API that supports the OrganizationManagementInterface.
- OrganizationResource() - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Default constructor
P
- PersonalProfileResource - Class in org.odpi.openmetadata.accessservices.communityprofile.server.spring
-
The PersonalProfileResource provides a Spring based server-side REST API that supports the PersonalProfileInterface.
- PersonalProfileResource() - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.server.spring.PersonalProfileResource
-
Default constructor
R
- removeFromMyAssets(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.MyProfileResource
-
Remove an asset from identified user's list of favorite assets.
- removeIdentityFromProfile(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.UserIdentityResource
-
Remove a user identity object.
- removeLocation(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.LocationManagementResource
-
Remove the metadata element representing a location.
S
- SecurityGroupResource - Class in org.odpi.openmetadata.accessservices.communityprofile.server.spring
-
The SecurityGroupResource provides a Spring based server-side REST API that supports the SecruityGroupManagementInterface.
- SecurityGroupResource() - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.server.spring.SecurityGroupResource
-
Default constructor
- setLocationAsDigital(String, String, String, DigitalLocationRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.LocationManagementResource
-
Classify the location to indicate that it represents a digital/cyber location.
- setLocationAsFixedPhysical(String, String, String, FixedLocationRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.LocationManagementResource
-
Classify the location to indicate that it represents a fixed physical location.
- setLocationAsSecure(String, String, String, SecureLocationRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.LocationManagementResource
-
Classify the location to indicate that it represents a secure location.
- setupAdjacentLocation(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.LocationManagementResource
-
Create a peer-to-peer relationship between two locations.
- setupNestedLocation(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.LocationManagementResource
-
Create a parent-child relationship between two locations.
U
- unlinkPersonRoleFromProfile(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Remove the link between a person role and a person profile.
- unlinkTeamPlayer(String, String, String, String, TeamPlayerRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Remove the link between a person role and a team profile.
- unlinkTeamsInHierarchy(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Remove the link between two actor profiles in the actor profile hierarchy.
- updateActorProfile(String, String, String, boolean, ActorProfileRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Update the definition of an actor profile.
- updateAppointment(String, String, String, boolean, AppointmentRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Update the properties for the appointment of a person to a role.
- updateLocation(String, String, String, boolean, LocationProperties) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.LocationManagementResource
-
Update the metadata element representing a location.
- updateMyProfile(String, String, MyProfileRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.MyProfileResource
-
Create or update the profile for the requesting user.
- updatePersonalProfile(String, String, String, PersonalProfileRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.PersonalProfileResource
-
Update properties for the personal properties.
- updatePersonRole(String, String, String, boolean, PersonRoleRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.OrganizationResource
-
Update the definition of a person role.
- updateSecurityGroup(String, String, String, boolean, SecurityGroupProperties) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.SecurityGroupResource
-
Update an existing security group.
- updateUserIdentity(String, String, String, boolean, UserIdentityRequestBody) - Method in class org.odpi.openmetadata.accessservices.communityprofile.server.spring.UserIdentityResource
-
Update a UserIdentity.
- UserIdentityResource - Class in org.odpi.openmetadata.accessservices.communityprofile.server.spring
-
UserIdentityResource provides the APIs for maintaining user identities and their relationships with profiles.
- UserIdentityResource() - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.server.spring.UserIdentityResource
All Classes All Packages