Jazz Register Log in
Jazz Forum Welcome to the Jazz Community Forum

Welcome to the Jazz Community Forum

Connect and collaborate with IBM Engineering experts and users

How to customize TraceabilityRTCPlainJavaAPI/Validity editor/aspice plugins?

I am using TraceabilityRTCPlainJavaAPI.getAllValidAssociations to get all valid associations present in a component.
This is used with "ValidityService" solution to store/retrieve all valid associations from the component which may be present in 'N' number of streams.

Example :
Stream1 (component A (state-x))

Stream2 (component A with state-x+1))

In Stream1, we have a file a.c(state y) and b.c(state z)
In stream2, we have same file from stream 1 that is a.c(state y+1) with different state and b.c(state z).

if some one creates an association between a.c(y) and b.c(z), this data will go to DBservice DB and data is saved.
So now DB contains below data
component A -->a(y) b(z)

When some one queries getAllValidAssociations API from stream1 the data from DB is retrieved i.e. 1 row will be retrieved (component A -->a(y) b(z))

However when someone queries getAllValidAssociations API from stream2 , same data will be retrieved because component in both streams is same.

But i want to filter this data because i don't want a(y) b(z) because stream2 has a(y+1) only.

How i can customize this plugin and how i can get access or see how data looks like in DB service and how i can directly connect to DB via some database tools and what are my possibilities to to  customize the database.

0 votes



One answer

Permanent link

 For all I can tell, you are not talking about a product feature/capability that is shipped with RTC. 

You are talking about an extension or customization that was created by your company or someone else.
Talk to your peers to find out who is responsible and how to solve your problem.

0 votes

Comments

This is plugin from IBM called "validity Editor"

I can find no trace of it in the 6.0.5 Product code. If this is provided by services, then talk to services, otherwise provide information how to find that plugin in the product code or SDK. 

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Mar 29 '19, 7:24 a.m.

Question was seen: 950 times

Last updated: Mar 29 '19, 9:15 a.m.

Confirmation Cancel Confirm