public interface WfProcessInstance extends WfProcessInstance, PropertySet, SecureObject, org.openmdx.base.jmi1.BasicObject
WfProcessInstance
isFrozenisFrozenisFrozen
WfProcessInstance.Identity| Modifier and Type | Method and Description |
|---|---|
void |
addActionLog(boolean idIsPersistent,
String id,
WfActionLogEntry actionLog)
Adds the specified element to the set of the values for the reference
actionLog. |
void |
addActionLog(String id,
WfActionLogEntry actionLog)
Adds the specified element to the set of the values for the reference
actionLog using a reassignable qualifier. |
void |
addActionLog(WfActionLogEntry actionLog)
Adds the specified element to the set of the values for the reference
actionLog using an implementation-specific, reassignable qualifier. |
void |
addChildProcessInstance(boolean idIsPersistent,
String id,
WfProcessInstance childProcessInstance)
Adds the specified element to the set of the values for the reference
childProcessInstance. |
void |
addChildProcessInstance(String id,
WfProcessInstance childProcessInstance)
Adds the specified element to the set of the values for the reference
childProcessInstance using a reassignable qualifier. |
void |
addChildProcessInstance(WfProcessInstance childProcessInstance)
Adds the specified element to the set of the values for the reference
childProcessInstance using an implementation-specific, reassignable qualifier. |
WfActionLogEntry |
getActionLog(boolean idIsPersistent,
String id)
Retrieves the value for the reference
actionLog for the specified qualifier attribute value. |
WfActionLogEntry |
getActionLog(String id)
Retrieves the value for the reference
actionLog for the specified qualifier attribute value. |
<T extends WfActionLogEntry> |
getActionLog(WfActionLogEntryQuery query)
Retrieves the value for the reference
actionLog for the specified query. |
WfProcessInstance |
getChildProcessInstance(boolean idIsPersistent,
String id)
Retrieves the value for the reference
childProcessInstance for the specified qualifier attribute value. |
WfProcessInstance |
getChildProcessInstance(String id)
Retrieves the value for the reference
childProcessInstance for the specified qualifier attribute value. |
<T extends WfProcessInstance> |
getChildProcessInstance(WfProcessInstanceQuery query)
Retrieves the value for the reference
childProcessInstance for the specified query. |
WfProcessInstance |
getParent()
Retrieves the value for the reference
parent. |
WfProcess |
getProcess()
Retrieves the value for the reference
process. |
void |
setParent(WfProcessInstance parent)
Sets a new value for the reference
parent. |
void |
setProcess(WfProcess process)
Sets a new value for the reference
process. |
getActionLog, getChildProcessInstance, getLastActivityOn, getName, getStartedOn, getStepCounter, getTargetObject, isFailed, setFailed, setLastActivityOn, setName, setStartedOn, setStepCounter, setTargetObjectaddProperty, addProperty, addProperty, getProperty, getProperty, getPropertygetPropertyaddOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUseraddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUserrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite<T extends WfActionLogEntry> List<T> getActionLog(WfActionLogEntryQuery query)
actionLog for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.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.WfActionLogEntry getActionLog(String id)
actionLog for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getActionLog(false,id).
id - 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.void addActionLog(String id, WfActionLogEntry actionLog)
actionLog using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.actionLog - The element to be appended.void addActionLog(WfActionLogEntry actionLog)
actionLog using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
actionLog - The element to be appended.<T extends WfProcessInstance> List<T> getChildProcessInstance(WfProcessInstanceQuery query)
childProcessInstance for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.WfProcessInstance getChildProcessInstance(boolean idIsPersistent, String id)
childProcessInstance 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.WfProcessInstance getChildProcessInstance(String id)
childProcessInstance for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getChildProcessInstance(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addChildProcessInstance(boolean idIsPersistent,
String id,
WfProcessInstance childProcessInstance)
childProcessInstance.
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.childProcessInstance - The element to be appended.void addChildProcessInstance(String id, WfProcessInstance childProcessInstance)
childProcessInstance using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.childProcessInstance - The element to be appended.void addChildProcessInstance(WfProcessInstance childProcessInstance)
childProcessInstance using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
childProcessInstance - The element to be appended.WfProcessInstance getParent()
parent.getParent in interface WfProcessInstancenull – value for this reference.void setParent(WfProcessInstance parent)
parent.setParent in interface WfProcessInstanceparent - The new – possibly null – value for this reference.WfProcess getProcess()
process.getProcess in interface WfProcessInstancenull value for this reference.void setProcess(WfProcess process)
process.setProcess in interface WfProcessInstanceprocess - The new non-null value for this reference.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.