|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivityFollowUp
Class ActivityFollowUp
Nested Class Summary | |
---|---|
static interface |
ActivityFollowUp.Identity
Object Identity |
Method Summary | |
---|---|
Activity |
getActivity()
Retrieves the value for the reference activity . |
Contact |
getAssignedTo()
Retrieves the value for the reference assignedTo . |
ActivityProcessTransition |
getTransition()
Retrieves the value for the reference transition . |
void |
setActivity(Activity activity)
Sets a new value for the reference activity . |
void |
setAssignedTo(Contact assignedTo)
Sets a new value for the reference assignedTo . |
void |
setTransition(ActivityProcessTransition transition)
Sets a new value for the reference transition . |
Methods inherited from interface org.opencrx.kernel.base.cci2.Assignable |
---|
assignToMe |
Methods inherited from interface org.opencrx.kernel.base.cci2.Note |
---|
getText, getTitle, setText, setTitle |
Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
---|
sendAlert |
Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
---|
getAudit |
Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable |
---|
clone_ |
Methods inherited from interface org.opencrx.kernel.base.cci2.Exporter |
---|
exportItem, exportItemAdvanced |
Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
---|
importItem |
Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
---|
getIndexEntry, updateIndex |
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.opencrx.kernel.generic.cci2.LocalizedFieldContainer |
---|
getLocalizedField |
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 |
---|
Activity getActivity()
activity
.
null
– value for this reference.void setActivity(Activity activity)
activity
.
activity
- The new – possibly null
– value for this reference.Contact getAssignedTo()
assignedTo
.
null
– value for this reference.void setAssignedTo(Contact assignedTo)
assignedTo
.
assignedTo
- The new – possibly null
– value for this reference.ActivityProcessTransition getTransition()
transition
.
null
– value for this reference.void setTransition(ActivityProcessTransition transition)
transition
.
transition
- The new – possibly null
– value for this reference.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |