com.starbase.starteam
Class SecurityLogEntry

java.lang.Object
  |
  +--com.starbase.starteam.SecurityLogEntry

public class SecurityLogEntry
extends java.lang.Object


Nested Class Summary
static interface SecurityLogEntry.SecurityEventType
          Constants that define the type of the Security Event.
 
Method Summary
 boolean equals(java.lang.Object source)
          returns true if this object instance is equal to the source
 AccessCheckSecLogID getAccessCheckSecLogID()
          Returns the AccessCheckSecLogID or null.
 ContainerACLSecLogID getContainerACLSecLogID()
          Returns the ContainerACLSecLogID or null.
 ObjectACLSecLogID getObjectACLSecLogID()
          Returns the ObjectACLSecLogID or null.
 java.lang.String getObjectDisplayText()
          Returns the display text for the security event.
 OLEDate getTimestamp()
          Returns the timestamp.
 User getUser()
          Returns the User object that represents the user id.
 UserGroupSecLogID getUserGroupSecLogID()
          Returns the UserGroupSecLogID or null.
 int getUserID()
          Returns the user id.
 Workstation getWorkstation()
          Returns the Workstation object that represents the workstation id.
 int getWorkstationID()
          Returns the workstation id.
 int hashCode()
          returns a unique hash for all instances of this type
 boolean isFailure()
          Returns true if this was a failure, otherwise false.
 java.lang.String toString()
          Returns a string representation of the log entry.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getUserID

public int getUserID()
Returns the user id.

Returns:
The user id.

getUser

public User getUser()
Returns the User object that represents the user id.

Returns:
The User object that represents the user id.

getWorkstationID

public int getWorkstationID()
Returns the workstation id.

Returns:
The workstation id.

getWorkstation

public Workstation getWorkstation()
Returns the Workstation object that represents the workstation id.

Returns:
The Workstation object that represents the workstation id.

getTimestamp

public OLEDate getTimestamp()
Returns the timestamp.

Returns:
The timestamp.

isFailure

public boolean isFailure()
Returns true if this was a failure, otherwise false.

Returns:
true if this event was a failure, otherwise false.

getObjectDisplayText

public java.lang.String getObjectDisplayText()
Returns the display text for the security event.

Returns:
The display text for the security event.

getUserGroupSecLogID

public UserGroupSecLogID getUserGroupSecLogID()
Returns the UserGroupSecLogID or null.

Returns:
The UserGroupSecLogID or null.

getContainerACLSecLogID

public ContainerACLSecLogID getContainerACLSecLogID()
Returns the ContainerACLSecLogID or null.

Returns:
The ContainerACLSecLogID or null.

getObjectACLSecLogID

public ObjectACLSecLogID getObjectACLSecLogID()
Returns the ObjectACLSecLogID or null.

Returns:
The ObjectACLSecLogID or null.

getAccessCheckSecLogID

public AccessCheckSecLogID getAccessCheckSecLogID()
Returns the AccessCheckSecLogID or null.

Returns:
The AccessCheckSecLogID or null.

toString

public java.lang.String toString()
Returns a string representation of the log entry.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of the log entry.

equals

public boolean equals(java.lang.Object source)
returns true if this object instance is equal to the source

Overrides:
equals in class java.lang.Object
Parameters:
source - Object the source to comapre with
Returns:
boolean true if this object is equal to the source

hashCode

public int hashCode()
returns a unique hash for all instances of this type

Overrides:
hashCode in class java.lang.Object
Returns:
int a unique hash for all instances of this type


StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.