Oracle Internet Directory API Reference
10g(10.1.2)

B14083-02


oracle.idm.provisioning.event
Class EventStatus

java.lang.Object
  extended byoracle.idm.provisioning.event.EventStatus


public class EventStatus
extends java.lang.Object

Event status object that describes status of the change that was applied to OID or the application.

Since:
OCS R3

Field Summary
static java.lang.String FAILURE
static java.lang.String IN_PROGRESS
static java.lang.String SUCCESS

Constructor Summary
EventStatus()
Default constructor.
EventStatus(java.lang.String evtId, java.lang.String stat, java.lang.String statMsg, java.lang.String guid)
Creates a Event Status object

Method Summary
int getErrCode()
Get the error code
java.lang.String getID()
Return the event ID.
java.lang.String getObjGuid()
Return the Object GUID.
java.lang.String getStatus()
Return the Event status.
java.lang.String getStatusMsg()
Return the Event status message.
void setErrCode(int errCode)
Set the error code
void setID(java.lang.String evtID)
Set the event ID.
void setObjGuid(java.lang.String objGuid)
Set the Object GUID.
void setStatus(java.lang.String stat)
Set the Event status.
void setStatusMsg(java.lang.String statMsg)
Set the Event status message.
java.lang.String toString()
Returns the string representation

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

SUCCESS

public static final java.lang.String SUCCESS
See Also:
Constant Field Values

FAILURE

public static final java.lang.String FAILURE
See Also:
Constant Field Values

IN_PROGRESS

public static final java.lang.String IN_PROGRESS
See Also:
Constant Field Values

Constructor Detail

EventStatus

public EventStatus()
Default constructor.

EventStatus

public EventStatus(java.lang.String evtId,
                   java.lang.String stat,
                   java.lang.String statMsg,
                   java.lang.String guid)
Creates a Event Status object

Method Detail

getID

public java.lang.String getID()
Return the event ID. Unique Identifier of the event. For OID generated events, it is the change number. For applications it could be any kind of sequenced value. This is stored in the provisioning profile.
Returns:
the event ID

setID

public void setID(java.lang.String evtID)
Set the event ID.
Parameters:
evtID - Event ID

getObjGuid

public java.lang.String getObjGuid()
Return the Object GUID. The Unique ID of the Object that changed. For OID, it is the 32 characters ORCLGUID.
Returns:
the Object GUID

setObjGuid

public void setObjGuid(java.lang.String objGuid)
Set the Object GUID.
Parameters:
objGuid - Object GUID

getStatus

public java.lang.String getStatus()
Return the Event status.
Returns:
the Event status

setStatus

public void setStatus(java.lang.String stat)
Set the Event status.
Parameters:
stat - Event Status

getStatusMsg

public java.lang.String getStatusMsg()
Return the Event status message.
Returns:
the Event status message.

setStatusMsg

public void setStatusMsg(java.lang.String statMsg)
Set the Event status message.
Parameters:
statMsg - Event status message

setErrCode

public void setErrCode(int errCode)
Set the error code

getErrCode

public int getErrCode()
Get the error code

toString

public java.lang.String toString()
Returns the string representation

Oracle Internet Directory API Reference
10g(10.1.2)

B14083-02


Copyright © 2005, Oracle. All Rights Reserved.