| Field and Description |
|---|
| org.eclipse.lyo.client.oslc.OSLCConstants.QM_TEST_CASE_QUERY
This is not part of the OSLC-QM 2.0 vocabulary.
|
| org.eclipse.lyo.client.oslc.OSLCConstants.QM_TEST_EXECUTION_RECORD_QUERY
This is not part of the OSLC-QM 2.0 vocabulary.
|
| org.eclipse.lyo.client.oslc.OSLCConstants.QM_TEST_PLAN_QUERY
This is not part of the OSLC-QM 2.0 vocabulary.
|
| org.eclipse.lyo.client.oslc.OSLCConstants.QM_TEST_RESULT_QUERY
This is not part of the OSLC-QM 2.0 vocabulary.
|
| org.eclipse.lyo.client.oslc.OSLCConstants.QM_TEST_SCRIPT_QUERY
This is not part of the OSLC-QM 2.0 vocabulary.
|
| Method and Description |
|---|
| org.eclipse.lyo.client.oslc.resources.Property.addAllowedValue(String)
Use
Property.setAllowedValuesCollection(Collection), which allows for values other than String |
| org.eclipse.lyo.client.oslc.jazz.JazzFormAuthClient.formLogin() |
| org.eclipse.lyo.client.oslc.resources.Property.getAllowedValues()
Use
Property.getAllowedValuesCollection(), which allows for values other than String |
| org.eclipse.lyo.client.oslc.resources.Property.getDefaultValue()
Use
Property.getDefaultValueObject(), which supports types other than String |
| org.eclipse.lyo.client.oslc.resources.Property.setAllowedValues(String[])
Use
Property.setAllowedValuesCollection(Collection), which allows for values other than String |
Copyright © 2016. All Rights Reserved.