public class PipelineRecordProperties extends PipelineVariableProperties
_field, DIM_ARRAY, DIM_SCALAR, DIM_TABLE, FIELD_OBJECT, FIELD_RECORD, FIELD_RECORDREF, FIELD_STRING
Modifier and Type | Method and Description |
---|---|
static PipelineRecordProperties |
create(com.wm.lang.ns.NSRecord field)
Factory method for use by ART service code/
|
PipelineVariableProperties |
findByPath(java.lang.String path)
Locates a record by path name.
|
boolean |
getAllowUnspecifiedFields() |
PipelineVariableProperties[] |
getRecordContents()
returns an array of pipeline variable in this record
|
void |
setAllowUnspecifiedFields(boolean setting)
Set the "Allow unspecified fields" property
|
adkPathToNSPath, getAllowNull, getComments, getDimensions, getName, getParent, getPathName, getRequired, getType, getXMLNamespace, nsPathToADKPath, setAllowNull, setRequired, toString
public static PipelineRecordProperties create(com.wm.lang.ns.NSRecord field)
field
- NSRecord to be wrappedpublic PipelineVariableProperties findByPath(java.lang.String path)
path
- name of the desired variable, "e.g. "userID" or "user[].address[].city"public boolean getAllowUnspecifiedFields()
public PipelineVariableProperties[] getRecordContents()
public void setAllowUnspecifiedFields(boolean setting)
setting
-
Copyright © 2003 - 2021 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.