|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwnershipException | |
wt.ixb.util | |
wt.ownership | The ownership service is responsible for associating a principal with an object. |
Uses of OwnershipException in wt.ixb.util |
Methods in wt.ixb.util that throw OwnershipException | |
static Ownable |
IXBOwnershipHelper.takeOwnership(Ownable doc)
|
static Ownable |
IXBOwnershipHelper.releaseOwnership(Ownable doc)
|
Uses of OwnershipException in wt.ownership |
Methods in wt.ownership that throw OwnershipException | |
void |
StandardOwnershipService.replaceOwnership(Ownable from,
WTCollection tos)
Give Ownable objects the same ownership as another. |
void |
StandardOwnershipService.replaceOwnership(Ownable from,
Ownable to,
boolean commit_change)
Give one Ownable object the same ownership as another. |
void |
StandardOwnershipService.changeOwner(Ownable obj,
WTPrincipal principal,
boolean commit_change)
Replace the Owner of an object. |
void |
StandardOwnershipService.changeOwnership(WTCollection objs,
WTPrincipal principal,
boolean commit_change)
Replace the Owner of the specified objects. |
private void |
StandardOwnershipService.replaceOwnership(Ownership new_ownership,
WTCollection objects,
boolean commit_change)
|
private void |
StandardOwnershipService.replaceOwnership(Ownership new_ownership,
Ownable object,
boolean commit_change)
|
private WTCollection |
StandardOwnershipService.updateOwnership(WTCollection objects,
Ownership new_ownership)
|
void |
OwnershipServiceSvr.replaceOwnership(Ownable from,
Ownable to,
boolean commit_change)
Give one Ownable object the same ownership as another. |
void |
OwnershipServiceSvr.changeOwner(Ownable obj,
WTPrincipal principal,
boolean commit_change)
Replace the Owner of an object. |
void |
OwnershipServiceSvr.changeOwnership(WTCollection objs,
WTPrincipal principal,
boolean commit_change)
Replace the Owner of the specified objects. |
static void |
OwnershipHelper.setOwner(Ownable obj,
WTPrincipal principal)
Sets the Owner of the supplied object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |