com.ebmwebsourcing.easybpel.model.bpel.api.activity
Interface Wait

All Superinterfaces:
Activity, BPELElement, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, Validator, org.ow2.easywsdl.schema.api.XMLElement

public interface Wait
extends Activity

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 com.ebmwebsourcing.easybpel.xpath.exp.api.BPELDurationExpression getFor()
           
 com.ebmwebsourcing.easybpel.xpath.exp.api.BPELDeadLineExpression getUntil()
           
 void setFor(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELDurationExpression duration)
           
 void setUntil(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELDeadLineExpression deadLine)
           
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity
getName, getSources, getSuppressJoinFailure, getTargets, setName
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement
getTag, setTag
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator
validate
 

Method Detail

getUntil

com.ebmwebsourcing.easybpel.xpath.exp.api.BPELDeadLineExpression getUntil()

getFor

com.ebmwebsourcing.easybpel.xpath.exp.api.BPELDurationExpression getFor()

setUntil

void setUntil(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELDeadLineExpression deadLine)

setFor

void setFor(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELDurationExpression duration)


Copyright © 2011 Petals Link. All Rights Reserved.