Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.IncomingEventState
-
Packages that use IncomingEventState Package Description org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic -
-
Uses of IncomingEventState in org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic
Methods in org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic that return IncomingEventState Modifier and Type Method Description static IncomingEventStateIncomingEventState. valueOf(String name)Returns the enum constant of this type with the specified name.static IncomingEventState[]IncomingEventState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic with parameters of type IncomingEventState Modifier and Type Method Description voidIncomingEvent. setState(IncomingEventState state)Updates the state of the event
-