Interface MorpheusPolicyService


  • public interface MorpheusPolicyService
    This service deals with interactions as it relates to Policies. Methods are provided for managing/listing policy information. An example might be to use a custom report provider to access policy data and provide quota data on the policies.
    Since:
    0.12.1
    See Also:
    Policy
    • Method Detail

      • getType

        MorpheusPolicyTypeService getType()
        Returns the PolicyType related service for fetching type related information.
        Returns:
        an instance of the PolicyType Service for fetching related type information.
      • listAllByAccount

        io.reactivex.Observable<Policy> listAllByAccount​(Account account)
      • listAllByAccountAndEnabled

        io.reactivex.Observable<Policy> listAllByAccountAndEnabled​(Account account,
                                                                   java.lang.Boolean enabled)