Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.AppointmentProperties
-
Packages that use AppointmentProperties Package Description org.odpi.openmetadata.accessservices.communityprofile.api The API package defines the Java interfaces supported by the Community Profile OMAS.org.odpi.openmetadata.accessservices.communityprofile.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.communityprofile.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.communityprofile.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of AppointmentProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type AppointmentProperties Modifier and Type Method Description StringOrganizationManagementInterface. linkPersonRoleToProfile(String userId, String externalSourceGUID, String externalSourceName, String personRoleGUID, String personProfileGUID, AppointmentProperties properties)Link a person role to a person profile to show that that person is performing the role.voidOrganizationManagementInterface. updateAppointment(String userId, String externalSourceGUID, String externalSourceName, String appointmentGUID, boolean isMergeUpdate, AppointmentProperties properties)Update the properties for the appointment of a person to a role. -
Uses of AppointmentProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return AppointmentProperties Modifier and Type Method Description AppointmentPropertiesPersonRoleAppointee. getProperties()Return the properties of the appointment relationship.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type AppointmentProperties Modifier and Type Method Description voidPersonRoleAppointee. setProperties(AppointmentProperties properties)Set up the properties of the appointment relationship. -
Uses of AppointmentProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type AppointmentProperties Constructor Description AppointmentProperties(AppointmentProperties template)Copy/clone constructor -
Uses of AppointmentProperties in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return AppointmentProperties Modifier and Type Method Description AppointmentPropertiesAppointmentRequestBody. getProperties()Return the properties.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest with parameters of type AppointmentProperties Modifier and Type Method Description voidAppointmentRequestBody. setProperties(AppointmentProperties properties)Set up the properties.
-