Uses of Class
ext.api.centrallog.model.Resolution
-
Packages that use Resolution Package Description ext.api.centrallog.model -
-
Uses of Resolution in ext.api.centrallog.model
Methods in ext.api.centrallog.model that return Resolution Modifier and Type Method Description static ResolutionResolution. fromValue(String text)From value resolution.ResolutionNodeEndEvent. getResolution()Gets resolution.ResolutionProcessEndEvent. getResolution()Gets resolution.static ResolutionResolution. valueOf(String name)Returns the enum constant of this type with the specified name.static Resolution[]Resolution. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ext.api.centrallog.model with parameters of type Resolution Modifier and Type Method Description NodeEndEventNodeEndEvent. resolution(Resolution resolution)Resolution node end event.ProcessEndEventProcessEndEvent. resolution(Resolution resolution)Resolution process end event.voidNodeEndEvent. setResolution(Resolution resolution)Sets resolution.voidProcessEndEvent. setResolution(Resolution resolution)Sets resolution.
-