|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface implemented by the 4 primary objects that are used to model a business process in Reactor: Process, Operand, Status, and Policy.
Method Summary | |
com.oakgrovesystems.reactor.processMediation.ProcessMediationObject |
copy()
returns a deep copy of this ProcessMediationObject |
com.oakgrovesystems.reactor.processMediation.ACL |
getACL()
gets the ACL of this ProcessMediationObject. |
java.lang.String |
getDescription()
gets the desciption of this ProcessMediationObject. |
java.lang.String |
getId()
gets the Id of this ProcessMediationObject. |
java.lang.String |
getLabel()
gets the label of this ProcessMediationObject. |
void |
setACL(com.oakgrovesystems.reactor.processMediation.ACL acl)
set the ACL of this ProcessMediationObject. |
void |
setDescription(java.lang.String description)
set the desciption of this ProcessMediationObject. |
void |
setId(java.lang.String id)
set the Id of this ProcessMediationObject. |
void |
setLabel(java.lang.String label)
set the label of this ProcessMediationObject. |
Method Detail |
public void setId(java.lang.String id)
id
- the Id of this ProcessMediationObjectpublic java.lang.String getId()
public void setLabel(java.lang.String label)
label
- the label of this ProcessMediationObjectpublic java.lang.String getLabel()
public void setDescription(java.lang.String description)
description
- the description of this ProcessMediationObjectpublic java.lang.String getDescription()
public void setACL(com.oakgrovesystems.reactor.processMediation.ACL acl)
acl
- the acl of this ProcessMediationObjectpublic com.oakgrovesystems.reactor.processMediation.ACL getACL()
public com.oakgrovesystems.reactor.processMediation.ProcessMediationObject copy()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |