Index - All Packages - All Categories - All Classes
Class FeClub
A persistent Club on the Server.
Package: Udanax-Gold
All Superclasses: Object Heaper FeRangeElement FeWork
Protocols: Object
Categories: Xanadu-nkernel
Class MethodsinfostProtocol
Overrides: FeWork class
make: status
Essential. Create a new Club whose initial status is described in the given ClubDescription Edition. The reader, editor and owner are taken from the current settings. If the KeyMaster has edit permission, then the Club Work is initially grabbed by it. The Club Work is initially sponsored by the CurrentSponsor.
Note: Unlike ordinary Works, a newly created Club is assigned a global ID.
Overrides: FeWork class
on: be
Overrides: FeWork class
Instance MethodsbeClub
create: be
Overrides: FeWork
removeSignatureClub
Essential. Irrevocably remove signature authority for this Club. Requires ownership authority.
setSignatureClub: club
Essential. Change who has signature authority for this Club. Requires ownership authority.
Aborts if the Work doesn't have a signature Club.
signatureClub
Essential. The Club which has 'signature authority' for this Club. Members of this Club are allowed to endorse with the ID of this Club, and are allowed to use it to sponsor resources. BLASTs if it has been removed
sponsoredWorks
sponsoredWorks: filter
Essential. All of the Works sponsored by this Club. If a Filter is given, then restricts the result to Works which pass the filter. The result can be wrapped with a Set. This does not require any permissions.
Index - All Packages - All Categories - All Classes