public abstract class ActionOutcome
extends Object
Contains a list of possible action outcomes. It may be used to keep audit
records consistent across services and components. For example, to avoid the
following: "Success", "success", "SUCCESS", "Succeed" Action outcomes doesn't
restricted to this list and any constants from component's source code may be
used.