Uses of Class
org.odpi.openmetadata.accessservices.digitalservice.properties.ReferenceableProperties
-
Packages that use ReferenceableProperties Package Description org.odpi.openmetadata.accessservices.digitalservice.metadataelements Metadata elements retrieved from the open metadata repositories.org.odpi.openmetadata.accessservices.digitalservice.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.digitalservice.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ReferenceableProperties in org.odpi.openmetadata.accessservices.digitalservice.metadataelements
Methods in org.odpi.openmetadata.accessservices.digitalservice.metadataelements that return ReferenceableProperties Modifier and Type Method Description ReferenceablePropertiesCollectionMember. getProperties()Return the properties of the element.Methods in org.odpi.openmetadata.accessservices.digitalservice.metadataelements with parameters of type ReferenceableProperties Modifier and Type Method Description voidCollectionMember. setProperties(ReferenceableProperties properties)Set up the properties of the element. -
Uses of ReferenceableProperties in org.odpi.openmetadata.accessservices.digitalservice.properties
Subclasses of ReferenceableProperties in org.odpi.openmetadata.accessservices.digitalservice.properties Modifier and Type Class Description classActorProfilePropertiesThe ActorProfileProperties describes the common properties of a Personal Profile, IT Profile and Team Profile.classAgreementPropertiesAgreementProperties represents the properties of an agreement between two parties.classBusinessCapabilityPropertiesBusinessCapabilityProperties represents one of an organization's business capabilities.classCertificationTypePropertiesMany regulations and industry bodies define certifications that can confirm a level of support, capability or competence in an aspect of a digital organization's operation.classCollectionPropertiesCollectionProperties describes the core properties of a collection.classDigitalServicePropertiesDigitalServiceProperties is an object for tracking the lifecycle of one of an organization's digital services.classDigitalSubscriptionPropertiesDigitalSubscriptionProperties describes the agreement between a subscriber to one or more digital products.classGovernanceDefinitionPropertiesGovernanceDefinitionProperties provides the base class for many of the definitions that define the data strategy and governance program.classLicenseTypePropertiesLicenseTypeProperties defines a license that the organization recognizes and has governance definitions to support it.classPersonalRolePropertiesPersonalRoleProperties provides a structure for describe a role assigned to a person.classPersonRolePropertiesPersonRoleProperties covers a role that has been defined in an organization.classSolutionComponentPropertiesSolutionComponentProperties represents a logical architectural component that is part of the digital landscape.classTeamProfilePropertiesThe TeamProfileProperties describes an team of people.classUserIdentityPropertiesUserIdentityProperties describes an element that is linked to a single userId.Constructors in org.odpi.openmetadata.accessservices.digitalservice.properties with parameters of type ReferenceableProperties Constructor Description ReferenceableProperties(ReferenceableProperties template)Copy/clone constructor. -
Uses of ReferenceableProperties in org.odpi.openmetadata.accessservices.digitalservice.rest
Methods in org.odpi.openmetadata.accessservices.digitalservice.rest that return ReferenceableProperties Modifier and Type Method Description ReferenceablePropertiesReferenceableRequestBody. getProperties()Return the properties for the relationship.Methods in org.odpi.openmetadata.accessservices.digitalservice.rest with parameters of type ReferenceableProperties Modifier and Type Method Description voidReferenceableRequestBody. setProperties(ReferenceableProperties properties)Set up the properties for the relationship.
-