Class RestExposeHelper
- java.lang.Object
-
- de.fraunhofer.iese.mydata.registry.RestExposeHelper
-
@Component @ConditionalOnProperty(prefix="mydata", name="external-server-url") public class RestExposeHelper extends ObjectHolds the mapping Path --> componentId and retrieves Health-Information fromIMyDataComponentinstances
-
-
Constructor Summary
Constructors Constructor Description RestExposeHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<de.fraunhofer.iese.mydata.component.ComponentId>getPipComponentIdForPath(String path)Retrieve the componentId of PIP associated with the given pathOptional<de.fraunhofer.iese.mydata.component.ComponentId>getPxpComponentIdForPath(String path)Retrieve the componentId of PXP associated with the given path
-