| 
 | Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
   oracle.imaging.BasePermissions
oracle.imaging.BasePermissions
       oracle.imaging.Definition.Permissions
oracle.imaging.Definition.Permissions
public static class Definition.Permissions
A data structure specifying the current user's permissions to a definition. When included as part of Definition.Security, specifies the associated security member permissions to a definition.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class oracle.imaging.BasePermissions | 
|---|
| BasePermissions.Permission | 
| Field Summary | 
|---|
| Fields inherited from class oracle.imaging.BasePermissions | 
|---|
| permissionPropertyMap, propertyPermissionMap | 
| Constructor Summary | |
|---|---|
| Definition.Permissions()Default constructor that sets all of the permissions to false. | |
| Definition.Permissions(boolean fullPermissions)The constructor that sets all of the permissions to the value of the fullPermissions flag. | |
| Method Summary | |
|---|---|
|  boolean | getDelete()Gets the Delete permission property. | 
|  boolean | getGrantAccess()Gets the Grant permission property. | 
|  boolean | getModify()Gets the Modify permission property. | 
|  boolean | getView()Gets the View permission property. | 
| protected  void | prePersist() | 
|  void | setDelete(boolean delete)Sets the Delete permission property. | 
|  void | setGrantAccess(boolean grantAccess)Sets the Grant permission property. | 
|  void | setModify(boolean modify)Sets the Modify permission property. | 
|  void | setView(boolean view)Sets the View permission property. | 
| Methods inherited from class oracle.imaging.BasePermissions | 
|---|
| addPermissions, convertBoolToShort, convertShortToBool, getKeys, getPermission, setAll, setPermission, toEnum, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public Definition.Permissions()
false.public Definition.Permissions(boolean fullPermissions)
fullPermissions - true enables all permissions.| Method Detail | 
|---|
protected void prePersist()
public void setGrantAccess(boolean grantAccess)
grantAccess - The new Grant permission property value.public boolean getGrantAccess()
public void setModify(boolean modify)
modify - The new Modify permission property value.public boolean getModify()
public void setDelete(boolean delete)
delete - The new Delete permission property value.public boolean getDelete()
public void setView(boolean view)
view - The new View permission property value.public boolean getView()
| 
 | Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||