com.starbase.starteam
Interface ISecurableObject

All Superinterfaces:
ISecurable
All Known Implementing Classes:
Item, Project, PromotionState, View

public interface ISecurableObject
extends ISecurable

An object that can be secured in the repository.


Method Summary
 void acquireOwnership()
          Sets ownership of this securable object to the logged in user.
 int getOwner()
          Securable objects have an owner.
 
Methods inherited from interface com.starbase.starteam.ISecurable
getACL, getParentContainer, getType, hasPermission, setACL
 

Method Detail

getOwner

public int getOwner()
Securable objects have an owner. The owner of an object is normally granted full access rights for the object.

Returns:
The ID of the user who is the owner of this object.
See Also:
SystemPolicy.getSkipOwnershipCheck()

acquireOwnership

public void acquireOwnership()
Sets ownership of this securable object to the logged in user.



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