|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: false
Extendable: false
Method Summary | |
void |
changeOwner(Ownable obj,
WTPrincipal principal,
boolean commit_change)
Replace the Owner of an object. |
void |
changeOwnership(WTCollection objs,
WTPrincipal principal,
boolean commit_change)
Replace the Owner of the specified objects. |
void |
replaceOwnership(Ownable from,
Ownable to,
boolean commit_change)
Give one Ownable object the same ownership as another. |
Method Detail |
public void replaceOwnership(Ownable from, Ownable to, boolean commit_change) throws WTException, OwnershipException
from
- to
- commit_change
-
WTException
OwnershipException
public void changeOwner(Ownable obj, WTPrincipal principal, boolean commit_change) throws WTException, OwnershipException
obj
- principal
- commit_change
-
WTException
OwnershipException
public void changeOwnership(WTCollection objs, WTPrincipal principal, boolean commit_change) throws WTException, OwnershipException
objs
- principal
- commit_change
-
WTException
OwnershipException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |