|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WfProcessInstance | |
|---|---|
| org.opencrx.kernel.depot1.cci | |
| org.opencrx.kernel.home1.cci | |
| org.opencrx.kernel.workflow | |
| org.opencrx.ldap.workflow | |
| org.opencrx.mail.workflow | |
| Uses of WfProcessInstance in org.opencrx.kernel.depot1.cci |
|---|
| Methods in org.opencrx.kernel.depot1.cci that return WfProcessInstance | |
|---|---|
WfProcessInstance |
CompoundBookingImpl.getWfProcess()
|
WfProcessInstance |
CompoundBooking.getWfProcess()
Retrieves the value for the optional reference wfProcess. |
| Methods in org.opencrx.kernel.depot1.cci with parameters of type WfProcessInstance | |
|---|---|
void |
CompoundBookingFilterImpl.forAllWfProcess(short operator,
WfProcessInstance[] filterValues)
|
void |
CompoundBookingFilter.forAllWfProcess(short operator,
WfProcessInstance[] filterValues)
|
void |
CompoundBookingImpl.setWfProcess(WfProcessInstance newValue)
|
void |
CompoundBooking.setWfProcess(WfProcessInstance newValue)
Sets a new value for the reference wfProcess. |
void |
CompoundBookingFilterImpl.thereExistsWfProcess(short operator,
WfProcessInstance[] filterValues)
|
void |
CompoundBookingFilter.thereExistsWfProcess(short operator,
WfProcessInstance[] filterValues)
|
| Uses of WfProcessInstance in org.opencrx.kernel.home1.cci |
|---|
| Classes in org.opencrx.kernel.home1.cci that implement WfProcessInstance | |
|---|---|
class |
WfProcessInstanceImpl
|
| Methods in org.opencrx.kernel.home1.cci that return WfProcessInstance | |
|---|---|
WfProcessInstance |
WfProcessInstanceClassImpl.createWfProcessInstance()
|
WfProcessInstance |
WfProcessInstanceClass.createWfProcessInstance()
Creates an instance of class WfProcessInstance. |
WfProcessInstance |
WfProcessInstanceClassImpl.createWfProcessInstance(short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
WfProcess process)
|
WfProcessInstance |
WfProcessInstanceClass.createWfProcessInstance(short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
WfProcess process)
Creates an instance of class WfProcessInstance based on
all required attributes. |
WfProcessInstance |
WfProcessInstanceClassImpl.extendBasicObject(BasicObject _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
WfProcess process)
|
WfProcessInstance |
WfProcessInstanceClass.extendBasicObject(BasicObject _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
WfProcess process)
Creates an instance of class WfProcessInstance based on
the superclass BasicObject and all required attributes not
included in this superclass. |
WfProcessInstance |
WfProcessInstanceClassImpl.extendContextCapable(ContextCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
WfProcess process)
|
WfProcessInstance |
WfProcessInstanceClass.extendContextCapable(ContextCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
WfProcess process)
Creates an instance of class WfProcessInstance based on
the superclass ContextCapable and all required attributes
not included in this superclass. |
WfProcessInstance |
WfProcessInstanceClassImpl.extendExtentCapable(ExtentCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
WfProcess process)
|
WfProcessInstance |
WfProcessInstanceClass.extendExtentCapable(ExtentCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
WfProcess process)
Creates an instance of class WfProcessInstance based on
the superclass ExtentCapable and all required attributes
not included in this superclass. |
WfProcessInstance |
WfProcessInstanceClassImpl.extendPropertySet(PropertySet _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
WfProcess process)
|
WfProcessInstance |
WfProcessInstanceClass.extendPropertySet(PropertySet _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
WfProcess process)
Creates an instance of class WfProcessInstance based on
the superclass PropertySet and all required attributes not
included in this superclass. |
WfProcessInstance |
WfProcessInstanceClassImpl.extendSecureObject(SecureObject _base,
WfProcess process)
|
WfProcessInstance |
WfProcessInstanceClass.extendSecureObject(SecureObject _base,
WfProcess process)
Creates an instance of class WfProcessInstance based on
the superclass SecureObject and all required attributes
not included in this superclass. |
WfProcessInstance |
WfProcessInstanceClassImpl.extendViewCapable(ViewCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
WfProcess process)
|
WfProcessInstance |
WfProcessInstanceClass.extendViewCapable(ViewCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
WfProcess process)
Creates an instance of class WfProcessInstance based on
the superclass ViewCapable and all required attributes not
included in this superclass. |
WfProcessInstance |
WfProcessInstanceImpl.getParent()
|
WfProcessInstance |
WfProcessInstance.getParent()
Retrieves the value for the optional reference parent. |
WfProcessInstance |
WfProcessInstanceClassImpl.getWfProcessInstance(Object object)
|
WfProcessInstance |
WfProcessInstanceClass.getWfProcessInstance(Object object)
Creates an instance of class WfProcessInstance based on
the specified Object instance. |
WfProcessInstance |
UserHomeImpl.getWfProcessInstance(String id)
|
WfProcessInstance |
UserHome.getWfProcessInstance(String id)
Retrieves the value for the reference wfProcessInstance
for the specified qualifier attribute value. |
| Methods in org.opencrx.kernel.home1.cci with parameters of type WfProcessInstance | |
|---|---|
protected void |
UserHomeImpl.addWfProcessInstance(String id,
WfProcessInstance newValue)
|
protected void |
UserHomeImpl.addWfProcessInstance(WfProcessInstance newValue)
|
void |
WfProcessInstanceFilterImpl.forAllParent(short operator,
WfProcessInstance[] filterValues)
|
void |
WfProcessInstanceFilter.forAllParent(short operator,
WfProcessInstance[] filterValues)
|
void |
WfProcessInstanceImpl.setParent(WfProcessInstance newValue)
|
void |
WfProcessInstance.setParent(WfProcessInstance newValue)
Sets a new value for the reference parent. |
protected void |
UserHomeImpl.setWfProcessInstance(WfProcessInstance[] newValue)
|
void |
WfProcessInstanceFilterImpl.thereExistsParent(short operator,
WfProcessInstance[] filterValues)
|
void |
WfProcessInstanceFilter.thereExistsParent(short operator,
WfProcessInstance[] filterValues)
|
| Uses of WfProcessInstance in org.opencrx.kernel.workflow |
|---|
| Methods in org.opencrx.kernel.workflow with parameters of type WfProcessInstance | |
|---|---|
void |
ASynchWorkflow_1_0.execute(WfProcessInstance wfProcessInstance)
Execute the workflow specified by wfProcessInstance. |
| Uses of WfProcessInstance in org.opencrx.ldap.workflow |
|---|
| Methods in org.opencrx.ldap.workflow with parameters of type WfProcessInstance | |
|---|---|
void |
ExportAccountToLdapWorkflow.execute(WfProcessInstance wfInstance)
|
| Uses of WfProcessInstance in org.opencrx.mail.workflow |
|---|
| Methods in org.opencrx.mail.workflow with parameters of type WfProcessInstance | |
|---|---|
void |
MailWorkflow.execute(WfProcessInstance wfProcessInstance)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||