com.hyperion.css
Interface CSSLCMAPIIF


public interface CSSLCMAPIIF

This interface contains all the API's needed for the LCM.


Method Summary
 java.util.Map getAllModifiedDates(java.util.Map context, CSSPrincipalIF principal)
          Returns the all modified dates of user, group, role, delegated list and Assigned Roles.
 java.util.Map getEntryModifiedDates(java.util.Map context, CSSPrincipalIF principal)
          Returns the modified dates of user, group, role, and delegated list.
 java.util.Map getProvisionModifiedDates(java.util.Map context, CSSPrincipalIF principal)
          Returns the modified dates of Assigned roles.
 

Method Detail

getEntryModifiedDates

java.util.Map getEntryModifiedDates(java.util.Map context,
                                    CSSPrincipalIF principal)
                                    throws CSSException
Returns the modified dates of user, group, role, and delegated list. Map contains keys: users, groups, roles, delegatedlists

Throws:
CSSException

getProvisionModifiedDates

java.util.Map getProvisionModifiedDates(java.util.Map context,
                                        CSSPrincipalIF principal)
                                        throws CSSException
Returns the modified dates of Assigned roles.

Throws:
CSSException

getAllModifiedDates

java.util.Map getAllModifiedDates(java.util.Map context,
                                  CSSPrincipalIF principal)
                                  throws CSSException
Returns the all modified dates of user, group, role, delegated list and Assigned Roles.

Throws:
CSSException


Copyright © 2005-2009 Oracle Corporation.