Oracle Email Java API Reference
Release 2(9.0.4)

B10724-01

oracle.mail.sdk.esmail
Class OracleGranteeACI

java.lang.Object
  |
  +--oracle.mail.sdk.esmail.OracleGranteeACI

public class OracleGranteeACI
extends java.lang.Object

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 hasDelete()
           Has delete 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

getGranteeAddress

public java.lang.String getGranteeAddress()

Return the address of the grantee


getGranteeType

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


hasWrite

public boolean hasWrite()

Has Write permission


hasRead

public boolean hasRead()

Has Read permission


hasSeen

public boolean hasSeen()

Has seen permission


hasLookup

public boolean hasLookup()

Has lookup permission


hasDelete

public boolean hasDelete()

Has delete permission


hasInsert

public boolean hasInsert()

Has insert permission


main

public static void main(java.lang.String[] args)

Oracle Email Java API Reference
Release 2(9.0.4)

B10724-01

Copyright © 1988, 2003 Oracle Corporation. All Rights Reserved.