Package wt.projmgmt.resource
Class Deliverable
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._Item
wt.fc.Item
wt.projmgmt.resource._Deliverable
wt.projmgmt.resource.Deliverable
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.index._Indexable,Indexable,wt.inf.container._WTContained,WTContained,wt.meeting.actionitem._SubjectOfActionItem,wt.meeting.actionitem.SubjectOfActionItem,wt.notify._Notifiable,Notifiable,wt.ownership._Ownable,wt.ownership.Ownable,_ExecutionObject,ExecutionObject,wt.recent.RecentlyVisited,wt.type._TypeManaged,wt.type.TypeManaged,wt.workflow.forum._SubjectOfForum,SubjectOfForum,wt.workflow.notebook._SubjectOfNotebook,wt.workflow.notebook.SubjectOfNotebook
@GenAsPersistable(superClass=Item.class,interfaces={ExecutionObject.class,wt.meeting.actionitem.SubjectOfActionItem.class,SubjectOfForum.class,wt.type.TypeManaged.class},versions=1351535000081065449L,properties={@GeneratedProperty(name="attrValueMap",type=WTStringMap.class,javaDoc="Deliverable target configuration: list of name/value pairs, where value must be also a String). \"Name\" stands for attribute name and \"value\" stands for attribute value. The configuration is considered to be satisfied for an object when the object contains all attributes in the list and their values match the corresponding map values. @see wt.fc.WTStringMap @see wt.fc.WTStringMap",constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="deadline",type=java.sql.Timestamp.class,javaDoc="Time by which the deliverable should be completed.",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="description",type=java.lang.String.class,javaDoc="Deliverable\'s description. Longer but still human readable identification of the object.",accessors=@PropertyAccessors(setExceptions={}),constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="duration",type=TimeToElapse.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="endTime",type=java.sql.Timestamp.class,javaDoc="Time in which work finished being done in the deliverable.",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="eventList",type=wt.fc.WTStringSet.class,javaDoc="List of events that trigger a checking of whether the resource reached the target configuration. Typically these events are modify, check in and change state. @see wt.fc.WTStringSet",constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="executionState",type=wt.projmgmt.admin.ProjectState.class,javaDoc="Project execution state. @see wt.projmgmt.admin.ProjectState",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="name",type=java.lang.String.class,javaDoc="Deliverable\'s name. Short, human readable identification of the object.",accessors=@PropertyAccessors(setExceptions={}),constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="projectDeliverable",type=boolean.class,javaDoc="Tells whether a deliverable is a \"project deliverable.\" A project deliverable is a deliverable that isone of the project goals. A project deliverable is usually also a milestonne deliverable but this is not necessarily so. @wt.projmgmt.execution.ProjectPlan",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="resourceRef",type=ObjectReference.class,javaDoc="Reference to an information resource that describes the deliverable."),@GeneratedProperty(name="startTime",type=java.sql.Timestamp.class,javaDoc="Time in which work started being done in the deliverable.",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="targetConfiguration",type=java.lang.String.class,javaDoc="Description of the state or configuration the resource must be in order for the deliverable to be considered satisfied.",constraints=@PropertyConstraints(upperLimit=4000))},foreignKeys=@GeneratedForeignKey(name="ProjectDeliverableLink",myRoleIsRoleA=false,foreignKeyRole=@ForeignKeyRole(name="plan",type=ProjectPlan.class,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="deliverable")),tableProperties=@TableProperties(compositeIndex1="planReference.key.id + projectDeliverable + enabled",compositeIndex2="resourceRef.key.id"),iconProperties=@IconProperties(standardIcon="netmarkets/images/deliverable.gif",openIcon="netmarkets/images/deliverable.gif"))
public class Deliverable
extends _Deliverable
The
Deliverable class represents expected output objects
from the plan or activities. A deliverable points to an information
resource that contains a reference to a Windchill object.
Use the newDeliverable static factory method(s), not the
Deliverable 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:
-
InformationResource- Serialized Form
-
Field Summary
Fields 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.resource._Deliverable
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.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