org.ow2.orchestra.facade.runtime
Interface CorrelationSetInitialization

All Superinterfaces:
CopyAble<CorrelationSetInitialization>, ScopeUpdate, Serializable
All Known Implementing Classes:
CorrelationSetInitializationImpl

public interface CorrelationSetInitialization
extends ScopeUpdate, CopyAble<CorrelationSetInitialization>

Interface for getting recorded runtime information on correlation set initialization.

Author:
Gael Lalire

Method Summary
 String getName()
           
 Map<QName,Node> getPropertyValues()
           
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.ScopeUpdate
getActivityUUID, getDate
 
Methods inherited from interface org.ow2.orchestra.facade.CopyAble
copy
 

Method Detail

getName

String getName()
Returns:
the variable name.

getPropertyValues

Map<QName,Node> getPropertyValues()


Copyright © 2011 OW2 Consortium. All Rights Reserved.