public interface IBPProcess extends INoChildrenNoRelationshipBaseModelElement
Modifier and Type | Field and Description |
---|---|
static int |
PROCESS_TYPE_EXECUTABLE |
static int |
PROCESS_TYPE_NON_EXECUTABLE |
static int |
PROCESS_TYPE_NONE |
static int |
PROCESS_TYPE_PUBLIC |
static java.lang.String |
PROP_ANALYSIS_ITEM_DIAGRAM_IDS |
static java.lang.String |
PROP_ANALYSIS_ITEM_MODELS |
static java.lang.String |
PROP_ASSIGNMENTS |
static java.lang.String |
PROP_AUDITING |
static java.lang.String |
PROP_CATEGORIES |
static java.lang.String |
PROP_CHECK_LIST_ITEMS |
static java.lang.String |
PROP_CLOSED |
static java.lang.String |
PROP_ENABLE_INSTANCE_COMPENSATION |
static java.lang.String |
PROP_MONITORING |
static java.lang.String |
PROP_PROCESS_TYPE |
static java.lang.String |
PROP_PROPERTIES |
static java.lang.String |
PROP_QUALITY_REASON |
static java.lang.String |
PROP_QUALITY_SCORE |
static java.lang.String |
PROP_STATUS |
static java.lang.String |
PROP_STEREOTYPES |
static java.lang.String |
PROP_SUPPORTS |
static java.lang.String |
PROP_SUPPRESS_JOIN_FAILURE |
static java.lang.String |
PROP_SYNC_MAPPING_MODELS |
static java.lang.String |
PROP_TAGGED_VALUES |
static int |
STATUS_ABORTED |
static int |
STATUS_ABORTING |
static int |
STATUS_ACTIVE |
static int |
STATUS_CANCELED |
static int |
STATUS_CLOSED |
static int |
STATUS_COMPENSATED |
static int |
STATUS_COMPENSATING |
static int |
STATUS_COMPLETED |
static int |
STATUS_COMPLETING |
static int |
STATUS_FAILED |
static int |
STATUS_INACTIVE |
static int |
STATUS_NONE |
static int |
STATUS_READY |
static int |
STATUS_TERMINATED |
static int |
STATUS_WITHDRAWN |
PROP_BACKLOG_ACTIVITY_ID, PROP_COMMENTS, PROP_DOCUMENTATION, PROP_GENERIC_VALUES, PROP_PM_AUTHOR, PROP_PM_CREATE_DATE_TIME, PROP_PM_DIFFICULTY, PROP_PM_DISCIPLINE, PROP_PM_ITERATION, PROP_PM_LAST_MODIFIED, PROP_PM_PHASE, PROP_PM_PRIORITY, PROP_PM_STATUS, PROP_PM_VERSION, PROP_REFERENCED_BY_DIAGRAM_IDS, PROP_REFERENCED_BY_MODEL_ADDRESSES, PROP_REFERENCES, PROP_TRANSIT_FROM, PROP_TRANSIT_TO, PROP_USER_ID, PROP_USER_ID_LAST_NUMERIC_VALUE, PROP_USER_ID_PARENT, PROP_VOICES
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_NAME
Modifier and Type | Method and Description |
---|---|
void |
addAnalysisItemModel(IModelElement analysisItemModel) |
void |
addAssignment(IBPAssignment assignment) |
void |
addProperty(IBPProperty property) |
void |
addStereotype(IStereotype stereotype)
Add a stereotype
IStereotype into this model element. |
void |
addStereotype(java.lang.String name)
Add a stereotype into this model element.
|
void |
addStereotypes(java.lang.String name)
Deprecated.
Replaced by addStereotype
|
void |
addSupport(IBPProcess support) |
void |
addSyncMappingModel(IModelElement syncMappingModel) |
int |
analysisItemModelCount() |
java.util.Iterator |
analysisItemModelIterator()
Returns an iterator over the model elements
IModelElement . |
int |
assignmentCount() |
java.util.Iterator |
assignmentIterator()
Returns an iterator over the model elements
IBPAssignment . |
java.lang.String[] |
getAnalysisItemDiagramIds() |
IModelElement |
getAnalysisItemModelByIndex(int index) |
IBPAssignment |
getAssignmentByIndex(int index) |
IBPAuditing |
getAuditing() |
java.lang.String[] |
getCategories() |
ICheckListItemContainer |
getCheckListItems() |
IBPMonitoring |
getMonitoring() |
IBPParticipant |
getParticipant() |
int |
getProcessType() |
IBPProperty |
getPropertyByIndex(int index) |
java.lang.String |
getQualityReason()
Quality reason, it is non-readable value for human
|
int |
getQualityScore()
Quality score, it is non-readable value for human
|
int |
getStatus() |
IBPProcess |
getSupportByIndex(int index) |
IModelElement |
getSyncMappingModelByIndex(int index) |
ITaggedValueContainer |
getTaggedValues() |
boolean |
hasStereotype(java.lang.String name) |
boolean |
hasStereotypes(java.lang.String name)
Deprecated.
Replaced by hasStereotype
|
boolean |
isClosed() |
boolean |
isEnableInstanceCompensation() |
boolean |
isSuppressJoinFailure() |
int |
propertyCount() |
java.util.Iterator |
propertyIterator()
Returns an iterator over the model elements
IBPProperty . |
void |
removeAnalysisItemModel(IModelElement analysisItemModel) |
void |
removeAnalysisItemModelByIndex(int index) |
void |
removeAssignment(IBPAssignment assignment) |
void |
removeAssignmentByIndex(int index) |
void |
removeProperty(IBPProperty property) |
void |
removePropertyByIndex(int index) |
void |
removeStereotype(IStereotype stereotype)
Remove a stereotype
IStereotype from this model element. |
void |
removeStereotype(java.lang.String name)
Remove a stereotype from this model element.
|
void |
removeStereotypes(java.lang.String name)
Deprecated.
Replaced by removeStereotype
|
void |
removeSupport(IBPProcess support) |
void |
removeSupportByIndex(int index) |
void |
removeSyncMappingModel(IModelElement syncMappingModel) |
void |
removeSyncMappingModelByIndex(int index) |
void |
setAnalysisItemDiagramIds(java.lang.String[] analysisItemDiagramIds) |
void |
setAuditing(IBPAuditing auditing) |
void |
setCategories(java.lang.String[] categories) |
void |
setCheckListItems(ICheckListItemContainer checkListItems) |
void |
setClosed(boolean closed) |
void |
setEnableInstanceCompensation(boolean enableInstanceCompensation) |
void |
setMonitoring(IBPMonitoring monitoring) |
void |
setProcessType(int processType) |
void |
setQualityReason(java.lang.String qualityReason) |
void |
setQualityScore(int qualityScore) |
void |
setStatus(int status) |
void |
setSuppressJoinFailure(boolean suppressJoinFailure) |
void |
setTaggedValues(ITaggedValueContainer taggedValues) |
int |
stereotypeCount() |
java.util.Iterator |
stereotypeIterator()
Returns an iterator over the names of the stereotypes.
|
java.util.Iterator |
stereotypeModelIterator()
Returns an iterator over the model elements
IStereotype . |
int |
stereotypesCount()
Deprecated.
Replaced by stereotypeCount
|
java.util.Iterator |
stereotypesIterator()
Deprecated.
Replaced by stereotypeIterator
|
java.util.Iterator |
stereotypesModelIterator()
Deprecated.
Replaced by stereotypeModelIterator
|
int |
supportCount() |
java.util.Iterator |
supportIterator()
Returns an iterator over the model elements
IBPProcess . |
int |
syncMappingModelCount() |
java.util.Iterator |
syncMappingModelIterator()
Returns an iterator over the model elements
IModelElement . |
IModelElement[] |
toAnalysisItemModelArray() |
IBPAssignment[] |
toAssignmentArray() |
IModelElement[] |
toFlowElementArray() |
IBPLane[] |
toLaneArray() |
IBPProperty[] |
toPropertyArray() |
java.lang.String[] |
toStereotypeArray() |
IStereotype[] |
toStereotypeModelArray() |
java.lang.String[] |
toStereotypesArray()
Deprecated.
Replaced by toStereotypeArray
|
IStereotype[] |
toStereotypesModelArray()
Deprecated.
Replaced by toStereotypeModelArray
|
IBPProcess[] |
toSupportArray() |
IModelElement[] |
toSyncMappingModelArray() |
addComment, addGenericValue, addReference, addVoice, commentCount, commentIterator, genericValueCount, genericValueIterator, getBacklogActivityId, getCommentByIndex, getDescription, getGenericValueByIndex, getHTMLDescription, getHTMLDescription, getPmAuthor, getPmCreateDateTime, getPmDifficulty, getPmDiscipline, getPmIteration, getPmLastModified, getPmPhase, getPmPriority, getPmStatus, getPmVersion, getReferenceByIndex, getReferencedByDiagramIds, getReferencedByModelAddresses, getTransitFrom, getTransitTo, getUserID, getUserIDLastNumericValue, getUserIDParent, getVoiceByIndex, referenceCount, referenceIterator, removeComment, removeCommentByIndex, removeGenericValue, removeGenericValueByIndex, removeReference, removeReferenceByIndex, removeVoice, removeVoiceByIndex, setBacklogActivityId, setDescription, setHTMLDescription, setPmAuthor, setPmCreateDateTime, setPmDifficulty, setPmDiscipline, setPmIteration, setPmLastModified, setPmPhase, setPmPriority, setPmStatus, setPmVersion, setReferencedByDiagramIds, setReferencedByModelAddresses, setTransitFrom, setTransitTo, setUserID, setUserIDLastNumericValue, setUserIDParent, toCommentArray, toGenericValueArray, toReferenceArray, toVoiceArray, voiceCount, voiceIterator
addChild, addPropertyChangeListener, addSubDiagram, canModify, childCount, childCount, childCount, childIterator, childIterator, childIterator, constraintsIterator, createChild, delete, disposeTransientModel, duplicate, fromChartRelationshipCount, fromChartRelationshipIterator, fromRelationshipCount, fromRelationshipEndCount, fromRelationshipEndIterator, fromRelationshipIterator, getAddress, getChildById, getChildByIndex, getChildByIndex, getChildByName, getChildByName, getDescriptionWithReferenceModels, getDiagramElements, getDisplayQualityScore, getDocumentation, getDocumentationWithReferenceModels, getHTMLDescriptionWithReferenceModels, getHTMLDescriptionWithReferenceModels, getHTMLDocumentation, getHTMLDocumentation, getHTMLDocumentationWithReferenceModels, getHTMLDocumentationWithReferenceModels, getId, getMasterView, getMirrorSource, getModelPropertyByName, getModelQualityDetails, getModelType, getName, getNickDescription, getNickDescriptionWithReferenceModels, getNickDocumentation, getNickDocumentationWithReferenceModels, getNickHTMLDescription, getNickHTMLDescription, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDocumentation, getNickHTMLDocumentation, getNickHTMLDocumentationWithReferenceModels, getNickHTMLDocumentationWithReferenceModels, getNickname, getNickPropertyValue, getParent, getProject, getReferencedBys, getReferencingModels, getSubDiagramAt, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeSubDiagram, setDocumentation, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toFromRelationshipArray, toFromRelationshipEndArray, toModelPropertyArray, toPropertiesString, toRelationshipCount, toRelationshipEndCount, toRelationshipEndIterator, toRelationshipIterator, toSubDiagramArray, toToChartRelationshipArray, toToRelationshipArray, toToRelationshipEndArray
static final java.lang.String PROP_CHECK_LIST_ITEMS
static final java.lang.String PROP_STEREOTYPES
static final java.lang.String PROP_TAGGED_VALUES
static final java.lang.String PROP_SYNC_MAPPING_MODELS
static final java.lang.String PROP_ANALYSIS_ITEM_MODELS
static final java.lang.String PROP_ANALYSIS_ITEM_DIAGRAM_IDS
static final java.lang.String PROP_QUALITY_SCORE
static final java.lang.String PROP_QUALITY_REASON
static final java.lang.String PROP_CATEGORIES
static final java.lang.String PROP_ASSIGNMENTS
static final java.lang.String PROP_SUPPRESS_JOIN_FAILURE
static final java.lang.String PROP_ENABLE_INSTANCE_COMPENSATION
static final java.lang.String PROP_CLOSED
static final java.lang.String PROP_MONITORING
static final java.lang.String PROP_AUDITING
static final java.lang.String PROP_SUPPORTS
static final java.lang.String PROP_PROCESS_TYPE
static final int PROCESS_TYPE_NONE
static final int PROCESS_TYPE_EXECUTABLE
static final int PROCESS_TYPE_NON_EXECUTABLE
static final int PROCESS_TYPE_PUBLIC
static final java.lang.String PROP_PROPERTIES
static final java.lang.String PROP_STATUS
static final int STATUS_NONE
static final int STATUS_INACTIVE
static final int STATUS_READY
static final int STATUS_WITHDRAWN
static final int STATUS_ACTIVE
static final int STATUS_TERMINATED
static final int STATUS_FAILED
static final int STATUS_COMPLETING
static final int STATUS_COMPLETED
static final int STATUS_COMPENSATING
static final int STATUS_COMPENSATED
static final int STATUS_CANCELED
static final int STATUS_ABORTING
static final int STATUS_ABORTED
static final int STATUS_CLOSED
IBPParticipant getParticipant()
IBPLane[] toLaneArray()
IModelElement[] toFlowElementArray()
void setCheckListItems(ICheckListItemContainer checkListItems)
ICheckListItemContainer getCheckListItems()
void addStereotype(java.lang.String name)
IModelElement
IStereotype
does not existing in current project. It will be auto created.addStereotype
in interface IModelElement
void removeStereotype(java.lang.String name)
IModelElement
removeStereotype
in interface IModelElement
void addStereotype(IStereotype stereotype)
IStereotype
into this model element. The IStereotype
may belong to current project or referenced project(s). Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2378addStereotype
in interface IModelElement
stereotype
- the IStereotype
will be added into this model element. The baseType
of the IStereotype
is required to be matched with modelType
of this model element. If they are different, or stereotype is null, will cause an IllegalArgumentException.
java.lang.IllegalArgumentException
- if the stereotype
is null, or its baseType
does not match with modelType
of this model element.void removeStereotype(IStereotype stereotype)
IStereotype
from this model element. The IStereotype
can belong to current project or referenced project(s).removeStereotype
in interface IModelElement
stereotype
- the IStereotype
will be removed from this model element.boolean hasStereotype(java.lang.String name)
hasStereotype
in interface IModelElement
int stereotypeCount()
stereotypeCount
in interface IModelElement
java.lang.String[] toStereotypeArray()
java.util.Iterator stereotypeIterator()
java.util.Iterator stereotypeModelIterator()
IStereotype
.stereotypeModelIterator
in interface IModelElement
IStereotype[] toStereotypeModelArray()
toStereotypeModelArray
in interface IModelElement
void addStereotypes(java.lang.String name)
void removeStereotypes(java.lang.String name)
boolean hasStereotypes(java.lang.String name)
int stereotypesCount()
java.lang.String[] toStereotypesArray()
java.util.Iterator stereotypesIterator()
java.util.Iterator stereotypesModelIterator()
IStereotype[] toStereotypesModelArray()
void setTaggedValues(ITaggedValueContainer taggedValues)
setTaggedValues
in interface IModelElement
ITaggedValueContainer getTaggedValues()
getTaggedValues
in interface IModelElement
void addSyncMappingModel(IModelElement syncMappingModel)
void removeSyncMappingModel(IModelElement syncMappingModel)
IModelElement getSyncMappingModelByIndex(int index)
void removeSyncMappingModelByIndex(int index)
int syncMappingModelCount()
java.util.Iterator syncMappingModelIterator()
IModelElement
.IModelElement[] toSyncMappingModelArray()
void addAnalysisItemModel(IModelElement analysisItemModel)
void removeAnalysisItemModel(IModelElement analysisItemModel)
IModelElement getAnalysisItemModelByIndex(int index)
void removeAnalysisItemModelByIndex(int index)
int analysisItemModelCount()
java.util.Iterator analysisItemModelIterator()
IModelElement
.IModelElement[] toAnalysisItemModelArray()
void setAnalysisItemDiagramIds(java.lang.String[] analysisItemDiagramIds)
java.lang.String[] getAnalysisItemDiagramIds()
void setQualityScore(int qualityScore)
int getQualityScore()
IModelElement
getQualityScore
in interface IModelElement
void setQualityReason(java.lang.String qualityReason)
java.lang.String getQualityReason()
IModelElement
getQualityReason
in interface IModelElement
void setCategories(java.lang.String[] categories)
java.lang.String[] getCategories()
void addAssignment(IBPAssignment assignment)
void removeAssignment(IBPAssignment assignment)
IBPAssignment getAssignmentByIndex(int index)
void removeAssignmentByIndex(int index)
int assignmentCount()
java.util.Iterator assignmentIterator()
IBPAssignment
.IBPAssignment[] toAssignmentArray()
void setSuppressJoinFailure(boolean suppressJoinFailure)
boolean isSuppressJoinFailure()
void setEnableInstanceCompensation(boolean enableInstanceCompensation)
boolean isEnableInstanceCompensation()
void setClosed(boolean closed)
boolean isClosed()
void setMonitoring(IBPMonitoring monitoring)
IBPMonitoring getMonitoring()
void setAuditing(IBPAuditing auditing)
IBPAuditing getAuditing()
void addSupport(IBPProcess support)
void removeSupport(IBPProcess support)
IBPProcess getSupportByIndex(int index)
void removeSupportByIndex(int index)
int supportCount()
java.util.Iterator supportIterator()
IBPProcess
.IBPProcess[] toSupportArray()
void setProcessType(int processType)
int getProcessType()
void addProperty(IBPProperty property)
void removeProperty(IBPProperty property)
IBPProperty getPropertyByIndex(int index)
void removePropertyByIndex(int index)
int propertyCount()
java.util.Iterator propertyIterator()
IBPProperty
.IBPProperty[] toPropertyArray()
void setStatus(int status)
int getStatus()