public class ProcessInstanceView extends PersistentObject implements View
filled, oid
emptyKeys
Constructor and Description |
---|
ProcessInstanceView() |
ProcessInstanceView(ProcessInstance si) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseClassName()
Get the class name of the base objects.
|
Persistent |
getBaseObject()
Get the base object instance.
|
long |
getOid()
Getter method for the persistent object's OID.
|
String |
getTableName()
This method must return the table name of the database table in which
this persistent object is stored.
|
void |
setBaseObject(Persistent si)
Set the base object of the view instance.
|
void |
setOid(long oid)
Setter method for the persistent object's OID.
|
String |
toListString()
Returns a special string representation of the object.
|
String |
toString() |
String[] |
viewColumnNames()
Get an array of column names of the base object class which are included in the view object class.
|
afterDelete, afterInsert, afterRead, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, clone, dbFields, equals, getKey, getKeys, getLocalClassName, getLocalObjectName, getStore, getValue, hashCode, isFilled, isValid, onDelete, onInsert, onRead, onUpdate, setFilled, setOid, setStore
finalize, getClass, notify, notifyAll, wait, wait, wait
afterDelete, afterInsert, afterRead, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, dbFields, getKey, getKeys, getLocalClassName, getLocalObjectName, getStore, getValue, isFilled, isValid, setFilled, setOid, setStore
public ProcessInstanceView()
public ProcessInstanceView(ProcessInstance si)
public String getTableName()
Persistent
getTableName
in interface Persistent
public long getOid()
Persistent
getOid
in interface Persistent
getOid
in class PersistentObject
public void setOid(long oid)
Persistent
setOid
in interface Persistent
setOid
in class PersistentObject
oid
- The new OID for the object.public String getBaseClassName()
View
getBaseClassName
in interface View
public Persistent getBaseObject()
View
getBaseObject
in interface View
public void setBaseObject(Persistent si)
View
setBaseObject
in interface View
si
- the base objectpublic String[] viewColumnNames()
View
viewColumnNames
in interface View
public String toListString()
PersistentObject
toListString
in interface Persistent
toListString
in class PersistentObject
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.