|
SAP NetWeaver 7.11 (EhP1 SP03) Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.engine.interfaces.messaging.api.auditlog.AuditLogStatus
public class AuditLogStatus
The AuditLogStatus object is a typed enum class that indicates the status of a
AuditLogEntry object. The class encapsulates the database representation of the possible states of the
status fields in the BC_MSG_AUDIT DB table in Java form. There are currently three possible status values:
| Field Summary | |
|---|---|
static AuditLogStatus |
ERROR
|
static AuditLogStatus |
SUCCESS
|
static AuditLogStatus |
WARNING
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static AuditLogStatus[] |
getAuditLogStatusList()
Returns an array of all known AuditLogStatus constants. |
int |
hashCode()
|
protected Object |
readResolve()
|
String |
toString()
Returns the string representation of the AuditLogStatus. |
static AuditLogStatus |
valueOf(String s)
Returns an instance of AuditLogStatus that represents the status given as a string. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AuditLogStatus SUCCESS
public static final AuditLogStatus WARNING
public static final AuditLogStatus ERROR
| Method Detail |
|---|
public String toString()
AuditLogStatus instance by a call to valueOf(String).
toString in class ObjectAuditLogStatus instance.public static AuditLogStatus valueOf(String s)
AuditLogStatus that represents the status given as a string. This will
typically be used to create a AuditLogStatus object from a string retrieved from the database.
NullPointerException - if the argument is null.
IllegalArgumentException - if the argument is not a known status.
protected Object readResolve()
throws ObjectStreamException
ObjectStreamExceptionpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic static AuditLogStatus[] getAuditLogStatusList()
|
SAP NetWeaver 7.11 (EhP1 SP03) Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||