Package com.morpheusdata.core.policy
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MorpheusPolicyTypeService
getType()
Returns thePolicyType
related service for fetching type related information.io.reactivex.Observable<Policy>
listAllByAccount(Account account)
io.reactivex.Observable<Policy>
listAllByAccountAndEnabled(Account account, java.lang.Boolean enabled)
-
-
-
Method Detail
-
getType
MorpheusPolicyTypeService getType()
Returns thePolicyType
related service for fetching type related information.- Returns:
- an instance of the PolicyType Service for fetching related type information.
-
-