public interface WfProcessInstance extends PropertySet, SecureObject, org.openmdx.base.cci2.BasicObject
WfProcessInstance
isFrozenisFrozenisFrozen
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WfProcessInstance.Identity
Object Identity
|
| Modifier and Type | Method and Description |
|---|---|
<T extends WfActionLogEntry> |
getActionLog()
Retrieves a set containing all the elements for the reference
actionLog. |
<T extends WfProcessInstance> |
getChildProcessInstance()
Retrieves a set containing all the elements for the reference
childProcessInstance. |
Date |
getLastActivityOn()
Retrieves the possibly null value for the optional attribute
lastActivityOn. |
String |
getName()
Retrieves the possibly null value for the optional attribute
name. |
WfProcessInstance |
getParent()
Retrieves the value for the reference
parent. |
WfProcess |
getProcess()
Retrieves the value for the reference
process. |
Date |
getStartedOn()
Retrieves the possibly null value for the optional attribute
startedOn. |
Integer |
getStepCounter()
Retrieves the possibly null value for the optional attribute
stepCounter. |
String |
getTargetObject()
Retrieves the possibly null value for the optional attribute
targetObject. |
Boolean |
isFailed()
Retrieves the possibly null value for the optional attribute
failed. |
void |
setFailed(Boolean failed)
Sets a new value for the attribute
failed. |
void |
setLastActivityOn(Date lastActivityOn)
Sets a new value for the attribute
lastActivityOn. |
void |
setName(String name)
Sets a new value for the attribute
name. |
void |
setParent(WfProcessInstance parent)
Sets a new value for the reference
parent. |
void |
setProcess(WfProcess process)
Sets a new value for the reference
process. |
void |
setStartedOn(Date startedOn)
Sets a new value for the attribute
startedOn. |
void |
setStepCounter(Integer stepCounter)
Sets a new value for the attribute
stepCounter. |
void |
setTargetObject(String targetObject)
Sets a new value for the attribute
targetObject. |
getPropertyaddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser<T extends WfActionLogEntry> WfProcessInstanceHasActionLogEntry.ActionLog<T> getActionLog()
actionLog.<T extends WfProcessInstance> WfProcessInstanceHasChildren.ChildProcessInstance<T> getChildProcessInstance()
childProcessInstance.Boolean isFailed()
failed.failed.void setFailed(Boolean failed)
failed.failed - The possibly null new value for attribute failed.Date getLastActivityOn()
lastActivityOn.lastActivityOn.void setLastActivityOn(Date lastActivityOn)
lastActivityOn.lastActivityOn - The possibly null new value for attribute lastActivityOn.String getName()
name.name.void setName(String name)
name.name - The possibly null new value for attribute name.WfProcessInstance getParent()
parent.null – value for this reference.void setParent(WfProcessInstance parent)
parent.parent - The new – possibly null – value for this reference.WfProcess getProcess()
process.null value for this reference.void setProcess(WfProcess process)
process.process - The new non-null value for this reference.Date getStartedOn()
startedOn.startedOn.void setStartedOn(Date startedOn)
startedOn.startedOn - The possibly null new value for attribute startedOn.Integer getStepCounter()
stepCounter.stepCounter.void setStepCounter(Integer stepCounter)
stepCounter.stepCounter - The possibly null new value for attribute stepCounter.String getTargetObject()
targetObject.targetObject.void setTargetObject(String targetObject)
targetObject.targetObject - The possibly null new value for attribute targetObject.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.