public class ShellExecution extends AbstractCodelet
_description, XSD_NAMESPACE| Constructor and Description | 
|---|
| ShellExecution() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | cancel()This method is called when the work item running this codelet is cancelled. | 
| Element | execute(Element inData,
       java.util.List<YParameter> inParams,
       java.util.List<YParameter> outParams)Base override. | 
| java.util.List<YParameter> | getRequiredParams()This method is called when an external entity (such as the YAWL editor) requests
 the list of parameters required by the codelet. | 
getCanonicalClassName, getClassName, getDescription, getInputParameter, getOutputData, getOutputParameter, getParameterValue, getPersist, getRequiredParamsToXML, getValue, getWorkItem, init, resume, setDescription, setInputs, setParameterValue, setPersist, setWorkItem, shutdown, toXMLpublic Element execute(Element inData, java.util.List<YParameter> inParams, java.util.List<YParameter> outParams) throws CodeletExecutionException
execute in class AbstractCodeletinData - the input datainParams - a list of input parametersoutParams - a list of output parametersCodeletExecutionExceptionpublic void cancel()
AbstractCodeletcancel in class AbstractCodeletpublic java.util.List<YParameter> getRequiredParams()
AbstractCodeletgetRequiredParams in class AbstractCodeletCopyright © 2004-2014 The YAWL Foundation.