Uses of Class
de.fraunhofer.iese.mydata.policy.Policy
Packages that use Policy
Package
Description
Policy-related classes.
-
Uses of Policy in de.fraunhofer.iese.mydata.component.interfaces
Methods in de.fraunhofer.iese.mydata.component.interfaces with parameters of type PolicyModifier and TypeMethodDescriptionboolean
Deploys a policy.boolean
IPolicyDecisionPoint.updatePolicy
(Policy policy, ZoneId zoneIdOfSolution) Updates a policy.boolean
IPolicyDecisionPoint.updatePolicyAndId
(Policy policyWithNewId, ZoneId zoneIdOfSolution, PolicyId oldPolicyId) Update policyId -
Uses of Policy in de.fraunhofer.iese.mydata.policy
Methods in de.fraunhofer.iese.mydata.policy that return PolicyModifier and TypeMethodDescriptionGets the policy.Methods in de.fraunhofer.iese.mydata.policy that return types with arguments of type PolicyModifier and TypeMethodDescriptionIPolicyService.getDeployedPolicies()
Gets all deployed policies.IPolicyService.getDeployedPolicies
(SolutionId solutionId) Gets all deployed policy for a solution.IPolicyService.getPolicies
(SolutionId solutionId) Gets all policy.IPolicyService.getRevokedPolicies
(SolutionId solutionId) Gets all revoked policy for a solution.Methods in de.fraunhofer.iese.mydata.policy with parameters of type Policy -
Uses of Policy in de.fraunhofer.iese.mydata.policy.event.history
Methods in de.fraunhofer.iese.mydata.policy.event.history with parameters of type PolicyModifier and TypeMethodDescriptionIEventRepository.getValueChanged
(String blockId, Policy policy) void
IEventRepository.policyDeployed
(Policy policy) When policy is deployed call this method to update event storing map.void
IEventRepository.policyRevoked
(Policy policy) When policy is revoked, this method needs to be called to update Map used to filter policy.void
IEventRepository.policyUpdate
(Policy policy) When policy is updated, call this method.void
IEventRepository.policyUpdate
(Policy policy, PolicyId oldPolicyId) When policy or the policyId is updated, call this method.void
IEventRepository.saveValueChangeBlock
(Policy policy, Map<String, String> variableValueChangeBlock) Provide concrete implementation for storing of value changed .void
IEventRepository.setValueChanged
(Policy policy, String blockId, String valueInPolicy) void
IEventRepository.updateValueChangeBlockPolicyId
(Policy newPolicy, PolicyId oldPolicyId) Provide concrete policyID update for the stored value changed .Constructors in de.fraunhofer.iese.mydata.policy.event.history with parameters of type PolicyModifierConstructorDescriptionValueChangeEntity
(Policy policy, String blockHash, String blockId, String value) Main constructor. -
Uses of Policy in de.fraunhofer.iese.mydata.policy.validation
Methods in de.fraunhofer.iese.mydata.policy.validation with parameters of type Policy -
Uses of Policy in de.fraunhofer.iese.mydata.solution
Methods in de.fraunhofer.iese.mydata.solution that return types with arguments of type PolicyMethods in de.fraunhofer.iese.mydata.solution with parameters of type PolicyMethod parameters in de.fraunhofer.iese.mydata.solution with type arguments of type Policy