public class SupervisorInfo extends AbstractCodelet
_description, XSD_NAMESPACE
Constructor and Description |
---|
SupervisorInfo() |
Modifier and Type | Method and Description |
---|---|
Element |
execute(Element inData,
java.util.List<YParameter> inParams,
java.util.List<YParameter> outParams)
This method must be implemented to do the work of the 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
AbstractCodelet
execute
in class AbstractCodelet
inData
- the work item's input datainParams
- the work item's input parametersoutParams
- the work item's output parametersCodeletExecutionException
- if there's any problem getting the required
input data, composing the required output data, or performing the execution.public java.util.List<YParameter> getRequiredParams()
AbstractCodelet
getRequiredParams
in class AbstractCodelet
Copyright © 2004-2014 The YAWL Foundation.