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, toXML
public Element execute(Element inData, java.util.List<YParameter> inParams, java.util.List<YParameter> outParams) throws CodeletExecutionException
execute
in class AbstractCodelet
inData
- the input datainParams
- a list of input parametersoutParams
- a list of output parametersCodeletExecutionException
public void cancel()
AbstractCodelet
cancel
in class AbstractCodelet
public java.util.List<YParameter> getRequiredParams()
AbstractCodelet
getRequiredParams
in class AbstractCodelet
Copyright © 2004-2014 The YAWL Foundation.