Class SimpleCreationFacade
java.lang.Object
org.qubership.atp.dataset.service.direct.helper.SimpleCreationFacade
- All Implemented Interfaces:
CreationFacade
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionattr(DataSetList dsl, String name, AttributeType type, DataSetList dslRef, List<String> listValues) Creates an attr.ds(DataSetList dsl, String name) ds(DataSetList dsl, String name, TestPlan testPlan) Creates a ds.dsl(VisibilityArea va, String name) dsl(VisibilityArea va, String name, TestPlan testPlan) Creates a data set list.static ListValuegetListValueByName(Attribute source, String listValueName) Searches for existing list value by name.label(LabelProvider labelProvider, String name) param(DataSet ds, Attribute attr, String text, String listValue, DataSet dsRef, FileDataDao fileDataDao, List<Attribute> path) Creates a param.testPlan(VisibilityArea visibilityArea, String name) Creates test plan.Creates a va.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.qubership.atp.dataset.service.direct.helper.CreationFacade
ds, ds, dsl, dsl, fileAttr, fileParam, fileParam, fileParam, listAttr, listAttr, listParam, listParam, overrideParam, overrideParam, refAttr, refParam, refParam, refParam, schange, schangeAttr, schangeParam, schangeParam, textAttr, textParam, textParam
-
Field Details
-
INSTANCE
-
-
Method Details
-
getListValueByName
@Nullable public static ListValue getListValueByName(@Nonnull Attribute source, @Nullable String listValueName) Searches for existing list value by name. -
dsl
public DataSetList dsl(@Nonnull VisibilityArea va, @Nonnull String name, @Nullable TestPlan testPlan) Creates a data set list.- Specified by:
dslin interfaceCreationFacade
-
dsl
- Specified by:
dslin interfaceCreationFacade
-
va
Creates a va.- Specified by:
vain interfaceCreationFacade
-
testPlan
Creates test plan.- Specified by:
testPlanin interfaceCreationFacade
-
ds
- Specified by:
dsin interfaceCreationFacade
-
ds
Creates a ds. -
param
public Parameter param(@Nonnull DataSet ds, @Nonnull Attribute attr, String text, String listValue, DataSet dsRef, FileDataDao fileDataDao, @Nullable List<Attribute> path) Creates a param.- Specified by:
paramin interfaceCreationFacade
-
label
- Specified by:
labelin interfaceCreationFacade
-
attr
public Attribute attr(@Nonnull DataSetList dsl, @Nonnull String name, @Nonnull AttributeType type, DataSetList dslRef, List<String> listValues) Creates an attr.- Specified by:
attrin interfaceCreationFacade
-