Uses of Class
org.odpi.openmetadata.repositoryservices.events.OMRSTypeDefEventType
-
Packages that use OMRSTypeDefEventType Package Description org.odpi.openmetadata.repositoryservices.events org.odpi.openmetadata.repositoryservices.events.beans.v1 -
-
Uses of OMRSTypeDefEventType in org.odpi.openmetadata.repositoryservices.events
Methods in org.odpi.openmetadata.repositoryservices.events that return OMRSTypeDefEventType Modifier and Type Method Description OMRSTypeDefEventTypeOMRSTypeDefEvent. getTypeDefEventType()Return the code for this event's type.static OMRSTypeDefEventTypeOMRSTypeDefEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static OMRSTypeDefEventType[]OMRSTypeDefEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.odpi.openmetadata.repositoryservices.events with parameters of type OMRSTypeDefEventType Constructor Description OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType, String typeDefGUID, String typeDefName)Outbound event constructor for events such as deletes.OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType, AttributeTypeDef attributeTypeDef)Outbound event constructor for events such as newAttributeTypeDef.OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType, AttributeTypeDef originalAttributeTypeDef, AttributeTypeDef attributeTypeDef)Outbound event constructor for changing the identifiers associated with AttributeTypeDefs.OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType, TypeDef typeDef)Outbound event constructor for events such as newTypeDef.OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType, TypeDefPatch typeDefPatch)Outbound event constructor for events such as updates.OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType, TypeDefSummary originalTypeDefSummary, TypeDef typeDef)Outbound event constructor for changing the identifiers associated with TypeDefs. -
Uses of OMRSTypeDefEventType in org.odpi.openmetadata.repositoryservices.events.beans.v1
Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 that return OMRSTypeDefEventType Modifier and Type Method Description OMRSTypeDefEventTypeOMRSEventV1TypeDefSection. getTypeDefEventType()Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 with parameters of type OMRSTypeDefEventType Modifier and Type Method Description voidOMRSEventV1TypeDefSection. setTypeDefEventType(OMRSTypeDefEventType typeDefEventType)
-