Class Project2
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._AccessControlList,wt.access._AdHocControlled,wt.access._IdentityAccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.AccessControlList,AdHocControlled,wt.access.IdentityAccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.fc._Identified,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,Identified,NetFactor,ObjectMappable,Persistable,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,wt.iba.value._IBAHolder,wt.iba.value.IBAHolder,DisplayIdentification,wt.index._Indexable,Indexable,wt.inf.container._WTContained,wt.inf.container._WTContainedIdentified,_WTContainer,WTContained,WTContainedIdentified,WTContainer,_ContainerTeamManaged,ContainerTeamManaged,wt.notify._Notifiable,Notifiable,_OrganizationOwned,_OrganizationOwnedImpl,OrganizationOwned,OrganizationOwnedImpl,wt.projmgmt.admin._Project2TypeInterface,wt.projmgmt.admin.Project2TypeInterface,wt.recent.RecentlyVisited,wt.type._Typed,wt.type._TypeManaged,wt.type.FlexTyped,wt.type.Typed,wt.type.TypeManaged,wt.ufid._Federatable,wt.ufid.Federatable,wt.workflow.forum._SubjectOfForum,SubjectOfForum,wt.workflow.notebook._SubjectOfNotebook,wt.workflow.notebook.SubjectOfNotebook
Project2 represents a"temporary endeavor undertaken to create
a unique product or service." As such it has start and end dates.
Project2 can also be thought as a container of objects (for example, documents and parts) and processes (such as lifecycles and workflows). The objects and processes are aggregated indirectly, through the domains that are associated to the project.
This class serves also to model quasi-project objects such as organizations and programs.
Use the newProject2 static factory method(s), not the Project2
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.admin._Project2
AUTO_UPDATE_PROJECT, BUDGET, BUSINESS_LOCATION, BUSINESS_UNIT, CATEGORY, HEALTH_STATUS, LAST_AUTO_UPDATE_COMPLETE_DATE, NAVIGATION_CRITERIA_REF, PHASE, PROJECT_NUMBER, SCOPEFields inherited from interface wt.inf.team._ContainerTeamManaged
CTM_STATE, INVITATION_MSGFields inherited from interface wt.org._OrganizationOwned
ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIERFields inherited from interface wt.org._OrganizationOwnedImpl
ORGANIZATION_REFERENCEFields inherited from interface wt.inf.container._WTContainer
CONTAINER_TEMPLATE, CONTAINER_TEMPLATE_REFERENCE, CREATOR, DESCRIPTION, NAME, OWNER, SHARING_ENABLED -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: ORGANIZATION.boolean
Supported API: truestatic booleanisProgram(WTReference ref)
Supported API: truevoidSets the value of the attribute: NAME.voidsetOrganization(WTOrganization a_Organization) Sets the value of the attribute: ORGANIZATION.Methods inherited from class wt.projmgmt.admin._Project2
getAutoUpdateProject, getBudget, getBusinessLocation, getBusinessUnit, getCategory, getContainerTemplate, getContainerTemplateReference, getCreator, getCtmState, getDescription, getHealthStatus, getInvitationMsg, getLastAutoUpdateCompleteDate, getName, getNavigationCriteriaRef, getOrganizationCodingSystem, getOrganizationName, getOrganizationReference, getOrganizationUniqueIdentifier, getOwner, getPhase, getProjectNumber, getScope, isSharingEnabled, setAutoUpdateProject, setBudget, setBusinessLocation, setBusinessUnit, setCategory, setContainerTemplate, setContainerTemplateReference, setCreator, setDescription, setHealthStatus, setInvitationMsg, setLastAutoUpdateCompleteDate, setNavigationCriteriaRef, setOrganizationReference, setOwner, setPhase, setProjectNumber, setScope, setSharingEnabledMethods 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
-
Method Details
-
isProgram
Supported API: true- Parameters:
ref-- Returns:
- boolean
- Throws:
WTException
-
isProgram
Supported API: true- Returns:
- boolean
- Throws:
WTException
-
setName
Sets the value of the attribute: NAME. To rename a container, useIdentityHelper.service.changeIdentity(WTContainer, WTContainerIdentity)Subclasses should override the default implementation of
setNameto callWTContainerInfo.setName(WTContainer,String). This will ensure the change restriction check is properly enforced.
Supported API: true- Specified by:
setNamein interface_WTContainer- Overrides:
setNamein class_Project2- Parameters:
a_Name-- Throws:
WTPropertyVetoException- See Also:
-
getOrganization
Gets the value of the attribute: ORGANIZATION.
Supported API: true- Returns:
- WTOrganization
-
setOrganization
Sets the value of the attribute: ORGANIZATION.
Supported API: true- Parameters:
a_Organization-- Throws:
WTPropertyVetoException
-