|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Permission
Represents a permission that a LiveCycle ES2 user or group has.
| Method Summary | |
|---|---|
String |
getDesc()
Retrieves the permission description. |
String |
getName()
Retrieves the permission name. |
String |
getOid()
Retrieves the permission identifier. |
String |
getResourceTypeId()
Retrieves the permission name resource type identifier. |
boolean |
isDefault()
Determines whether this permission is a default permission for the associated resource type. |
void |
setDefaultStatus(boolean isDefault)
Sets whether this permission is a default permission for the associated resource type. |
void |
setDesc(String desc)
Sets the permission description. |
void |
setName(String localizedPermissionName)
Sets the permission name. |
void |
setOid(String oid)
Sets the permission identifier. |
void |
setResourceTypeId(String resTypeId)
Sets the permission name resource type identifier. |
| Method Detail |
|---|
String getOid()
void setOid(String oid)
oid - The permission identifier.String getName()
PERM_DOC_CREATE is a permission name.
void setName(String localizedPermissionName)
localizedPermissionName - A string value that represents the permission name.String getResourceTypeId()
void setResourceTypeId(String resTypeId)
resTypeId - The permission name resource type identifier.String getDesc()
void setDesc(String desc)
desc - The permission description.boolean isDefault()
true if this permission is a default permission for the associated resource type, false otherwise.void setDefaultStatus(boolean isDefault)
isDefault - true if this permission is a default permission for the associated resource type, false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||