| Constructor and Description |
|---|
FlowApexPluginCall()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApexClass() |
FlowConnector |
getConnector() |
FlowConnector |
getFaultConnector() |
FlowApexPluginCallInputParameter[] |
getInputParameters() |
FlowApexPluginCallOutputParameter[] |
getOutputParameters() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setApexClass(String apexClass) |
void |
setConnector(FlowConnector connector) |
void |
setFaultConnector(FlowConnector faultConnector) |
void |
setInputParameters(FlowApexPluginCallInputParameter[] inputParameters) |
void |
setOutputParameters(FlowApexPluginCallOutputParameter[] outputParameters) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getLabel, getLocationX, getLocationY, setLabel, setLocationX, setLocationYgetDescription, getName, setDescription, setNamegetProcessMetadataValues, setProcessMetadataValuespublic String getApexClass()
public void setApexClass(String apexClass)
public FlowConnector getConnector()
public void setConnector(FlowConnector connector)
public FlowConnector getFaultConnector()
public void setFaultConnector(FlowConnector faultConnector)
public FlowApexPluginCallInputParameter[] getInputParameters()
public void setInputParameters(FlowApexPluginCallInputParameter[] inputParameters)
public FlowApexPluginCallOutputParameter[] getOutputParameters()
public void setOutputParameters(FlowApexPluginCallOutputParameter[] outputParameters)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class FlowNodeIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class FlowNodeIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class FlowNodeIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class FlowNodeIOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.