public class ExampleCodelet extends AbstractCodelet
_description, XSD_NAMESPACE
Constructor and Description |
---|
ExampleCodelet() |
Modifier and Type | Method and Description |
---|---|
Element |
execute(Element inData,
java.util.List<YParameter> inParams,
java.util.List<YParameter> outParams)
The implementation of the abstract class that does the work of this codelet.
|
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.
|
cancel, 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 calling workitem's datainParams
- the workitem's input parametersoutParams
- the workitem's output parametersCodeletExecutionException
public java.util.List<YParameter> getRequiredParams()
AbstractCodelet
getRequiredParams
in class AbstractCodelet
Copyright © 2004-2014 The YAWL Foundation.