Click or drag to resize

IPolicyInformationServiceEx Interface

An IPolicyInformationService which adds extra functionality

Namespace: SanteDB.Core.Security.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IPolicyInformationServiceEx : IPolicyInformationService, 
	IServiceImplementation

The IPolicyInformationServiceEx type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodAddPolicies Adds the specified policies to the specified securable object
(Inherited from IPolicyInformationService)
Public methodCreatePolicies Create all policies in a batch
Public methodCreatePolicy Create policy in the policy information point
(Inherited from IPolicyInformationService)
Public methodGetPolicies Get all policies on the system
(Inherited from IPolicyInformationService)
Public methodGetPolicies(Object) Get all active policies for the specified securable type
(Inherited from IPolicyInformationService)
Public methodGetPolicy Get a specific policy
(Inherited from IPolicyInformationService)
Public methodGetPolicyInstance Gets the policy instance for the specified object
(Inherited from IPolicyInformationService)
Public methodHasPolicy Returns true if securable has policyOid assigned to it
(Inherited from IPolicyInformationService)
Public methodRemovePolicies Removes the specified policies from the user account
(Inherited from IPolicyInformationService)
Top
See Also