|
Oracle® Mail Java API Reference 10g Release 1 (10.1.1) B14492-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.mail.sdk.esmail.OracleGranteeACI
This class is used to retrieve shared folder aci and grantee information. A vector of OracleGranteeACI objects is returned from the Folder.getGranteeAci() method. Internally, oid apis are invoked to get a list of the permissions and users for the shared folder.
Method Summary | |
java.lang.String |
getGranteeAddress() Return the address of the grantee |
java.lang.String |
getGranteeType() Return the type of the grantee Valid Types are: user - ESDSConstants.DS_MAILUSER, dl - ESDSConstants.DS_DISTRIBUTION_LIST, domain - ESDSConstants.DS_DOMAIN |
boolean |
hasAdmin() Has admin permission |
boolean |
hasDelete() Has delete permission |
boolean |
hasDigitPermission(int digit) Has digit permission |
boolean |
hasInsert() Has insert permission |
boolean |
hasLookup() Has lookup permission |
boolean |
hasRead() Has Read permission |
boolean |
hasSeen() Has seen permission |
boolean |
hasWrite() Has Write permission |
static void |
main(java.lang.String[] args) |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getGranteeAddress()
Return the address of the grantee
public java.lang.String getGranteeType()
Return the type of the grantee Valid Types are: user - ESDSConstants.DS_MAILUSER, dl - ESDSConstants.DS_DISTRIBUTION_LIST, domain - ESDSConstants.DS_DOMAIN
public boolean hasWrite()
Has Write permission
public boolean hasRead()
Has Read permission
public boolean hasSeen()
Has seen permission
public boolean hasLookup()
Has lookup permission
public boolean hasDelete()
Has delete permission
public boolean hasInsert()
Has insert permission
public boolean hasAdmin()
Has admin permission
public boolean hasDigitPermission(int digit) throws javax.mail.MessagingException
Has digit permission
digit
- - Pass in one digit at a time and checkpublic static void main(java.lang.String[] args)
|
Oracle® Mail Java API Reference 10g Release 1 (10.1.1) B14492-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |