bexee.model
Interface AttributeNames

All Known Subinterfaces:
Activity, Assign, BPELElement, CatchAll, Compensate, CompensationHandler, Copy, Correlation, CorrelationPattern, Correlations, CorrelationSets, Empty, Flow, Invoke, Link, Links, PartnerLink, PartnerLinks, Partners, Pick, Process, Receive, Reply, Scope, Sequence, Switch, Terminate, Throw, Variable, Variables, Wait, While
All Known Implementing Classes:
AbstractActivity, AbstractObjectCreationFactory, AssignImpl, CompensateImpl, CopyImpl, CorrelationImpl, CorrelationPatternImpl, EmptyImpl, FlowImpl, InvokeImpl, LinkImpl, PartnerLinkImpl, PartnerLinksImpl, ProcessImpl, ReceiveImpl, ReplyImpl, ScopeImpl, SequenceImpl, StandardAttributes, SwitchImpl, TerminateImpl, ThrowImpl, VariableImpl, VariablesImpl

public interface AttributeNames

This is an interface with attribute names. To be implemented by classes wishing to access BPEL xml attribute names.

Version:
$Revision: 1.1 $, $Date: 2004/12/15 14:18:10 $
Author:
Pawel Kowalski

Field Summary
static java.lang.String ABSTRACT_PROCESS
          abstractProcess attribute name
static java.lang.String CONDITION
          condition attribute name
static java.lang.String CREATE_INSTANCE
          createInstance attribute name
static java.lang.String ELEMENT
          element attribute name
static java.lang.String ENABLE_INSTANCE_COMPESATION
          enableInstanceCompensation attribute name
static java.lang.String ENDPOINT_REFERENCE
          endpointReference attribute name
static java.lang.String EXPRESSION
          expression attribute name
static java.lang.String EXPRESSION_LANGUAGE
          expressionLanguage attribute name
static java.lang.String FAULT_NAME
          faultName attribute name
static java.lang.String INITIATE
          inititate attribute name
static java.lang.String INPUT_VARIABLE
          inputVariable attribute name
static java.lang.String JOIN_CONDITION
          joinCondition attribute name
static java.lang.String MESSAGE_TYPE
          messageType attribute name
static java.lang.String MY_ROLE
          myRole attribute name
static java.lang.String NAME
          name attribute name
static java.lang.String OPAQUE
          opaque attribute name
static java.lang.String OPERATION
          operation attribute name
static java.lang.String OUTPUT_VARIABLE
          outputVariable attribute name
static java.lang.String PART
          part attribute name
static java.lang.String PARTNER_LINK
          partnerLink attribute name
static java.lang.String PARTNER_LINK_TYPE
          partnerLinkType attribute name
static java.lang.String PARTNER_ROLE
          partnerRole attribute name
static java.lang.String PATTERN
          pattern attribute name
static java.lang.String PORT_TYPE
          portType attribute name
static java.lang.String PROPERTY
          property attribute name
static java.lang.String QUERY_LANGUAGE
          queryLanguage attribute name
static java.lang.String SET
          set attribute name
static java.lang.String SUPPRESS_JOIN_FAILURE
          suppressJoinFailure attribute name
static java.lang.String TARGET_NAMESPACE
          targetNamespace attribute name
static java.lang.String TYPE
          type attribute name
static java.lang.String VARIABLE
          variable attribute name
static java.lang.String XMLNS
          xmlns attribute name
 

Field Detail

NAME

public static final java.lang.String NAME
name attribute name

See Also:
Constant Field Values

PARTNER_LINK

public static final java.lang.String PARTNER_LINK
partnerLink attribute name

See Also:
Constant Field Values

PARTNER_LINK_TYPE

public static final java.lang.String PARTNER_LINK_TYPE
partnerLinkType attribute name

See Also:
Constant Field Values

MY_ROLE

public static final java.lang.String MY_ROLE
myRole attribute name

See Also:
Constant Field Values

PARTNER_ROLE

public static final java.lang.String PARTNER_ROLE
partnerRole attribute name

See Also:
Constant Field Values

PORT_TYPE

public static final java.lang.String PORT_TYPE
portType attribute name

See Also:
Constant Field Values

OPERATION

public static final java.lang.String OPERATION
operation attribute name

See Also:
Constant Field Values

VARIABLE

public static final java.lang.String VARIABLE
variable attribute name

See Also:
Constant Field Values

CREATE_INSTANCE

public static final java.lang.String CREATE_INSTANCE
createInstance attribute name

See Also:
Constant Field Values

MESSAGE_TYPE

public static final java.lang.String MESSAGE_TYPE
messageType attribute name

See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
type attribute name

See Also:
Constant Field Values

ELEMENT

public static final java.lang.String ELEMENT
element attribute name

See Also:
Constant Field Values

SET

public static final java.lang.String SET
set attribute name

See Also:
Constant Field Values

INITIATE

public static final java.lang.String INITIATE
inititate attribute name

See Also:
Constant Field Values

PATTERN

public static final java.lang.String PATTERN
pattern attribute name

See Also:
Constant Field Values

INPUT_VARIABLE

public static final java.lang.String INPUT_VARIABLE
inputVariable attribute name

See Also:
Constant Field Values

OUTPUT_VARIABLE

public static final java.lang.String OUTPUT_VARIABLE
outputVariable attribute name

See Also:
Constant Field Values

JOIN_CONDITION

public static final java.lang.String JOIN_CONDITION
joinCondition attribute name

See Also:
Constant Field Values

SUPPRESS_JOIN_FAILURE

public static final java.lang.String SUPPRESS_JOIN_FAILURE
suppressJoinFailure attribute name

See Also:
Constant Field Values

PART

public static final java.lang.String PART
part attribute name

See Also:
Constant Field Values

PROPERTY

public static final java.lang.String PROPERTY
property attribute name

See Also:
Constant Field Values

ENDPOINT_REFERENCE

public static final java.lang.String ENDPOINT_REFERENCE
endpointReference attribute name

See Also:
Constant Field Values

EXPRESSION

public static final java.lang.String EXPRESSION
expression attribute name

See Also:
Constant Field Values

OPAQUE

public static final java.lang.String OPAQUE
opaque attribute name

See Also:
Constant Field Values

TARGET_NAMESPACE

public static final java.lang.String TARGET_NAMESPACE
targetNamespace attribute name

See Also:
Constant Field Values

QUERY_LANGUAGE

public static final java.lang.String QUERY_LANGUAGE
queryLanguage attribute name

See Also:
Constant Field Values

EXPRESSION_LANGUAGE

public static final java.lang.String EXPRESSION_LANGUAGE
expressionLanguage attribute name

See Also:
Constant Field Values

ENABLE_INSTANCE_COMPESATION

public static final java.lang.String ENABLE_INSTANCE_COMPESATION
enableInstanceCompensation attribute name

See Also:
Constant Field Values

XMLNS

public static final java.lang.String XMLNS
xmlns attribute name

See Also:
Constant Field Values

ABSTRACT_PROCESS

public static final java.lang.String ABSTRACT_PROCESS
abstractProcess attribute name

See Also:
Constant Field Values

CONDITION

public static final java.lang.String CONDITION
condition attribute name

See Also:
Constant Field Values

FAULT_NAME

public static final java.lang.String FAULT_NAME
faultName attribute name

See Also:
Constant Field Values


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