Uses of Class
de.fraunhofer.iese.mydata.component.information.PxpComponentInformation
Package
Description
\* MYDATA component interfaces and classes.
Description of MYDATA component capabilities, i.e., their interfaces.
-
Uses of PxpComponentInformation in de.fraunhofer.iese.mydata.component
Modifier and TypeMethodDescriptionIComponentService.getPxp
(ComponentId id) Lookup PXP byComponentId
.Modifier and TypeMethodDescriptionIComponentService.lookupPxp
(SolutionId solutionId, MethodInterfaceDescription query) Lookup all PXPs of a certain solution.Modifier and TypeMethodDescriptionIComponentService.addPxp
(PxpComponentInformation component) Adds a pxp.IComponentService.updatePxp
(PxpComponentInformation component) Adds a pxp. -
Uses of PxpComponentInformation in de.fraunhofer.iese.mydata.component.connector
Modifier and TypeMethodDescriptionConnectorFactory.getPxp
(PxpComponentInformation component, String preferredConnectorType) Tries to establish a connection to a PXP by using the passed url variable. -
Uses of PxpComponentInformation in de.fraunhofer.iese.mydata.component.information.method
Modifier and TypeFieldDescriptionprotected PxpComponentInformation
MethodInterfaceDescription.pxpComponentInformation
-
Uses of PxpComponentInformation in de.fraunhofer.iese.mydata.solution
Modifier and TypeMethodDescriptionvoid
Solution.addPxpComponentInformation
(PxpComponentInformation component) void
Solution.removePxpComponentInformation
(PxpComponentInformation component)