|
OptimalTrace 5.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProjectIfc
Interface ProjectIfc
Field Summary | |
---|---|
static java.lang.String |
ATTR_BASELINE_CREATED_BY
|
static java.lang.String |
ATTR_BASELINE_CREATED_ON
|
static java.lang.String |
ATTR_BASELINE_DESCRIPTION
|
static java.lang.String |
ATTR_BASELINE_NAME
|
static java.lang.String |
ATTR_CREATION_DATE
|
static java.lang.String |
ATTR_LONG_DESCRIPTION
Project specific dynamic attributes |
static java.lang.String |
ATTR_METAMODEL_VERSION
|
static java.lang.String |
ATTR_NUMBERING_POLICY
|
static java.lang.String |
ATTR_OWNER
|
static java.lang.String |
ATTR_PROCESS_SCHEME
|
static java.lang.String |
ATTR_PRODUCT_VERSION
|
static java.lang.String |
ATTR_PROJECT_TEMPLATE
|
static java.lang.String |
ATTR_UPDATE_EVENTS
|
static java.lang.String |
PACKAGE_BASED
|
static java.lang.String |
PACKAGETAG_BASED
|
static java.lang.String |
PROJECT_BASED
|
static java.lang.String |
UPDATE_FINISHED
|
static java.lang.String |
UPDATE_STARTED
|
Fields inherited from interface com.compuware.optimaltrace.framework.business.BizObjectIfc |
---|
ATTR_IS_LOCKED, ATTR_IS_LOCKEDLOCALLY, ATTR_IS_READONLY, ATTR_LOCKOWNER, ATTR_NAME, BO_DB_TIMESTAMP, BO_ID, BO_ST, BO_TIMESTAMP, BO_TYPE |
Method Summary | |
---|---|
boolean |
addExternalLink(com.compuware.optimaltrace.tools.common.bizobjects.ExternalLinkIfc link)
Deprecated. Please use getLinkBucket to obtain the project's LinkBucket |
boolean |
addNonFunctionalRequirement(com.compuware.optimaltrace.tools.common.bizobjects.NonFunctionalRequirementIfc nfr)
Deprecated. Please use getNFRBucket to obtain the project's NFRBucket |
boolean |
addNote(com.compuware.optimaltrace.tools.common.bizobjects.NoteIfc note)
Deprecated. Please use getNoteBucket to obtain the project's NoteBucket |
void |
beginUpdate(com.compuware.optimaltrace.framework.ui.SwingWorker updaterThread)
Begins to update. |
com.compuware.optimaltrace.tools.common.bizobjects.ActorListIfc |
getActorList()
Gets the list of Actors participating in this project |
java.util.List |
getAllUseCasePackages()
Gets all usecase package. |
java.lang.String |
getBaselineCreatedBy()
Gets the baseline creator. |
long |
getBaselineCreatedOn()
Gets the baseline created date. |
java.lang.String |
getBaselineDescription()
Gets the baseline description. |
java.lang.String |
getBaselineName()
Gets the baseline name. |
java.lang.String |
getBaselineNameAndCreatedBy()
Gets the baseline name and creator. |
long |
getCreationDate()
Gets the project creation date. |
java.lang.String |
getCreationDateAsString()
Gets the project creation date as string. |
java.lang.String |
getDisplayName()
Gets the name to display |
java.util.List |
getExternalLinks()
Deprecated. Please use getLinkBucket to obtain the project's LinkBucket |
com.compuware.optimaltrace.tools.common.bizobjects.GlossaryIfc |
getGlossary()
Gets the Glossary associated with this project |
GoalLevelsIfc |
getGoalLevels()
Gets the goal levels. |
java.lang.String |
getLocation()
Gets the location of this project |
java.lang.String |
getLongDescription()
Gets the long description. |
java.lang.String |
getMetaModelVersion()
Gets the metal model version. |
java.util.List |
getNonFunctionalRequirements()
Deprecated. Please use getNFRBucket to obtain the project's NFRBucket |
java.util.List |
getNotes()
Deprecated. Please use getNoteBucket to obtain the project's LinkBucket |
java.lang.String |
getNumberingPolicy()
Gets the numbering policy. |
java.lang.String |
getOriginalMetaModelVersion()
Queries the OriginalMetaModelVersion property of the project. |
java.lang.String |
getOwner()
Gets the owner/creator of this project |
java.lang.String |
getProcessScheme()
Gets the process scheme associated with this project |
java.lang.String |
getProductVersion()
Gets the product version. |
com.compuware.optimaltrace.framework.ui.table.TableHolderListIfc |
getTableHolderList()
Gets the TableHolderListIfc for the project. |
java.lang.String |
getTruncatedLocation(int maxLength)
Gets the truncated location of this project |
java.lang.String |
getUpdateState()
Gets the update state. |
UseCasePackageIfc |
getUseCasePackage()
Gets the usecas package. |
boolean |
isProjectMigrated()
Queries the ProjectMigrated property of the project. |
boolean |
isTemplate()
Checks if it is template. |
boolean |
removeExternalLink(com.compuware.optimaltrace.tools.common.bizobjects.ExternalLinkIfc link)
Deprecated. Please use getLinkBucket to obtain the project's LinkBucket |
boolean |
removeGoalLevels(GoalLevelsIfc goalLevels)
Removes the goal levels. |
boolean |
removeLinkBucket(com.compuware.optimaltrace.tools.common.bizobjects.LinkBucketIfc linkBucket)
Removes the link bucket. |
boolean |
removeNFRBucket(com.compuware.optimaltrace.tools.common.bizobjects.NFRBucketIfc nfrBucket)
Removes the NFR bucket. |
boolean |
removeNonFunctionalRequirement(com.compuware.optimaltrace.tools.common.bizobjects.NonFunctionalRequirementIfc nfr)
Deprecated. Please use getNFRBucket to obtain the project's NFRBucket |
boolean |
removeNote(com.compuware.optimaltrace.tools.common.bizobjects.NoteIfc note)
Deprecated. Please use getNoteBucket to obtain the project's NoteBucket |
boolean |
removeNoteBucket(com.compuware.optimaltrace.tools.common.bizobjects.NoteBucketIfc noteBucket)
Removes the note bucket. |
boolean |
setActorList(com.compuware.optimaltrace.tools.common.bizobjects.ActorListIfc actorList)
Sets the list of Actors participating in this project |
void |
setBaseline(java.lang.String name,
java.lang.String description)
Sets the baseline. |
void |
setBaselineCreatedBy(java.lang.String user)
Sets the baseline creator. |
void |
setBaselineCreatedOn(long date)
Sets the baseline created date. |
void |
setBaselineDescription(java.lang.String description)
Sets the baseline description. |
void |
setBaselineName(java.lang.String name)
Sets the baseline name. |
void |
setCreationDate()
Sets the project creation date. |
void |
setCreationDate(long date)
Sets the project creation date. |
boolean |
setGlossary(com.compuware.optimaltrace.tools.common.bizobjects.GlossaryIfc glossary)
Sets the Glossary associated with this project |
boolean |
setGoalLevels(GoalLevelsIfc goalLevels)
Sets the goal levels. |
void |
setIsTemplate(boolean isTemplate)
Sets if it is template. |
void |
setLocation(java.lang.String location)
Sets the location of this project |
void |
setLongDescription(java.lang.String description)
Sets the long description. |
void |
setMetaModelVersion(java.lang.String version)
Sets the metal model version. |
void |
setNumberingPolicy(java.lang.String policy)
Sets the numbering policy. |
void |
setOriginalMetaModelVersion(java.lang.String originalMetaModelVersion)
Sets the OriginalMetaModelVersion property of the project. |
void |
setOwner()
Sets the owner/creator of this project |
void |
setOwner(java.lang.String owner)
Sets the owner/creator of this project |
void |
setProcessScheme(java.lang.String scheme)
Sets the Process Scheme associated with this project TODO - design this, leave as String for now.. |
void |
setProductVersion(java.lang.String version)
Sets the product version. |
void |
setProjectMigrated(boolean isProjectMigrated)
Sets the ProjectMigrated property of the project. |
void |
setTableHolderList(com.compuware.optimaltrace.framework.ui.table.TableHolderListIfc tableHolderList)
Sets the TableHolderList for the project. |
boolean |
setUseCasePackage(UseCasePackageIfc useCasePackage)
Sets the usecase package. |
Methods inherited from interface com.compuware.optimaltrace.tools.common.bizobjects.NoteHolderIfc |
---|
getNoteBucket, setNoteBucket |
Methods inherited from interface com.compuware.optimaltrace.tools.common.bizobjects.NFRHolderIfc |
---|
getNFRBucket, setNFRBucket |
Methods inherited from interface com.compuware.optimaltrace.tools.common.bizobjects.LinkHolderIfc |
---|
getLinkBucket, setLinkBucket |
Methods inherited from interface com.compuware.optimaltrace.framework.customproperty.CustomPropertyHolderIfc |
---|
getCustomProperty, getCustomPropertyBucket, getCustomPropertyTemplates, removeCustomPropertyBucket, setCustomPropertyBucket |
Methods inherited from interface com.compuware.optimaltrace.framework.customproperty.CustomPropertyTemplatesMapHolderIfc |
---|
getCustomPropertyTemplatesForType, getCustomPropertyTemplatesMap, getInheritCPTemplatesMap, removeCustomPropertyTemplatesMap, setCustomPropertyTemplatesMap, setInheritCPTemplatesMap |
Methods inherited from interface com.compuware.optimaltrace.framework.business.BizObjectIfc |
---|
cloneObjectsAttributes, disableMergeObjectSupport, enableMergeObjectSupport, equals, getBaselineId, getBizObjectId, getFirstChild, getId, getLockOwner, getName, getNextChild, getReadableName, getTimeStamp, getTypeId, hasChildren, isEqual, isEqualWithFilter, isLocked, isMergeObjectSupportEnabled, isReadOnly, setBaselineId, setBizObjectId, setId, setIsLocked, setIsReadOnly, setLockOwner, setName, setTimeStamp, setTimeStampNoParentUpdate |
Methods inherited from interface com.compuware.optimaltrace.framework.relations.ParentIfc |
---|
addChild, addChildAt, addParentListener, decrementChildPosition, fireChildEvent, fireChildEvent, getChild, getChild, getChildById, getChildren, getChildren, getChildren, getNextChild, getParentListeners, getPreviousChild, hasChild, hasChildById, incrementChildPosition, moveChild, numChildren, reInitialiseListeners, removeChild, removeParentListener, silentlyAddChild, silentlyAddChildAt, silentlyRemoveChild |
Methods inherited from interface com.compuware.optimaltrace.framework.relations.ChildIfc |
---|
addChildListener, getChildListeners, getParent, getParent, moveChild, moveChildAt, removeChildListener, setParent |
Methods inherited from interface com.compuware.optimaltrace.framework.relations.AssociateIfc |
---|
addAssociate, addAssociateListener, addInwardAssociate, fireAssociateEvent, getAssociate, getAssociateListeners, getAssociates, getAssociates, getInwardAssociates, getInwardAssociates, getOutwardAssociates, getOutwardAssociates, hasAssociate, hasInwardAssociate, hasOutwardAssociate, numAssociates, numInwardAssociates, numOutwardAssociates, removeAssociate, removeAssociateListener, removeInwardAssociate |
Methods inherited from interface com.compuware.optimaltrace.framework.business.PersistentIfc |
---|
customPropertiesToDocArray, getChildDocPersistObjects, toDocArray, toSQL |
Methods inherited from interface com.compuware.optimaltrace.framework.business.PropertiesContainerIfc |
---|
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from interface com.compuware.optimaltrace.framework.dynattribute.DynAttributeIfc |
---|
getAttributeTable, getAttributeTimeStamp, getBooleanAttribute, getIntAttribute, getLongAttribute, getObjectAttribute, getShortAttribute, getStringAttribute, getTimeStamp, getTimeStampTable, hasAttribute, removeAttribute, renameAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeNoTimeStampUpdate, setAttributeNoTimeStampUpdate, setAttributeTable, setAttributeTimeStamp, setObjectAttribute, setTimeStampTable |
Field Detail |
---|
static final java.lang.String ATTR_LONG_DESCRIPTION
static final java.lang.String ATTR_UPDATE_EVENTS
static final java.lang.String ATTR_CREATION_DATE
static final java.lang.String ATTR_OWNER
static final java.lang.String ATTR_PROCESS_SCHEME
static final java.lang.String ATTR_METAMODEL_VERSION
static final java.lang.String ATTR_PRODUCT_VERSION
static final java.lang.String ATTR_PROJECT_TEMPLATE
static final java.lang.String ATTR_NUMBERING_POLICY
static final java.lang.String ATTR_BASELINE_CREATED_BY
static final java.lang.String ATTR_BASELINE_CREATED_ON
static final java.lang.String ATTR_BASELINE_NAME
static final java.lang.String ATTR_BASELINE_DESCRIPTION
static final java.lang.String UPDATE_FINISHED
static final java.lang.String UPDATE_STARTED
static final java.lang.String PACKAGETAG_BASED
static final java.lang.String PROJECT_BASED
static final java.lang.String PACKAGE_BASED
Method Detail |
---|
UseCasePackageIfc getUseCasePackage()
boolean setUseCasePackage(UseCasePackageIfc useCasePackage)
useCasePackage
- a UseCasePackageIfc
object
java.lang.String getLongDescription()
void setLongDescription(java.lang.String description)
description
- java.lang.String getCreationDateAsString()
long getCreationDate()
void setCreationDate(long date)
date
- void setCreationDate()
java.lang.String getOwner()
void setOwner(java.lang.String owner)
owner
- java.lang.String getLocation()
java.lang.String getTruncatedLocation(int maxLength)
void setLocation(java.lang.String location)
location
- java.lang.String getDisplayName()
void setOwner()
com.compuware.optimaltrace.tools.common.bizobjects.GlossaryIfc getGlossary()
com.compuware.optimaltrace.tools.common.bizobjects.ActorListIfc getActorList()
boolean setGlossary(com.compuware.optimaltrace.tools.common.bizobjects.GlossaryIfc glossary)
glossary
-
boolean setActorList(com.compuware.optimaltrace.tools.common.bizobjects.ActorListIfc actorList)
actorList
-
java.lang.String getProcessScheme()
void setProcessScheme(java.lang.String scheme)
scheme
- java.util.List getExternalLinks()
boolean addExternalLink(com.compuware.optimaltrace.tools.common.bizobjects.ExternalLinkIfc link)
link
-
boolean removeExternalLink(com.compuware.optimaltrace.tools.common.bizobjects.ExternalLinkIfc link)
link
-
java.util.List getNonFunctionalRequirements()
boolean addNonFunctionalRequirement(com.compuware.optimaltrace.tools.common.bizobjects.NonFunctionalRequirementIfc nfr)
nfr
-
boolean removeNonFunctionalRequirement(com.compuware.optimaltrace.tools.common.bizobjects.NonFunctionalRequirementIfc nfr)
nfr
-
boolean addNote(com.compuware.optimaltrace.tools.common.bizobjects.NoteIfc note)
note
-
boolean removeNote(com.compuware.optimaltrace.tools.common.bizobjects.NoteIfc note)
note
-
boolean removeLinkBucket(com.compuware.optimaltrace.tools.common.bizobjects.LinkBucketIfc linkBucket)
boolean removeNFRBucket(com.compuware.optimaltrace.tools.common.bizobjects.NFRBucketIfc nfrBucket)
boolean removeNoteBucket(com.compuware.optimaltrace.tools.common.bizobjects.NoteBucketIfc noteBucket)
removeNoteBucket
in interface NoteHolderIfc
java.util.List getNotes()
boolean setGoalLevels(GoalLevelsIfc goalLevels)
goalLevels
-
boolean removeGoalLevels(GoalLevelsIfc goalLevels)
goalLevels
-
GoalLevelsIfc getGoalLevels()
void setMetaModelVersion(java.lang.String version)
version
- java.lang.String getMetaModelVersion()
java.lang.String getOriginalMetaModelVersion()
ProjectMigrated
is true.
void setOriginalMetaModelVersion(java.lang.String originalMetaModelVersion)
originalMetaModelVersion
- boolean isProjectMigrated()
void setProjectMigrated(boolean isProjectMigrated)
isProjectMigrated
- void setProductVersion(java.lang.String version)
version
- java.lang.String getProductVersion()
void beginUpdate(com.compuware.optimaltrace.framework.ui.SwingWorker updaterThread)
updaterThread
- java.lang.String getUpdateState()
java.util.List getAllUseCasePackages()
void setTableHolderList(com.compuware.optimaltrace.framework.ui.table.TableHolderListIfc tableHolderList)
setTableHolderList
in interface TableHolderListContainerIfc
tableHolderList
- The TableHolderList to add to the projectcom.compuware.optimaltrace.framework.ui.table.TableHolderListIfc getTableHolderList()
getTableHolderList
in interface TableHolderListContainerIfc
boolean isTemplate()
void setIsTemplate(boolean isTemplate)
void setNumberingPolicy(java.lang.String policy)
policy
- java.lang.String getNumberingPolicy()
void setBaseline(java.lang.String name, java.lang.String description)
name
- description
- java.lang.String getBaselineName()
void setBaselineName(java.lang.String name)
name
- java.lang.String getBaselineDescription()
void setBaselineDescription(java.lang.String description)
description
- void setBaselineCreatedBy(java.lang.String user)
user
- java.lang.String getBaselineCreatedBy()
long getBaselineCreatedOn()
void setBaselineCreatedOn(long date)
date
- java.lang.String getBaselineNameAndCreatedBy()
|
OptimalTrace 5.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |