Read and set edit privileges

is.editor(x)

is.editor(x) <- value

# S4 method for MemberCatalog
is.editor(x)

# S4 method for MemberCatalog,logical
is.editor(x) <- value

# S4 method for PermissionCatalog
is.editor(x)

# S4 method for PermissionTuple
is.editor(x)

Arguments

x

PermissionCatalog or MemberCatalog

value

For the setter, logical: should the indicated users be allowed to edit the associated object?

Value

is.editor returns a logical vector corresponding to whether the users in the catalog can edit or not.is.editor<- returns the catalog, modified.