Uses of Class
de.fraunhofer.iese.mydata.policy.Policy
Package
Description
Policy-related classes.
-
Uses of Policy in de.fraunhofer.iese.mydata.component.interfaces
Modifier 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
Modifier and TypeMethodDescriptionGets the policy.Modifier 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. -
Uses of Policy in de.fraunhofer.iese.mydata.policy.event.history
Modifier 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 .ModifierConstructorDescriptionValueChangeEntity
(Policy policy, String blockHash, String blockId, String value) Main constructor. -
Uses of Policy in de.fraunhofer.iese.mydata.policy.validation
-
Uses of Policy in de.fraunhofer.iese.mydata.solution