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.JsonElement
ComponentIdHealthStatusMapSerDes.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 ComponentId
IComponentService. addPdp(PdpComponentInformation component)
Adds a pdp.ComponentId
IComponentService. addPep(PepComponentInformation component)
Adds a pep.ComponentId
IComponentService. addPip(PipComponentInformation component)
Adds a pip.ComponentId
IComponentService. addPxp(PxpComponentInformation component)
Adds a pxp.ComponentId
ComponentType. getComponentId(SolutionId solutionId, String componentName)
ComponentId
IComponentService. updatePdp(PdpComponentInformation component)
Adds a pdp.ComponentId
IComponentService. updatePep(PepComponentInformation component)
Adds a pep.ComponentId
IComponentService. updatePip(PipComponentInformation component)
Adds a pip.ComponentId
IComponentService. 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 void
IComponentService. deletePep(ComponentId componentId)
Delete a pep component from the databasevoid
IComponentService. deletePip(ComponentId componentId)
Delete a pip component from the databasevoid
IComponentService. deletePxp(ComponentId componentId)
Delete a pxp component from the databasestatic ComponentType
ComponentType. fromComponentId(ComponentId id)
PepComponentInformation
IComponentService. getPep(ComponentId id)
Lookup PEP byComponentId
.PipComponentInformation
IComponentService. getPip(ComponentId id)
Lookup PIP byComponentId
.HealthStatus
IComponentService. getPipState(ComponentId componentId)
Get the pip component statePxpComponentInformation
IComponentService. getPxp(ComponentId id)
Lookup PXP byComponentId
.HealthStatus
IComponentService. getPxpState(ComponentId componentId)
Get the pxp component stateboolean
IComponentService. pdpExists(ComponentId componentId)
pdp component existsboolean
IComponentService. pepExists(ComponentId componentId)
Pep component existsboolean
IComponentService. pipExists(ComponentId componentId)
Pip component existsboolean
IComponentService. 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 ComponentId
BasicManagementServiceComponentInformation. componentId
The unique ID.protected @NotNull @Valid ComponentId
ManagementServiceComponentInformation. componentId
protected @NotNull @Valid ComponentId
PdpComponentInformation. componentId
protected @Valid @NotNull ComponentId
PepComponentInformation. componentId
protected @Valid @NotNull ComponentId
PipComponentInformation. componentId
protected @Valid @NotNull ComponentId
PxpComponentInformation. 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 ComponentId
IMyDataComponent. 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 SolutionId
SolutionId. fromComponentId(ComponentId componentId)
-