|
||||||||||
| 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 |
|---|
| Nested classes/interfaces inherited from interface org.opencrx.kernel.home1.cci2.WfProcessInstance |
|---|
WfProcessInstance.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. |
|
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. |
|
|
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. |
|
|
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. |
|
| Methods inherited from interface org.opencrx.kernel.home1.cci2.WfProcessInstance |
|---|
getActionLog, getChildProcessInstance, getLastActivityOn, getName, getStartedOn, getStepCounter, getTargetObject, isFailed, setFailed, setLastActivityOn, setName, setStartedOn, setStepCounter, setTargetObject |
| Methods inherited from interface org.opencrx.kernel.base.jmi1.PropertySet |
|---|
addProperty, addProperty, addProperty, getProperty, getProperty, getProperty |
| Methods inherited from interface org.opencrx.kernel.base.cci2.PropertySet |
|---|
getProperty |
| Methods inherited from interface org.opencrx.kernel.base.jmi1.SecureObject |
|---|
addOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser |
| Methods inherited from interface org.openmdx.base.jmi1.Creatable |
|---|
getCreatedBy |
| Methods inherited from interface org.openmdx.base.cci2.Creatable |
|---|
getCreatedAt |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.base.jmi1.Modifiable |
|---|
getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.Modifiable |
|---|
getModifiedAt |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValue |
| 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 |
|---|
<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.Query
query - 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.Query
query - 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||