Uses of Class
de.fraunhofer.iese.mydata.component.information.PipComponentInformation
Package
Description
\* MYDATA component interfaces and classes.
Description of MYDATA component capabilities, i.e., their interfaces.
-
Uses of PipComponentInformation in de.fraunhofer.iese.mydata.component
Modifier and TypeMethodDescriptionIComponentService.getPip
(ComponentId id) Lookup PIP byComponentId
.Modifier and TypeMethodDescriptionIComponentService.lookupPip
(SolutionId solutionId, MethodInterfaceDescription query) Lookup all PIPs of a certain solution.Modifier and TypeMethodDescriptionIComponentService.addPip
(PipComponentInformation component) Adds a pip.IComponentService.updatePip
(PipComponentInformation component) Adds a pip. -
Uses of PipComponentInformation in de.fraunhofer.iese.mydata.component.connector
Modifier and TypeMethodDescriptionConnectorFactory.getPip
(PipComponentInformation component, String preferredConnectorType) Tries to establish a connection to a PIP by using the passed url variable. -
Uses of PipComponentInformation in de.fraunhofer.iese.mydata.component.information.method
Modifier and TypeFieldDescriptionprotected PipComponentInformation
MethodInterfaceDescription.pipComponentInformation
-
Uses of PipComponentInformation in de.fraunhofer.iese.mydata.solution
Modifier and TypeMethodDescriptionvoid
Solution.addPipComponentInformation
(PipComponentInformation component) void
Solution.removePipComponentInformation
(PipComponentInformation component)