|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivityProcessTransition
Class ActivityProcessTransition
| Nested Class Summary | |
|---|---|
static interface |
ActivityProcessTransition.Identity
Object Identity |
| Method Summary | ||
|---|---|---|
void |
addAction(boolean idIsPersistent,
String id,
ActivityProcessAction action)
Adds the specified element to the set of the values for the reference action. |
|
|
getAction()
Retrieves a set containing all the elements for the reference action. |
|
ActivityProcessAction |
getAction(boolean idIsPersistent,
String id)
Retrieves the value for the reference action for the
specified qualifier attribute value. |
|
String |
getDescription()
Retrieves the possibly null value for the optional attribute description. |
|
ActivityProcessState |
getErrState()
Retrieves the value for the reference errState. |
|
String |
getName()
Retrieves the value for the attribute name. |
|
short |
getNewActivityState()
Retrieves the value for the attribute newActivityState. |
|
Short |
getNewPercentComplete()
Retrieves the possibly null value for the optional attribute newPercentComplete. |
|
ActivityProcessState |
getNextState()
Retrieves the value for the reference nextState. |
|
ActivityProcessState |
getPrevState()
Retrieves the value for the reference prevState. |
|
void |
setDescription(String description)
Sets a new value for the attribute description. |
|
void |
setErrState(ActivityProcessState errState)
Sets a new value for the reference errState. |
|
void |
setName(String name)
Sets a new value for the attribute name. |
|
void |
setNewActivityState(short newActivityState)
Sets a new value for the attribute newActivityState. |
|
void |
setNewPercentComplete(Short newPercentComplete)
Sets a new value for the attribute newPercentComplete. |
|
void |
setNextState(ActivityProcessState nextState)
Sets a new value for the reference nextState. |
|
void |
setPrevState(ActivityProcessState prevState)
Sets a new value for the reference prevState. |
|
| Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable |
|---|
clone_ |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry, getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.XmlExporter |
|---|
exportXml |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView, getView |
| Method Detail |
|---|
<T extends ActivityProcessAction> Collection<T> getAction()
action.
ActivityProcessAction getAction(boolean idIsPersistent,
String id)
action 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.
void addAction(boolean idIsPersistent,
String id,
ActivityProcessAction action)
action.
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.action - The element to be appended.String getDescription()
description.
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.ActivityProcessState getErrState()
errState.
null – value for this reference.void setErrState(ActivityProcessState errState)
errState.
errState - The non-null new value for this reference.String getName()
name.
name.void setName(String name)
name.
name - The non-null new value for attribute name.short getNewActivityState()
newActivityState.
newActivityState.void setNewActivityState(short newActivityState)
newActivityState.
newActivityState - The non-null new value for attribute newActivityState.Short getNewPercentComplete()
newPercentComplete.
newPercentComplete.void setNewPercentComplete(Short newPercentComplete)
newPercentComplete.
newPercentComplete - The possibly null new value for attribute newPercentComplete.ActivityProcessState getNextState()
nextState.
null – value for this reference.void setNextState(ActivityProcessState nextState)
nextState.
nextState - The non-null new value for this reference.ActivityProcessState getPrevState()
prevState.
null – value for this reference.void setPrevState(ActivityProcessState prevState)
prevState.
prevState - The non-null new value for this reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||