|
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.ldap.ESDSProcessPolicy
Constructor Summary | |
ESDSProcessPolicy(ESDSAccess esdsAccess) |
Method Summary | |
void |
createArchivingFilter(ESDSLdapObject archivefilter) This method creates a archiving filter. |
void |
createArchivingPolicy(ESDSLdapObject archivePolicy) This method creates a archiving filter. |
void |
createProcessFilter(ESDSLdapObject filter) This method creates a filter. |
void |
deleteArchivingPolicy(java.lang.String policyName) This method deleted the given archiving policy. |
void |
deleteProcessFilter(java.lang.String name) This method deleted the given filter. |
static java.lang.String[] |
ESDSGetAllArchivingPolicies(ESDSDirServerAccess access, ESDSLdapHandle handle) This method returns names of all archive policies in the system. |
static java.util.Hashtable |
ESDSGetArchivingHashtable(ESDSDirServerAccess access, ESDSLdapHandle handle) This method returns names of all archive policies in the system. |
ESDSLdapObject[] |
getAllArchivingFilters(java.util.Vector attrs) This method returns all archive filters in the system. |
ESDSLdapObject[] |
getAllArchivingPolicies(java.util.Vector attrs) This method returns all archive policies in the system. |
ESDSLdapObject[] |
getAllProcessFilters(java.util.Vector attrs) This method returns all process filters in the system. |
ESDSLdapObject |
getArchivingFilterMetaData() This method returns the metadata for archive filter. |
ESDSLdapObject[] |
getArchivingPolicies(java.lang.String nameFilter, java.util.Vector attrs) This method returns the archive policies in the system. |
ESDSLdapObject |
getArchivingPolicyMetaData() This method returns the metadata for archive filter. |
ESDSLdapObject |
getProcessFilter(java.lang.String name, java.util.Vector attrs) This method returns all process filters in the system. |
ESDSLdapObject |
getProcessFilterInstanceMetaData() This method returns the metadata for process filter instance. |
ESDSLdapObject |
getProcessFilterMetaData() This method returns the metadata for process filter. |
ESDSLdapObject[] |
getProcessFilterParamsForProc(java.lang.String procDN, java.util.Vector attrs) This method gets the filters and all parameters including instance specific parameters applicable for the given process dn. |
ESDSLdapObject[] |
getProcessFilters(java.lang.String filter, java.util.Vector attrs) This method returns all process filters in the system matching the query. |
void |
modifyArchivingPolicy(ESDSLdapObject archivingPolicy) This method modifies the given ar policy. |
void |
modifyProcessFilter(ESDSLdapObject filter) This method modifies the given filter. |
void |
modifyProcessFilterParamsForProc(java.lang.String filterName, java.lang.String procDN, ESDSLdapObject instanceParams) This method modifies the server specific parameters for the given filter for the given process entry. |
void |
setProcessFilterForProc(java.lang.String filterName, java.lang.String procDN, ESDSLdapObject instanceParams) This method sets given filter for the given process entry. |
void |
setUserArchivingPolicy(java.lang.String usermailid, java.lang.String policyName) |
void |
unsetProcessFilterForProc(java.lang.String filterName, java.lang.String procDN) This method unsets the given filter for the given process entry. |
void |
unsetUserArchivingPolicy(java.lang.String usermailid) |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ESDSProcessPolicy(ESDSAccess esdsAccess) throws ESDSException
oesCtx
- An authenticated app contextMethod Detail |
public ESDSLdapObject getProcessFilterMetaData() throws ESDSException
public ESDSLdapObject[] getAllProcessFilters(java.util.Vector attrs) throws ESDSException
attrs
- list of attributes to fetch - a Vector of Stringpublic ESDSLdapObject[] getProcessFilters(java.lang.String filter, java.util.Vector attrs) throws ESDSException
filter
- the query string - has to be a valid filterattrs
- list of attributes to fetch - a Vector of Stringpublic ESDSLdapObject getProcessFilter(java.lang.String name, java.util.Vector attrs) throws ESDSException
name
- The name of the filterattrs
- list of attributes to fetch - a Vector of Stringpublic void createProcessFilter(ESDSLdapObject filter) throws ESDSException
filter
- The filter parameterspublic void modifyProcessFilter(ESDSLdapObject filter) throws ESDSException
filter
- The filter parameters for modificationpublic void deleteProcessFilter(java.lang.String name) throws ESDSException
name
- The name of filter to be deletedpublic ESDSLdapObject getProcessFilterInstanceMetaData() throws ESDSException
public void setProcessFilterForProc(java.lang.String filterName, java.lang.String procDN, ESDSLdapObject instanceParams) throws ESDSException
filterName
- Name of the filterprocDN
- name DN of process instance or process target or mailprocessconfiginstanceParams
- instance specific parameters for the filterpublic void unsetProcessFilterForProc(java.lang.String filterName, java.lang.String procDN) throws ESDSException
filterName
- Name of the filterprocDN
- name DN of process instance or process target or mailprocessconfigpublic void modifyProcessFilterParamsForProc(java.lang.String filterName, java.lang.String procDN, ESDSLdapObject instanceParams) throws ESDSException
filterName
- Name of the filterprocDN
- name DN of process instance or process target or mailprocessconfiginstanceParams
- instance specific parameters for the filter for modificationpublic ESDSLdapObject[] getProcessFilterParamsForProc(java.lang.String procDN, java.util.Vector attrs) throws ESDSException
procDN
- name DN of process instance or process target or mailprocessconfigattrs
- list of attributes to fetch - a Vector of String. If attribute is not present at the instance level, it will fetch it from the filter level if it's set there.public ESDSLdapObject getArchivingFilterMetaData() throws ESDSException
public void createArchivingFilter(ESDSLdapObject archivefilter) throws ESDSException
filter
- The filter parameterspublic ESDSLdapObject getArchivingPolicyMetaData() throws ESDSException
public void createArchivingPolicy(ESDSLdapObject archivePolicy) throws ESDSException
filter
- The filter parameterspublic ESDSLdapObject[] getAllArchivingFilters(java.util.Vector attrs) throws ESDSException
attrs
- list of attributes to fetch - a Vector of Stringpublic ESDSLdapObject[] getAllArchivingPolicies(java.util.Vector attrs) throws ESDSException
attrs
- list of attributes to fetch - a Vector of Stringpublic static java.lang.String[] ESDSGetAllArchivingPolicies(ESDSDirServerAccess access, ESDSLdapHandle handle) throws ESDSException
handle
- - the LDAP connectionpublic static java.util.Hashtable ESDSGetArchivingHashtable(ESDSDirServerAccess access, ESDSLdapHandle handle) throws ESDSException
handle
- - the LDAP connectionpublic ESDSLdapObject[] getArchivingPolicies(java.lang.String nameFilter, java.util.Vector attrs) throws ESDSException
public void setUserArchivingPolicy(java.lang.String usermailid, java.lang.String policyName) throws ESDSException
public void unsetUserArchivingPolicy(java.lang.String usermailid) throws ESDSException
public void deleteArchivingPolicy(java.lang.String policyName) throws ESDSException
name
- The name of filter to be deletedpublic void modifyArchivingPolicy(ESDSLdapObject archivingPolicy) throws ESDSException
archivingPolicy
- parameters for modification
|
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 |