public class ObjectAuthorizations extends Object implements Iterable<ObjectRight>
| Constructor and Description |
|---|
ObjectAuthorizations()
Creates a new ObjectAuthorizations object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRight(ObjectRight right)
Adds a new row to the authorizations tab.
|
void |
clear()
Clears the list of authorizations.
|
Iterator<ObjectRight> |
iterator()
Returns an
java.util.Iterator over ObjectRight. |
int |
size()
Returns the number of authorizations for this UC4Object.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ObjectAuthorizations()
public Iterator<ObjectRight> iterator()
java.util.Iterator over ObjectRight.
The returned Iterator can be used to remove elements by using the remove() method.iterator in interface Iterable<ObjectRight>public void addRight(ObjectRight right)
right - authorizationpublic void clear()
public int size()
Copyright © 2021. All rights reserved.