Identified Curves
How to identify new curves
Your project must have plugin-liverig as a maven dependency.
There are two ways to register identified curves via back-end API using the CurveIdentifierService
.
First, you need to get the service instance.
The first way, you can create a standard curve from the CurveIdentifierService
, so, your identifier curve will be registered on the standard curves page.
The second way is to create just one identifier curve.
Then, you will then be able to finish configuring the standard curves page.
Curve name conflicts
Curve conflicts are ignored but counted. If a Curve is registered once, it cannot be overwritten by a new register
call. Additional calls only increment a counter. This way the service can keep track of which identifiers are still in use, and remove those that are not (done automatically whenever all identifier register callers are unloaded).
Last updated