|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WfProcessInstance
Class WfProcessInstance
| 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. |
|
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 |
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, getLastActivityOn, getStartedOn, getStepCounter, getTargetObject, isFailed, setFailed, setLastActivityOn, setStartedOn, setStepCounter, setTargetObject |
| Methods inherited from interface org.opencrx.kernel.base.jmi1.PropertySet |
|---|
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, getAccessGrantedByParent, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, 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, setOwningUser |
| Methods inherited from interface org.openmdx.base.jmi1.BasicObject |
|---|
getCreatedBy, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getModifiedAt |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapable |
|---|
getContext |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.jmi1.ViewCapable |
|---|
getView, getView, getView |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
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 |
|---|
<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.WfProcessInstance getParent()
parent.
getParent in interface WfProcessInstancenull – value for this reference.void setParent(WfProcessInstance parent)
parent.
setParent in interface WfProcessInstanceparent - The non-null new 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 non-null new value for this reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||