org.eclipse.stardust.engine.api.ws
Class LogEntryXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.LogEntryXto

public class LogEntryXto
extends Object

The LogEntry provides information about the various messages the engine is logging into AuditTrail.

Java class for LogEntry complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LogEntry">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="oid" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="timeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="activityOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="processOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="type" type="{http://eclipse.org/stardust/ws/v2012a/api}LogType"/>
         <element name="code" type="{http://eclipse.org/stardust/ws/v2012a/api}LogCode"/>
         <element name="userOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="user" type="{http://eclipse.org/stardust/ws/v2012a/api}User"/>
         <element name="context" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
LogEntryXto()
           
 
Method Summary
 long getActivityOid()
          Gets the value of the activityOid property.
 LogCodeXto getCode()
          Gets the value of the code property.
 String getContext()
          Gets the value of the context property.
 long getOid()
          Gets the value of the oid property.
 long getProcessOid()
          Gets the value of the processOid property.
 String getSubject()
          Gets the value of the subject property.
 Date getTimeStamp()
          Gets the value of the timeStamp property.
 LogTypeXto getType()
          Gets the value of the type property.
 UserXto getUser()
          Gets the value of the user property.
 long getUserOid()
          Gets the value of the userOid property.
 void setActivityOid(long value)
          Sets the value of the activityOid property.
 void setCode(LogCodeXto value)
          Sets the value of the code property.
 void setContext(String value)
          Sets the value of the context property.
 void setOid(long value)
          Sets the value of the oid property.
 void setProcessOid(long value)
          Sets the value of the processOid property.
 void setSubject(String value)
          Sets the value of the subject property.
 void setTimeStamp(Date value)
          Sets the value of the timeStamp property.
 void setType(LogTypeXto value)
          Sets the value of the type property.
 void setUser(UserXto value)
          Sets the value of the user property.
 void setUserOid(long value)
          Sets the value of the userOid property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEntryXto

public LogEntryXto()
Method Detail

getOid

public long getOid()
Gets the value of the oid property.


setOid

public void setOid(long value)
Sets the value of the oid property.


getTimeStamp

public Date getTimeStamp()
Gets the value of the timeStamp property.

Returns:
possible object is String

setTimeStamp

public void setTimeStamp(Date value)
Sets the value of the timeStamp property.

Parameters:
value - allowed object is String

getSubject

public String getSubject()
Gets the value of the subject property.

Returns:
possible object is String

setSubject

public void setSubject(String value)
Sets the value of the subject property.

Parameters:
value - allowed object is String

getActivityOid

public long getActivityOid()
Gets the value of the activityOid property.


setActivityOid

public void setActivityOid(long value)
Sets the value of the activityOid property.


getProcessOid

public long getProcessOid()
Gets the value of the processOid property.


setProcessOid

public void setProcessOid(long value)
Sets the value of the processOid property.


getType

public LogTypeXto getType()
Gets the value of the type property.

Returns:
possible object is LogTypeXto

setType

public void setType(LogTypeXto value)
Sets the value of the type property.

Parameters:
value - allowed object is LogTypeXto

getCode

public LogCodeXto getCode()
Gets the value of the code property.

Returns:
possible object is LogCodeXto

setCode

public void setCode(LogCodeXto value)
Sets the value of the code property.

Parameters:
value - allowed object is LogCodeXto

getUserOid

public long getUserOid()
Gets the value of the userOid property.


setUserOid

public void setUserOid(long value)
Sets the value of the userOid property.


getUser

public UserXto getUser()
Gets the value of the user property.

Returns:
possible object is UserXto

setUser

public void setUser(UserXto value)
Sets the value of the user property.

Parameters:
value - allowed object is UserXto

getContext

public String getContext()
Gets the value of the context property.

Returns:
possible object is String

setContext

public void setContext(String value)
Sets the value of the context property.

Parameters:
value - allowed object is String


Copyright © 2017 Eclipse Stardust. All Rights Reserved.