|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WfProcessInstance
Class WfProcessInstance
| Nested Class Summary | |
|---|---|
static interface |
WfProcessInstance.Identity
Object Identity |
| Method Summary | ||
|---|---|---|
void |
addActionLog(boolean idIsPersistent,
String id,
WfActionLogEntry actionLog)
Adds the specified element to the set of the values for the reference actionLog. |
|
|
getActionLog()
Retrieves a set containing all the elements for the reference actionLog. |
|
WfActionLogEntry |
getActionLog(boolean idIsPersistent,
String id)
Retrieves the value for the reference actionLog for the
specified qualifier attribute value. |
|
Date |
getLastActivityOn()
Retrieves the possibly null value for the optional attribute lastActivityOn. |
|
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 |
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 |
|---|
addProperty, getProperty, getProperty |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView, getView |
| Method Detail |
|---|
<T extends WfActionLogEntry> Collection<T> getActionLog()
actionLog.
WfActionLogEntry getActionLog(boolean idIsPersistent,
String id)
actionLog for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addActionLog(boolean idIsPersistent,
String id,
WfActionLogEntry actionLog)
actionLog.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.actionLog - The element to be appended.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.WfProcessInstance getParent()
parent.
null – value for this reference.void setParent(WfProcessInstance parent)
parent.
parent - The non-null new value for this reference.WfProcess getProcess()
process.
null value for this reference.void setProcess(WfProcess process)
process.
process - The non-null new 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 | |||||||||