public class StaticOutputElement extends OutputElement
Constructor and Description |
---|
StaticOutputElement(DataService dataService,
String name,
String param,
String originalParam,
String paramType,
String elementType,
String namespace,
QName xsdType,
Set<String> requiredRoles,
int dataCategory,
int resultType,
String export,
int exportType,
String arrayName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
void |
executeElement(XMLStreamWriter xmlWriter,
ExternalParamCollection params,
int queryLevel,
boolean escapeNonPrintableChar) |
int |
getDataCategory() |
String |
getElementType() |
String |
getExport() |
int |
getExportType() |
String |
getOriginalParam() |
int |
getResultType() |
org.wso2.carbon.dataservices.core.engine.StaticOutputElement.UDT |
getUDTInfo() |
QName |
getXsdType() |
boolean |
hasConstantValue() |
int |
hashCode() |
boolean |
isUserDefinedObj() |
execute, getArrayName, getName, getParam, getParamType, getRequiredRoles, isOptional, isOptionalOverride, setOptionalOverride
addAttribute, endElement, getNamespace, setNamespace, startRowElement, startWrapperElement, writeResultElement
public StaticOutputElement(DataService dataService, String name, String param, String originalParam, String paramType, String elementType, String namespace, QName xsdType, Set<String> requiredRoles, int dataCategory, int resultType, String export, int exportType, String arrayName) throws DataServiceFault
DataServiceFault
public boolean hasConstantValue()
public String getExport()
public int getExportType()
public int getDataCategory()
public int getResultType()
public String getOriginalParam()
public QName getXsdType()
public String getElementType()
public boolean isUserDefinedObj()
public org.wso2.carbon.dataservices.core.engine.StaticOutputElement.UDT getUDTInfo()
public void executeElement(XMLStreamWriter xmlWriter, ExternalParamCollection params, int queryLevel, boolean escapeNonPrintableChar) throws DataServiceFault
executeElement
in class OutputElement
DataServiceFault
Copyright © 2019 WSO2. All rights reserved.