Uses of Class
com.ebmwebsourcing.easybpel.model.bpel._abstract.TExtensibleElements

Packages that use TExtensibleElements
com.ebmwebsourcing.easybpel.model.bpel._abstract   
 

Uses of TExtensibleElements in com.ebmwebsourcing.easybpel.model.bpel._abstract
 

Subclasses of TExtensibleElements in com.ebmwebsourcing.easybpel.model.bpel._abstract
 class TActivity
          Java class for tActivity complex type.
 class TActivityContainer
          Java class for tActivityContainer complex type.
 class TAssign
          Java class for tAssign complex type.
 class TCatch
          Java class for tCatch complex type.
 class TCompensate
          Java class for tCompensate complex type.
 class TCompensateScope
          Java class for tCompensateScope complex type.
 class TCompletionCondition
          Java class for tCompletionCondition complex type.
 class TCopy
          Java class for tCopy complex type.
 class TCorrelation
          Java class for tCorrelation complex type.
 class TCorrelations
          XSD Authors: The child element correlation needs to be a Local Element Declaration, because there is another correlation element defined for the invoke activity.
 class TCorrelationSet
          Java class for tCorrelationSet complex type.
 class TCorrelationSets
          Java class for tCorrelationSets complex type.
 class TCorrelationsWithPattern
          XSD Authors: The child element correlation needs to be a Local Element Declaration, because there is another correlation element defined for the non-invoke activities.
 class TCorrelationWithPattern
          Java class for tCorrelationWithPattern complex type.
 class TElseif
          Java class for tElseif complex type.
 class TEmpty
          Java class for tEmpty complex type.
 class TEventHandlers
          XSD Authors: The child element onAlarm needs to be a Local Element Declaration, because there is another onAlarm element defined for the pick activity.
 class TExit
          Java class for tExit complex type.
 class TExtension
          Java class for tExtension complex type.
 class TExtensionAssignOperation
          Java class for tExtensionAssignOperation complex type.
 class TExtensions
          Java class for tExtensions complex type.
 class TFaultHandlers
          Java class for tFaultHandlers complex type.
 class TFlow
          Java class for tFlow complex type.
 class TForEach
          Java class for tForEach complex type.
 class TFromPart
          Java class for tFromPart complex type.
 class TFromParts
          Java class for tFromParts complex type.
 class TIf
          Java class for tIf complex type.
 class TImport
          Java class for tImport complex type.
 class TInvoke
          XSD Authors: The child element correlations needs to be a Local Element Declaration, because there is another correlations element defined for the non-invoke activities.
 class TLink
          Java class for tLink complex type.
 class TLinks
          Java class for tLinks complex type.
 class TMessageExchange
          Java class for tMessageExchange complex type.
 class TMessageExchanges
          Java class for tMessageExchanges complex type.
 class TOnAlarmEvent
          Java class for tOnAlarmEvent complex type.
 class TOnAlarmPick
          Java class for tOnAlarmPick complex type.
 class TOnEvent
          Java class for tOnEvent complex type.
 class TOnMessage
          Java class for tOnMessage complex type.
 class TOnMsgCommon
          XSD Authors: The child element correlations needs to be a Local Element Declaration, because there is another correlations element defined for the invoke activity.
 class TOpaqueActivity
          Java class for tOpaqueActivity complex type.
 class TPartnerLink
          Java class for tPartnerLink complex type.
 class TPartnerLinks
          Java class for tPartnerLinks complex type.
 class TPick
          XSD Authors: The child element onAlarm needs to be a Local Element Declaration, because there is another onAlarm element defined for event handlers.
 class TProcess
          Java class for tProcess complex type.
 class TReceive
          XSD Authors: The child element correlations needs to be a Local Element Declaration, because there is another correlations element defined for the invoke activity.
 class TRepeatUntil
          Java class for tRepeatUntil complex type.
 class TReply
          XSD Authors: The child element correlations needs to be a Local Element Declaration, because there is another correlations element defined for the invoke activity.
 class TRethrow
          Java class for tRethrow complex type.
 class TScope
          There is no schema-level default for "exitOnStandardFault" at "scope".
 class TSequence
          Java class for tSequence complex type.
 class TSource
          Java class for tSource complex type.
 class TSources
          Java class for tSources complex type.
 class TTarget
          Java class for tTarget complex type.
 class TTargets
          Java class for tTargets complex type.
 class TThrow
          Java class for tThrow complex type.
 class TToPart
          Java class for tToPart complex type.
 class TToParts
          Java class for tToParts complex type.
 class TValidate
          Java class for tValidate complex type.
 class TVariable
          Java class for tVariable complex type.
 class TVariables
          Java class for tVariables complex type.
 class TWait
          Java class for tWait complex type.
 class TWhile
          Java class for tWhile complex type.
 

Fields in com.ebmwebsourcing.easybpel.model.bpel._abstract declared as TExtensibleElements
protected  TExtensibleElements TVariable.opaqueFrom
           
protected  TExtensibleElements TCopy.opaqueFrom
           
 

Fields in com.ebmwebsourcing.easybpel.model.bpel._abstract with type parameters of type TExtensibleElements
protected  java.util.List<TExtensibleElements> TAssign.copyOrExtensionAssignOperation
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract that return TExtensibleElements
 TExtensibleElements ObjectFactory.createTExtensibleElements()
          Create an instance of TExtensibleElements
 TExtensibleElements TVariable.getOpaqueFrom()
          Gets the value of the opaqueFrom property.
 TExtensibleElements TCopy.getOpaqueFrom()
          Gets the value of the opaqueFrom property.
 

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract that return types with arguments of type TExtensibleElements
 javax.xml.bind.JAXBElement<TExtensibleElements> ObjectFactory.createOpaqueFrom(TExtensibleElements value)
          Create an instance of JAXBElement<TExtensibleElements>}
 java.util.List<TExtensibleElements> TAssign.getCopyOrExtensionAssignOperation()
          Gets the value of the copyOrExtensionAssignOperation property.
 

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract with parameters of type TExtensibleElements
 javax.xml.bind.JAXBElement<TExtensibleElements> ObjectFactory.createOpaqueFrom(TExtensibleElements value)
          Create an instance of JAXBElement<TExtensibleElements>}
 void TVariable.setOpaqueFrom(TExtensibleElements value)
          Sets the value of the opaqueFrom property.
 void TCopy.setOpaqueFrom(TExtensibleElements value)
          Sets the value of the opaqueFrom property.
 



Copyright © 2011 Petals Link. All Rights Reserved.