|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WfProcessInstance
Class WfProcessInstance
isFrozenisFrozenisFrozen
Nested Class Summary | |
---|---|
static interface |
WfProcessInstance.Identity
Object Identity |
Method Summary | ||
---|---|---|
|
getActionLog()
Retrieves a set containing all the elements for the reference actionLog . |
|
|
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 . |
Methods inherited from interface org.opencrx.kernel.base.cci2.PropertySet |
---|
getProperty |
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
---|
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser |
Methods inherited from interface org.openmdx.base.cci2.Creatable |
---|
getCreatedAt, getCreatedBy |
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
---|
getIdentity |
Methods inherited from interface org.openmdx.base.cci2.Modifiable |
---|
getModifiedAt, getModifiedBy |
Method Detail |
---|
<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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |