Interface IProductEntitlementCheckEx


public interface IProductEntitlementCheckEx
All solution that needs to implement custom feature entitlement logic should implement this interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isEntitled(com.documentum.fc.client.impl.session.ISession session)
    Utility method to check entitlement which validates the Product Entitlement for a logged in user .
  • Method Details

    • isEntitled

      boolean isEntitled(com.documentum.fc.client.impl.session.ISession session) throws com.documentum.fc.common.DfException
      Utility method to check entitlement which validates the Product Entitlement for a logged in user . If it returns false then user is denied the permission. ( For more information, Click here )
      Parameters:
      session -
      Returns:
      Throws:
      com.documentum.fc.common.DfException