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.projmgmt.execution._ProjectWorkItem
DESCRIPTION, EXTERNALIZATION_VERSION_UID, OVERTIME_WORK, PLAN, PLAN_REFERENCE, REASSIGNED, STANDARD_WORK, TOTAL_OVERTIME_WORK, TOTAL_STANDARD_WORKFields inherited from class wt.workflow.work.WorkItem
USER_COMMENT_UPPER_LIMITFields inherited from class wt.workflow.work._WorkItem
ACTION_PERFORMED, COMPLETED_BY, CONTEXT, DELEGATE, ORIG_OWNER, PARENT_WA, PRIMARY_BUSINESS_OBJECT, PRIORITY, REQUIRED, ROLE, SOURCE, STATUS, TASK_URLPATH_INFO, VARIABLE_PERMISSION_MAPFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.projmgmt.execution._ExecutionObject
AFTER_DEADLINE, BEFORE_DEADLINE, CONFIGURATION, CURRENT_WORK_COST, ENABLED, ESTIMATED_FINISH_DATE, HEALTH_STATUS, INHERITED_DEADLINE, PERCENT_COMPLETE, PERFORMED_WORK, PROJECT_CATEGORY, RISK_DESCRIPTION, RISK_VALUE, STATUS_DESCRIPTION, TOTAL_WORK, TOTAL_WORK_COSTFields inherited from interface wt.index._Indexable
INDEXER_SETFields inherited from interface wt.notify._Notifiable
EVENT_SETFields inherited from interface wt.ownership._Ownable
OWNERSHIPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Methods inherited from class wt.projmgmt.execution._ProjectWorkItem
getAfterDeadline, getBeforeDeadline, getClassInfo, getConceptualClassname, getConfiguration, getContainer, getContainerName, getContainerReference, getCurrentWorkCost, getDomainRef, getEstimatedFinishDate, getHealthStatus, getIndexerSet, getInheritedDeadline, getPercentComplete, getPerformedWork, getPlan, getPlanReference, getProjectCategory, getRiskDescription, getRiskValue, getStatusDescription, getTotalWork, getTotalWorkCost, getType, isEnabled, isInheritedDomain, readExternal, readExternal, setAfterDeadline, setBeforeDeadline, setConfiguration, setContainer, setContainerReference, setCurrentWorkCost, setDescription, setDomainRef, setEnabled, setEstimatedFinishDate, setHealthStatus, setIndexerSet, setInheritedDeadline, setInheritedDomain, setPercentComplete, setPerformedWork, setPlan, setPlanReference, setProjectCategory, setReassigned, setRiskDescription, setRiskValue, setStatusDescription, setTotalWork, setTotalWorkCost, super_readExternal_ProjectWorkItem, super_readVersion_ProjectWorkItem, super_writeExternal_ProjectWorkItem, writeExternal, writeExternalMethods inherited from class wt.workflow.work.WorkItem
canSetupParticipants, getIdentity, getPBORef, initialize, isComplete, newWorkItem, newWorkItem, newWorkItem, setCompleteMethods inherited from class wt.workflow.work._WorkItem
getActionPerformed, getCompletedBy, getContext, getDelegate, getEventSet, getOrigOwner, getOwnership, getParentWA, getPrimaryBusinessObject, getPriority, getRole, getSource, getStatus, getTaskURLPathInfo, getVariablePermissionMap, isRequired, readVersion, setActionPerformed, setContext, setDelegate, setEventSet, setOrigOwner, setOwnership, setParentWA, setPrimaryBusinessObject, setPriority, setRequired, setRole, setSource, setStatus, setTaskURLPathInfo, setVariablePermissionMap, super_readExternal_WorkItem, super_readVersion_WorkItem, super_writeExternal_WorkItemMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.notify._Notifiable
getEventSet, setEventSetMethods inherited from interface wt.ownership._Ownable
getOwnership, setOwnershipMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity