org.ow2.orchestra.facade.runtime
Interface CorrelationSetInitialization

All Superinterfaces:
CopyAble<CorrelationSetInitialization>, ScopeUpdate, java.io.Serializable

public interface CorrelationSetInitialization
extends ScopeUpdate, CopyAble<CorrelationSetInitialization>

Interface for getting recorded runtime information on correlation set initialization.

Author:
Gael Lalire

Method Summary
 java.lang.String getName()
           
 java.util.Map<javax.xml.namespace.QName,org.w3c.dom.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

java.lang.String getName()
Returns:
the variable name.

getPropertyValues

java.util.Map<javax.xml.namespace.QName,org.w3c.dom.Node> getPropertyValues()


Copyright © 2009 OW2 Consortium. All Rights Reserved.