Package wt.projmgmt.execution
Class ProjectWorkItem
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.workflow.work._WorkItem
wt.workflow.work.WorkItem
wt.projmgmt.execution._ProjectWorkItem
wt.projmgmt.execution.ProjectWorkItem
- All Implemented Interfaces:
Externalizable,Serializable,wt.admin._DomainAdministered,DomainAdministered,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.index._Indexable,Indexable,wt.inf.container._WTContained,WTContained,wt.notify._Notifiable,Notifiable,wt.ownership._Ownable,wt.ownership.Ownable,_ExecutionObject,ExecutionObject,wt.projmgmt.resource._ResourceHolder,wt.projmgmt.resource.ResourceHolder,wt.recent.RecentlyVisited,wt.type._TypeManaged,wt.type.TypeManaged,wt.workflow.notebook._SubjectOfNotebook,wt.workflow.notebook.SubjectOfNotebook,wt.workflow.work.LWWorkItemIfc
@GenAsPersistable(superClass=WorkItem.class,interfaces={ExecutionObject.class,DomainAdministered.class,wt.projmgmt.resource.ResourceHolder.class},versions=3304210126754362339L,properties={@GeneratedProperty(name="standardWork",type=Work.class,javaDoc="Work done during normal hours. Related to performedWork and standardWork through the equation (invariant):<pre>performedWork = standardWork + overtimeWork</pre>",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="totalStandardWork",type=Work.class,javaDoc="Total work done during normal hours. Related to totalWork and totalOvertimeWork through the equation (invariant):<pre>totalWork = totalStandardWork + totalOvertimeWork</pre>",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="overtimeWork",type=Work.class,javaDoc="Hour done outside normal working hours. Related to performedWork and standardWork through the equation (invariant):<pre>performedWork = standardWork + overtimeWork</pre>",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="totalOvertimeWork",type=Work.class,javaDoc="Total work done outside normal working hours. Related to totalWork and totalStandardWork through the equation (invariant):<pre>totalWork = totalStandardWork + totalOvertimeWork</pre>",accessors=@PropertyAccessors(setExceptions={}))},foreignKeys=@GeneratedForeignKey(name="ProjectWorkItemLink",myRoleIsRoleA=false,foreignKeyRole=@ForeignKeyRole(name="plan",type=ProjectPlan.class,constraints=@PropertyConstraints(required=true),accessors=@PropertyAccessors(setExceptions={})),myRole=@MyRole(name="workItem",accessors=@PropertyAccessors(setExceptions={}))),derivedProperties={@DerivedProperty(name="reassigned",derivedFrom="reassigned",type=boolean.class,accessors=@PropertyAccessors(getAccess=PRIVATE,setAccess=PUBLIC,setExceptions={}),setBody="try { super.setReassigned(reassigned); } catch (wt.util.WTPropertyVetoException wtpve) { }\n configuration.setReassigned(reassigned);"),@DerivedProperty(name="description",derivedFrom="description",type=java.lang.String.class,accessors=@PropertyAccessors(getAccess=PRIVATE,setAccess=PUBLIC,setExceptions={}),setBody="try { super.setDescription(description); } catch (wt.util.WTPropertyVetoException wtpve) { throw new wt.util.WTRuntimeException(wtpve); }")},tableProperties=@TableProperties(compositeIndex1=""))
public class ProjectWorkItem
extends _ProjectWorkItem
Use the newProjectWorkItem static factory method(s), not
the ProjectWorkItem constructor, to construct instances
of this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.workflow.work._WorkItem
COMPLETED_BY, ROLE, STATUSFields inherited from interface wt.projmgmt.execution._ExecutionObject
CURRENT_WORK_COST, ESTIMATED_FINISH_DATE, HEALTH_STATUS, INHERITED_DEADLINE, PERCENT_COMPLETE, PERFORMED_WORK, PROJECT_CATEGORY, RISK_DESCRIPTION, RISK_VALUE, STATUS_DESCRIPTION, TOTAL_WORK, TOTAL_WORK_COST -
Method Summary
Methods inherited from class wt.projmgmt.execution._ProjectWorkItem
getCurrentWorkCost, getEstimatedFinishDate, getHealthStatus, getInheritedDeadline, getPercentComplete, getPerformedWork, getProjectCategory, getRiskDescription, getRiskValue, getStatusDescription, getTotalWork, getTotalWorkCost, setCurrentWorkCost, setEstimatedFinishDate, setHealthStatus, setInheritedDeadline, setPercentComplete, setPerformedWork, setProjectCategory, setRiskDescription, setRiskValue, setStatusDescription, setTotalWork, setTotalWorkCostMethods inherited from class wt.workflow.work.WorkItem
getPBORef, isCompleteMethods inherited from class wt.workflow.work._WorkItem
getCompletedBy, getRole, getStatusMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes