|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WfProcessInstance
| Method Summary | |
|---|---|
void |
addActionLog(String id,
WfActionLogEntry newValue)
|
void |
addActionLog(WfActionLogEntry newValue)
|
Collection |
getActionLog()
Retrieves a collection containing all the elements for the reference actionLog. |
WfActionLogEntry |
getActionLog(String id)
Retrieves the value for the reference actionLog for the
specified qualifier attribute value. |
List |
getActionLog(WfActionLogEntryFilter filter)
Retrieves the value for the reference actionLog for the
specified filter. |
List |
getActionLog(WfActionLogEntryQuery query)
Retrieves the value for the reference actionLog for the
specified query. |
Date |
getLastActivityOn()
|
WfProcessInstance |
getParent()
Retrieves the value for the optional reference parent. |
WfProcess |
getProcess()
Retrieves the value for the reference process. |
Date |
getStartedOn()
|
Integer |
getStepCounter()
|
String |
getTargetObject()
|
Boolean |
isFailed()
|
void |
removeActionLog(String id)
|
void |
removeParent()
Removes the value for the optional reference parent. |
void |
setFailed(Boolean newValue)
Sets a new value for the attribute failed. |
void |
setLastActivityOn(Date newValue)
Sets a new value for the attribute lastActivityOn. |
void |
setParent(WfProcessInstance newValue)
Sets a new value for the reference parent. |
void |
setProcess(WfProcess newValue)
Sets a new value for the reference process. |
void |
setStartedOn(Date newValue)
Sets a new value for the attribute startedOn. |
void |
setStepCounter(Integer newValue)
Sets a new value for the attribute stepCounter. |
void |
setTargetObject(String newValue)
Sets a new value for the attribute targetObject. |
| Methods inherited from interface org.opencrx.kernel.base.cci.PropertySet |
|---|
addProperty, addProperty, getProperty, getProperty, getProperty, getProperty, removeProperty |
| Methods inherited from interface org.opencrx.kernel.base.cci.SecureObject |
|---|
addOwningGroup, addOwningGroup, addOwningGroup, addOwningGroup, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwner, getOwningGroup, getOwningGroup, getOwningUser, removeAllOwningGroup, removeAllOwningGroup, removeOwningGroup, removeOwningGroup, removeOwningGroup, removeOwningUser, setAccessLevel, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser, setOwningUser |
| Methods inherited from interface org.openmdx.base.cci.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci.ContextCapable |
|---|
getContext, getContext |
| Methods inherited from interface org.openmdx.base.cci.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci.ViewCapable |
|---|
getView, getView, getView, getView |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
WfActionLogEntry getActionLog(String id)
actionLog for the
specified qualifier attribute value.
id - The value for the qualifier attribute that qualifies this reference.
JmiException - If the value cannot be retrieved for some reason.Collection getActionLog()
actionLog.
JmiException - If the values cannot be retrieved for some reason.List getActionLog(WfActionLogEntryFilter filter)
actionLog for the
specified filter.
filter - filter which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.List getActionLog(WfActionLogEntryQuery query)
actionLog for the
specified query.
predicate - predicate which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.
void addActionLog(String id,
WfActionLogEntry newValue)
id - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void addActionLog(WfActionLogEntry newValue)
newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void removeActionLog(String id)
JmiException - If the value cannot be removed for some reason.Boolean isFailed()
failed.
JmiException - If the value cannot be retrieved for some reason.void setFailed(Boolean newValue)
failed.
newValue - The possibly null new value for attribute failed.
JmiException - If the value cannot be set for some reason.Date getLastActivityOn()
lastActivityOn.
JmiException - If the value cannot be retrieved for some reason.void setLastActivityOn(Date newValue)
lastActivityOn.
newValue - The possibly null new value for attribute lastActivityOn.
JmiException - If the value cannot be set for some reason.WfProcessInstance getParent()
parent.
JmiException - If the value cannot be retrieved for some reason.void setParent(WfProcessInstance newValue)
parent.
newValue - The non-null new value for this reference.
JmiException - If the value cannot be set for some reason.void removeParent()
parent.
JmiException - If the value cannot be removed for some reason.WfProcess getProcess()
process.
JmiException - If the value cannot be retrieved for some reason.void setProcess(WfProcess newValue)
process.
newValue - The non-null new value for this reference.
JmiException - If the value cannot be set for some reason.Date getStartedOn()
startedOn.
JmiException - If the value cannot be retrieved for some reason.void setStartedOn(Date newValue)
startedOn.
newValue - The possibly null new value for attribute startedOn.
JmiException - If the value cannot be set for some reason.Integer getStepCounter()
stepCounter.
JmiException - If the value cannot be retrieved for some reason.void setStepCounter(Integer newValue)
stepCounter.
newValue - The possibly null new value for attribute stepCounter.
JmiException - If the value cannot be set for some reason.String getTargetObject()
targetObject.
JmiException - If the value cannot be retrieved for some reason.void setTargetObject(String newValue)
targetObject.
newValue - The possibly null new value for attribute targetObject.
JmiException - If the value cannot be set for some reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||