|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
oracle.imaging.BasePermissions
oracle.imaging.Definition.Permissions
public static class Definition.Permissions
A data structure specifying the current user's permissions to an application definition. When included as part of Application.Security, specifies the associated security member permissions to an application 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 |
| 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. |
protected void |
setupPermissions(boolean fullPermissions) |
void |
setView(boolean view)Sets the View permission property. |
| Methods inherited from class oracle.imaging.BasePermissions |
|---|
addPermission, convertBoolToShort, convertShortToBool, getKeys, getPermission, setAll, setPermission, 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 setupPermissions(boolean fullPermissions)
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® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||