Uses of Class
org.odpi.openmetadata.repositoryservices.events.OMRSInstanceEventType
-
Packages that use OMRSInstanceEventType Package Description org.odpi.openmetadata.repositoryservices.events org.odpi.openmetadata.repositoryservices.events.beans.v1 -
-
Uses of OMRSInstanceEventType in org.odpi.openmetadata.repositoryservices.events
Methods in org.odpi.openmetadata.repositoryservices.events that return OMRSInstanceEventType Modifier and Type Method Description OMRSInstanceEventTypeOMRSInstanceEvent. getInstanceEventType()Return the code for this event's type.static OMRSInstanceEventTypeOMRSInstanceEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static OMRSInstanceEventType[]OMRSInstanceEventType. 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 OMRSInstanceEventType Constructor Description OMRSInstanceEvent(OMRSInstanceEventType instanceEventType, String typeDefGUID, String typeDefName, String instanceGUID)Constructor for instance events related to a delete or purge of an instance or a request to refresh an instance.OMRSInstanceEvent(OMRSInstanceEventType instanceEventType, EntityDetail entity)Constructor for instance events related to a change to an entity.OMRSInstanceEvent(OMRSInstanceEventType instanceEventType, EntityDetail entity, Classification originalClassification, Classification classification)Constructor for instance events related to a change to an entity.OMRSInstanceEvent(OMRSInstanceEventType instanceEventType, EntityDetail originalEntity, EntityDetail newEntity)Constructor for instance events related to a change to an entity where the old version is supplied.OMRSInstanceEvent(OMRSInstanceEventType instanceEventType, InstanceGraph instances)Constructor for batch instance events.OMRSInstanceEvent(OMRSInstanceEventType instanceEventType, Relationship relationship)Constructor for instance events related to a change to a relationship.OMRSInstanceEvent(OMRSInstanceEventType instanceEventType, Relationship originalRelationship, Relationship newRelationship)Constructor for instance events related to a change to a relationship where the original values are also sent. -
Uses of OMRSInstanceEventType in org.odpi.openmetadata.repositoryservices.events.beans.v1
Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 that return OMRSInstanceEventType Modifier and Type Method Description OMRSInstanceEventTypeOMRSEventV1InstanceSection. getEventType()Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 with parameters of type OMRSInstanceEventType Modifier and Type Method Description voidOMRSEventV1InstanceSection. setEventType(OMRSInstanceEventType eventType)
-