Uses of Class
de.fraunhofer.iese.mydata.component.ComponentId
Package
Description
\* MYDATA component interfaces and classes.
-
Uses of ComponentId in de.fraunhofer.iese.mydata.common.serdes
Modifier and TypeMethodDescriptionComponentIdHealthStatusMapSerDes.ComponentIdHealthStatusMapDeserializer.deserialize
(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) Modifier and TypeMethodDescriptioncom.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
Modifier 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.Modifier and TypeMethodDescriptionIComponentService.getAllComponentStates
(SolutionId solutionId) Gets the all component states.Modifier and TypeMethodDescriptionvoid
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) 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 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
Modifier and TypeFieldDescriptionprotected @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
ModifierConstructorDescriptionConstructs aBasicManagementServiceComponentInformation
without 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 aManagementServiceComponentInformation
without URLs or ComponentInterface.PdpComponentInformation
(ComponentId componentId) Constructs aPdpComponentInformation
without 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 aPipComponentInformation
without 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 aPxpComponentInformation
without 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
-
Uses of ComponentId in de.fraunhofer.iese.mydata.solution
Modifier and TypeMethodDescriptionstatic SolutionId
SolutionId.fromComponentId
(ComponentId componentId)