8.3.2 GetDataSetList Method

The GetDatasetList Method returns the list of descriptions for parameters of the dataset filtered by the dependency and subset created by the user.

The GetDatasetList Method is typically used for clients to visualize the parameters’ descriptions and related metadata.

The signature of this Method is specified below. Table 16 specifies the Arguments representation.

Signature

	GetDataSetList (
	  [in]  ParameterDependencyEnumeration			Dependency,
	  [in]  0:Boolean								UserSubset,
	  [in]  0:Boolean       						CompleteSet,
	  [out] DataSetDefinitionType						DataSetList,
	  [out] MethodExecutionFeedbackType				ExecutionFeedback
			);
Table 16 – GetDataSetList Method Arguments
Argument Description
DependencyDependency specifies how to select (filter) a subset of the dataset based on dependency.
UserSubsetUserSubset specifies how to select (filter) a subset of the dataset based on the user-defined UserSubset.
CompleteSetIf CompleteSet is True, then the method returns the complete dataset without considering the input parameters Dependency and UserSubset.
DataSetListThe list of parameters filtered as per the input arguments Dependency and UserSubset.
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.