Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.properties.ProfileLocationProperties
-
Packages that use ProfileLocationProperties Package Description org.odpi.openmetadata.accessservices.securitymanager.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.securitymanager.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of ProfileLocationProperties in org.odpi.openmetadata.accessservices.securitymanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements that return ProfileLocationProperties Modifier and Type Method Description ProfileLocationPropertiesProfileLocationElement. getProperties()Return the properties from the profile location relationship.Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements with parameters of type ProfileLocationProperties Modifier and Type Method Description voidProfileLocationElement. setProperties(ProfileLocationProperties properties)Set up the properties from the profile location relationship. -
Uses of ProfileLocationProperties in org.odpi.openmetadata.accessservices.securitymanager.properties
Constructors in org.odpi.openmetadata.accessservices.securitymanager.properties with parameters of type ProfileLocationProperties Constructor Description ProfileLocationProperties(ProfileLocationProperties template)Copy/clone constructor
-