Uses of Class
bexee.model.StandardAttributes

Packages that use StandardAttributes
bexee.model.activity.impl This package contains default implementations of the interfaces from the bexee.model.activity package. 
bexee.model.xmltobpel This package contains BPEL process element and activity factories used by the Digester
 

Uses of StandardAttributes in bexee.model.activity.impl
 

Constructors in bexee.model.activity.impl with parameters of type StandardAttributes
ThrowImpl(StandardAttributes standardAttributes)
           
TerminateImpl(StandardAttributes standardAttributes)
           
SwitchImpl(StandardAttributes standardAttributes)
           
SequenceImpl(StandardAttributes standardAttributes)
          Create a Sequence Activity with standard BPEL activity attributes.
ScopeImpl(StandardAttributes standardAttributes)
           
ReplyImpl(StandardAttributes standardAttributes)
           
ReceiveImpl(StandardAttributes standardAttributes)
           
ReceiveImpl(StandardAttributes standardAttributes, PartnerLink partnerLink, javax.xml.namespace.QName portType, java.lang.String operation, Variable variable, java.lang.String createInstance)
           
InvokeImpl(StandardAttributes standardAttributes)
           
InvokeImpl(StandardAttributes standardAttributes, PartnerLink partnerLink, javax.xml.namespace.QName portType, java.lang.String operation, Variable inVariable, Variable outVariable)
           
FlowImpl(StandardAttributes standardAttributes)
           
EmptyImpl(StandardAttributes standardAttributes)
           
CompensateImpl(StandardAttributes standardAttributes)
           
AssignImpl(StandardAttributes standardAttributes)
           
AbstractActivity(StandardAttributes standardAttributes)
          Create a new AbstractActivity with the given StandardAttributes.
 

Uses of StandardAttributes in bexee.model.xmltobpel
 

Methods in bexee.model.xmltobpel that return StandardAttributes
protected  StandardAttributes AbstractObjectCreationFactory.getStandardAttributes(org.xml.sax.Attributes attributes)
          Get the standard BPEL attributes (name, joinCondition and suppressJoinFailure) from the org.xml.sax.Attributes and wrap them in a StandardAttributes object for further processing.
 

Methods in bexee.model.xmltobpel with parameters of type StandardAttributes
 Assign BPELElementFactory.createAssign(StandardAttributes standardAttributes)
          Describe createAssign method here.
 Sequence BPELElementFactory.createSequence(StandardAttributes standardAttributes)
          Create a new Sequence BPEL activity.
 Receive BPELElementFactory.createReceive(StandardAttributes standardAttributes, java.lang.String partnerLinkName, java.lang.String portTypeString, java.lang.String operation, java.lang.String variableName, java.lang.String createInstance)
          Create a Receive Activity with all possible attributes.
 java.lang.Object BPELElementFactory.createInvoke(StandardAttributes standardAttributes, java.lang.String partnerLinkName, java.lang.String portTypeString, java.lang.String operation, java.lang.String inVariableName, java.lang.String outVariableName)
          Create an Invoke Activity with all possible attributes.
 Reply BPELElementFactory.createReply(StandardAttributes attributes, java.lang.String partnerLink, java.lang.String portType, java.lang.String operation, java.lang.String variable, java.lang.String faultName)
          Describe createReply method here.
 java.lang.Object BPELElementFactory.createSwitch(StandardAttributes standardAttributes)
          Describe createSwitch method here.
 



Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.