Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.EventTypeProperties
-
Packages that use EventTypeProperties Package Description org.odpi.openmetadata.accessservices.datamanager.api org.odpi.openmetadata.accessservices.datamanager.metadataelements org.odpi.openmetadata.accessservices.datamanager.properties org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of EventTypeProperties in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api with parameters of type EventTypeProperties Modifier and Type Method Description StringEventBrokerInterface. createEventType(String userId, String eventBrokerGUID, String eventBrokerName, String topicGUID, EventTypeProperties properties)Create a new metadata element to represent an event type.voidEventBrokerInterface. updateEventType(String userId, String eventBrokerGUID, String eventBrokerName, String eventTypeGUID, boolean isMergeUpdate, EventTypeProperties properties)Update the metadata element representing an event type. -
Uses of EventTypeProperties in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements that return EventTypeProperties Modifier and Type Method Description EventTypePropertiesEventTypeElement. getProperties()Return the properties for the event type.Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type EventTypeProperties Modifier and Type Method Description voidEventTypeElement. setProperties(EventTypeProperties properties)Set up the properties for the event type. -
Uses of EventTypeProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type EventTypeProperties Constructor Description EventTypeProperties(EventTypeProperties template)Copy/clone constructor. -
Uses of EventTypeProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of EventTypeProperties in org.odpi.openmetadata.accessservices.datamanager.rest Modifier and Type Class Description classEventTypeRequestBodyEventTypeRequestBody describes the properties of the event type plus the optional identifiers for an owning software server capability.Constructors in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type EventTypeProperties Constructor Description EventTypeRequestBody(EventTypeProperties template)Copy/clone constructor.
-