| Package | Description |
|---|---|
| de.fraunhofer.iese.ind2uce.api.component.interfaces |
IND2UCE component interfaces.
|
| de.fraunhofer.iese.ind2uce.api.policy |
Policy-related classes.
|
| Modifier and Type | Method and Description |
|---|---|
Policy |
IPolicyRetrievalPoint.getPolicy(PolicyId policyId)
Gets the latest policy.
|
Policy |
IPolicyManagementPoint.getPolicy(PolicyId policyId)
Gets the latest policy.
|
| Modifier and Type | Method and Description |
|---|---|
List<Policy> |
IPolicyRetrievalPoint.getDeployedPolicies()
Gets all policy.
|
List<Policy> |
IPolicyManagementPoint.getDeployedPolicies(EnforcementScopeId scope)
Gets all policy.
|
List<Policy> |
IPolicyRetrievalPoint.getDeployedPolicies(String solutionId)
Gets the deployed policies.
|
List<Policy> |
IPolicyRetrievalPoint.getPolicies()
Gets all policy.
|
List<Policy> |
IPolicyManagementPoint.getPolicies(EnforcementScopeId scope)
Gets all policy.
|
List<Policy> |
IPolicyRetrievalPoint.getPolicies(String solutionId)
Gets the policies.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IPolicyRetrievalPoint.addPolicy(Policy policy)
Adds a policy (ILP, ILPT, SLP, SLPT).
|
boolean |
IPolicyManagementPoint.addPolicy(Policy p)
Adds a policy (ILP, ILPT, SLP, SLPT).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PolicyValidator.checkPolicySolution(Policy policy) |
boolean |
IPolicyValidator.checkPolicySolution(Policy p) |
Copyright © 2018. All rights reserved.