org.ow2.orchestra.facade.def.impl
Class ReceiveActivityDefinitionImpl
java.lang.Object
org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
org.ow2.orchestra.facade.def.impl.ReceiveActivityDefinitionImpl
- All Implemented Interfaces:
- Serializable, ActivityDefinition, BpelActivityDefinition, DefinitionRecord, ReceiveActivityDefinition, Record
public class ReceiveActivityDefinitionImpl
- extends BpelActivityDefinitionImpl
- implements ReceiveActivityDefinition
- Author:
- Alfonso Fuca
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReceiveActivityDefinitionImpl
public ReceiveActivityDefinitionImpl(ReceiveActivityDefinition src)
getType
public ActivityType getType()
- Description copied from interface:
ActivityDefinition
- Get the type of the activity definition. Types are defined in
ActivityType.class.
- Specified by:
getType
in interface ActivityDefinition
- Returns:
- the type of the activity (corresponding to ActivityType.class)
getMessageExchange
public String getMessageExchange()
- Specified by:
getMessageExchange
in interface ReceiveActivityDefinition
- Returns:
- the message exchange
getOperation
public String getOperation()
- Specified by:
getOperation
in interface ReceiveActivityDefinition
- Returns:
- the operation
getPartnerLink
public String getPartnerLink()
- Specified by:
getPartnerLink
in interface ReceiveActivityDefinition
- Returns:
- the partner link
getPortType
public QName getPortType()
- Specified by:
getPortType
in interface ReceiveActivityDefinition
- Returns:
- the port type
getVariable
public String getVariable()
- Specified by:
getVariable
in interface ReceiveActivityDefinition
- Returns:
- the variable name
isCreateInstance
public boolean isCreateInstance()
- Specified by:
isCreateInstance
in interface ReceiveActivityDefinition
- Returns:
- the value of createInstance attribute
getCorrelationDefinitions
public List<CorrelationDefinition> getCorrelationDefinitions()
- Specified by:
getCorrelationDefinitions
in interface ReceiveActivityDefinition
- Returns:
- the list of correlation definitions
getFromPartDefinitions
public List<FromPartDefinition> getFromPartDefinitions()
- Specified by:
getFromPartDefinitions
in interface ReceiveActivityDefinition
- Returns:
- the list of correlation definitions
Copyright © 2011 OW2 Consortium. All Rights Reserved.