|
||||||||||
| 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(String id,
WfActionLogEntry newValue)
|
|
void |
addActionLog(WfActionLogEntry newValue)
|
|
void |
addOwningGroup(int index,
PrincipalGroup newValue)
|
|
void |
addOwningGroup(PrincipalGroup newValue)
|
|
void |
addProperty(Property newValue)
|
|
void |
addProperty(String id,
Property newValue)
|
|
org.openmdx.base.cci2.BasicObject |
getAccessGrantedByParent()
Retrieves the value for the reference accessGrantedByParent. |
|
|
getActionLog(WfActionLogEntryQuery query)
Retrieves the value for the reference actionLog for the
specified query. |
|
User |
getOwningUser()
Retrieves the value for the reference owningUser. |
|
WfProcessInstance |
getParent()
Retrieves the value for the reference parent. |
|
WfProcess |
getProcess()
Retrieves the value for the reference process. |
|
|
getProperty(PropertyQuery query)
Retrieves the value for the reference property for the
specified query. |
|
|
getView(org.openmdx.compatibility.view1.cci2.ViewQuery query)
Retrieves the value for the reference view for the
specified query. |
|
void |
removeActionLog(String id)
|
|
void |
removeOwningGroup(int index)
|
|
void |
removeOwningUser()
Removes the value for the optional reference owningUser. |
|
void |
removeParent()
Removes the value for the optional reference parent. |
|
void |
removeProperty(String id)
|
|
void |
setOwningUser(User owningUser)
Sets a new value for the reference owningUser. |
|
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 |
setUserHome(UserHome userHome)
Sets a new value for the reference userHome. |
|
void |
setUserHome(UserHome userHome,
boolean idIsPersistent,
String id)
Set the object's composite association org:opencrx:kernel:home1:UserHomeContainsWfProcessInstance. |
|
| 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.cci2.PropertySet |
|---|
getProperty |
| Methods inherited from interface org.opencrx.kernel.base.jmi1.SecureObject |
|---|
addOwningGroup, getOwner, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, removeAllOwningGroup, removeOwningGroup, 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.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| 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 Property> List<T> getProperty(PropertyQuery query)
property for the
specified query.
query - predicate which is applied to the set of referenced objects.
true.
void addProperty(String id,
Property newValue)
id - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.void addProperty(Property newValue)
newValue - The element to be appended.void removeProperty(String id)
org.openmdx.base.cci2.BasicObject getAccessGrantedByParent()
accessGrantedByParent.
getAccessGrantedByParent in interface SecureObjectnull – value for this reference.
void addOwningGroup(int index,
PrincipalGroup newValue)
index - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.void addOwningGroup(PrincipalGroup newValue)
newValue - The element to be appended.void removeOwningGroup(int index)
User getOwningUser()
owningUser.
getOwningUser in interface SecureObjectnull – value for this reference.void setOwningUser(User owningUser)
owningUser.
setOwningUser in interface SecureObjectowningUser - The non-null new value for this reference.void removeOwningUser()
owningUser.
<T extends WfActionLogEntry> List<T> getActionLog(WfActionLogEntryQuery query)
actionLog for the
specified query.
query - predicate which is applied to the set of referenced objects.
true.
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.void addActionLog(WfActionLogEntry newValue)
newValue - The element to be appended.void removeActionLog(String id)
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.void removeParent()
parent.
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.<T extends org.openmdx.compatibility.view1.cci2.View> List<T> getView(org.openmdx.compatibility.view1.cci2.ViewQuery query)
view for the
specified query.
query - predicate which is applied to the set of referenced objects.
true.void setUserHome(UserHome userHome)
userHome.
setUserHome in interface WfProcessInstanceuserHome - The non-null new value for this reference.
void setUserHome(UserHome userHome,
boolean idIsPersistent,
String id)
org:opencrx:kernel:home1:UserHomeContainsWfProcessInstance.
setUserHome in interface WfProcessInstanceuserHome - The non-null new value for this object's composite owner.idIsPersistent - Defines whether the id is persistent.id - The non-null new value for this object's qualifier.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||