com.groiss.wf
Class ProcessRelation
java.lang.Object
com.groiss.store.PersistentObject
com.groiss.wf.ProcessRelation
- All Implemented Interfaces:
- KeyValuePair<Object,Object>, Persistent, Serializable, Cloneable
public class ProcessRelation
- extends PersistentObject
This class allows the definition of Relations between processes.
- See Also:
- Serialized Form
| Methods inherited from class com.groiss.store.PersistentObject |
clone, dbFields, equals, getKey, getOid, getStore, getValue, hashCode, isFilled, onDelete, onInsert, onRead, onUpdate, setFilled, setOid, setStore |
ProcessRelation
public ProcessRelation()
ProcessRelation
public ProcessRelation(ProcessInstance p1,
ProcessInstance p2,
String reltype)
getTableName
public String getTableName()
- Description copied from interface:
Persistent
- This method must return the table name of the database table in which
this persistent object is stored.
- Returns:
- The table name of the database table in which this persistent
object is stored.
getP1
public ProcessInstance getP1()
getP2
public ProcessInstance getP2()
getReltype
public String getReltype()
@enterprise 8.0.10809 Copyright © 2001-2012 Groiss Informatics GmbH. All Rights Reserved.