Uses of Class
de.fraunhofer.iese.mydata.exception.InvalidEntityException
Packages that use InvalidEntityException
Package
Description
Common MYDATA classes.
\* MYDATA component interfaces and classes.
Policy-related classes.
-
Uses of InvalidEntityException in de.fraunhofer.iese.mydata.affiliation
Methods in de.fraunhofer.iese.mydata.affiliation that throw InvalidEntityExceptionModifier and TypeMethodDescriptionIAffiliationService.addAffiliation(Affiliation affiliation) Adds the affiliation.booleanIAffiliationService.affiliationIdExists(AffiliationId affiliationId) Checks if this affiliationId existsvoidIAffiliationService.deleteAffiliation(AffiliationId affiliationId) Delete affiliation.IAffiliationService.getAffiliation(AffiliationId affiliationId) Gets the affiliation.IAffiliationService.getAffiliationBySolutionId(SolutionId solutionId) Returns the affiliation a solutionid (solution) belongs toIAffiliationService.getAffiliationIdBySolutionId(SolutionId solutionId) Returns the affiliationId a solutionid (solution) belongs toAffiliationId.getIdentifier()voidIAffiliationService.lockAffiliation(AffiliationId affiliationId) Lock affiliation.voidAffiliationId.setIdentifier(String identifier) voidIAffiliationService.unlockAffiliation(AffiliationId affiliationId) Unlock affiliation.voidIAffiliationService.updateAffiliation(Affiliation affiliation) Update affiliation. -
Uses of InvalidEntityException in de.fraunhofer.iese.mydata.client
Methods in de.fraunhofer.iese.mydata.client that throw InvalidEntityExceptionModifier and TypeMethodDescriptionILibraryClientService.createLibraryClient(String clientIdStr, boolean isMasterClient) ILibraryClientService.createOAuthClientDetails(LibraryClientResponseDTO libraryClient, String username) Class returns created ClientDetails for an LibraryClient with the username of the Auhtentificated which is trying create it.voidILibraryClientService.deleteLibraryClient(ClientId clientId, String username) voidILibraryClientService.deleteLibraryClient(String clientIdStr, String username) static StringClientId.getClientIdentifier(ClientId clientId) ILibraryClientService.getLibraryClient(ClientId clientId) Get a client by its IDILibraryClientService.getLibraryClients(SolutionId solutionId) Get a set of library clients by solution idILibraryClientService.listClientsForPolicy(PolicyId policyId) ILibraryClientService.listClientsForTimer(TimerId timerId) ILibraryClientService.listDeployedPolicyVersions(ClientId libraryClientId) ILibraryClientService.listDeployedTimerVersions(ClientId libraryClientId) voidILibraryClientService.notifySync(SyncNotification syncNotification) -
Uses of InvalidEntityException in de.fraunhofer.iese.mydata.common
Methods in de.fraunhofer.iese.mydata.common that throw InvalidEntityExceptionModifier and TypeMethodDescriptionstatic voidMyDataEntity.validate(MyDataEntity entity, Class<?>... validationGroups) static voidMyDataEntity.validateAndNullCheck(MyDataEntity entity, Class<?>... validationGroups) -
Uses of InvalidEntityException in de.fraunhofer.iese.mydata.component
Methods in de.fraunhofer.iese.mydata.component that throw InvalidEntityExceptionModifier and TypeMethodDescriptionIComponentService.addPdp(PdpComponentInformation component) Adds a pdp.IComponentService.addPep(PepComponentInformation component) Adds a pep.IComponentService.addPip(PipComponentInformation component) Adds a pip.IComponentService.addPxp(PxpComponentInformation component) Adds a pxp.voidIComponentService.deletePep(ComponentId componentId) Delete a pep component from the databasevoidIComponentService.deletePip(ComponentId componentId) Delete a pip component from the databasevoidIComponentService.deletePxp(ComponentId componentId) Delete a pxp component from the databaseIComponentService.getAllComponentStates(SolutionId solutionId) Gets the all component states.ComponentType.getComponentId(SolutionId solutionId, String componentName) ComponentType.getIdentifierForInterfaceDescription(SolutionId solutionId, String methodName) IComponentService.getPep(ComponentId id) Lookup PEP byComponentId.IComponentService.getPip(ComponentId id) Lookup PIP byComponentId.IComponentService.getPipState(ComponentId componentId) Get the pip component stateIComponentService.getPxp(ComponentId id) Lookup PXP byComponentId.IComponentService.getPxpState(ComponentId componentId) Get the pxp component stateIComponentService.lookupPep(SolutionId solutionId) Lookup all PEPs of a certain solution.IComponentService.lookupPip(SolutionId solutionId, MethodInterfaceDescription query) Lookup all PIPs of a certain solution.IComponentService.lookupPxp(SolutionId solutionId, MethodInterfaceDescription query) Lookup all PXPs of a certain solution.booleanIComponentService.pdpExists(ComponentId componentId) pdp component existsbooleanIComponentService.pepExists(ComponentId componentId) Pep component existsbooleanIComponentService.pipExists(ComponentId componentId) Pip component existsbooleanIComponentService.pxpExists(ComponentId componentId) Pxp component existsIComponentService.updatePdp(PdpComponentInformation component) Adds a pdp.IComponentService.updatePep(PepComponentInformation component) Adds a pep.IComponentService.updatePip(PipComponentInformation component) Adds a pip.IComponentService.updatePxp(PxpComponentInformation component) Adds a pxp. -
Uses of InvalidEntityException in de.fraunhofer.iese.mydata.policy
Methods in de.fraunhofer.iese.mydata.policy that throw InvalidEntityExceptionModifier and TypeMethodDescriptionAdds a policy and add it to the list of policies of the corresponding solutionvoidIPolicyService.deletePolicy(PolicyId policyId) Removes the policy.voidIPolicyService.deployPolicy(PolicyId policyId) Deploys a policy at the local PDP of the solution.IPolicyService.getDeployedPolicies(SolutionId solutionId) Gets all deployed policy for a solution.IPolicyService.getPolicies(SolutionId solutionId) Gets all policy.Gets the policy.IPolicyService.getRevokedPolicies(SolutionId solutionId) Gets all revoked policy for a solution.booleanIPolicyService.isPolicyDeployed(PolicyId policyId) Checks if a policy is deployed.IPolicyService.listDeployedPolicies(SolutionId solutionId) Provides a list of currently deployed policies.IPolicyService.listPolicies(SolutionId solutionId) Gets all policy ids.IPolicyService.listRevokedPolicies(SolutionId solutionId) Provides a list of currently revoked policies.booleanIPolicyService.policyExists(PolicyId policyId) voidIPolicyService.revokePolicy(PolicyId policyId) Revokes a currently deployed policy.IPolicyService.updatePolicy(Policy policy) Updates a currently deployed policy. -
Uses of InvalidEntityException in de.fraunhofer.iese.mydata.policy.validation
Methods in de.fraunhofer.iese.mydata.policy.validation that throw InvalidEntityExceptionModifier and TypeMethodDescriptionvoidPolicyValidator.validateLanguageVersion(Policy policy) voidPolicyValidator.validateLanguageVersion(String policyString) voidIPolicyValidator.validatePolicySolutionAndComponents(SolutionId solutionId, String policyString) voidPolicyValidator.validatePolicySolutionAndComponents(SolutionId solutionId, String policy) voidIPolicyValidator.validateXMLSchema(String policyString) voidPolicyValidator.validateXMLSchema(String policy) -
Uses of InvalidEntityException in de.fraunhofer.iese.mydata.solution
Methods in de.fraunhofer.iese.mydata.solution that throw InvalidEntityExceptionModifier and TypeMethodDescriptionISolutionService.addSolution(Solution solution, AffiliationId affiliationId) Adds the solution.voidISolutionService.assignUser(SolutionId solutionId, String userUUID) Assign user.voidISolutionService.deleteSolution(SolutionId solutionId) Delete solution.static SolutionIdSolutionId.fromActionId(ActionId aid) static SolutionIdSolutionId.fromComponentId(ComponentId componentId) static SolutionIdSolutionId.fromInfoId(InfoId iid) static SolutionIdSolutionId.fromPolicyId(PolicyId pid) static SolutionIdSolutionId.fromTimerId(TimerId tid) SolutionId.getIdentifier()ISolutionService.getSolution(SolutionId solutionId) Gets the solution.ISolutionService.getSolutions(AffiliationId affiliationId, boolean includeLocked) Set solutions.ISolutionService.getZoneId(SolutionId solutionId) Returns the timezone for the policy's solution.ISolutionService.listSolutions(AffiliationId affiliationId, boolean includeLocked) Set solutions.voidSolutionId.setIdentifier(String identifier) booleanISolutionService.solutionExists(SolutionId solutionId) Solution exists.voidISolutionService.unassignUser(SolutionId solutionId, String userUUID) Unassign user.voidISolutionService.updateSolution(Solution solution) Update solution. -
Uses of InvalidEntityException in de.fraunhofer.iese.mydata.timer
Methods in de.fraunhofer.iese.mydata.timer that throw InvalidEntityExceptionModifier and TypeMethodDescriptionAdds a timer.voidITimerService.deleteTimer(TimerId timerId) Removes the timer.voidITimerService.deployTimer(TimerId timerId) Deploys a timer at the local PDP of the solution.ITimerService.getDeployedTimers(SolutionId solutionId) Gets all deployed timers of the solution.ITimerService.getRevokedTimers(SolutionId solutionId) Gets all timer of the solution.Gets the timer.ITimerService.getTimers(SolutionId solutionId) Gets all timers of the solutionbooleanITimerService.isTimerDeployed(TimerId timerId) Checks if a timer is deployed.ITimerService.listDeployedTimers(SolutionId solutionId) Provides a list of currently deployed timers.ITimerService.listRevokedTimers(SolutionId solutionId) Provides a list of currently revoked timers.ITimerService.listTimers(SolutionId solutionId) Gets all timer ids of the solutionvoidITimerService.revokeTimer(TimerId timerId) Revokes a currently deployed timer.booleanITimerService.timerExists(TimerId timerId) Timer exists.ITimerService.updateTimer(Timer timer) Updates a currently active timer. -
Uses of InvalidEntityException in de.fraunhofer.iese.mydata.timer.validation
Methods in de.fraunhofer.iese.mydata.timer.validation that throw InvalidEntityExceptionModifier and TypeMethodDescriptionvoidTimerValidator.validateLanguageVersion(Timer timer) voidITimerValidator.validateTimerSolutionAndComponents(SolutionId solutionId, @NotNull String timer) voidTimerValidator.validateTimerSolutionAndComponents(SolutionId solutionId, @NotNull String timer) voidITimerValidator.validateXMLSchema(String timerString) voidTimerValidator.validateXMLSchema(String timer) -
Uses of InvalidEntityException in de.fraunhofer.iese.mydata.user
Methods in de.fraunhofer.iese.mydata.user that throw InvalidEntityExceptionModifier and TypeMethodDescriptionIUserService.addSuperAdmin(User userModel) Adds the super admin.IUserService.addUser(User userModel, AffiliationId affiliationId) Adds the user.IUserService.getUsers(AffiliationId affiliationId, boolean includeLocked) Gets the users.IUserService.getUsers(SolutionId solutionId, boolean includeLocked) Gets the users.IUserService.listUsers(AffiliationId affiliationId, boolean includeLocked) Set users.IUserService.listUsers(SolutionId solutionId, boolean includeLocked) List users.voidIUserService.updateRole(String userId, MyDataRole newRole) update the role of a uservoidIUserService.updateUser(User userModel) Update user.