Uses of Class
de.fraunhofer.iese.mydata.component.ComponentId
- 
Packages that use ComponentId Package Description de.fraunhofer.iese.mydata.common.serdes de.fraunhofer.iese.mydata.component \* MYDATA component interfaces and classes.de.fraunhofer.iese.mydata.component.information de.fraunhofer.iese.mydata.component.interfaces de.fraunhofer.iese.mydata.solution  - 
- 
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 ComponentId Modifier and Type Method Description Map<ComponentId,HealthStatus>ComponentIdHealthStatusMapSerDes.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 ComponentId Modifier and Type Method Description com.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 ComponentId Modifier and Type Method Description ComponentIdIComponentService. addPdp(PdpComponentInformation component)Adds a pdp.ComponentIdIComponentService. addPep(PepComponentInformation component)Adds a pep.ComponentIdIComponentService. addPip(PipComponentInformation component)Adds a pip.ComponentIdIComponentService. addPxp(PxpComponentInformation component)Adds a pxp.ComponentIdComponentType. getComponentId(SolutionId solutionId, String componentName)ComponentIdIComponentService. updatePdp(PdpComponentInformation component)Adds a pdp.ComponentIdIComponentService. updatePep(PepComponentInformation component)Adds a pep.ComponentIdIComponentService. updatePip(PipComponentInformation component)Adds a pip.ComponentIdIComponentService. updatePxp(PxpComponentInformation component)Adds a pxp.Methods in de.fraunhofer.iese.mydata.component that return types with arguments of type ComponentId Modifier and Type Method Description Map<ComponentId,HealthStatus>IComponentService. getAllComponentStates(SolutionId solutionId)Gets the all component states.Methods in de.fraunhofer.iese.mydata.component with parameters of type ComponentId Modifier and Type Method Description 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 databasestatic ComponentTypeComponentType. fromComponentId(ComponentId id)PepComponentInformationIComponentService. getPep(ComponentId id)Lookup PEP byComponentId.PipComponentInformationIComponentService. getPip(ComponentId id)Lookup PIP byComponentId.HealthStatusIComponentService. getPipState(ComponentId componentId)Get the pip component statePxpComponentInformationIComponentService. getPxp(ComponentId id)Lookup PXP byComponentId.HealthStatusIComponentService. 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 ComponentId Modifier and Type Field Description protected @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. componentId - 
Uses of ComponentId in de.fraunhofer.iese.mydata.component.interfaces
Methods in de.fraunhofer.iese.mydata.component.interfaces that return ComponentId Modifier and Type Method Description ComponentIdIMyDataComponent. getId()Gets the unique ID of the component. - 
Uses of ComponentId in de.fraunhofer.iese.mydata.solution
Methods in de.fraunhofer.iese.mydata.solution with parameters of type ComponentId Modifier and Type Method Description static SolutionIdSolutionId. fromComponentId(ComponentId componentId) 
 -