bexee.model.elements
Interface CorrelationPattern

All Superinterfaces:
AttributeNames, BPELElement
All Known Implementing Classes:
CorrelationPatternImpl

public interface CorrelationPattern
extends BPELElement

Representation of the CorrelationPattern BPEL element.

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

Field Summary
static java.lang.String IN
           
static java.lang.String OUT
           
static java.lang.String OUT_IN
           
 
Fields inherited from interface bexee.model.AttributeNames
ABSTRACT_PROCESS, CONDITION, CREATE_INSTANCE, ELEMENT, ENABLE_INSTANCE_COMPESATION, ENDPOINT_REFERENCE, EXPRESSION, EXPRESSION_LANGUAGE, FAULT_NAME, INITIATE, INPUT_VARIABLE, JOIN_CONDITION, MESSAGE_TYPE, MY_ROLE, NAME, OPAQUE, OPERATION, OUTPUT_VARIABLE, PART, PARTNER_LINK, PARTNER_LINK_TYPE, PARTNER_ROLE, PATTERN, PORT_TYPE, PROPERTY, QUERY_LANGUAGE, SET, SUPPRESS_JOIN_FAILURE, TARGET_NAMESPACE, TYPE, VARIABLE, XMLNS
 
Method Summary
 java.lang.String getCorrelationString()
           
 void setCorrelationString(java.lang.String correlationString)
           
 
Methods inherited from interface bexee.model.BPELElement
accept, accept
 

Field Detail

IN

public static final java.lang.String IN
See Also:
Constant Field Values

OUT

public static final java.lang.String OUT
See Also:
Constant Field Values

OUT_IN

public static final java.lang.String OUT_IN
See Also:
Constant Field Values
Method Detail

setCorrelationString

public void setCorrelationString(java.lang.String correlationString)

getCorrelationString

public java.lang.String getCorrelationString()


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