|
Daisy Open Source CMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AclObject
Specifies the object (i.e. the documents) to which a set of AclEntries apply.
To save modification to this AclObject, call Acl.save()
on the containing Acl object.
| Method Summary | |
|---|---|
void |
add(AclEntry aclEntry)
|
void |
add(int index,
AclEntry aclEntry)
|
void |
clear()
|
AclEntry |
createNewEntry(AclSubjectType subjectType,
long subjectValue)
|
AclEntry |
get(int index)
|
String |
getObjectExpr()
|
org.outerx.daisy.x10.AclObjectDocument |
getXml()
|
void |
remove(int index)
|
void |
setObjectExpr(String expr)
|
int |
size()
|
| Method Detail |
|---|
String getObjectExpr()
void setObjectExpr(String expr)
AclEntry createNewEntry(AclSubjectType subjectType,
long subjectValue)
AclEntry get(int index)
void remove(int index)
void add(AclEntry aclEntry)
void add(int index,
AclEntry aclEntry)
void clear()
int size()
org.outerx.daisy.x10.AclObjectDocument getXml()
|
Daisy Open Source CMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||