|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkflowJob
Method Summary | |
---|---|
void |
addPartnerLink(PartnerLink partnerLink,
PartnerLinkValue value)
Add partner link declaration |
void |
addVariable(Variable variable,
VariableValue value)
Add variable declaration/ |
void |
addWSDLReference(java.lang.String location,
java.lang.String namespace)
Add WSDL reference. |
BoundVariable[] |
getVariables()
Get the declared variables and their values. |
java.util.List<WSDLReference> |
getWSDLReferences()
|
void |
setProcess(Workflow workflow,
Action action)
Set the process element of the job. |
void |
setWorkingDirectory(java.lang.String workingDirectory)
Set the working directory. |
Method Detail |
---|
void setWorkingDirectory(java.lang.String workingDirectory)
workingDirectory
- the working directoryvoid addVariable(Variable variable, VariableValue value)
variable
- the variable namevalue
- the variable valuevoid addPartnerLink(PartnerLink partnerLink, PartnerLinkValue value)
partnerLink
- the partner link namevalue
- the endpoint reference of the remote partyvoid addWSDLReference(java.lang.String location, java.lang.String namespace)
location
- the location of the WSDL documentnamespace
- the namespace of the documentjava.util.List<WSDLReference> getWSDLReferences()
void setProcess(Workflow workflow, Action action) throws java.lang.Exception
workflow
- the Workflow objectaction
- the root action of the workflow
java.lang.Exception
BoundVariable[] getVariables()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |