org.opencrx.kernel.home1.cci2
Interface WfProcessInstance

All Superinterfaces:
BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable, PropertySet, SecureObject
All Known Subinterfaces:
WfProcessInstance
All Known Implementing Classes:
WfProcessInstance

public interface WfProcessInstance
extends PropertySet, SecureObject, BasicObject

Class WfProcessInstance

isFrozenisFrozenisFrozen


Nested Class Summary
static interface WfProcessInstance.Identity
          Object Identity
 
Method Summary
<T extends WfActionLogEntry>
WfProcessInstanceHasActionLogEntry.ActionLog<T>
getActionLog()
          Retrieves a set containing all the elements for the reference actionLog.
<T extends WfProcessInstance>
WfProcessInstanceHasChildren.ChildProcessInstance<T>
getChildProcessInstance()
          Retrieves a set containing all the elements for the reference childProcessInstance.
 Date getLastActivityOn()
          Retrieves the possibly null value for the optional attribute lastActivityOn.
 String getName()
          Retrieves the possibly null value for the optional attribute name.
 WfProcessInstance getParent()
          Retrieves the value for the reference parent.
 WfProcess getProcess()
          Retrieves the value for the reference process.
 Date getStartedOn()
          Retrieves the possibly null value for the optional attribute startedOn.
 Integer getStepCounter()
          Retrieves the possibly null value for the optional attribute stepCounter.
 String getTargetObject()
          Retrieves the possibly null value for the optional attribute targetObject.
 Boolean isFailed()
          Retrieves the possibly null value for the optional attribute failed.
 void setFailed(Boolean failed)
          Sets a new value for the attribute failed.
 void setLastActivityOn(Date lastActivityOn)
          Sets a new value for the attribute lastActivityOn.
 void setName(String name)
          Sets a new value for the attribute name.
 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 setStartedOn(Date startedOn)
          Sets a new value for the attribute startedOn.
 void setStepCounter(Integer stepCounter)
          Sets a new value for the attribute stepCounter.
 void setTargetObject(String targetObject)
          Sets a new value for the attribute targetObject.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.PropertySet
getProperty
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.Creatable
getCreatedAt, getCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.base.cci2.Modifiable
getModifiedAt, getModifiedBy
 

Method Detail

getActionLog

<T extends WfActionLogEntry> WfProcessInstanceHasActionLogEntry.ActionLog<T> getActionLog()
Retrieves a set containing all the elements for the reference actionLog.

Returns:
A set containing all the elements for this reference.

getChildProcessInstance

<T extends WfProcessInstance> WfProcessInstanceHasChildren.ChildProcessInstance<T> getChildProcessInstance()
Retrieves a set containing all the elements for the reference childProcessInstance.

Returns:
A set containing all the elements for this reference.

isFailed

Boolean isFailed()
Retrieves the possibly null value for the optional attribute failed.

Returns:
The possibly null value for attribute failed.

setFailed

void setFailed(Boolean failed)
Sets a new value for the attribute failed.

Parameters:
failed - The possibly null new value for attribute failed.

getLastActivityOn

Date getLastActivityOn()
Retrieves the possibly null value for the optional attribute lastActivityOn.

Returns:
The possibly null value for attribute lastActivityOn.

setLastActivityOn

void setLastActivityOn(Date lastActivityOn)
Sets a new value for the attribute lastActivityOn.

Parameters:
lastActivityOn - The possibly null new value for attribute lastActivityOn.

getName

String getName()
Retrieves the possibly null value for the optional attribute name.

Returns:
The possibly null value for attribute name.

setName

void setName(String name)
Sets a new value for the attribute name.

Parameters:
name - The possibly null new value for attribute name.

getParent

WfProcessInstance getParent()
Retrieves the value for the reference parent.

Returns:
The – possibly null – value for this reference.

setParent

void setParent(WfProcessInstance parent)
Sets a new value for the reference parent.

Parameters:
parent - The new – possibly null – value for this reference.

getProcess

WfProcess getProcess()
Retrieves the value for the reference process.

Returns:
The non-null value for this reference.

setProcess

void setProcess(WfProcess process)
Sets a new value for the reference process.

Parameters:
process - The new non-null value for this reference.

getStartedOn

Date getStartedOn()
Retrieves the possibly null value for the optional attribute startedOn.

Returns:
The possibly null value for attribute startedOn.

setStartedOn

void setStartedOn(Date startedOn)
Sets a new value for the attribute startedOn.

Parameters:
startedOn - The possibly null new value for attribute startedOn.

getStepCounter

Integer getStepCounter()
Retrieves the possibly null value for the optional attribute stepCounter.

Returns:
The possibly null value for attribute stepCounter.

setStepCounter

void setStepCounter(Integer stepCounter)
Sets a new value for the attribute stepCounter.

Parameters:
stepCounter - The possibly null new value for attribute stepCounter.

getTargetObject

String getTargetObject()
Retrieves the possibly null value for the optional attribute targetObject.

Returns:
The possibly null value for attribute targetObject.

setTargetObject

void setTargetObject(String targetObject)
Sets a new value for the attribute targetObject.

Parameters:
targetObject - The possibly null new value for attribute targetObject.


This software is published under the BSD license. Copyright © 2003-2013, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.