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:
-
Field Summary
Fields inherited from class wt.projmgmt.resource._Deliverable
ATTR_VALUE_MAP, DEADLINE, DESCRIPTION, DURATION, END_TIME, EVENT_LIST, EXECUTION_STATE, EXTERNALIZATION_VERSION_UID, NAME, PLAN, PLAN_REFERENCE, PROJECT_DELIVERABLE, RESOURCE_REF, START_TIME, TARGET_CONFIGURATIONFields inherited from class wt.fc.Item
SIMPLE_X10_UID, VERSION_40_UID, VERSION_51_UIDFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields 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.access._SecurityLabeled
SECURITY_LABELSFields 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.access.SecurityLabeled
SECURITY_LABELS_INTERNAL_VALUEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Methods inherited from class wt.projmgmt.resource._Deliverable
getAfterDeadline, getAttrValueMap, getBeforeDeadline, getClassInfo, getConceptualClassname, getConfiguration, getContainer, getContainerName, getContainerReference, getCurrentWorkCost, getDeadline, getDescription, getDuration, getEndTime, getEstimatedFinishDate, getEventList, getEventSet, getExecutionState, getHealthStatus, getIndexerSet, getInheritedDeadline, getName, getOwnership, getPercentComplete, getPerformedWork, getPlan, getPlanReference, getProjectCategory, getResourceRef, getRiskDescription, getRiskValue, getStartTime, getStatusDescription, getTargetConfiguration, getTotalWork, getTotalWorkCost, getType, isEnabled, isProjectDeliverable, readExternal, readExternal, readVersion, setAfterDeadline, setAttrValueMap, setBeforeDeadline, setConfiguration, setContainer, setContainerReference, setCurrentWorkCost, setDeadline, setDescription, setDuration, setEnabled, setEndTime, setEstimatedFinishDate, setEventList, setEventSet, setExecutionState, setHealthStatus, setIndexerSet, setInheritedDeadline, setName, setOwnership, setPercentComplete, setPerformedWork, setPlan, setPlanReference, setProjectCategory, setProjectDeliverable, setResourceRef, setRiskDescription, setRiskValue, setStartTime, setStatusDescription, setTargetConfiguration, setTotalWork, setTotalWorkCost, super_readExternal_Deliverable, super_readVersion_Deliverable, super_writeExternal_Deliverable, writeExternal, writeExternalMethods inherited from class wt.fc.Item
initializeMethods inherited from class wt.fc._Item
getAdministrativeLock, getDomainRef, getSecurityLabels, isInheritedDomain, readVersion, setAdministrativeLock, setDomainRef, setInheritedDomain, setSecurityLabels, super_readExternal_Item, super_readVersion_Item, super_writeExternal_ItemMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentityMethods 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.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity