Nymph.js 1.0.0-beta.113
    Preparing search index...

    Enumeration TilmeldAccessRequest

    Index

    Enumeration Members

    ALL_LEVELS: 0

    The default level, any possible entity readable by the user.

    This is the same as or-ing together all of the levels listed below.

    OTHER_ACCESSIBLE: 64

    The entity is accessible to any user.

    PRIMARY_GROUP_ACCESSIBLE: 16

    The user's primary group is listed in an access control list.

    PRIMARY_GROUP_OWNED: 2

    Owned by and accessible to the user's primary group.

    SECONDARY_GROUP_ACCESSIBLE: 32

    One of the user's secondary groups is listed in an access control list.

    SECONDARY_GROUP_OWNED: 4

    Owned by and accessible to one of the user's secondary groups.

    UNOWNED: 128

    The entity is not owned by anyone.

    USER_ACCESSIBLE: 8

    The user is listed in an access control list.

    USER_OWNED: 1

    Owned by and accessible to the user.

    This is always enabled, so not including it has no effect. It's here to allow the selection of only user owned entities.