org.smartcomps.twister.engine.priv.core.definition
Interface TwisterProcess
- All Known Implementing Classes:
- ProcessImpl
- public interface TwisterProcess
The business process is the root container for all activities. It's therefore
modeled as an activity container. But it cannot be used as a standard container
as it doesn't support the common attributes and constructs of standard
activities. Trying to use methods inherited from Activity on a TwisterProcess will
return null or empty values.
- See Also:
CorrelationSet
,
Property
getName
public java.lang.String getName()
getActivity
public org.smartcomps.twister.engine.priv.core.definition.Activity getActivity()
getInstances
public java.util.Collection getInstances()
getCorrelationSets
public java.util.Collection getCorrelationSets()
getCorrelationSet
public org.smartcomps.twister.engine.priv.core.definition.CorrelationSet getCorrelationSet(java.lang.String setName)
getProperties
public java.util.Collection getProperties()
getProperty
public org.smartcomps.twister.engine.priv.core.definition.Property getProperty(java.lang.String propName)
Copyright © 2003 SmartComps. All Rights Reserved.