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