Uses of Class
de.fraunhofer.iese.mydata.component.ComponentId
Packages that use ComponentId
Package
Description
\* MYDATA component interfaces and classes.
-
Uses of ComponentId in de.fraunhofer.iese.mydata.common.serdes
Methods in de.fraunhofer.iese.mydata.common.serdes that return types with arguments of type ComponentIdModifier and TypeMethodDescriptionComponentIdHealthStatusMapSerDes.ComponentIdHealthStatusMapDeserializer.deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) Method parameters in de.fraunhofer.iese.mydata.common.serdes with type arguments of type ComponentIdModifier and TypeMethodDescriptioncom.google.gson.JsonElementComponentIdHealthStatusMapSerDes.ComponentIdHealthStatusMapSerializer.serialize(Map<ComponentId, HealthStatus> src, Type typeOfSrc, com.google.gson.JsonSerializationContext context) -
Uses of ComponentId in de.fraunhofer.iese.mydata.component
Methods in de.fraunhofer.iese.mydata.component that return ComponentIdModifier 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.ComponentType.getComponentId(SolutionId solutionId, String componentName) IComponentService.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.Methods in de.fraunhofer.iese.mydata.component that return types with arguments of type ComponentIdModifier and TypeMethodDescriptionIComponentService.getAllComponentStates(SolutionId solutionId) Gets the all component states.Methods in de.fraunhofer.iese.mydata.component with parameters of type ComponentIdModifier and TypeMethodDescriptionvoidIComponentService.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 databasestatic ComponentTypeComponentType.fromComponentId(ComponentId id) 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 statebooleanIComponentService.pdpExists(ComponentId componentId) pdp component existsbooleanIComponentService.pepExists(ComponentId componentId) Pep component existsbooleanIComponentService.pipExists(ComponentId componentId) Pip component existsbooleanIComponentService.pxpExists(ComponentId componentId) Pxp component exists -
Uses of ComponentId in de.fraunhofer.iese.mydata.component.information
Fields in de.fraunhofer.iese.mydata.component.information declared as ComponentIdModifier and TypeFieldDescriptionprotected @NotNull @Valid ComponentIdBasicManagementServiceComponentInformation.componentIdThe unique ID.protected @NotNull @Valid ComponentIdManagementServiceComponentInformation.componentIdprotected @NotNull @Valid ComponentIdPdpComponentInformation.componentIdprotected @Valid @NotNull ComponentIdPepComponentInformation.componentIdprotected @Valid @NotNull ComponentIdPipComponentInformation.componentIdprotected @Valid @NotNull ComponentIdPxpComponentInformation.componentIdConstructors in de.fraunhofer.iese.mydata.component.information with parameters of type ComponentIdModifierConstructorDescriptionConstructs aBasicManagementServiceComponentInformationwithout URLs or ComponentInterface.Constructs aBasicManagementServiceComponentInformation, including its location (URI) and its usage (MethodInterfaceDescription).ManagementServiceComponentInformation(@NonNull ComponentId id, List<URI> urls) Constructs aManagementServiceComponentInformation, including its location (URI) and its usage (MethodInterfaceDescription).Constructs aManagementServiceComponentInformationwithout URLs or ComponentInterface.PdpComponentInformation(ComponentId componentId) Constructs aPdpComponentInformationwithout URLs or ComponentInterface.PdpComponentInformation(ComponentId id, List<URI> urls) Constructs aPdpComponentInformation, including its location (URI) and its usage (MethodInterfaceDescription).Instantiates a new pep component.PipComponentInformation(@NonNull ComponentId id, List<URI> urls, List<MethodInterfaceDescription> methodInterfaceDescriptions) Constructs aPipComponentInformation, including its location (URI) and its usage (MethodInterfaceDescription).Constructs aPipComponentInformationwithout URLs or ComponentInterface.PipComponentInformation(ComponentId id, List<URI> urls, MethodInterfaceDescription... componentInterface) Constructs aPipComponentInformation, including its location (URI) and its usage (MethodInterfaceDescription).PxpComponentInformation(@NonNull ComponentId id, List<URI> urls, List<MethodInterfaceDescription> methodInterfaceDescriptions) Constructs aPxpComponentInformation, including its location (URI) and its usage (MethodInterfaceDescription).Constructs aPxpComponentInformationwithout URLs or ComponentInterface.PxpComponentInformation(ComponentId id, List<URI> urls, MethodInterfaceDescription... componentInterface) Constructs aPxpComponentInformation, including its location (URI) and its usage (MethodInterfaceDescription). -
Uses of ComponentId in de.fraunhofer.iese.mydata.component.interfaces
Methods in de.fraunhofer.iese.mydata.component.interfaces that return ComponentId -
Uses of ComponentId in de.fraunhofer.iese.mydata.solution
Methods in de.fraunhofer.iese.mydata.solution with parameters of type ComponentIdModifier and TypeMethodDescriptionstatic SolutionIdSolutionId.fromComponentId(ComponentId componentId)