|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.portal.pcm.admin.PermissionDescriptor
public class PermissionDescriptor
The class that represents the allowed permissions of an object and a permission description.
This class is created by the semantics and used in the permission editor.
| Field Summary | |
|---|---|
protected String[] |
allowedPermissions
|
protected String |
descriptiveString
|
| Constructor Summary | |
|---|---|
PermissionDescriptor(String[] allowedPermissions,
String descriptiveString)
Constructs a PermissionDescriptor with the permissions allowed and a descriptive string. |
|
| Method Summary | |
|---|---|
String[] |
getAllowedPermissions()
Gets the allowed permissions. |
String |
getDescriptiveString()
Gets the descriptive string. |
void |
setAllowedPermission(String[] allowedPermissions)
Sets the allowed permission. |
void |
setDescriptiveString(String descriptiveString)
Sets the descriptive string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String[] allowedPermissions
protected String descriptiveString
| Constructor Detail |
|---|
public PermissionDescriptor(String[] allowedPermissions,
String descriptiveString)
PermissionDescriptor with the permissions allowed and a descriptive string.
allowedPermissions - the permissions alloweddescriptiveString - a descriptive string| Method Detail |
|---|
public String[] getAllowedPermissions()
public String getDescriptiveString()
public void setAllowedPermission(String[] allowedPermissions)
allowedPermissions - the allowed permissionpublic void setDescriptiveString(String descriptiveString)
descriptiveString - the descriptive string| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/pcm/admin/public/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||