org.ow2.orchestra.pvm.internal.model
Class ProcessElementImpl
java.lang.Object
org.ow2.orchestra.pvm.internal.model.ProcessElementImpl
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- EventImpl, ObjectReference, ObservableElementImpl
public class ProcessElementImpl
- extends Object
- implements Serializable
superclass for NodeImpl, TransitionImpl and
ProcessDefinitionImpl.
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dbid
protected long dbid
dbversion
protected int dbversion
processDefinition
protected ProcessDefinitionImpl processDefinition
exceptionHandlers
protected List<ExceptionHandlerImpl> exceptionHandlers
properties
protected WireProperties properties
ProcessElementImpl
public ProcessElementImpl()
createExceptionHandler
public ExceptionHandlerImpl createExceptionHandler()
addExceptionHandler
public void addExceptionHandler(ExceptionHandlerImpl exceptionHandler)
addProperty
public void addProperty(Descriptor descriptor)
getProperty
public Object getProperty(String key)
getPropertyKeys
public Set<String> getPropertyKeys()
getDbid
public long getDbid()
- the database id.
getProcessDefinition
public OpenProcessDefinition getProcessDefinition()
setProcessDefinition
public void setProcessDefinition(ProcessDefinitionImpl processDefinition)
getProperties
public WireProperties getProperties()
setProperties
public void setProperties(WireProperties properties)
getExceptionHandlers
public List<ExceptionHandlerImpl> getExceptionHandlers()
setExceptionHandlers
public void setExceptionHandlers(List<ExceptionHandlerImpl> exceptionHandlers)
Copyright © 2011 OW2 Consortium. All Rights Reserved.