public interface Activity extends DepotReferenceHolder, CrxObject
Activity
isFrozenisFrozenisFrozenisFrozen
Modifier and Type | Interface and Description |
---|---|
static interface |
Activity.Identity
Object Identity
|
Modifier and Type | Method and Description |
---|---|
AddWorkAndExpenseRecordResult |
addExpenseRecord(ActivityAddExpenseRecordParams in) |
AddWorkAndExpenseRecordResult |
addWorkRecord(ActivityAddWorkRecordParams in) |
org.openmdx.base.cci2.Void |
assignTo(ActivityAssignToParams in) |
CalcTotalQuantityResult |
calcTotalQuantity(CalcTotalQuantityParams in) |
ActivityDoFollowUpResult |
doFollowUp(ActivityDoFollowUpParams in) |
<T extends ActivityLinkFrom> |
getActivityLinkFrom()
Retrieves a set containing all the elements for the reference
activityLinkFrom . |
<T extends ActivityLinkTo> |
getActivityLinkTo()
Retrieves a set containing all the elements for the reference
activityLinkTo . |
String |
getActivityNumber()
Retrieves the possibly null value for the optional attribute
activityNumber . |
short |
getActivityState()
Retrieves the value for the attribute
activityState . |
ActivityType |
getActivityType()
Retrieves the value for the reference
activityType . |
Date |
getActualEnd()
Retrieves the possibly null value for the optional attribute
actualEnd . |
Date |
getActualStart()
Retrieves the possibly null value for the optional attribute
actualStart . |
<T extends ActivityGroupAssignment> |
getAssignedGroup()
Retrieves a set containing all the elements for the reference
assignedGroup . |
<T extends ResourceAssignment> |
getAssignedResource()
Retrieves a set containing all the elements for the reference
assignedResource . |
Contact |
getAssignedTo()
Retrieves the value for the reference
assignedTo . |
<T extends AbstractContract> |
getContract()
Retrieves the
Collection of objects referenced by contract . |
org.openmdx.base.cci2.ContextCapable |
getCreationContext()
Retrieves the value for the reference
creationContext . |
String |
getDescription()
Retrieves the possibly null value for the optional attribute
description . |
String |
getDetailedDescription()
Retrieves the possibly null value for the optional attribute
detailedDescription . |
Date |
getDueBy()
Retrieves the possibly null value for the optional attribute
dueBy . |
<T extends EffortEstimate> |
getEffortEstimate()
Retrieves a set containing all the elements for the reference
effortEstimate . |
<T extends ActivityFollowUp> |
getFollowUp()
Retrieves a set containing all the elements for the reference
followUp . |
String |
getIcal()
Retrieves the possibly null value for the optional attribute
ical . |
short |
getIcalClass()
Retrieves the value for the attribute
icalClass . |
short |
getIcalType()
Retrieves the value for the attribute
icalType . |
ActivityCreator |
getLastAppliedCreator()
Retrieves the value for the reference
lastAppliedCreator . |
ActivityProcessTransition |
getLastTransition()
Retrieves the value for the reference
lastTransition . |
String |
getLocation()
Retrieves the possibly null value for the optional attribute
location . |
String |
getMainEstimateEffortHhMm()
Retrieves the possibly null value for the optional attribute
mainEstimateEffortHhMm . |
Integer |
getMainEstimateEffortHours()
Retrieves the possibly null value for the optional attribute
mainEstimateEffortHours . |
Integer |
getMainEstimateEffortMinutes()
Retrieves the possibly null value for the optional attribute
mainEstimateEffortMinutes . |
String |
getMisc1()
Retrieves the possibly null value for the optional attribute
misc1 . |
String |
getMisc2()
Retrieves the possibly null value for the optional attribute
misc2 . |
String |
getMisc3()
Retrieves the possibly null value for the optional attribute
misc3 . |
String |
getName()
Retrieves the value for the attribute
name . |
Date |
getOriginalScheduledEnd()
Retrieves the possibly null value for the optional attribute
originalScheduledEnd . |
Short |
getPercentComplete()
Retrieves the possibly null value for the optional attribute
percentComplete . |
short |
getPriority()
Retrieves the value for the attribute
priority . |
ActivityProcessState |
getProcessState()
Retrieves the value for the reference
processState . |
<T extends ProductReference> |
getProductReference()
Retrieves a set containing all the elements for the reference
productReference . |
Account |
getReportingAccount()
Retrieves the value for the reference
reportingAccount . |
Contact |
getReportingContact()
Retrieves the value for the reference
reportingContact . |
Date |
getScheduledEnd()
Retrieves the possibly null value for the optional attribute
scheduledEnd . |
Date |
getScheduledStart()
Retrieves the possibly null value for the optional attribute
scheduledStart . |
int |
getTotalVotes()
Retrieves the value for the attribute
totalVotes . |
<T extends ActivityVote> |
getVote()
Retrieves a set containing all the elements for the reference
vote . |
<T extends WorkAndExpenseRecord> |
getWorkReportEntry()
Retrieves a set containing all the elements for the reference
workReportEntry . |
Boolean |
isAllDayEvent()
Retrieves the possibly null value for the optional attribute
isAllDayEvent . |
LinkToAndFollowUpResult |
linkToAndFollowUp(LinkToAndFollowUpParams in) |
org.openmdx.base.cci2.Void |
markAsAllDayEvent(MarkAsAllDayEventParams in) |
org.openmdx.base.cci2.Void |
reapplyActivityCreator(ReapplyActivityCreatorParams in) |
void |
setActivityNumber(String activityNumber)
Sets a new value for the attribute
activityNumber . |
void |
setActivityState(short activityState)
Sets a new value for the attribute
activityState . |
void |
setActivityType(ActivityType activityType)
Sets a new value for the reference
activityType . |
void |
setActualEnd(Date actualEnd)
Sets a new value for the attribute
actualEnd . |
void |
setActualStart(Date actualStart)
Sets a new value for the attribute
actualStart . |
void |
setAssignedTo(Contact assignedTo)
Sets a new value for the reference
assignedTo . |
void |
setCreationContext(org.openmdx.base.cci2.ContextCapable creationContext)
Sets a new value for the reference
creationContext . |
void |
setDescription(String description)
Sets a new value for the attribute
description . |
void |
setDetailedDescription(String detailedDescription)
Sets a new value for the attribute
detailedDescription . |
void |
setDueBy(Date dueBy)
Sets a new value for the attribute
dueBy . |
void |
setIcal(String ical)
Sets a new value for the attribute
ical . |
void |
setIcalClass(short icalClass)
Sets a new value for the attribute
icalClass . |
void |
setIcalType(short icalType)
Sets a new value for the attribute
icalType . |
void |
setLastAppliedCreator(ActivityCreator lastAppliedCreator)
Sets a new value for the reference
lastAppliedCreator . |
void |
setLastTransition(ActivityProcessTransition lastTransition)
Sets a new value for the reference
lastTransition . |
void |
setLocation(String location)
Sets a new value for the attribute
location . |
void |
setMisc1(String misc1)
Sets a new value for the attribute
misc1 . |
void |
setMisc2(String misc2)
Sets a new value for the attribute
misc2 . |
void |
setMisc3(String misc3)
Sets a new value for the attribute
misc3 . |
void |
setName(String name)
Sets a new value for the attribute
name . |
void |
setOriginalScheduledEnd(Date originalScheduledEnd)
Sets a new value for the attribute
originalScheduledEnd . |
void |
setPercentComplete(Short percentComplete)
Sets a new value for the attribute
percentComplete . |
void |
setPriority(short priority)
Sets a new value for the attribute
priority . |
void |
setProcessState(ActivityProcessState processState)
Sets a new value for the reference
processState . |
void |
setReportingAccount(Account reportingAccount)
Sets a new value for the reference
reportingAccount . |
void |
setReportingContact(Contact reportingContact)
Sets a new value for the reference
reportingContact . |
void |
setScheduledEnd(Date scheduledEnd)
Sets a new value for the attribute
scheduledEnd . |
void |
setScheduledStart(Date scheduledStart)
Sets a new value for the attribute
scheduledStart . |
org.openmdx.base.cci2.Void |
updateIcal() |
org.openmdx.base.cci2.Void |
voteForActivity(ActivityVoteForActivityParams in) |
getDepotReference
getAdditionalExternalLink, getAssignedTimer, getAttachedDocument, getCategory, getDisabledReason, getDocumentFolderAssignment, getExternalLink, getInvolvedObject, getMedia, getNote, getPropertySet, getPropertySetEntry, getRating, getUserBoolean4, getUserCode0, getUserCode1, getUserCode2, getUserCode3, getUserCode4, getUserDate0, getUserDate1, getUserDate2, getUserDate3, getUserDate4, getUserDateTime0, getUserDateTime1, getUserDateTime2, getUserDateTime3, getUserDateTime4, getUserNumber0, getUserNumber1, getUserNumber2, getUserNumber3, getUserNumber4, getUserString0, getUserString1, getUserString2, getUserString3, getUserString4, isDisabled, isUserBoolean0, isUserBoolean1, isUserBoolean2, isUserBoolean3, setCategory, setDisabled, setDisabledReason, setExternalLink, setUserBoolean0, setUserBoolean1, setUserBoolean2, setUserBoolean3, setUserBoolean4, setUserCode0, setUserCode1, setUserCode2, setUserCode3, setUserCode4, setUserDate0, setUserDate1, setUserDate2, setUserDate3, setUserDate4, setUserDateTime0, setUserDateTime1, setUserDateTime2, setUserDateTime3, setUserDateTime4, setUserNumber0, setUserNumber1, setUserNumber2, setUserNumber3, setUserNumber4, setUserString0, setUserString1, setUserString2, setUserString3, setUserString4
sendAlert
exportItem, exportItemAdvanced
importItem
getIndexEntry, updateIndex
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser
getLocalizedField
<T extends ActivityLinkFrom> ActivityContainsLinkFrom.ActivityLinkFrom<T> getActivityLinkFrom()
activityLinkFrom
.<T extends ActivityLinkTo> ActivityContainsLinkTo.ActivityLinkTo<T> getActivityLinkTo()
activityLinkTo
.String getActivityNumber()
activityNumber
.activityNumber
.void setActivityNumber(String activityNumber)
activityNumber
.activityNumber
- The possibly null new value for attribute activityNumber
.short getActivityState()
activityState
.activityState
.void setActivityState(short activityState)
activityState
.activityState
- The non-null new value for attribute activityState
.ActivityType getActivityType()
activityType
.null
– value for this reference.void setActivityType(ActivityType activityType)
activityType
.activityType
- The new – possibly null
– value for this reference.Date getActualEnd()
actualEnd
.actualEnd
.void setActualEnd(Date actualEnd)
actualEnd
.actualEnd
- The possibly null new value for attribute actualEnd
.Date getActualStart()
actualStart
.actualStart
.void setActualStart(Date actualStart)
actualStart
.actualStart
- The possibly null new value for attribute actualStart
.AddWorkAndExpenseRecordResult addExpenseRecord(ActivityAddExpenseRecordParams in)
AddWorkAndExpenseRecordResult addWorkRecord(ActivityAddWorkRecordParams in)
org.openmdx.base.cci2.Void assignTo(ActivityAssignToParams in)
<T extends ActivityGroupAssignment> ActivityHasTrackerAndGroupAssignment.AssignedGroup<T> getAssignedGroup()
assignedGroup
.<T extends ResourceAssignment> ActivityHasResourceAssignment.AssignedResource<T> getAssignedResource()
assignedResource
.Contact getAssignedTo()
assignedTo
.null
– value for this reference.void setAssignedTo(Contact assignedTo)
assignedTo
.assignedTo
- The new – possibly null
– value for this reference.CalcTotalQuantityResult calcTotalQuantity(CalcTotalQuantityParams in)
<T extends AbstractContract> List<T> getContract()
Collection
of objects referenced by contract
.Collection
of referenced objects.org.openmdx.base.cci2.ContextCapable getCreationContext()
creationContext
.null
– value for this reference.void setCreationContext(org.openmdx.base.cci2.ContextCapable creationContext)
creationContext
.creationContext
- The new – possibly null
– value for this reference.String getDescription()
description
.description
.void setDescription(String description)
description
.description
- The possibly null new value for attribute description
.String getDetailedDescription()
detailedDescription
.detailedDescription
.void setDetailedDescription(String detailedDescription)
detailedDescription
.detailedDescription
- The possibly null new value for attribute detailedDescription
.ActivityDoFollowUpResult doFollowUp(ActivityDoFollowUpParams in)
Date getDueBy()
dueBy
.dueBy
.void setDueBy(Date dueBy)
dueBy
.dueBy
- The possibly null new value for attribute dueBy
.<T extends EffortEstimate> ActivityHasEffortEstimate.EffortEstimate<T> getEffortEstimate()
effortEstimate
.<T extends ActivityFollowUp> ActivityContainsFollowUp.FollowUp<T> getFollowUp()
followUp
.String getIcal()
ical
.ical
.void setIcal(String ical)
ical
.ical
- The possibly null new value for attribute ical
.short getIcalClass()
icalClass
.icalClass
.void setIcalClass(short icalClass)
icalClass
.icalClass
- The non-null new value for attribute icalClass
.short getIcalType()
icalType
.icalType
.void setIcalType(short icalType)
icalType
.icalType
- The non-null new value for attribute icalType
.Boolean isAllDayEvent()
isAllDayEvent
.isAllDayEvent
.ActivityCreator getLastAppliedCreator()
lastAppliedCreator
.null
– value for this reference.void setLastAppliedCreator(ActivityCreator lastAppliedCreator)
lastAppliedCreator
.lastAppliedCreator
- The new – possibly null
– value for this reference.ActivityProcessTransition getLastTransition()
lastTransition
.null
– value for this reference.void setLastTransition(ActivityProcessTransition lastTransition)
lastTransition
.lastTransition
- The new – possibly null
– value for this reference.LinkToAndFollowUpResult linkToAndFollowUp(LinkToAndFollowUpParams in)
String getLocation()
location
.location
.void setLocation(String location)
location
.location
- The possibly null new value for attribute location
.String getMainEstimateEffortHhMm()
mainEstimateEffortHhMm
.mainEstimateEffortHhMm
.Integer getMainEstimateEffortHours()
mainEstimateEffortHours
.mainEstimateEffortHours
.Integer getMainEstimateEffortMinutes()
mainEstimateEffortMinutes
.mainEstimateEffortMinutes
.org.openmdx.base.cci2.Void markAsAllDayEvent(MarkAsAllDayEventParams in)
String getMisc1()
misc1
.misc1
.void setMisc1(String misc1)
misc1
.misc1
- The possibly null new value for attribute misc1
.String getMisc2()
misc2
.misc2
.void setMisc2(String misc2)
misc2
.misc2
- The possibly null new value for attribute misc2
.String getMisc3()
misc3
.misc3
.void setMisc3(String misc3)
misc3
.misc3
- The possibly null new value for attribute misc3
.String getName()
name
.name
.void setName(String name)
name
.name
- The non-null new value for attribute name
.Date getOriginalScheduledEnd()
originalScheduledEnd
.originalScheduledEnd
.void setOriginalScheduledEnd(Date originalScheduledEnd)
originalScheduledEnd
.originalScheduledEnd
- The possibly null new value for attribute originalScheduledEnd
.Short getPercentComplete()
percentComplete
.percentComplete
.void setPercentComplete(Short percentComplete)
percentComplete
.percentComplete
- The possibly null new value for attribute percentComplete
.short getPriority()
priority
.
PC_HIGH 2 High priority. PC_LOW 0 Low priority. PC_MEDIUM 1 Medium priority.
priority
.void setPriority(short priority)
priority
.
PC_HIGH 2 High priority. PC_LOW 0 Low priority. PC_MEDIUM 1 Medium priority.
priority
- The non-null new value for attribute priority
.ActivityProcessState getProcessState()
processState
.null
– value for this reference.void setProcessState(ActivityProcessState processState)
processState
.processState
- The new – possibly null
– value for this reference.<T extends ProductReference> ActivityHasProductReference.ProductReference<T> getProductReference()
productReference
.org.openmdx.base.cci2.Void reapplyActivityCreator(ReapplyActivityCreatorParams in)
Account getReportingAccount()
reportingAccount
.null
– value for this reference.void setReportingAccount(Account reportingAccount)
reportingAccount
.reportingAccount
- The new – possibly null
– value for this reference.Contact getReportingContact()
reportingContact
.null
– value for this reference.void setReportingContact(Contact reportingContact)
reportingContact
.reportingContact
- The new – possibly null
– value for this reference.Date getScheduledEnd()
scheduledEnd
.scheduledEnd
.void setScheduledEnd(Date scheduledEnd)
scheduledEnd
.scheduledEnd
- The possibly null new value for attribute scheduledEnd
.Date getScheduledStart()
scheduledStart
.scheduledStart
.void setScheduledStart(Date scheduledStart)
scheduledStart
.scheduledStart
- The possibly null new value for attribute scheduledStart
.int getTotalVotes()
totalVotes
.totalVotes
.org.openmdx.base.cci2.Void updateIcal()
<T extends ActivityVote> ActivityContainsVote.Vote<T> getVote()
vote
.org.openmdx.base.cci2.Void voteForActivity(ActivityVoteForActivityParams in)
<T extends WorkAndExpenseRecord> ActivityContainsWorkReportEntry.WorkReportEntry<T> getWorkReportEntry()
workReportEntry
.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.